public class InstallDummyReaderPlugIn extends AbstractPlugIn
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
InstallDummyReaderPlugIn.DummyDataSource  | 
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
DUMMY_READER_DESC  | 
shortcutKeys, shortcutModifiers| Constructor and Description | 
|---|
InstallDummyReaderPlugIn()
Construct the main Open File plug-in. 
 | 
| Modifier and Type | Method and 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. 
 | 
addParameter, createName, execute, execute, execute, fetchShortcutEnabledPlugins, getBooleanParam, getDoubleParam, getEnableCheck, getEnableCheck, getIcon, getIcon, getIntegerParam, getName, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, isRollingBackInvalidEdits, isShortcutEnabled, registerShortcuts, reportNothingToUndoYet, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toStringpublic InstallDummyReaderPlugIn()
public void initialize(PlugInContext context) throws java.lang.Exception
initialize in interface PlugIninitialize in class AbstractPlugIncontext - The plug-in context.java.lang.Exception - If there was an error initialising the plug-in.