public class OffsetCurvePlugIn extends AbstractThreadedUiPlugIn
enableCheck, workbenchContextshortcutKeys, shortcutModifiers| Constructor and Description | 
|---|
OffsetCurvePlugIn()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MultiEnableCheck | 
createEnableCheck(WorkbenchContext workbenchContext)  | 
boolean | 
execute(PlugInContext context)
Method to be overridden by implementations to execute the plug-in. 
 | 
void | 
initialize(PlugInContext context)
Method to be overridden by implementations to initialize the plug-in. 
 | 
void | 
run(TaskMonitor monitor,
   PlugInContext context)
Runs the task. 
 | 
void | 
setCategoryName(java.lang.String value)  | 
protected void | 
updateControls(MultiInputDialog dialog)  | 
actionPerformed, getEnableCheck, getIcon, getName, getToolTip, 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, toStringpublic void setCategoryName(java.lang.String value)
public void initialize(PlugInContext context) throws java.lang.Exception
AbstractUiPlugIninitialize in interface PlugIninitialize in class AbstractUiPlugIncontext - The plug-in context.java.lang.Exceptionpublic static MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)
public 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 void updateControls(MultiInputDialog dialog)