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

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.core.commands.AbstractHandler
          extended by org.eclipse.ocl.examples.interpreter.actions.ShowConsoleHandler
              extended by org.eclipse.ocl.examples.interpreter.actions.ShowUMLConsoleHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

public class ShowUMLConsoleHandler
extends ShowConsoleHandler

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

Since:
3.3

Constructor Summary
ShowUMLConsoleHandler()
           
 
Method Summary
protected  void consoleOpened(OCLConsole console)
           
 
Methods inherited from class org.eclipse.ocl.examples.interpreter.actions.ShowConsoleHandler
execute
 
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
 
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowUMLConsoleHandler

public ShowUMLConsoleHandler()
Method Detail

consoleOpened

protected void consoleOpened(OCLConsole console)
Overrides:
consoleOpened in class ShowConsoleHandler