com.opnworks.timesheet.client.actions
Class ShowActivitiesViewAction

java.lang.Object
  extended bycom.opnworks.timesheet.client.actions.ShowActivitiesViewAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

public class ShowActivitiesViewAction
extends java.lang.Object
implements org.eclipse.ui.IWorkbenchWindowActionDelegate

Author:
Mirasol OpnWorks
See Also:
IWorkbenchWindowActionDelegate

Constructor Summary
ShowActivitiesViewAction()
           
 
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
 

Constructor Detail

ShowActivitiesViewAction

public ShowActivitiesViewAction()
Method Detail

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 Parameter
selection - 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)