|
||||||||||
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. |
void |
AbstractDiagramTypeProvider.resourcesSaved(Diagram diagram,
Resource[] savedResources)
|
void |
IDiagramTypeProvider.resourcesSaved(Diagram diagram,
Resource[] savedResources)
This method will be called by the DiagramEditor when a diagram has been saved. |
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(String diagramTypeId,
String diagramName,
boolean snap)
Creates a diagram. |
Diagram |
IPeCreateService.createDiagram(String diagramTypeId,
String diagramName,
int gridUnit,
boolean snap)
Creates a diagram. |
Diagram |
IPeCreateService.createDiagram(String diagramTypeId,
String diagramName,
int horizontalGridUnit,
int verticalGridUnit,
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 | |
---|---|
MultiText |
IGaCreateService.createDefaultMultiText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer)
Creates a multitext graphics algorithm. |
MultiText |
IGaCreateService.createDefaultMultiText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
String value)
Creates a multitext graphics algorithm with the given text. |
Text |
IGaCreateService.createDefaultText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer)
Creates a text graphics algorithm with the default font (Arial, size 8). |
Text |
IGaCreateService.createDefaultText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
String value)
Creates a text graphics algorithm with the default font (Arial, size 8) and the given text. |
FreeFormConnection |
IPeCreateService.createFreeFormConnection(Diagram diagram)
Creates a free form connection inside the given diagram. |
ManhattanConnection |
IPeCreateService.createManhattanConnection(Diagram diagram)
Creates a manhattan 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. |
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. |
List<PictogramElement> |
ILinkService.getPictogramElements(Diagram diagram,
EObject eObject)
Gets all pictogram elements which references the given business object. |
List<PictogramElement> |
ILinkService.getPictogramElements(Diagram diagram,
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 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. |
Font |
IGaService.manageFont(Diagram diagram,
String name,
int size)
Provides a font instance by either creating a new one and aggregating it to the diagram or finding it in the diagrams list of fonts. |
Font |
IGaService.manageFont(Diagram diagram,
String name,
int size,
boolean isItalic,
boolean isBold)
Provides a font instance by either creating a new one and aggregating it to the diagram or finding it in the diagrams list of fonts. |
void |
IMigrationService.migrate070To080(Diagram diagram)
Moves fonts which, in 0.7.0, were aggregated by AbstractText and Style to the diagram which aggregates fonts centrally as of 0.8.0. |
boolean |
IMigrationService.shouldMigrate070To080(Diagram diagram)
Checks if fonts are set on graphical elements while not being managed by the diagram. |
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,
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 Collection<Diagram> |
AbstractDrillDownFeature.getDiagrams()
Returns all diagrams which are considered for navigation. |
protected Collection<Diagram> |
AbstractDrillDownFeature.getLinkedDiagrams(PictogramElement pe)
Returns a list of all diagrams, which are connected to the given pictogram element. |
Methods in org.eclipse.graphiti.ui.features with parameters of type Diagram | |
---|---|
protected String |
AbstractDrillDownFeature.getDiagramEditorId(Diagram diagram)
Returns the editor id of the diagram editor to open by default DiagramEditor.DIAGRAM_EDITOR_ID . |
protected void |
AbstractDrillDownFeature.openDiagramEditor(Diagram diagram)
Opens the diagram editor for the drill down. |
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,
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 |