|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiagramLayoutManager | |
---|---|
de.cau.cs.kieler.keg.diagram.custom | Custom code for the Graphs editor. |
de.cau.cs.kieler.kiml.gmf | KIML bridge implementation for GMF, the Graphical Modeling Framework. |
de.cau.cs.kieler.kiml.ui.layout | Classes with generic implementations to apply layout to GMF diagrams. |
de.cau.cs.kieler.kiml.ui.util | Utility classes for the KIML UI plugin. |
de.cau.cs.kieler.kiml.ui.views | Views for the KIML UI. |
de.cau.cs.kieler.papyrus | Bridge code to enable KIELER features for the Papyrus editors. |
Uses of DiagramLayoutManager in de.cau.cs.kieler.keg.diagram.custom |
---|
Subclasses of DiagramLayoutManager in de.cau.cs.kieler.keg.diagram.custom | |
---|---|
class |
GraphsDiagramLayoutManager
Specialized Layout Manager for Graphs diagrams. |
Uses of DiagramLayoutManager in de.cau.cs.kieler.kiml.gmf |
---|
Subclasses of DiagramLayoutManager in de.cau.cs.kieler.kiml.gmf | |
---|---|
class |
GmfDiagramLayoutManager
Diagram layout manager that is able to generically layout diagrams generated by GMF. |
Uses of DiagramLayoutManager in de.cau.cs.kieler.kiml.ui.layout |
---|
Methods in de.cau.cs.kieler.kiml.ui.layout that return DiagramLayoutManager | |
---|---|
DiagramLayoutManager |
LayoutEffect.getManager()
Returns the diagram layout manager that was used for this layout effect, or null if the effect has not been executed yet. |
DiagramLayoutManager |
EclipseLayoutServices.getManager(IEditorPart editorPart,
EditPart editPart)
Returns the most suitable layout manager for the given editor and edit part. |
DiagramLayoutManager |
EclipseLayoutServices.layout(IEditorPart editorPart,
EditPart editPart,
boolean animate,
boolean progressBar)
Performs layout on the given editor by choosing an appropriate layout manager instance. |
DiagramLayoutManager |
EclipseLayoutServices.layout(IEditorPart editorPart,
EditPart editPart,
boolean animate,
boolean progressBar,
boolean layoutAncestors)
Performs layout on the given editor by choosing an appropriate layout manager instance. |
Uses of DiagramLayoutManager in de.cau.cs.kieler.kiml.ui.util |
---|
Methods in de.cau.cs.kieler.kiml.ui.util with parameters of type DiagramLayoutManager | |
---|---|
void |
DebugCanvas.setManager(DiagramLayoutManager layoutManager)
Sets the canvas up for the given layout manager. |
Uses of DiagramLayoutManager in de.cau.cs.kieler.kiml.ui.views |
---|
Methods in de.cau.cs.kieler.kiml.ui.views that return DiagramLayoutManager | |
---|---|
DiagramLayoutManager |
LayoutViewPart.getCurrentManager()
Returns the currently used diagram layout manager. |
Uses of DiagramLayoutManager in de.cau.cs.kieler.papyrus |
---|
Subclasses of DiagramLayoutManager in de.cau.cs.kieler.papyrus | |
---|---|
class |
MultiPartDiagramLayoutManager
Layout manager wrapper for the Papyrus multi diagram editor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |