com.pvx.ooadide.actions
Class RunDictMaintAction

java.lang.Object
  extended by com.pvx.ooadide.actions.ProvideX
      extended by com.pvx.ooadide.actions.RunDictMaintAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

public class RunDictMaintAction
extends ProvideX


Field Summary
 
Fields inherited from class com.pvx.ooadide.actions.ProvideX
SAVEING_ALL
 
Constructor Summary
RunDictMaintAction()
           
 
Method Summary
 void run(org.eclipse.jface.action.IAction action)
          The action has been activated.
 
Methods inherited from class com.pvx.ooadide.actions.ProvideX
dispose, init, selectionChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunDictMaintAction

public RunDictMaintAction()
Method Detail

run

public void run(org.eclipse.jface.action.IAction action)
Description copied from class: ProvideX
The action has been activated. The argument of the method represents the 'real' action sitting in the workbench UI.

Specified by:
run in interface org.eclipse.ui.IActionDelegate
Overrides:
run in class ProvideX
See Also:
IActionDelegate.run(org.eclipse.jface.action.IAction)