Elexis API documentation
Version 2.1.6 as of December 11 2011

waelti.statistics.actions
Class OpenViewAction

java.lang.Object
  extended by waelti.statistics.actions.OpenViewAction

public class OpenViewAction
extends java.lang.Object

This action opens the statistic view, containing all results and actions.

Author:
michael waelti
See Also:
IWorkbenchWindowActionDelegate, OutputView

Constructor Summary
OpenViewAction()
          The constructor.
 
Method Summary
 void dispose()
          We can use this method to dispose of any system resources we previously allocated.
 void init(IWorkbenchWindow window)
          We will cache window object in order to be able to provide parent shell for the message dialog.
 void run(IAction action)
          The action has been activated.
 void selectionChanged(IAction action, ISelection selection)
          Selection in the workbench has been changed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenViewAction

public OpenViewAction()
The constructor.

Method Detail

run

public void run(IAction action)
The action has been activated. The argument of the method represents the 'real' action sitting in the workbench UI.

See Also:
IWorkbenchWindowActionDelegate#run

selectionChanged

public void selectionChanged(IAction action,
                             ISelection selection)
Selection in the workbench has been changed. We can change the state of the 'real' action here if we want, but this can only happen after the delegate has been created.

See Also:
IWorkbenchWindowActionDelegate#selectionChanged

dispose

public void dispose()
We can use this method to dispose of any system resources we previously allocated.

See Also:
IWorkbenchWindowActionDelegate#dispose

init

public void init(IWorkbenchWindow window)
We will cache window object in order to be able to provide parent shell for the message dialog.

See Also:
IWorkbenchWindowActionDelegate#init

Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis