Package org.openjump.core.ui.plugin.file
Class InstallDummyReaderPlugIn
- java.lang.Object
-
- com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
-
- org.openjump.core.ui.plugin.file.InstallDummyReaderPlugIn
-
- All Implemented Interfaces:
EnableChecked
,Iconified
,PlugIn
,Recordable
,ShortcutEnabled
public class InstallDummyReaderPlugIn extends AbstractPlugIn
Install a dummy reader which does not try to read files with xml or txt extension. This is useful to skip those files if there are included in a zip file- Author:
- Michaƫl Michaud
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InstallDummyReaderPlugIn.DummyDataSource
-
Field Summary
Fields Modifier and Type Field Description static String
DUMMY_READER_DESC
-
Fields inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
shortcutKeys, shortcutModifiers
-
-
Constructor Summary
Constructors Constructor Description InstallDummyReaderPlugIn()
Construct the main Open File plug-in.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize(PlugInContext context)
Initialise the main instance of this plug-in, should not be called for the Recent menu open file plug-ins.-
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
addParameter, createName, execute, execute, execute, getBooleanParam, getContext, getDoubleParam, getEnableCheck, getIcon, getIcon, getIcon, getIntegerParam, getName, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, isRollingBackInvalidEdits, isShortcutEnabled, reportNothingToUndoYet, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
-
-
-
-
Field Detail
-
DUMMY_READER_DESC
public static final String DUMMY_READER_DESC
-
-
Method Detail
-
initialize
public void initialize(PlugInContext context) throws Exception
Initialise the main instance of this plug-in, should not be called for the Recent menu open file plug-ins.- Specified by:
initialize
in interfacePlugIn
- Overrides:
initialize
in classAbstractPlugIn
- Parameters:
context
- The plug-in context.- Throws:
Exception
- If there was an error initialising the plug-in.
-
-