@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, workbenchContextshortcutKeys, 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, runactionPerformed, getEnableCheck, getIcon, getToolTip, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, setWorkbenchContextaddParameter, createName, execute, execute, fetchShortcutEnabledPlugins, getBooleanParam, getDoubleParam, getEnableCheck, getIcon, getIcon, getIntegerParam, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, isShortcutEnabled, registerShortcuts, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinitializepublic boolean execute(PlugInContext context) throws java.lang.Exception
AbstractUiPlugInexecute in interface PlugInexecute in class AbstractAddDatastoreLayerPlugIncontext - The plug-in context.java.lang.Exception - if a problem occurs during plug-in executionThreadedPlugInpublic java.lang.String getName()
AbstractUiPlugIngetName in interface PlugIngetName in class AbstractUiPlugInprotected ConnectionPanel createPanel(PlugInContext context)
createPanel in class AbstractAddDatastoreLayerPlugInprotected Layerable createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context) throws java.lang.Exception
createLayerable in class AbstractAddDatastoreLayerPlugInjava.lang.Exception