|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gmf.runtime.diagram.ui.OffscreenEditPartFactory
| Constructor Summary | |
OffscreenEditPartFactory()
|
|
| Method Summary | |
DiagramEditPart |
createDiagramEditPart(Diagram diagram)
Creates a DiagramEditPart given the Diagram
without opening an editor. |
DiagramEditPart |
createDiagramEditPart(Diagram diagram,
Shell shell,
PreferencesHint preferencesHint)
Creates a DiagramEditPart given the Diagram
without opening an editor. |
static OffscreenEditPartFactory |
getInstance()
gives access to the singleton instance of OffscreenEditPartFactory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OffscreenEditPartFactory()
| Method Detail |
public static OffscreenEditPartFactory getInstance()
OffscreenEditPartFactory
public DiagramEditPart createDiagramEditPart(Diagram diagram)
DiagramEditPart given the Diagram
without opening an editor.
diagram - the Diagram
DiagramEditPart
public DiagramEditPart createDiagramEditPart(Diagram diagram,
Shell shell,
PreferencesHint preferencesHint)
DiagramEditPart given the Diagram
without opening an editor.
diagram - the Diagramshell - the shellpreferencesHint - the preferences hint to be used when creating the diagram; if
null, the preferences hint from the root editpart will be
used.
DiagramEditPart
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.