Uses of Interface
de.cau.cs.kieler.core.model.IGraphicalFrameworkBridge

Packages that use IGraphicalFrameworkBridge
de.cau.cs.kieler.core.model Base package for model interaction in KIELER. 
de.cau.cs.kieler.core.model.gmf Base package for the KIELER GMF modeling plugin. 
de.cau.cs.kieler.core.model.graphiti Base Package of the Graphiti utility plugin. 
de.cau.cs.kieler.core.model.triggers   
de.cau.cs.kieler.kiml.gmf KIML bridge implementation for GMF, the Graphical Modeling Framework. 
de.cau.cs.kieler.kiml.graphiti   
de.cau.cs.kieler.kiml.ui.layout Classes with generic implementations to apply layout to GMF diagrams. 
de.cau.cs.kieler.papyrus Bridge code to enable KIELER features for the Papyrus editors. 
 

Uses of IGraphicalFrameworkBridge in de.cau.cs.kieler.core.model
 

Methods in de.cau.cs.kieler.core.model that return IGraphicalFrameworkBridge
 IGraphicalFrameworkBridge GraphicalFrameworkService.getBridge(Object object)
          Retrieve the first suitable graphical editing framework bridge for the given object.
 

Uses of IGraphicalFrameworkBridge in de.cau.cs.kieler.core.model.gmf
 

Classes in de.cau.cs.kieler.core.model.gmf that implement IGraphicalFrameworkBridge
 class GmfFrameworkBridge
          Domain model element provider for GMF.
 

Uses of IGraphicalFrameworkBridge in de.cau.cs.kieler.core.model.graphiti
 

Classes in de.cau.cs.kieler.core.model.graphiti that implement IGraphicalFrameworkBridge
 class GraphitiFrameworkBridge
          Editing provider for Graphiti.
 

Uses of IGraphicalFrameworkBridge in de.cau.cs.kieler.core.model.triggers
 

Methods in de.cau.cs.kieler.core.model.triggers that return IGraphicalFrameworkBridge
 IGraphicalFrameworkBridge DiagramTrigger.DiagramState.getGraphicalFrameworkBridge()
          Get the GraphicalFrameworkBridge corresponding to the current diagram.
 

Uses of IGraphicalFrameworkBridge in de.cau.cs.kieler.kiml.gmf
 

Methods in de.cau.cs.kieler.kiml.gmf that return IGraphicalFrameworkBridge
 IGraphicalFrameworkBridge GmfDiagramLayoutManager.getBridge()
          Returns the graphical framework bridge for this layout manager.
 

Uses of IGraphicalFrameworkBridge in de.cau.cs.kieler.kiml.graphiti
 

Methods in de.cau.cs.kieler.kiml.graphiti that return IGraphicalFrameworkBridge
 IGraphicalFrameworkBridge GraphitiDiagramLayoutManager.getBridge()
          Returns the graphical framework bridge for this layout manager.
 

Uses of IGraphicalFrameworkBridge in de.cau.cs.kieler.kiml.ui.layout
 

Methods in de.cau.cs.kieler.kiml.ui.layout that return IGraphicalFrameworkBridge
abstract  IGraphicalFrameworkBridge DiagramLayoutManager.getBridge()
          Returns the graphical framework bridge for this layout manager.
 IGraphicalFrameworkBridge EclipseLayoutDataService.getFrameworkBridge(EditPart editPart)
          Retrieve an editing framework bridge for the given edit part using the most suitable layout manager.
 

Uses of IGraphicalFrameworkBridge in de.cau.cs.kieler.papyrus
 

Classes in de.cau.cs.kieler.papyrus that implement IGraphicalFrameworkBridge
 class PapyrusFrameworkBridge
          An extension of the GMF editing bridge for Papyrus multi-page editors.
 

Methods in de.cau.cs.kieler.papyrus that return IGraphicalFrameworkBridge
 IGraphicalFrameworkBridge MultiPartDiagramLayoutManager.getBridge()
          Returns the graphical framework bridge for this layout manager.