com.opnworks.timesheet.client.actions
Class ShowOrganizationViewAction
java.lang.Object
com.opnworks.timesheet.client.actions.ShowOrganizationViewAction
- All Implemented Interfaces:
- org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate
- public class ShowOrganizationViewAction
- extends java.lang.Object
- implements org.eclipse.ui.IWorkbenchWindowActionDelegate
- Author:
- Mirasol OpnWorks
- See Also:
IWorkbenchWindowActionDelegate
|
Method Summary |
void |
dispose()
|
void |
init(org.eclipse.ui.IWorkbenchWindow window)
Implement "init". |
void |
run(org.eclipse.jface.action.IAction action)
Run implementation |
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 |
ShowOrganizationViewAction
public ShowOrganizationViewAction()
- Constructor
run
public void run(org.eclipse.jface.action.IAction action)
- Run implementation
- Specified by:
run in interface org.eclipse.ui.IActionDelegate
- Parameters:
action - Description of Parameter- 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
- Parameters:
action - Description of Parameterselection - Description of Parameter- 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)
- Implement "init".
- Specified by:
init in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
- Parameters:
window - Description of Parameter- See Also:
IWorkbenchWindowActionDelegate.init(org.eclipse.ui.IWorkbenchWindow)