public class AttributeQueryPlugIn extends AbstractPlugIn implements ThreadedPlugIn
shortcutKeys, shortcutModifiers| Constructor and Description | 
|---|
AttributeQueryPlugIn()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MultiEnableCheck | 
createEnableCheck(WorkbenchContext workbenchContext)  | 
boolean | 
execute(PlugInContext context)
Performs the action for this plugin. 
 | 
javax.swing.ImageIcon | 
getIcon()  | 
java.lang.String | 
getName()
Returns a very brief description of this PlugIn e.g. for display as a menu item 
 | 
void | 
initialize(PlugInContext context)
Called when Workbench starts up to allow plugins to initialize themselves. 
 | 
void | 
run(TaskMonitor monitor,
   PlugInContext context)
Runs the task. 
 | 
void | 
setCategoryName(java.lang.String value)  | 
addParameter, createName, execute, execute, fetchShortcutEnabledPlugins, getBooleanParam, getDoubleParam, getEnableCheck, getEnableCheck, getIcon, getIcon, getIntegerParam, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, isRollingBackInvalidEdits, isShortcutEnabled, registerShortcuts, reportNothingToUndoYet, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toStringpublic void setCategoryName(java.lang.String value)
public void initialize(PlugInContext context) throws java.lang.Exception
PlugIninitialize in interface PlugIninitialize in class AbstractPlugInjava.lang.Exceptionpublic static MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)
public java.lang.String getName()
PlugIngetName in interface PlugIngetName in class AbstractPlugInpublic javax.swing.ImageIcon getIcon()
public boolean execute(PlugInContext context) throws java.lang.Exception
PlugInfalse to prevent the run method
 from being called.execute in interface PlugInexecute in class AbstractPlugInjava.lang.Exception - if a problem occurs during plug-in executionThreadedPlugInpublic void run(TaskMonitor monitor, PlugInContext context) throws java.lang.Exception
ThreadedPlugInrun in interface ThreadedPlugInmonitor - context to which this task can report its progress and
 check whether a party has requested its cancellationjava.lang.Exception