com.vividsolutions.jump.workbench.datasource
Interface DataSourceQueryChooser

All Known Implementing Classes:
FileDataSourceQueryChooser

public interface DataSourceQueryChooser

UI for picking datasets for a given format. Ideally allows a user to select multiple datasets. Produces DataSourceQueries each of which encapsulates a query string and the DataSource to run it against.


Method Summary
 java.awt.Component getComponent()
           
 java.util.Collection getDataSourceQueries()
           
 boolean isInputValid()
          The user has pressed the OK button.
 java.lang.String toString()
           
 

Method Detail

getComponent

public java.awt.Component getComponent()

getDataSourceQueries

public java.util.Collection getDataSourceQueries()

toString

public java.lang.String toString()
Returns:
a brief description of the dataset type, suitable for display in a combo box.

isInputValid

public boolean isInputValid()
The user has pressed the OK button.