|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjack.plugin.ToolbarButton
Base class for toolbar buttons.
This class adju
Constructor Summary | |
ToolbarButton()
|
Method Summary | |
void |
dispose()
Default implementation that does nothing. |
org.eclipse.jface.viewers.IStructuredSelection |
getSelection()
Returns the current selection. |
org.eclipse.ui.IWorkbenchWindow |
getWindow()
Returns the IWorkbenchWindow associated to this action. |
void |
init(org.eclipse.ui.IWorkbenchWindow window)
|
void |
runProofTask(org.eclipse.jface.action.IAction action,
ProofTask pt)
|
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IActionDelegate |
run |
Constructor Detail |
public ToolbarButton()
Method Detail |
public org.eclipse.ui.IWorkbenchWindow getWindow()
IWorkbenchWindow
associated to this action.
public org.eclipse.jface.viewers.IStructuredSelection getSelection()
public void dispose()
dispose
in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
IWorkbenchWindowActionDelegate.dispose()
public void init(org.eclipse.ui.IWorkbenchWindow window)
init
in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
IWorkbenchWindowActionDelegate.init(IWorkbenchWindow)
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)
public void runProofTask(org.eclipse.jface.action.IAction action, ProofTask pt)
IActionDelegate.run(IAction)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |