public class SplitFeaturesPlugIn extends AbstractThreadedUiPlugIn
| Modifier and Type | Field and Description | 
|---|---|
static javax.swing.ImageIcon | 
ICON  | 
enableCheck, workbenchContextshortcutKeys, shortcutModifiers| Constructor and Description | 
|---|
SplitFeaturesPlugIn()  | 
| Modifier and Type | Method and Description | 
|---|---|
EnableCheck | 
createEnableCheck(WorkbenchContext workbenchContext)  | 
void | 
initialize(PlugInContext context)
Method to be overridden by implementations to initialize the plug-in. 
 | 
void | 
run(TaskMonitor monitor,
   PlugInContext context)
Runs the task. 
 | 
actionPerformed, execute, 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 initialize(PlugInContext context) throws java.lang.Exception
AbstractUiPlugIninitialize in interface PlugIninitialize in class AbstractUiPlugIncontext - The plug-in context.java.lang.Exceptionpublic EnableCheck createEnableCheck(WorkbenchContext workbenchContext)
public 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.Exception