|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jack.plugin.compile.VerifySourceAction
Popup action that allows to generate .jpo
files when a java file is
selected.
Constructor Summary | |
VerifySourceAction()
Constructor for Action1. |
Method Summary | |
void |
run(org.eclipse.jface.action.IAction action)
Generates Proof Obligations 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 VerifySourceAction()
Method Detail |
public void setActivePart(org.eclipse.jface.action.IAction action, org.eclipse.ui.IWorkbenchPart targetPart)
setActivePart
in interface org.eclipse.ui.IObjectActionDelegate
action
- 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.IActionDelegate
IActionDelegate#run(IAction)
public void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
selectionChanged
in interface org.eclipse.ui.IActionDelegate
IActionDelegate#selectionChanged(IAction, ISelection)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |