Class InstallStandardDataSourceQueryChoosersPlugIn

java.lang.Object
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
com.vividsolutions.jump.workbench.datasource.InstallStandardDataSourceQueryChoosersPlugIn
All Implemented Interfaces:
EnableChecked, Iconified, PlugIn, Recordable, ShortcutEnabled

public class InstallStandardDataSourceQueryChoosersPlugIn extends AbstractPlugIn
Adds to the JUMP Workbench the UIs for opening and saving files with the basic file formats.
  • Constructor Details

    • InstallStandardDataSourceQueryChoosersPlugIn

      public InstallStandardDataSourceQueryChoosersPlugIn()
  • Method Details

    • extensions

      public static String[] extensions(Class readerWriterDataSourceClass)
    • initialize

      public void initialize(PlugInContext context) throws 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
      Parameters:
      context - context of the PlugIn
      Throws:
      Exception - if an exception occur during initialization
    • addCompressedFileFilter

      @Deprecated public static void addCompressedFileFilter(String description, JFileChooser chooser)
      Deprecated.
      please remove where implemented, replaced by handling of compressed files in SelectFilesPanel