Uses of Interface
org.eclipse.graphiti.ui.editor.IDiagramEditorInput

Packages that use IDiagramEditorInput
org.eclipse.graphiti.ui.editor   
 

Uses of IDiagramEditorInput in org.eclipse.graphiti.ui.editor
 

Classes in org.eclipse.graphiti.ui.editor that implement IDiagramEditorInput
 class DiagramEditorInput
          The editor input object for IDiagramContainerUIs.
 

Fields in org.eclipse.graphiti.ui.editor declared as IDiagramEditorInput
private  IDiagramEditorInput DiagramBehavior.diagramEditorInput
           
 

Methods in org.eclipse.graphiti.ui.editor that return IDiagramEditorInput
 IDiagramEditorInput DiagramComposite.getDiagramEditorInput()
           
 IDiagramEditorInput DiagramEditor.getDiagramEditorInput()
           
 IDiagramEditorInput IDiagramContainerUI.getDiagramEditorInput()
          Returns the IDiagramEditorInput instance used for this container.
protected  IDiagramEditorInput DiagramBehavior.getInput()
          Returns the DiagramEditorInput instance used in this behavior.
 

Methods in org.eclipse.graphiti.ui.editor with parameters of type IDiagramEditorInput
protected  void DefaultUpdateBehavior.createEditingDomain(IDiagramEditorInput input)
          Created the TransactionalEditingDomain that shall be used within the diagram editor and initializes it by delegating to DefaultUpdateBehavior.initializeEditingDomain(TransactionalEditingDomain).
protected  void DiagramBehavior.setInput(IDiagramEditorInput input)
          Sets the given IDiagramEditorInput object as the input for this behavior instance.
 void DiagramComposite.setInput(IDiagramEditorInput input)
           
 void DiagramComposite.setInput(TransactionalEditingDomain editingDomain, IDiagramEditorInput input)
           
 



Copyright (c) SAP AG 2005, 2012.