com.pnp.xfeature.actions
Class DummyAction

java.lang.Object
  extended by com.pnp.xfeature.actions.DummyAction

Deprecated.

public class DummyAction
extends java.lang.Object

Generated be Eclipse

Author:
Ondrej Rohlik, created on 3.5.2004
See Also:
IWorkbenchWindowActionDelegate

Constructor Summary
DummyAction()
          Deprecated. The constructor.
 
Method Summary
 void dispose()
          Deprecated. We can use this method to dispose of any system resources we previously allocated.
 void init(IWorkbenchWindow window)
          Deprecated. We will cache window object in order to be able to provide parent shell for the message dialog.
 void run(IAction action)
          Deprecated. The action has been activated.
 void selectionChanged(IAction action, ISelection selection)
          Deprecated. 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

DummyAction

public DummyAction()
Deprecated. 
The constructor.

Method Detail

run

public void run(IAction action)
Deprecated. 
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)
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.

See Also:
IWorkbenchWindowActionDelegate#selectionChanged

dispose

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

See Also:
IWorkbenchWindowActionDelegate#dispose

init

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

See Also:
IWorkbenchWindowActionDelegate#init


Copyright © 2004 - 2008 ETH Zurich and P&P Software GmbH, All Rights Reserved.