com.vividsolutions.jump.workbench.datasource
Class InstallStandardDataSourceQueryChoosersPlugIn
java.lang.Object
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
com.vividsolutions.jump.workbench.datasource.InstallStandardDataSourceQueryChoosersPlugIn
- All Implemented Interfaces:
- PlugIn
public class InstallStandardDataSourceQueryChoosersPlugIn
- extends AbstractPlugIn
Adds to the JUMP Workbench the UIs for opening and saving files with the
basic file formats.
|
Method Summary |
static void |
addCompressedFileFilter(java.lang.String description,
javax.swing.JFileChooser chooser)
|
static java.lang.String[] |
extensions(java.lang.Class readerWriterDataSourceClass)
|
void |
initialize(PlugInContext context)
Called when Workbench starts up to allow plugins to initialize themselves. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InstallStandardDataSourceQueryChoosersPlugIn
public InstallStandardDataSourceQueryChoosersPlugIn()
extensions
public static java.lang.String[] extensions(java.lang.Class readerWriterDataSourceClass)
initialize
public void initialize(PlugInContext context)
throws java.lang.Exception
- Description copied from interface:
PlugIn
- Called when Workbench starts up to allow plugins to initialize themselves.
- Specified by:
initialize in interface PlugIn- Overrides:
initialize in class AbstractPlugIn
- Throws:
java.lang.Exception
addCompressedFileFilter
public static void addCompressedFileFilter(java.lang.String description,
javax.swing.JFileChooser chooser)