com.ibm.rational.teamapi.scout.actions
Class About
java.lang.Object
com.ibm.rational.teamapi.scout.actions.About
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate
public class About
- extends java.lang.Object
- implements org.eclipse.ui.IWorkbenchWindowActionDelegate
An IWorkbenchWindowActionDelegate that tests the ability to instantiate a
CM API provider.
- See Also:
IWorkbenchWindowActionDelegate
Field Summary |
private org.eclipse.ui.IWorkbenchWindow |
m_window
The handle on the About box handle |
Constructor Summary |
About()
|
Method Summary |
void |
dispose()
|
void |
init(org.eclipse.ui.IWorkbenchWindow window)
|
void |
run(org.eclipse.jface.action.IAction action)
Attempt to instantiate a CM API provider and report the results in a
dialog box. |
void |
selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_window
private org.eclipse.ui.IWorkbenchWindow m_window
- The handle on the About box handle
About
public About()
run
public void run(org.eclipse.jface.action.IAction action)
- Attempt to instantiate a CM API provider and report the results in a
dialog box.
- Specified by:
run
in interface org.eclipse.ui.IActionDelegate
- See Also:
IActionDelegate.run(org.eclipse.jface.action.IAction)
selectionChanged
public void selectionChanged(org.eclipse.jface.action.IAction action,
org.eclipse.jface.viewers.ISelection selection)
- Specified by:
selectionChanged
in interface org.eclipse.ui.IActionDelegate
- See Also:
IActionDelegate.selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection)
dispose
public void dispose()
- Specified by:
dispose
in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
- See Also:
IWorkbenchWindowActionDelegate.dispose()
init
public void init(org.eclipse.ui.IWorkbenchWindow window)
- Specified by:
init
in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
- See Also:
IWorkbenchWindowActionDelegate.init(org.eclipse.ui.IWorkbenchWindow)
Copyright © IBM 2008. All rights reserved.