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 public class AddDatastoreLayerPlugIn extends AbstractAddDatastoreLayerPlugIn
Deprecated.- See Also:
AddDataStoreLayerWizard
-
-
Field Summary
Fields Modifier and Type Field Description static ImageIcon
ICON
Deprecated.-
Fields inherited from class org.openjump.core.ui.plugin.AbstractUiPlugIn
enableCheck, workbenchContext
-
Fields inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
shortcutKeys, shortcutModifiers
-
-
Constructor Summary
Constructors Constructor Description AddDatastoreLayerPlugIn()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected Layerable
createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context)
Deprecated.protected ConnectionPanel
createPanel(PlugInContext context)
Deprecated.boolean
execute(PlugInContext context)
Deprecated.Method to be overridden by implementations to execute the plug-in.String
getName()
Deprecated.Get the name of the plug-in.-
Methods inherited from class com.vividsolutions.jump.workbench.ui.plugin.datastore.AbstractAddDatastoreLayerPlugIn
getDialog, panel, run
-
Methods inherited from class org.openjump.core.ui.plugin.AbstractUiPlugIn
actionPerformed, getEnableCheck, getIcon, getToolTip, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, setWorkbenchContext
-
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
addParameter, createName, execute, execute, getBooleanParam, getContext, getDoubleParam, getIcon, getIcon, getIntegerParam, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, isShortcutEnabled, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.vividsolutions.jump.workbench.plugin.PlugIn
initialize
-
-
-
-
Field Detail
-
ICON
public static final ImageIcon ICON
Deprecated.
-
-
Method Detail
-
execute
public boolean execute(PlugInContext context) throws Exception
Deprecated.Description copied from class:AbstractUiPlugIn
Method to be overridden by implementations to execute the plug-in.- Specified by:
execute
in interfacePlugIn
- Overrides:
execute
in 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:
ThreadedPlugIn
-
getName
public String getName()
Deprecated.Description copied from class:AbstractUiPlugIn
Get the name of the plug-in. If a name was not specified ask super class.- Specified by:
getName
in interfacePlugIn
- Overrides:
getName
in classAbstractUiPlugIn
- Returns:
- The plug-in name.
-
createPanel
protected ConnectionPanel createPanel(PlugInContext context)
Deprecated.- Specified by:
createPanel
in classAbstractAddDatastoreLayerPlugIn
-
createLayerable
protected Layerable createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context) throws Exception
Deprecated.- Specified by:
createLayerable
in classAbstractAddDatastoreLayerPlugIn
- Throws:
Exception
-
-