|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Diagram in org.eclipse.graphiti.dt |
---|
Fields in org.eclipse.graphiti.dt declared as Diagram | |
---|---|
private Diagram |
AbstractDiagramTypeProvider.diagram
|
Methods in org.eclipse.graphiti.dt that return Diagram | |
---|---|
Diagram |
AbstractDiagramTypeProvider.getDiagram()
|
Diagram |
IDiagramTypeProvider.getDiagram()
Returns the diagram. |
Methods in org.eclipse.graphiti.dt with parameters of type Diagram | |
---|---|
void |
AbstractDiagramTypeProvider.init(Diagram diagram,
IDiagramEditor diagramEditor)
|
void |
IDiagramTypeProvider.init(Diagram diagram,
IDiagramEditor diagramEditor)
Implement this method to initialise the diagram type provider. |
void |
AbstractDiagramTypeProvider.resourceReloaded(Diagram diagram)
|
void |
IDiagramTypeProvider.resourceReloaded(Diagram diagram)
This method will be called if the underlying resource which contains the diagram has been reloaded. |
private void |
AbstractDiagramTypeProvider.setDiagram(Diagram diagram)
|
Uses of Diagram in org.eclipse.graphiti.features.impl |
---|
Methods in org.eclipse.graphiti.features.impl that return Diagram | |
---|---|
protected Diagram |
AbstractFeature.getDiagram()
Gets the diagram. |
Uses of Diagram in org.eclipse.graphiti.mm.pictograms |
---|
Methods in org.eclipse.graphiti.mm.pictograms that return Diagram | |
---|---|
Diagram |
PictogramsFactory.createDiagram()
Returns a new object of class 'Diagram'. |
Diagram |
Connection.getParent()
Returns the value of the 'Parent' container reference. |
Methods in org.eclipse.graphiti.mm.pictograms with parameters of type Diagram | |
---|---|
void |
Connection.setParent(Diagram value)
Sets the value of the ' Parent ' container reference. |
Uses of Diagram in org.eclipse.graphiti.mm.pictograms.impl |
---|
Classes in org.eclipse.graphiti.mm.pictograms.impl that implement Diagram | |
---|---|
class |
DiagramImpl
An implementation of the model object 'Diagram'. |
Methods in org.eclipse.graphiti.mm.pictograms.impl that return Diagram | |
---|---|
Diagram |
ConnectionImpl.basicGetParent()
|
Diagram |
PictogramsFactoryImpl.createDiagram()
|
Diagram |
ConnectionImpl.getParent()
|
Methods in org.eclipse.graphiti.mm.pictograms.impl with parameters of type Diagram | |
---|---|
NotificationChain |
ConnectionImpl.basicSetParent(Diagram newParent,
NotificationChain msgs)
|
void |
ConnectionImpl.setParent(Diagram newParent)
|
Uses of Diagram in org.eclipse.graphiti.mm.pictograms.util |
---|
Methods in org.eclipse.graphiti.mm.pictograms.util with parameters of type Diagram | |
---|---|
T |
PictogramsSwitch.caseDiagram(Diagram object)
Returns the result of interpreting the object as an instance of 'Diagram'. |
Uses of Diagram in org.eclipse.graphiti.pattern |
---|
Methods in org.eclipse.graphiti.pattern that return Diagram | |
---|---|
protected Diagram |
AbstractBasePattern.getDiagram()
Gets the diagram. |
Uses of Diagram in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services that return Diagram | |
---|---|
Diagram |
IPeCreateService.createDiagram(java.lang.String diagramTypeId,
java.lang.String diagramName,
boolean snap)
Creates a diagram. |
Diagram |
IPeCreateService.createDiagram(java.lang.String diagramTypeId,
java.lang.String diagramName,
int gridUnit,
boolean snap)
Creates a diagram. |
Diagram |
IPeService.getDiagramForAnchor(Anchor anchor)
Returns the diagram for the given anchor. |
Diagram |
IPeService.getDiagramForPictogramElement(PictogramElement pe)
Returns the diagram for the given pictogram element. |
Diagram |
IPeService.getDiagramForShape(Shape shape)
Returns the diagram for the given shape. |
Methods in org.eclipse.graphiti.services with parameters of type Diagram | |
---|---|
FreeFormConnection |
IPeCreateService.createFreeFormConnection(Diagram diagram)
Creates a free form connection inside the given diagram. |
Color |
IGaCreateService.createShiftedColor(Color color,
int shift,
Diagram diagram)
Shifts the color darker or lighter. |
EObject[] |
IPeService.getElementsNotInDiagram(EObject[] elements,
Diagram diagram)
From the given elements, returns all elements that are not linked by a PictogramLink in the given Diagram. |
java.lang.Object[] |
IPeService.getLinkedPictogramElements(EObject[] elements,
Diagram diagram)
Return all the pictogram elements of the given Diagram which have at least one link to one of the given elements. |
java.util.List<PictogramElement> |
ILinkService.getPictogramElements(Diagram diagram,
EObject eObject)
Gets all pictogram elements which references the given business object. |
java.util.List<PictogramElement> |
ILinkService.getPictogramElements(Diagram diagram,
java.util.List<EObject> eObjects,
boolean onlyActive)
Gets all pictogram elements which references at least one of the given business objects. |
Color |
IGaService.manageColor(Diagram diagram,
IColorConstant colorConstant)
Provides a color instance with the given given color constant by either creating a new one and aggregating it to the diagram or finding it in the diagrams palette of colors. |
Color |
IGaService.manageColor(Diagram diagram,
int red,
int green,
int blue)
Provides a color instance with the given RGB values by either creating a new one and aggregating it to the diagram or finding it in the diagrams palette of colors. |
Uses of Diagram in org.eclipse.graphiti.ui.editor |
---|
Methods in org.eclipse.graphiti.ui.editor that return Diagram | |
---|---|
Diagram |
DiagramEditorInput.getDiagram()
Returns the diagram instance of this input |
Methods in org.eclipse.graphiti.ui.editor with parameters of type Diagram | |
---|---|
static DiagramEditorInput |
DiagramEditorInput.createEditorInput(Diagram diagram,
TransactionalEditingDomain domain,
java.lang.String providerId,
boolean disposeEditingDomain)
Creates a new DiagramEditorInput with a self created
TransactionalEditingDomain editing domain, which must be disposed later
on. |
Uses of Diagram in org.eclipse.graphiti.ui.features |
---|
Methods in org.eclipse.graphiti.ui.features that return types with arguments of type Diagram | |
---|---|
protected abstract java.util.Collection<Diagram> |
AbstractDrillDownFeature.getDiagrams()
Returns all diagrams which are considered for navigation. |
protected java.util.Collection<Diagram> |
AbstractDrillDownFeature.getLinkedDiagrams(PictogramElement pe)
Returns a list of all diagrams, which are connected to the given pictogram element. |
Uses of Diagram in org.eclipse.graphiti.ui.platform |
---|
Methods in org.eclipse.graphiti.ui.platform that return Diagram | |
---|---|
protected Diagram |
GFPropertySection.getDiagram()
|
Uses of Diagram in org.eclipse.graphiti.ui.services |
---|
Methods in org.eclipse.graphiti.ui.services with parameters of type Diagram | |
---|---|
IDiagramTypeProvider |
IExtensionManager.createDiagramTypeProvider(Diagram diagram,
java.lang.String providerId)
Create an instance of a diagram type provider (and also the feature provider) without having a diagram editor open. |
IFeatureProvider |
IExtensionManager.createFeatureProvider(Diagram diagram)
Create an instance of a feature provider (and also the diagram type provider) without having a diagram editor open. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |