|
Modelers | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Diagram in org.topcased.modeler.commands |
---|
Methods in org.topcased.modeler.commands with parameters of type Diagram | |
---|---|
protected org.eclipse.gef.commands.Command |
DeleteModelCommand.createRemoveDiagramCommand(Diagram diagram)
Create the remove command for a diagram |
Constructors in org.topcased.modeler.commands with parameters of type Diagram | |
---|---|
ChangeDiagramPropertiesCommand(Diagram diag,
java.util.Map properties)
Constructor |
|
ChangePageFormatCommand(Diagram diag,
PageFormat newPageFormat)
Constructor |
|
ChangePageMarginCommand(Diagram diag,
PageMargin newPageMargin)
Constructor |
|
ChangePageOrientationCommand(Diagram diag,
java.lang.String newOrientation)
Deprecated. Constructor |
Uses of Diagram in org.topcased.modeler.di.model |
---|
Methods in org.topcased.modeler.di.model that return Diagram | |
---|---|
Diagram |
DiagramInterchangeFactory.createDiagram()
Returns a new object of class 'Diagram' |
Diagram |
DiagramLink.getDiagram()
Returns the value of the 'Diagram' reference. |
Methods in org.topcased.modeler.di.model with parameters of type Diagram | |
---|---|
void |
DiagramLink.setDiagram(Diagram value)
Sets the value of the ' Diagram ' reference |
Uses of Diagram in org.topcased.modeler.di.model.util |
---|
Methods in org.topcased.modeler.di.model.util with parameters of type Diagram | |
---|---|
T |
DiagramInterchangeSwitch.caseDiagram(Diagram object)
Returns the result of interpretting the object as an instance of 'Diagram' |
Uses of Diagram in org.topcased.modeler.diagrams.model |
---|
Methods in org.topcased.modeler.diagrams.model that return Diagram | |
---|---|
Diagram |
Diagrams.getActiveDiagram()
Returns the value of the 'Active Diagram' reference |
Methods in org.topcased.modeler.diagrams.model that return types with arguments of type Diagram | |
---|---|
EList<Diagram> |
Diagrams.getDiagrams()
Returns the value of the 'Diagrams' containment reference list. |
Methods in org.topcased.modeler.diagrams.model with parameters of type Diagram | |
---|---|
void |
Diagrams.setActiveDiagram(Diagram value)
Sets the value of the ' Active Diagram ' reference |
Uses of Diagram in org.topcased.modeler.diagrams.model.util |
---|
Methods in org.topcased.modeler.diagrams.model.util that return Diagram | |
---|---|
static Diagram |
DiagramsUtils.getRootDiagram(Diagrams diagrams)
Retrieve the root Diagram from a Diagrams element : we search in the hierarchy (subtree) of the Diagrams element. |
Methods in org.topcased.modeler.diagrams.model.util that return types with arguments of type Diagram | |
---|---|
static java.util.List<Diagram> |
DiagramsUtils.findAllDiagrams(Diagrams rootDiagrams)
Return all the Diagram model objects that are defined in the Diagrams file. |
static java.util.List<Diagram> |
DiagramsUtils.findAllExistingDiagram(Diagrams rootDiagrams,
EObject modelObject)
This method return the list of Diagram model objects that are defined for a given EObject. |
Uses of Diagram in org.topcased.modeler.edit |
---|
Methods in org.topcased.modeler.edit that return Diagram | |
---|---|
protected Diagram |
DiagramEditPart.getDiagram()
Returns the Diagram |
Constructors in org.topcased.modeler.edit with parameters of type Diagram | |
---|---|
DiagramEditPart(Diagram model)
Constructor |
Uses of Diagram in org.topcased.modeler.edit.policies |
---|
Methods in org.topcased.modeler.edit.policies with parameters of type Diagram | |
---|---|
protected org.eclipse.gef.commands.Command |
DiagramSizeEditPolicy.createOptimalFormatCommand(Diagram diagram,
org.eclipse.draw2d.geometry.Rectangle boundingRect)
Find the optimal format for the given bounding rectangle |
Uses of Diagram in org.topcased.modeler.editor |
---|
Methods in org.topcased.modeler.editor that return Diagram | |
---|---|
Diagram |
Modeler.getActiveDiagram()
Returns the currently edited diagram. |
Methods in org.topcased.modeler.editor with parameters of type Diagram | |
---|---|
void |
INavigationListener.diagramChanged(Diagram newDiagram)
Method called when the current diagram changes |
org.eclipse.gef.EditPartFactory |
IEditPartFactoryManager.getEditPartFactory(Diagram diag)
This method returns the edit part factory associated with the given diagram type. |
void |
NavigationManager.set(Diagram newDiagram)
Change the current diagram |
void |
Modeler.setActiveDiagram(Diagram diagram)
Set the currently edited diagram |
void |
ModelerConfigurationManager.setActiveDiagram(Diagram activeDiagram)
Set the new active diagram : this method must change the active configuration. |
Uses of Diagram in org.topcased.modeler.utils |
---|
Methods in org.topcased.modeler.utils that return Diagram | |
---|---|
static Diagram |
Utils.getDiagram(GraphElement graphElement)
Used to get the Diagram node of a given graphElement |
static Diagram[] |
Utils.getDiagrams(GraphElement[] graphElements)
Used to get the Diagrams of GraphElements |
Methods in org.topcased.modeler.utils with parameters of type Diagram | |
---|---|
java.lang.String |
LabelHelper.getDiagramPath(org.eclipse.gef.EditDomain editDomain,
Diagram diagram)
Computes the path identifying the position of a Diagram |
|
Modelers | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.