|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjack.plugin.source.AddJmlAction
Action allowing to generate JML specification.
| Constructor Summary | |
AddJmlAction()
Constructor for Action1. |
|
| Method Summary | |
void |
run(org.eclipse.jface.action.IAction action)
Generates JML specifications for the selected compilation units. |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
Update the selection accordingly to the selection changes within the editor. |
void |
setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AddJmlAction()
| Method Detail |
public void setActivePart(org.eclipse.jface.action.IAction action,
org.eclipse.ui.IWorkbenchPart targetPart)
setActivePart in interface org.eclipse.ui.IObjectActionDelegateaction - the action proxy that handles presentation portion of the actiontargetPart - the new part targetSets the active part for the delegate.
The active part is commonly used to get a working context for the action,
such as the shell for any dialog which is needed.
This method will be called every time the action appears in a popup menu. The
targetPart may change with each invocation.
public void run(org.eclipse.jface.action.IAction action)
run in interface org.eclipse.ui.IActionDelegateIActionDelegate#run(IAction)
public void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
selectionChanged in interface org.eclipse.ui.IActionDelegateIActionDelegate#selectionChanged(IAction, ISelection)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||