org.eclipse.ocl.examples.xtext.console
Class OCLConsoleFactory

java.lang.Object
  extended by org.eclipse.ocl.examples.xtext.console.OCLConsoleFactory
All Implemented Interfaces:
org.eclipse.ui.console.IConsoleFactory

public class OCLConsoleFactory
extends java.lang.Object
implements org.eclipse.ui.console.IConsoleFactory

Console factory for the Interactive OCL console, to enable it on any editor that supports EObject selections.

Author:
Christian W. Damus (cdamus)

Constructor Summary
OCLConsoleFactory()
           
 
Method Summary
 void openConsole()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCLConsoleFactory

public OCLConsoleFactory()
Method Detail

openConsole

public void openConsole()
Specified by:
openConsole in interface org.eclipse.ui.console.IConsoleFactory