com.vividsolutions.jump.workbench.datasource
Interface DataSourceQueryChooser
- All Known Implementing Classes:
- FileDataSourceQueryChooser, LoadFileDataSourceQueryChooser, SaveFileDataSourceQueryChooser
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.
getComponent
java.awt.Component getComponent()
getDataSourceQueries
java.util.Collection getDataSourceQueries()
toString
java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- Returns:
- a brief description of the dataset type, suitable for display in a combo box.
isInputValid
boolean isInputValid()
- The user has pressed the OK button.