Interface DataSourceQueryChooser

All Known Implementing Classes:
FileDataSourceQueryChooser, H2SaveDataSourceQueryChooser, LoadFileDataSourceQueryChooser, PostGISSaveDataSourceQueryChooser, PostGISSaveDataSourceQueryChooser, 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.
  • Method Details

    • getComponent

      Component getComponent()
    • getDataSourceQueries

      Collection<DataSourceQuery> getDataSourceQueries()
    • toString

      String toString()
      Overrides:
      toString in class 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.