|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.actions.ActionDelegate
archimate.actions.ArchiMateAction
archimate.actions.Validate
public class Validate
Our sample action implements workbench action delegate. The action proxy will be created by the workbench and shown in the UI. When the user tries to use the action, this delegate will be created and execution will be delegated to it.
IWorkbenchWindowActionDelegate
Constructor Summary | |
---|---|
Validate()
|
Method Summary | |
---|---|
void |
run(org.eclipse.jface.action.IAction action)
The action has been activated. |
Methods inherited from class archimate.actions.ArchiMateAction |
---|
dispose, getWindow, init, init, selectionChanged, setActiveEditor, setActiveWorkbenchPart |
Methods inherited from class org.eclipse.ui.actions.ActionDelegate |
---|
runWithEvent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Validate()
Method Detail |
---|
public void run(org.eclipse.jface.action.IAction action)
run
in interface org.eclipse.ui.IActionDelegate
run
in class ArchiMateAction
IActionDelegate.run(org.eclipse.jface.action.IAction)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |