public abstract class AbstractAddDatastoreLayerPlugIn extends AbstractThreadedUiPlugIn
enableCheck, workbenchContextshortcutKeys, shortcutModifiers| Constructor and Description | 
|---|
AbstractAddDatastoreLayerPlugIn()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract Layerable | 
createLayerable(ConnectionPanel panel,
               TaskMonitor monitor,
               PlugInContext context)  | 
protected abstract ConnectionPanel | 
createPanel(PlugInContext context)  | 
boolean | 
execute(PlugInContext context)
Method to be overridden by implementations to execute the plug-in. 
 | 
protected OKCancelDialog | 
getDialog(PlugInContext context)  | 
protected ConnectionPanel | 
panel(PlugInContext context)  | 
void | 
run(TaskMonitor monitor,
   PlugInContext context)
Runs the task. 
 | 
actionPerformed, getEnableCheck, getIcon, getName, 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, waitgetName, initializepublic boolean execute(PlugInContext context) throws java.lang.Exception
AbstractUiPlugInexecute in interface PlugInexecute in class AbstractUiPlugIncontext - The plug-in context.java.lang.Exception - if a problem occurs during plug-in executionThreadedPlugInpublic void run(TaskMonitor monitor, PlugInContext context) throws java.lang.Exception
ThreadedPlugInmonitor - context to which this task can report its progress and
 check whether a party has requested its cancellationjava.lang.Exceptionprotected abstract Layerable createLayerable(ConnectionPanel panel, TaskMonitor monitor, PlugInContext context) throws java.lang.Exception
java.lang.Exceptionprotected OKCancelDialog getDialog(PlugInContext context)
protected ConnectionPanel panel(PlugInContext context)
protected abstract ConnectionPanel createPanel(PlugInContext context)