org.eclipse.gmt.umlx.editor.outline
Class OutlineFactory

java.lang.Object
  extended by org.eclipse.gmt.umlx.editor.outline.OutlineFactory
All Implemented Interfaces:
org.eclipse.gef.EditPartFactory

public class OutlineFactory
extends java.lang.Object
implements org.eclipse.gef.EditPartFactory


Method Summary
 AbstractOutline createEditPart(org.eclipse.gef.EditPart context, java.lang.Object model)
           
static OutlineFactory getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final OutlineFactory getInstance()

createEditPart

public final AbstractOutline createEditPart(org.eclipse.gef.EditPart context,
                                            java.lang.Object model)
Specified by:
createEditPart in interface org.eclipse.gef.EditPartFactory