org.sintef.mofscript.editor
Class MofScriptEditorFactory
java.lang.Object
org.sintef.mofscript.editor.MofScriptEditorFactory
public class MofScriptEditorFactory
- extends java.lang.Object
Factory for creating editor objects, e.g. content assist
- Author:
- jol
Method Summary |
static org.eclipse.jface.text.contentassist.IContentAssistProcessor |
createContentAssist()
Creates a content assist processor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
umlAssistClass
protected static final java.lang.String umlAssistClass
- See Also:
- Constant Field Values
_contentAssistant
protected static MofScriptContentAssistProcessor _contentAssistant
MofScriptEditorFactory
public MofScriptEditorFactory()
createContentAssist
public static org.eclipse.jface.text.contentassist.IContentAssistProcessor createContentAssist()
- 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.
- Returns: