org.eclipse.ocl.examples.interpreter.actions
Class ShowConsoleDelegate

java.lang.Object
  extended by org.eclipse.ui.actions.ActionDelegate
      extended by org.eclipse.ocl.examples.interpreter.actions.ShowConsoleDelegate
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IEditorActionDelegate
Direct Known Subclasses:
ShowEcoreConsoleDelegate, ShowUMLConsoleDelegate

Deprecated. Use ShowConsoleHandler

@Deprecated
public class ShowConsoleDelegate
extends org.eclipse.ui.actions.ActionDelegate
implements org.eclipse.ui.IEditorActionDelegate

Action delegate that ensures that the console view is active, with the Interactive OCL console active within it.


Constructor Summary
ShowConsoleDelegate()
          Deprecated. Initializes me.
 
Method Summary
protected  void consoleOpened(OCLConsole console)
          Deprecated.  
 void run(org.eclipse.jface.action.IAction action)
          Deprecated.  
 void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection selection)
          Deprecated.  
 void setActiveEditor(org.eclipse.jface.action.IAction action, org.eclipse.ui.IEditorPart targetEditor)
          Deprecated.  
 
Methods inherited from class org.eclipse.ui.actions.ActionDelegate
dispose, init, runWithEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowConsoleDelegate

public ShowConsoleDelegate()
Deprecated. 
Initializes me.

Method Detail

run

public void run(org.eclipse.jface.action.IAction action)
Deprecated. 
Specified by:
run in interface org.eclipse.ui.IActionDelegate
Overrides:
run in class org.eclipse.ui.actions.ActionDelegate

consoleOpened

protected void consoleOpened(OCLConsole console)
Deprecated. 

setActiveEditor

public void setActiveEditor(org.eclipse.jface.action.IAction action,
                            org.eclipse.ui.IEditorPart targetEditor)
Deprecated. 
Specified by:
setActiveEditor in interface org.eclipse.ui.IEditorActionDelegate

selectionChanged

public void selectionChanged(org.eclipse.jface.action.IAction action,
                             org.eclipse.jface.viewers.ISelection selection)
Deprecated. 
Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate
Overrides:
selectionChanged in class org.eclipse.ui.actions.ActionDelegate