|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectptolemy.backtrack.eclipse.plugin.actions.AboutAction
public class AboutAction
Action to trigger the About dialog of the Eclipse backtracking plugin.
| Red (tfeng) |
| Red (tfeng) |
| Constructor Summary | |
|---|---|
AboutAction()
|
|
| Method Summary | |
|---|---|
void |
dispose()
Dispose of system resources allocated for this actions. |
void |
init(org.eclipse.ui.IWorkbenchWindow window)
Initialize the action with a window as its parent. |
void |
run(org.eclipse.jface.action.IAction action)
Activate the action and pop up the About dialog. |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
Handle the change of selection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AboutAction()
| Method Detail |
|---|
public void dispose()
dispose in interface org.eclipse.ui.IWorkbenchWindowActionDelegatepublic void init(org.eclipse.ui.IWorkbenchWindow window)
init in interface org.eclipse.ui.IWorkbenchWindowActionDelegatewindow - The parent window.public void run(org.eclipse.jface.action.IAction action)
run in interface org.eclipse.ui.IActionDelegateaction - The action proxy (not used in this method).
public void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
selectionChanged in interface org.eclipse.ui.IActionDelegateaction - The action proxy (not used in this method).selection - The new selection (not used in this method).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||