org.eclipse.mofscript.editor
Class MofScriptEditorFactory

java.lang.Object
  extended by org.eclipse.mofscript.editor.MofScriptEditorFactory

public class MofScriptEditorFactory
extends java.lang.Object

Factory for creating editor objects, e.g. content assist

Author:
jol

Constructor Summary
MofScriptEditorFactory()
           
 
Method Summary
static org.eclipse.jface.text.contentassist.IContentAssistProcessor createContentAssist(MofScriptTextEditor editor)
          Creates a content assist processor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MofScriptEditorFactory

public MofScriptEditorFactory()
Method Detail

createContentAssist

public static org.eclipse.jface.text.contentassist.IContentAssistProcessor createContentAssist(MofScriptTextEditor editor)
Creates a content assist processor. If the uml2 extension class is available and can be instantiated, this is used. This will not be the case if UML2 plugin is not installed.

Parameters:
editor -
Returns: