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

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

Deprecated. Use ShowEcoreConsoleHandler

@Deprecated
public class ShowEcoreConsoleDelegate
extends ShowConsoleDelegate

Action delegate that ensures that the OCL Console is active and set to target the Ecore metamodel.


Constructor Summary
ShowEcoreConsoleDelegate()
          Deprecated. Initializes me.
 
Method Summary
protected  void consoleOpened(OCLConsole console)
          Deprecated.  
 
Methods inherited from class org.eclipse.ocl.examples.interpreter.actions.ShowConsoleDelegate
run, selectionChanged, setActiveEditor
 
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

ShowEcoreConsoleDelegate

public ShowEcoreConsoleDelegate()
Deprecated. 
Initializes me.

Method Detail

consoleOpened

protected void consoleOpened(OCLConsole console)
Deprecated. 
Overrides:
consoleOpened in class ShowConsoleDelegate