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

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.ShowEcoreConsoleHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

public class ShowEcoreConsoleHandler
extends ShowConsoleHandler

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

Since:
3.3

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

ShowEcoreConsoleHandler

public ShowEcoreConsoleHandler()
Method Detail

consoleOpened

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