Uses of Class
org.eclipse.graphiti.ui.editor.DiagramBehavior

Packages that use DiagramBehavior
org.eclipse.graphiti.ui.editor   
org.eclipse.graphiti.ui.platform   
 

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

Fields in org.eclipse.graphiti.ui.editor declared as DiagramBehavior
protected  DiagramBehavior DefaultMarkerBehavior.diagramBehavior
          The associated DiagramBehavior
protected  DiagramBehavior DefaultPaletteBehavior.diagramBehavior
          The associated DiagramBehavior
protected  DiagramBehavior DefaultPersistencyBehavior.diagramBehavior
          The associated DiagramBehavior
protected  DiagramBehavior DefaultRefreshBehavior.diagramBehavior
          The associated DiagramBehavior.
protected  DiagramBehavior DefaultUpdateBehavior.diagramBehavior
           
private  DiagramBehavior DiagramComposite.diagramBehavior
           
private  DiagramBehavior DiagramEditor.diagramBehavior
           
private  DiagramBehavior ElementDeleteListener.diagramBehavior
           
 

Methods in org.eclipse.graphiti.ui.editor that return DiagramBehavior
protected  DiagramBehavior DiagramComposite.createDiagramBehavior()
           
protected  DiagramBehavior DiagramEditor.createDiagramBehavior()
          Creates the behavior object that cares about the common (behavioral) coding shared between editors, views and other composites.
 DiagramBehavior DiagramComposite.getDiagramBehavior()
           
 DiagramBehavior DiagramEditor.getDiagramBehavior()
          Returns the associated DiagramSupport instance to this editor.
 DiagramBehavior IDiagramContainerUI.getDiagramBehavior()
          Returns the DiagramBehavior instance associated with this container.
private  DiagramBehavior DiagramEditorContextMenuProvider.getEditor()
           
 

Constructors in org.eclipse.graphiti.ui.editor with parameters of type DiagramBehavior
DefaultMarkerBehavior(DiagramBehavior diagramBehavior)
          Creates a new instance of DefaultMarkerBehavior that is associated with the given DiagramBehavior.
DefaultPaletteBehavior(DiagramBehavior diagramBehavior)
          Creates a new standard palette behaviour for a Graphiti diagram editor.
DefaultPersistencyBehavior(DiagramBehavior diagramBehavior)
          Creates a new instance of DefaultPersistencyBehavior that is associated with the given DiagramBehavior.
DefaultRefreshBehavior(DiagramBehavior diagramBehavior)
          Creates a new standard refresh behaviour for a Graphiti diagram editor.
DefaultUpdateBehavior(DiagramBehavior diagramBehavior)
          Creates a new DefaultUpdateBehavior instance associated with the given DiagramBehavior.
ElementDeleteListener(DiagramBehavior diagramBehavior)
           
 

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

Methods in org.eclipse.graphiti.ui.platform that return DiagramBehavior
 DiagramBehavior IConfigurationProvider.getDiagramBehavior()
          Returns the associated behavior object.
 



Copyright (c) SAP AG 2005, 2012.