Interface DataSourceQueryChooser
-
- All Known Implementing Classes:
FileDataSourceQueryChooser,LoadFileDataSourceQueryChooser,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()CollectiongetDataSourceQueries()booleanisInputValid()The user has pressed the OK button.StringtoString()
-
-
-
Method Detail
-
getComponent
Component getComponent()
-
getDataSourceQueries
Collection getDataSourceQueries()
-
toString
String toString()
-
isInputValid
boolean isInputValid()
The user has pressed the OK button.
-
-