org.freehep.jas.services
Interface DataSourceWithoutWizard


public interface DataSourceWithoutWizard

An interface to be implemented by Plugins that want to create an entry in the Wizard created by the Open DataSource menu, but which do not themselves require any wizard pages.

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

Method Summary
 String getName()
           
 void openDataSource()
          Called by the data source plugin when the user selects to open this data source
 

Method Detail

openDataSource

void openDataSource()
Called by the data source plugin when the user selects to open 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.