Class AddDatastoreLayerPlugIn
java.lang.Object
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
org.openjump.core.ui.plugin.AbstractUiPlugIn
org.openjump.core.ui.plugin.AbstractThreadedUiPlugIn
com.vividsolutions.jump.workbench.ui.plugin.datastore.AbstractAddDatastoreLayerPlugIn
com.vividsolutions.jump.workbench.ui.plugin.datastore.AddDatastoreLayerPlugIn
- All Implemented Interfaces:
EnableChecked, Iconified, PlugIn, Recordable, ShortcutEnabled, ThreadedPlugIn, ActionListener, EventListener
Deprecated.
- See Also:
-
Field Summary
FieldsFields inherited from class AbstractUiPlugIn
enableCheck, workbenchContextFields inherited from class AbstractPlugIn
shortcutKeys, shortcutModifiers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LayerablecreateLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context) Deprecated.protected ConnectionPanelcreatePanel(PlugInContext context) Deprecated.booleanexecute(PlugInContext context) Deprecated.Method to be overridden by implementations to execute the plug-in.getName()Deprecated.Get the name of the plug-in.Methods inherited from class AbstractAddDatastoreLayerPlugIn
getDialog, panel, runMethods inherited from class AbstractUiPlugIn
actionPerformed, getEnableCheck, getIcon, getToolTip, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, setWorkbenchContextMethods inherited from class AbstractPlugIn
addParameter, createName, execute, execute, getBooleanParam, getContext, getDoubleParam, getIcon, getIcon, getIntegerParam, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, isShortcutEnabled, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface PlugIn
initialize
-
Field Details
-
ICON
Deprecated.
-
-
Constructor Details
-
AddDatastoreLayerPlugIn
public AddDatastoreLayerPlugIn()Deprecated.
-
-
Method Details
-
execute
Deprecated.Description copied from class:AbstractUiPlugInMethod to be overridden by implementations to execute the plug-in.- Specified by:
executein interfacePlugIn- Overrides:
executein classAbstractAddDatastoreLayerPlugIn- Parameters:
context- The plug-in context.- Returns:
- true if the PlugIn has been executed
- Throws:
Exception- if an Exception occurs during execution- See Also:
-
getName
Deprecated.Description copied from class:AbstractUiPlugInGet the name of the plug-in. If a name was not specified ask super class.- Specified by:
getNamein interfacePlugIn- Overrides:
getNamein classAbstractUiPlugIn- Returns:
- The plug-in name.
-
createPanel
Deprecated.- Specified by:
createPanelin classAbstractAddDatastoreLayerPlugIn
-
createLayerable
protected Layerable createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context) throws Exception Deprecated.- Specified by:
createLayerablein classAbstractAddDatastoreLayerPlugIn- Throws:
Exception
-