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
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.