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. ProducesDataSourceQueries
each 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 Component
getComponent()
Collection
getDataSourceQueries()
boolean
isInputValid()
The user has pressed the OK button.String
toString()
-
-
-
Method Detail
-
getComponent
Component getComponent()
-
getDataSourceQueries
Collection getDataSourceQueries()
-
toString
String toString()
-
isInputValid
boolean isInputValid()
The user has pressed the OK button.
-
-