org.freehep.jas.services
Interface DataSource

All Known Implementing Classes:
FileHandlerDataSource

public interface DataSource

An interface to be implemented by Plugins that want to create an entry in the Wizard create by the Open DataSource menu.

Version:
$Id: DataSource.java 13876 2011-09-20 00:52:21Z tonyj $
Author:
tonyj

Method Summary
 String getName()
           
 org.freehep.swing.wizard.WizardPage getWizardPage()
           
 

Method Detail

getWizardPage

org.freehep.swing.wizard.WizardPage getWizardPage()
Returns:
The wizard page to display if the user selects this data source

getName

String getName()
Returns:
The name of the data source (as it should appear in the wizard)


Copyright © 2013. All Rights Reserved.