java.lang.Object | +--com.ibm.lab.soln.resources.ActionResourceAction | +--com.ibm.lab.soln.resources.ActionTriggerPlugin
Multi-headed action that used to trigger the startup of the plug-in and request that a workspace resource change listener be added or removed.
Fields inherited from class com.ibm.lab.soln.resources.ActionResourceAction |
selection |
Constructor Summary | |
ActionTriggerPlugin()
ActionTriggerPlugin default constructor. |
Method Summary | |
void |
run(org.eclipse.jface.action.IAction action)
Determines type of request by inspecting UI action that triggered this method. |
Methods inherited from class com.ibm.lab.soln.resources.ActionResourceAction |
resultError, resultInformation, resultQuestion, selectionChanged, setActivePart |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActionTriggerPlugin()
Method Detail |
public void run(org.eclipse.jface.action.IAction action)
action
- the action proxy that handles the presentation portion of the
actionIActionDelegate.run(IAction)