Uses of Interface
org.eclipse.graphiti.platform.IDiagramEditor

Packages that use IDiagramEditor
org.eclipse.graphiti.dt   
org.eclipse.graphiti.features.impl   
org.eclipse.graphiti.pattern   
org.eclipse.graphiti.platform   
org.eclipse.graphiti.ui.editor   
org.eclipse.graphiti.ui.platform   
 

Uses of IDiagramEditor in org.eclipse.graphiti.dt
 

Methods in org.eclipse.graphiti.dt that return IDiagramEditor
 IDiagramEditor AbstractDiagramTypeProvider.getDiagramEditor()
          Deprecated. Use AbstractDiagramTypeProvider.getDiagramBehavior() instead
 IDiagramEditor IDiagramTypeProvider.getDiagramEditor()
          Deprecated. Use IDiagramTypeProvider.getDiagramBehavior() instead
 

Methods in org.eclipse.graphiti.dt with parameters of type IDiagramEditor
 void AbstractDiagramTypeProvider.init(Diagram diagram, IDiagramEditor diagramEditor)
          Deprecated. Use AbstractDiagramTypeProvider.init(Diagram, IDiagramBehavior) instead
 void IDiagramTypeProvider.init(Diagram diagram, IDiagramEditor diagramEditor)
          Deprecated. Use IDiagramTypeProvider.init(Diagram, IDiagramBehavior) instead
 

Uses of IDiagramEditor in org.eclipse.graphiti.features.impl
 

Methods in org.eclipse.graphiti.features.impl that return IDiagramEditor
protected  IDiagramEditor AbstractFeature.getDiagramEditor()
          Deprecated. Use AbstractFeature.getDiagramBehavior() instead
 

Uses of IDiagramEditor in org.eclipse.graphiti.pattern
 

Methods in org.eclipse.graphiti.pattern that return IDiagramEditor
protected  IDiagramEditor AbstractBasePattern.getDiagramEditor()
          Deprecated. Use AbstractBasePattern.getDiagramBehavior() instead
 

Uses of IDiagramEditor in org.eclipse.graphiti.platform
 

Subinterfaces of IDiagramEditor in org.eclipse.graphiti.platform
 interface IDiagramContainer
          The Interface IDiagramContainer.
 

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

Subinterfaces of IDiagramEditor in org.eclipse.graphiti.ui.editor
 interface IDiagramContainerUI
          This is the main UI interface for the Graphiti diagram containers.
 

Classes in org.eclipse.graphiti.ui.editor that implement IDiagramEditor
 class DiagramComposite
          An SWT composite that can display a Graphiti diagram.
 class DiagramEditor
          This is the main class for the Graphiti diagram editor.
 

Uses of IDiagramEditor in org.eclipse.graphiti.ui.platform
 

Methods in org.eclipse.graphiti.ui.platform that return IDiagramEditor
protected  IDiagramEditor GFPropertySection.getDiagramEditor()
          Deprecated. Use GFPropertySection.getDiagramContainer() instead
 



Copyright (c) SAP AG 2005, 2012.