public class AboutAction
extends java.lang.Object
implements org.eclipse.ui.IWorkbenchWindowActionDelegate
Constructor and Description |
---|
AboutAction() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void dispose()
dispose
in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
public void init(org.eclipse.ui.IWorkbenchWindow window)
init
in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
window
- The parent window.public void run(org.eclipse.jface.action.IAction action)
run
in interface org.eclipse.ui.IActionDelegate
action
- 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.IActionDelegate
action
- The action proxy (not used in this method).selection
- The new selection (not used in this method).