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 ImageIconICONDeprecated.-
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 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.StringgetName()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: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:
ThreadedPlugIn
-
getName
public String 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
protected ConnectionPanel createPanel(PlugInContext context)
Deprecated.- Specified by:
createPanelin classAbstractAddDatastoreLayerPlugIn
-
createLayerable
protected Layerable createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context) throws Exception
Deprecated.- Specified by:
createLayerablein classAbstractAddDatastoreLayerPlugIn- Throws:
Exception
-
-