@Deprecated public class AddDatastoreLayerPlugIn extends AbstractAddDatastoreLayerPlugIn
org.openjump.core.ui.plugin.datastore.AddDataStoreLayerWizard}
Modifier and Type | Field and Description |
---|---|
static javax.swing.ImageIcon |
ICON
Deprecated.
|
enableCheck, workbenchContext
shortcutKeys, shortcutModifiers
Constructor and Description |
---|
AddDatastoreLayerPlugIn()
Deprecated.
|
Modifier and Type | Method and 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.
|
java.lang.String |
getName()
Deprecated.
Get the name of the plug-in.
|
getDialog, panel, run
actionPerformed, getEnableCheck, getIcon, getToolTip, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, setWorkbenchContext
addParameter, createName, execute, execute, fetchShortcutEnabledPlugins, getBooleanParam, getDoubleParam, getEnableCheck, getIcon, getIcon, getIntegerParam, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, isShortcutEnabled, registerShortcuts, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
initialize
public boolean execute(PlugInContext context) throws java.lang.Exception
AbstractUiPlugIn
execute
in interface PlugIn
execute
in class AbstractAddDatastoreLayerPlugIn
context
- The plug-in context.java.lang.Exception
- if a problem occurs during plug-in executionThreadedPlugIn
public java.lang.String getName()
AbstractUiPlugIn
getName
in interface PlugIn
getName
in class AbstractUiPlugIn
protected ConnectionPanel createPanel(PlugInContext context)
createPanel
in class AbstractAddDatastoreLayerPlugIn
protected Layerable createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context) throws java.lang.Exception
createLayerable
in class AbstractAddDatastoreLayerPlugIn
java.lang.Exception