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

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

Uses of IDiagramBehavior in org.eclipse.graphiti.dt
 

Fields in org.eclipse.graphiti.dt declared as IDiagramBehavior
private  IDiagramBehavior AbstractDiagramTypeProvider.diagramBehavior
           
 

Methods in org.eclipse.graphiti.dt that return IDiagramBehavior
 IDiagramBehavior AbstractDiagramTypeProvider.getDiagramBehavior()
           
 IDiagramBehavior IDiagramTypeProvider.getDiagramBehavior()
          Returns the current diagram behavior instance.
 

Methods in org.eclipse.graphiti.dt with parameters of type IDiagramBehavior
 void AbstractDiagramTypeProvider.init(Diagram diagram, IDiagramBehavior diagramBehavior)
           
 void IDiagramTypeProvider.init(Diagram diagram, IDiagramBehavior diagramBehavior)
          Implement this method to initialize the diagram type provider.
private  void AbstractDiagramTypeProvider.setDiagramBehavior(IDiagramBehavior diagramBehavior)
           
 

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

Methods in org.eclipse.graphiti.features.impl that return IDiagramBehavior
protected  IDiagramBehavior AbstractFeature.getDiagramBehavior()
          Gets the diagram behavior.
 

Uses of IDiagramBehavior in org.eclipse.graphiti.pattern
 

Methods in org.eclipse.graphiti.pattern that return IDiagramBehavior
protected  IDiagramBehavior AbstractBasePattern.getDiagramBehavior()
          Returns the diagram behavior instance this pattern lives in.
 

Uses of IDiagramBehavior in org.eclipse.graphiti.platform
 

Methods in org.eclipse.graphiti.platform that return IDiagramBehavior
 IDiagramBehavior IDiagramContainer.getDiagramBehavior()
          Returns the associated diagram behavior instance, that describes and implements the standard diagram behavior.
 

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

Subinterfaces of IDiagramBehavior in org.eclipse.graphiti.ui.editor
 interface IDiagramBehaviorUI
          This interface is intended as UI dependent base interface for the common behavior object that describes and implements the behavior of diagrams and can be reused within all kinds of diagram containers, e.g.
 

Classes in org.eclipse.graphiti.ui.editor that implement IDiagramBehavior
 class DiagramBehavior
          Provides the common functionality needed to display and manage diagrams.
 



Copyright (c) SAP AG 2005, 2012.