Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.unibe.iam.scg.archie.actions
Class OpenStatisticsPerspective

java.lang.Object
  extended by ch.unibe.iam.scg.archie.actions.OpenStatisticsPerspective
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

Deprecated.

@Deprecated
public class OpenStatisticsPerspective
extends java.lang.Object
implements org.eclipse.ui.IWorkbenchWindowActionDelegate

This action opens the statistic view. This class is not used anymore as our plugin contributes to the Sidebar extension point defined by Elexis, which automatically makes an Open Arcie button — thus deprecated.

NOTE: This class is not used anymore

See Also:
IWorkbenchWindowActionDelegate, $Id: OpenStatisticsPerspective.java 492 2008-11-18 22:18:18Z psiska $

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

Constructor Detail

OpenStatisticsPerspective

public OpenStatisticsPerspective()
Deprecated. 
The constructor.

Method Detail

run

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

Specified by:
run in interface org.eclipse.ui.IActionDelegate
Parameters:
action -
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)
Deprecated. 
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.

Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate
Parameters:
action -
selection -
See Also:
IActionDelegate.selectionChanged(org.eclipse.jface.action.IAction, org.eclipse.jface.viewers.ISelection)

dispose

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

Specified by:
dispose in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
See Also:
IWorkbenchWindowActionDelegate.dispose()

init

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

Specified by:
init in interface org.eclipse.ui.IWorkbenchWindowActionDelegate
Parameters:
window -
See Also:
IWorkbenchWindowActionDelegate.init(org.eclipse.ui.IWorkbenchWindow)

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013