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
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 -
Field Summary
FieldsFields inherited from class AbstractPlugIn
shortcutKeys, shortcutModifiers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(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 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 Details
-
DUMMY_READER_DESC
-
-
Constructor Details
-
InstallDummyReaderPlugIn
public InstallDummyReaderPlugIn()Construct the main Open File plug-in.
-
-
Method Details
-
initialize
Initialise the main instance of this plug-in, should not be called for the Recent menu open file plug-ins.- Specified by:
initializein interfacePlugIn- Overrides:
initializein classAbstractPlugIn- Parameters:
context- The plug-in context.- Throws:
Exception- If there was an error initialising the plug-in.
-