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

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.ShowUMLConsoleDelegate
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.IEditorActionDelegate

Deprecated.

@Deprecated
public class ShowUMLConsoleDelegate
extends ShowConsoleDelegate

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


Constructor Summary
ShowUMLConsoleDelegate()
          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

ShowUMLConsoleDelegate

public ShowUMLConsoleDelegate()
Deprecated. 
Initializes me.

Method Detail

consoleOpened

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