|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiagramEditorInput | |
---|---|
org.eclipse.graphiti.ui.editor |
Uses of DiagramEditorInput in org.eclipse.graphiti.ui.editor |
---|
Methods in org.eclipse.graphiti.ui.editor that return DiagramEditorInput | |
---|---|
static DiagramEditorInput |
EditorInputAdapter.adaptToDiagramEditorInput(IEditorInput otherInput)
Creates a new DiagramEditorInput with a self created
TransactionalEditingDomain in case the passed
IEditorInput is either a IFileEditorInput or a
URIEditorInput . |
protected DiagramEditorInput |
DiagramEditor.convertToDiagramEditorInput(IEditorInput input)
Is called by the DiagramEditor.init(IEditorSite, IEditorInput) method in case
the IEditorInput instance passed is no DiagramEditorInput
. |
private static DiagramEditorInput |
EditorInputAdapter.createDiagramEditorInput(URI diagramFileUri)
|
static DiagramEditorInput |
DiagramEditorInput.createEditorInput(Diagram diagram,
String providerId)
Creates a new DiagramEditorInput for the given Diagram
and the given diagram type provider ID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |