public abstract class FileDataSourceQueryChooser extends Object implements DataSourceQueryChooser
CoordinateSystem| Modifier and Type | Class and Description |
|---|---|
protected static class |
FileDataSourceQueryChooser.FileChooserPanel |
| Constructor and Description |
|---|
FileDataSourceQueryChooser(Class dataSourceClass,
String description,
String[] extensions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFileFilters(JFileChooser chooser) |
Component |
getComponent() |
Collection |
getDataSourceQueries() |
protected abstract FileDataSourceQueryChooser.FileChooserPanel |
getFileChooserPanel() |
protected Component |
getSouthComponent1() |
protected Component |
getSouthComponent2() |
boolean |
isInputValid()
The user has pressed the OK button.
|
static void |
main(String[] args) |
protected Collection |
toDataSourceQueries(File file) |
protected DataSourceQuery |
toDataSourceQuery(File file) |
protected Map |
toProperties(File file) |
String |
toString() |
public String toString()
toString in interface DataSourceQueryChoosertoString in class Objectpublic boolean isInputValid()
DataSourceQueryChooserisInputValid in interface DataSourceQueryChooserpublic Collection getDataSourceQueries()
getDataSourceQueries in interface DataSourceQueryChooserprotected Collection toDataSourceQueries(File file)
protected abstract FileDataSourceQueryChooser.FileChooserPanel getFileChooserPanel()
public Component getComponent()
getComponent in interface DataSourceQueryChooserprotected void addFileFilters(JFileChooser chooser)
protected DataSourceQuery toDataSourceQuery(File file)
public static void main(String[] args)
protected Component getSouthComponent1()
protected Component getSouthComponent2()
Copyright © 2015. All rights reserved.