uk.ac.ucl.cs.uml.jmi
Class UMLApp.Factory

java.lang.Object
  extended by uk.ac.ucl.cs.uml.jmi.UMLApp.Factory
All Implemented Interfaces:
uk.ac.ucl.cs.editors.EditorImplementationFactory
Enclosing class:
UMLApp

public static class UMLApp.Factory
extends Object
implements uk.ac.ucl.cs.editors.EditorImplementationFactory


Constructor Summary
UMLApp.Factory()
           
 
Method Summary
 uk.ac.ucl.cs.editors.EditorImplementation buildEditor(uk.ac.ucl.cs.editors.EditorManager editorManager)
           
 String getEditorType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLApp.Factory

public UMLApp.Factory()
Method Detail

getEditorType

public String getEditorType()
Specified by:
getEditorType in interface uk.ac.ucl.cs.editors.EditorImplementationFactory

buildEditor

public uk.ac.ucl.cs.editors.EditorImplementation buildEditor(uk.ac.ucl.cs.editors.EditorManager editorManager)
Specified by:
buildEditor in interface uk.ac.ucl.cs.editors.EditorImplementationFactory