Interface DataSourceQueryChooser
-
- All Known Implementing Classes:
FileDataSourceQueryChooser,H2SaveDataSourceQueryChooser,LoadFileDataSourceQueryChooser,PostGISSaveDataSourceQueryChooser,PostGISSaveDataSourceQueryChooser,SaveFileDataSourceQueryChooser
public interface DataSourceQueryChooserUI for picking datasets for a given format. Ideally allows a user to select multiple datasets. ProducesDataSourceQuerieseach of which encapsulates a query string and the DataSource to run it against.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentgetComponent()Collection<DataSourceQuery>getDataSourceQueries()booleanisInputValid()The user has pressed the OK button.StringtoString()
-
-
-
Method Detail
-
getComponent
Component getComponent()
-
getDataSourceQueries
Collection<DataSourceQuery> getDataSourceQueries()
-
toString
String toString()
-
isInputValid
boolean isInputValid()
The user has pressed the OK button.
-
-