A B C D E F G H I K L M N O P R S T U V W X Y Z

C

calculateConnectedConnections(IMoveShapeContext) - Method in class org.eclipse.graphiti.features.impl.DefaultMoveShapeFeature
 
calculateContainerConnections(IMoveShapeContext) - Method in class org.eclipse.graphiti.features.impl.DefaultMoveShapeFeature
 
calculateLinkedPictogramElements(ArrayList<Object>) - Method in class org.eclipse.graphiti.notification.DefaultNotificationService
Calculate linked pictogram elements.
calculatePolylineMinSize(Polyline) - Static method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
calculateRealMouseLocation(Point) - Method in class org.eclipse.graphiti.ui.editor.DiagramBehavior
Calculates the mouse location depending on scrollbars and zoom factor.
calculateRealMouseLocation(Point) - Method in interface org.eclipse.graphiti.ui.editor.IDiagramBehaviorUI
Calculates the mouse location depending on scrollbars and zoom factor.
calculateRelatedPictogramElements(Object[]) - Method in class org.eclipse.graphiti.notification.DefaultNotificationService
Calculate dirty pictogram elements.
calculateRelatedPictogramElements(Object[]) - Method in interface org.eclipse.graphiti.notification.INotificationService
Calculate dirty pictogram elements.
calculateSize(GraphicsAlgorithm) - Method in interface org.eclipse.graphiti.services.IGaLayoutService
Calculates the size of the given graphics algorithm.
calculateSize(GraphicsAlgorithm, boolean) - Method in interface org.eclipse.graphiti.services.IGaLayoutService
Calculates the size of the given graphics algorithm.
calculateSize(GraphicsAlgorithm) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
calculateSize(GraphicsAlgorithm, boolean) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
calculateTextSize(String, Font) - Method in interface org.eclipse.graphiti.ui.services.IUiLayoutService
Calculates the width and height of the given text in the given font ignoring any new line characters in the string.
calculateTextSize(String, Font, boolean) - Method in interface org.eclipse.graphiti.ui.services.IUiLayoutService
Calculates the width and height of the given text in the given font.
calculateTextSize(AbstractText) - Method in interface org.eclipse.graphiti.ui.services.IUiLayoutService
Calculates the width and height of the given text in the font of the gievn text.
canAdd(IAddContext) - Method in class org.eclipse.graphiti.features.ConfigurableFeatureProviderWrapper
 
canAdd(IAddContext) - Method in class org.eclipse.graphiti.features.DefaultFeatureProviderWrapper
 
canAdd(IAddContext) - Method in interface org.eclipse.graphiti.features.IFeatureProvider
Can add.
canAdd(IAddContext) - Method in class org.eclipse.graphiti.features.impl.AbstractFeatureProvider
 
canAdd(IAddContext) - Method in interface org.eclipse.graphiti.func.IAdd
Checks, if the add can be executed.
canAdd(IAddContext) - Method in class org.eclipse.graphiti.pattern.AbstractBasePattern
Clients must override this method to indicate the framework that this pattern can add a domain object to the diagram.
canAdd(IAddContext) - Method in class org.eclipse.graphiti.pattern.AddFeatureForPattern
 
canAdd(IAddContext) - Method in class org.eclipse.graphiti.pattern.id.IdPattern
Checks if adding is possible using this pattern in the given context.
canAdd(IAddContext) - Method in interface org.eclipse.graphiti.pattern.IPattern
Clients must override this method to indicate the framework that this pattern can add a domain object to the diagram.
canAddBendpoint(IAddBendpointContext) - Method in interface org.eclipse.graphiti.features.IAddBendpointFeature
Checks if bendpoint can be added.
canAddBendpoint(IAddBendpointContext) - Method in class org.eclipse.graphiti.features.impl.DefaultAddBendpointFeature
 
canceledAttaching(ICreateConnectionContext) - Method in class org.eclipse.graphiti.features.impl.AbstractCreateConnectionFeature
 
canceledAttaching(ICreateConnectionContext) - Method in interface org.eclipse.graphiti.func.ICreateConnection
Will called if the connection creation process was canceled after the successful attachment of the connection to an anchor of a source object.
canceledAttaching(ICreateConnectionContext) - Method in class org.eclipse.graphiti.pattern.AbstractConnectionPattern
Hook that is called by the Graphiti framework as soon as a connection creation is cancelled.
canceledAttaching(ICreateConnectionContext) - Method in class org.eclipse.graphiti.pattern.CreateConnectionFeatureForPattern
 
canceledReconnect(IReconnectionContext) - Method in class org.eclipse.graphiti.features.impl.DefaultReconnectionFeature
Called by the framework in case a started reconnection operation has been cancelled, e.g.
canceledReconnect(IReconnectionContext) - Method in interface org.eclipse.graphiti.func.IReconnection
Will called if the connection reconnect process was canceled after dragging the start or end of the connection.
canceledReconnect(IReconnectionContext) - Method in class org.eclipse.graphiti.pattern.ReconnectionFeatureForPattern
 
canCopy(ICopyContext) - Method in interface org.eclipse.graphiti.features.ICopyFeature
Can copy.
canCreate(ICreateContext) - Method in interface org.eclipse.graphiti.func.ICreate
Checks if business object can be created for the given context.
canCreate(ICreateConnectionContext) - Method in interface org.eclipse.graphiti.func.ICreateConnection
Can create.
canCreate(ICreateConnectionContext) - Method in class org.eclipse.graphiti.pattern.AbstractConnectionPattern
Clients must override this method to indicate that the pattern can be used to create domain objects as defined in the given ICreateConnectionContext.
canCreate(ICreateContext) - Method in class org.eclipse.graphiti.pattern.AbstractPattern
Clients must override this method to indicate that the pattern can be used to create domain objects as defined in the given ICreateContext.
canCreate(ICreateConnectionContext) - Method in class org.eclipse.graphiti.pattern.CreateConnectionFeatureForPattern
 
canCreate(ICreateContext) - Method in class org.eclipse.graphiti.pattern.CreateFeatureForPattern
 
canDelete(IDeleteContext) - Method in interface org.eclipse.graphiti.func.IDelete
Can delete hook.
canDelete(IDeleteContext) - Method in class org.eclipse.graphiti.pattern.AbstractPattern
Clients can override to modify the default behavior if the pattern can (and wants to) handle a delete request.
canDelete(IDeleteContext) - Method in class org.eclipse.graphiti.pattern.DeleteFeatureForPattern
 
canDelete(IDeleteContext) - Method in class org.eclipse.graphiti.ui.features.DefaultDeleteFeature
 
canDirectEdit(IDirectEditingContext) - Method in class org.eclipse.graphiti.features.impl.AbstractDirectEditingFeature
 
canDirectEdit(IDirectEditingContext) - Method in interface org.eclipse.graphiti.func.IDirectEditing
Checks if the feature can perform direct editing on the context handed over.
canDirectEdit(IDirectEditingContext) - Method in class org.eclipse.graphiti.pattern.AbstractPattern
Clients can override this method to indicate that the pattern allows direct editing for the shape described in the passed IDirectEditingContext.
canDirectEdit(IDirectEditingContext) - Method in class org.eclipse.graphiti.pattern.DirectEditingFeatureForPattern
 
canDirectEdit(IDirectEditingContext) - Method in class org.eclipse.graphiti.pattern.id.IdPattern
Clients can override this method to indicate that the pattern allows direct editing for the shape described in the passed IDirectEditingContext, but the recommended method to override for IdPattern is IdPattern.canDirectEdit(IDirectEditingContext, String).
canDirectEdit(IDirectEditingContext, String) - Method in class org.eclipse.graphiti.pattern.id.IdPattern
Clients can override this method to indicate that the pattern allows direct editing for the shape described in the passed IDirectEditingContext holding the given ID.
canExecute(ICustomContext) - Method in class org.eclipse.graphiti.features.custom.AbstractCustomFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.features.custom.AbstractCustomFeature
 
canExecute(ICustomContext) - Method in interface org.eclipse.graphiti.features.custom.ICustomFeature
Can execute.
canExecute(IContext) - Method in interface org.eclipse.graphiti.features.IFeature
Decides if the current feature can execute with the given context.
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.AbstractAddFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.AbstractCreateConnectionFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.AbstractCreateFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.AbstractDirectEditingFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.AbstractLayoutFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.AbstractMoveShapeFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.AbstractPrintFeature
Checks if this feature can be executed by delegating to the method AbstractPrintFeature.canPrint(IPrintContext).
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.AbstractSaveImageFeature
Checks if this feature can be executed by delegating to the method AbstractSaveImageFeature.canSave(ISaveImageContext).
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.AbstractUpdateFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.DefaultAddBendpointFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.DefaultMoveAnchorFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.DefaultMoveBendpointFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.DefaultMoveConnectionDecoratorFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.DefaultReconnectionFeature
Called by the framework to check if this feature can perform the currently triggered reconnection request.
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.DefaultRemoveBendpointFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.DefaultRemoveFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.features.impl.DefaultResizeShapeFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.pattern.ReconnectionFeatureForPattern
 
canExecute() - Method in class org.eclipse.graphiti.tb.AbstractContextEntry
 
canExecute() - Method in interface org.eclipse.graphiti.tb.IContextEntry
Can execute.
canExecute(IContext) - Method in class org.eclipse.graphiti.ui.features.AbstractCopyFeature
 
canExecute(ICustomContext) - Method in class org.eclipse.graphiti.ui.features.AbstractDrillDownFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.ui.features.AbstractPasteFeature
 
canExecute(IContext) - Method in class org.eclipse.graphiti.ui.features.DefaultDeleteFeature
 
canLayout(ILayoutContext) - Method in class org.eclipse.graphiti.features.ConfigurableFeatureProviderWrapper
 
canLayout(ILayoutContext) - Method in class org.eclipse.graphiti.features.DefaultFeatureProviderWrapper
 
canLayout(ILayoutContext) - Method in interface org.eclipse.graphiti.features.IFeatureProvider
Checks if an layout process can be processed.
canLayout(ILayoutContext) - Method in class org.eclipse.graphiti.features.impl.AbstractFeatureProvider
 
canLayout(ILayoutContext) - Method in interface org.eclipse.graphiti.func.ILayout
Checks whether the current pictogram element of the given context can be layouted.
canLayout(ILayoutContext) - Method in class org.eclipse.graphiti.pattern.AbstractPattern
Clients may override this method to indicate that the pattern can be used to layout a shape for a domain objects as defined in the given ILayoutContext.
canLayout(ILayoutContext) - Method in class org.eclipse.graphiti.pattern.id.IdPattern
Checks if layouting a shape is possible using this pattern in the given context.
canLayout(ILayoutContext) - Method in class org.eclipse.graphiti.pattern.LayoutFeatureForPattern
 
canLayoutPictogramElement(PictogramElement) - Method in class org.eclipse.graphiti.features.impl.AbstractLayoutFeature
Can layout pictogram element.
canMoveAnchor(IMoveAnchorContext) - Method in interface org.eclipse.graphiti.features.IMoveAnchorFeature
Can move anchor.
canMoveAnchor(IMoveAnchorContext) - Method in class org.eclipse.graphiti.features.impl.DefaultMoveAnchorFeature
 
canMoveBendpoint(IMoveBendpointContext) - Method in interface org.eclipse.graphiti.features.IMoveBendpointFeature
Can move bendpoint.
canMoveBendpoint(IMoveBendpointContext) - Method in class org.eclipse.graphiti.features.impl.DefaultMoveBendpointFeature
 
canMoveConnectionDecorator(IMoveConnectionDecoratorContext) - Method in interface org.eclipse.graphiti.features.IMoveConnectionDecoratorFeature
Can move connection decorator.
canMoveConnectionDecorator(IMoveConnectionDecoratorContext) - Method in class org.eclipse.graphiti.features.impl.DefaultMoveConnectionDecoratorFeature
 
canMoveShape(IMoveShapeContext) - Method in class org.eclipse.graphiti.features.impl.DefaultMoveShapeFeature
 
canMoveShape(IMoveShapeContext) - Method in interface org.eclipse.graphiti.func.IMoveShape
Can move shape.
canMoveShape(IMoveShapeContext) - Method in class org.eclipse.graphiti.pattern.AbstractPattern
Clients may override this method to indicate that the pattern can be used to move the shape of a domain objects as defined in the given IMoveShapeContext.
canMoveShape(IMoveShapeContext) - Method in class org.eclipse.graphiti.pattern.MoveShapeFeatureForPattern
 
canPaste(IPasteContext) - Method in interface org.eclipse.graphiti.features.IPasteFeature
Can paste.
canPrint(IPrintContext) - Method in class org.eclipse.graphiti.features.impl.AbstractPrintFeature
Checks if this feature can execute.
canPrint(IPrintContext) - Method in interface org.eclipse.graphiti.features.IPrintFeature
Checks if the printing can be executed, e.g the availability of printers is being checked in the default implementation.
canReconnect(IReconnectionContext) - Method in class org.eclipse.graphiti.features.impl.DefaultReconnectionFeature
Called by the framework to check if this feature can perform the currently triggered reconnection request.
canReconnect(IReconnectionContext) - Method in interface org.eclipse.graphiti.func.IReconnection
Can reconnect.
canReconnect(IReconnectionContext) - Method in class org.eclipse.graphiti.pattern.ReconnectionFeatureForPattern
 
canRedo(IContext) - Method in interface org.eclipse.graphiti.features.ICustomUndoableFeature
Decides if the processed feature can be re-done.
canRedo(IContext) - Method in class org.eclipse.graphiti.pattern.AddFeatureForPattern
 
canRedo(IContext) - Method in class org.eclipse.graphiti.pattern.CreateConnectionFeatureForPattern
 
canRedo(IContext) - Method in class org.eclipse.graphiti.pattern.CreateFeatureForPattern
 
canRedo(IContext) - Method in class org.eclipse.graphiti.pattern.DeleteFeatureForPattern
 
canRedo(IContext) - Method in class org.eclipse.graphiti.pattern.DirectEditingFeatureForPattern
 
canRedo(IFeature, IContext) - Method in interface org.eclipse.graphiti.pattern.ICustomUndoablePattern
Decides if the processed pattern functionality can be re-done.
canRedo(IContext) - Method in class org.eclipse.graphiti.pattern.LayoutFeatureForPattern
 
canRedo(IContext) - Method in class org.eclipse.graphiti.pattern.MoveShapeFeatureForPattern
 
canRedo(IContext) - Method in class org.eclipse.graphiti.pattern.ReconnectionFeatureForPattern
 
canRedo(IContext) - Method in class org.eclipse.graphiti.pattern.RemoveFeatureForPattern
 
canRedo(IContext) - Method in class org.eclipse.graphiti.pattern.ResizeShapeFeatureForPattern
 
canRedo(IContext) - Method in class org.eclipse.graphiti.pattern.UpdateFeatureForPattern
 
canRemove(IRemoveContext) - Method in class org.eclipse.graphiti.features.impl.DefaultRemoveFeature
 
canRemove(IRemoveContext) - Method in interface org.eclipse.graphiti.func.IRemove
Checks if given object could be removed.
canRemove(IRemoveContext) - Method in class org.eclipse.graphiti.pattern.AbstractPattern
Clients can override to modify the default behavior if the pattern can (and wants to) handle a remove request.
canRemove(IRemoveContext) - Method in class org.eclipse.graphiti.pattern.RemoveFeatureForPattern
 
canRemoveBendpoint(IRemoveBendpointContext) - Method in class org.eclipse.graphiti.features.impl.DefaultRemoveBendpointFeature
 
canRemoveBendpoint(IRemoveBendpointContext) - Method in interface org.eclipse.graphiti.features.IRemoveBendpointFeature
Can remove bendpoint.
canResizeShape(IResizeShapeContext) - Method in class org.eclipse.graphiti.features.impl.DefaultResizeShapeFeature
 
canResizeShape(IResizeShapeContext) - Method in interface org.eclipse.graphiti.func.IResizeShape
Can resize shape.
canResizeShape(IResizeShapeContext) - Method in class org.eclipse.graphiti.pattern.AbstractPattern
Clients may override this method to indicate that the pattern can be used to resize the shape of a domain objects as defined in the given IResizeShapeContext.
canResizeShape(IResizeShapeContext) - Method in class org.eclipse.graphiti.pattern.ResizeShapeFeatureForPattern
 
canSave(ISaveImageContext) - Method in class org.eclipse.graphiti.features.impl.AbstractSaveImageFeature
Checks if this feature can execute.
canSave(ISaveImageContext) - Method in interface org.eclipse.graphiti.features.ISaveImageFeature
Checks if save as image can be executed.
canStartConnection(ICreateConnectionContext) - Method in interface org.eclipse.graphiti.func.ICreateConnection
Can start connection.
canStartConnection(ICreateConnectionContext) - Method in class org.eclipse.graphiti.pattern.AbstractConnectionPattern
Clients must override this method to indicate that the pattern can be used to create domain objects starting from what is defined in the given ICreateConnectionContext.
canStartConnection(ICreateConnectionContext) - Method in class org.eclipse.graphiti.pattern.CreateConnectionFeatureForPattern
 
canStartReconnect(IReconnectionContext) - Method in class org.eclipse.graphiti.features.impl.DefaultReconnectionFeature
Called by the framework after the connection has been selected.
canStartReconnect(IReconnectionContext) - Method in interface org.eclipse.graphiti.func.IReconnection
Can start reconnect.
canStartReconnect(IReconnectionContext) - Method in class org.eclipse.graphiti.pattern.ReconnectionFeatureForPattern
 
canUndo(IContext) - Method in interface org.eclipse.graphiti.features.ICustomUndoableFeature
Decides if the changes done by a processed feature can be undone.
canUndo(IContext) - Method in interface org.eclipse.graphiti.features.IFeature
Decides if the current feature can be undone - this is the undo of the execute operation.
canUndo(IContext) - Method in class org.eclipse.graphiti.features.impl.AbstractFeature
 
canUndo(IContext) - Method in class org.eclipse.graphiti.pattern.AddFeatureForPattern
 
canUndo(IContext) - Method in class org.eclipse.graphiti.pattern.CreateConnectionFeatureForPattern
 
canUndo(IContext) - Method in class org.eclipse.graphiti.pattern.CreateFeatureForPattern
 
canUndo(IContext) - Method in class org.eclipse.graphiti.pattern.DeleteFeatureForPattern
 
canUndo(IContext) - Method in class org.eclipse.graphiti.pattern.DirectEditingFeatureForPattern
 
canUndo(IFeature, IContext) - Method in interface org.eclipse.graphiti.pattern.ICustomUndoablePattern
Decides if the processed pattern functionality can be undone.
canUndo(IContext) - Method in class org.eclipse.graphiti.pattern.LayoutFeatureForPattern
 
canUndo(IContext) - Method in class org.eclipse.graphiti.pattern.MoveShapeFeatureForPattern
 
canUndo(IContext) - Method in class org.eclipse.graphiti.pattern.ReconnectionFeatureForPattern
 
canUndo(IContext) - Method in class org.eclipse.graphiti.pattern.RemoveFeatureForPattern
 
canUndo(IContext) - Method in class org.eclipse.graphiti.pattern.ResizeShapeFeatureForPattern
 
canUndo(IContext) - Method in class org.eclipse.graphiti.pattern.UpdateFeatureForPattern
 
canUpdate(IUpdateContext) - Method in class org.eclipse.graphiti.features.ConfigurableFeatureProviderWrapper
 
canUpdate(IUpdateContext) - Method in class org.eclipse.graphiti.features.DefaultFeatureProviderWrapper
 
canUpdate(IUpdateContext) - Method in interface org.eclipse.graphiti.features.IFeatureProvider
Checks if an update process can be processed.
canUpdate(IUpdateContext) - Method in class org.eclipse.graphiti.features.impl.AbstractFeatureProvider
 
canUpdate(IUpdateContext) - Method in class org.eclipse.graphiti.features.impl.DefaultUpdateDiagramFeature
 
canUpdate(IUpdateContext) - Method in class org.eclipse.graphiti.features.impl.UpdateNoBoFeature
 
canUpdate(IUpdateContext) - Method in interface org.eclipse.graphiti.func.IUpdate
Checks whether the values of the current pictogram element of the given context can be updated.
canUpdate(IUpdateContext) - Method in class org.eclipse.graphiti.pattern.AbstractPattern
Clients may override this method to indicate that the pattern can be used to update the shape of a domain objects as defined in the given IUpdateContext.
canUpdate(IUpdateContext) - Method in class org.eclipse.graphiti.pattern.id.IdPattern
Checks if updating a shape is possible using this pattern in the given context.
canUpdate(IUpdateContext) - Method in class org.eclipse.graphiti.pattern.UpdateFeatureForPattern
 
canUpdatePictogramElement(PictogramElement) - Method in class org.eclipse.graphiti.features.impl.AbstractAddPictogramElementFeature
Checks if the pictogram element could be updated.
canUpdatePictogramElement(PictogramElement) - Method in class org.eclipse.graphiti.features.impl.AbstractUpdateFeature
Can update pictogram element.
caseAbstractStyle(AbstractStyle) - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesSwitch
Returns the result of interpreting the object as an instance of 'Abstract Style'.
caseAbstractStyle(AbstractStyle) - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsSwitch
Returns the result of interpreting the object as an instance of 'Abstract Style'.
caseAbstractText(AbstractText) - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsSwitch
Returns the result of interpreting the object as an instance of 'Abstract Text'.
caseAdaptedGradientColoredAreas(AdaptedGradientColoredAreas) - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesSwitch
Returns the result of interpreting the object as an instance of 'Adapted Gradient Colored Areas'.
caseAdvancedAnchor(AdvancedAnchor) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Advanced Anchor'.
caseAnchor(Anchor) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Anchor'.
caseAnchorContainer(AnchorContainer) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Anchor Container'.
caseBoxRelativeAnchor(BoxRelativeAnchor) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Box Relative Anchor'.
caseChopboxAnchor(ChopboxAnchor) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Chopbox Anchor'.
caseColor(Color) - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesSwitch
Returns the result of interpreting the object as an instance of 'Color'.
caseCompositeConnection(CompositeConnection) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Composite Connection'.
caseConnection(Connection) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Connection'.
caseConnectionDecorator(ConnectionDecorator) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Connection Decorator'.
caseContainerShape(ContainerShape) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Container Shape'.
caseCurvedConnection(CurvedConnection) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Curved Connection'.
caseDiagram(Diagram) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Diagram'.
caseEllipse(Ellipse) - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsSwitch
Returns the result of interpreting the object as an instance of 'Ellipse'.
caseFixPointAnchor(FixPointAnchor) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Fix Point Anchor'.
caseFont(Font) - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesSwitch
Returns the result of interpreting the object as an instance of 'Font'.
caseFreeFormConnection(FreeFormConnection) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Free Form Connection'.
caseGradientColoredArea(GradientColoredArea) - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesSwitch
Returns the result of interpreting the object as an instance of 'Gradient Colored Area'.
caseGradientColoredAreas(GradientColoredAreas) - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesSwitch
Returns the result of interpreting the object as an instance of 'Gradient Colored Areas'.
caseGradientColoredLocation(GradientColoredLocation) - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesSwitch
Returns the result of interpreting the object as an instance of 'Gradient Colored Location'.
caseGraphicsAlgorithm(GraphicsAlgorithm) - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsSwitch
Returns the result of interpreting the object as an instance of 'Graphics Algorithm'.
caseGraphicsAlgorithmContainer(GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsSwitch
Returns the result of interpreting the object as an instance of 'Graphics Algorithm Container'.
caseGraphicsAlgorithmContainer(GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Graphics Algorithm Container'.
caseGraphicsAlgorithmContainer(GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.mm.util.MmSwitch
Returns the result of interpreting the object as an instance of 'Graphics Algorithm Container'.
caseImage(Image) - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsSwitch
Returns the result of interpreting the object as an instance of 'Image'.
caseManhattanConnection(ManhattanConnection) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Manhattan Connection'.
caseMultiText(MultiText) - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsSwitch
Returns the result of interpreting the object as an instance of 'Multi Text'.
casePictogramElement(PictogramElement) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Pictogram Element'.
casePictogramLink(PictogramLink) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Pictogram Link'.
casePlatformGraphicsAlgorithm(PlatformGraphicsAlgorithm) - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsSwitch
Returns the result of interpreting the object as an instance of 'Platform Graphics Algorithm'.
casePoint(Point) - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesSwitch
Returns the result of interpreting the object as an instance of 'Point'.
casePolygon(Polygon) - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsSwitch
Returns the result of interpreting the object as an instance of 'Polygon'.
casePolyline(Polyline) - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsSwitch
Returns the result of interpreting the object as an instance of 'Polyline'.
casePrecisionPoint(PrecisionPoint) - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesSwitch
Returns the result of interpreting the object as an instance of 'Precision Point'.
caseProperty(Property) - Method in class org.eclipse.graphiti.mm.util.MmSwitch
Returns the result of interpreting the object as an instance of 'Property'.
casePropertyContainer(PropertyContainer) - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsSwitch
Returns the result of interpreting the object as an instance of 'Property Container'.
casePropertyContainer(PropertyContainer) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Property Container'.
casePropertyContainer(PropertyContainer) - Method in class org.eclipse.graphiti.mm.util.MmSwitch
Returns the result of interpreting the object as an instance of 'Property Container'.
caseRectangle(Rectangle) - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsSwitch
Returns the result of interpreting the object as an instance of 'Rectangle'.
caseRenderingStyle(RenderingStyle) - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesSwitch
Returns the result of interpreting the object as an instance of 'Rendering Style'.
caseRoundedRectangle(RoundedRectangle) - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsSwitch
Returns the result of interpreting the object as an instance of 'Rounded Rectangle'.
caseShape(Shape) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Shape'.
caseStyle(Style) - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesSwitch
Returns the result of interpreting the object as an instance of 'Style'.
caseStyleContainer(StyleContainer) - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesSwitch
Returns the result of interpreting the object as an instance of 'Style Container'.
caseStyleContainer(StyleContainer) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsSwitch
Returns the result of interpreting the object as an instance of 'Style Container'.
caseStyleContainer(StyleContainer) - Method in class org.eclipse.graphiti.mm.util.MmSwitch
Returns the result of interpreting the object as an instance of 'Style Container'.
caseText(Text) - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsSwitch
Returns the result of interpreting the object as an instance of 'Text'.
caseTextStyle(TextStyle) - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesSwitch
Returns the result of interpreting the object as an instance of 'Text Style'.
caseTextStyleRegion(TextStyleRegion) - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesSwitch
Returns the result of interpreting the object as an instance of 'Text Style Region'.
changedField - Variable in class org.eclipse.graphiti.platform.ga.VisualStateChangedEvent
 
changeListeners - Variable in class org.eclipse.graphiti.platform.ga.VisualState
 
checkAdapter(IAdaptable, Class<U>) - Method in class org.eclipse.graphiti.ui.platform.GFPropertySection
 
checkFeatureAndContext(IFeature, IContext) - Method in class org.eclipse.graphiti.pattern.DefaultFeatureProviderWithPatterns
Checks if a feature along with its context is available.
checkFeatureAvalability(IFeature, IContext) - Static method in class org.eclipse.graphiti.tb.ContextEntryHelper
 
checkPattern(IPattern, Object) - Method in class org.eclipse.graphiti.pattern.DefaultFeatureProviderWithPatterns
Checks the given pattern if it can deal with the given domain object.
checkState() - Method in class org.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor
Verifies that the applied state is up to date with the current state and updates the applied state accordingly.
checkValueValid(String, IDirectEditingContext) - Method in class org.eclipse.graphiti.features.impl.AbstractDirectEditingFeature
 
checkValueValid(String, IProposal, IDirectEditingContext) - Method in class org.eclipse.graphiti.func.AbstractProposalSupport
 
checkValueValid(String, IDirectEditingContext) - Method in interface org.eclipse.graphiti.func.IDirectEditing
This method will be called by clients many times to see if current value is valid and could be set.
checkValueValid(String, IProposal, IDirectEditingContext) - Method in interface org.eclipse.graphiti.func.IProposalSupport
This method will be called by clients many times to see if current value is valid and could be set.
checkValueValid(String, IDirectEditingContext) - Method in class org.eclipse.graphiti.pattern.AbstractPattern
This method will be called by the framework to check if the passed String is valid as new value for the shape.
checkValueValid(String, IDirectEditingContext) - Method in class org.eclipse.graphiti.pattern.DirectEditingFeatureForPattern
 
checkValueValid(String, IDirectEditingContext) - Method in class org.eclipse.graphiti.pattern.id.IdPattern
This method will be called by the framework to check if the passed String is valid as new value for the shape.
checkValueValid(String, IDirectEditingContext, String) - Method in class org.eclipse.graphiti.pattern.id.IdPattern
This method will be called by the framework to check if the passed String is valid as new value for the shape.
children - Variable in class org.eclipse.graphiti.mm.pictograms.impl.CompositeConnectionImpl
The cached value of the 'Children' reference list.
children - Variable in class org.eclipse.graphiti.mm.pictograms.impl.ContainerShapeImpl
The cached value of the 'Children' containment reference list.
children - Variable in class org.eclipse.graphiti.tb.ContextMenuEntry
 
children - Variable in class org.eclipse.graphiti.tb.DynamicContextMenuEntry
 
CHOPBOX_ANCHOR - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The meta object id for the 'Chopbox Anchor' class.
CHOPBOX_ANCHOR - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'Chopbox Anchor' class.
CHOPBOX_ANCHOR__ACTIVE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Active' attribute.
CHOPBOX_ANCHOR__GRAPHICS_ALGORITHM - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Graphics Algorithm' containment reference.
CHOPBOX_ANCHOR__INCOMING_CONNECTIONS - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Incoming Connections' reference list.
CHOPBOX_ANCHOR__LINK - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Link' containment reference.
CHOPBOX_ANCHOR__OUTGOING_CONNECTIONS - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Outgoing Connections' reference list.
CHOPBOX_ANCHOR__PARENT - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Parent' container reference.
CHOPBOX_ANCHOR__PROPERTIES - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Properties' containment reference list.
CHOPBOX_ANCHOR__REFERENCED_GRAPHICS_ALGORITHM - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Referenced Graphics Algorithm' reference.
CHOPBOX_ANCHOR__VISIBLE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Visible' attribute.
CHOPBOX_ANCHOR_FEATURE_COUNT - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The number of structural features of the 'Chopbox Anchor' class.
ChopboxAnchor - Interface in org.eclipse.graphiti.mm.pictograms
A representation of the model object 'Chopbox Anchor'.
chopboxAnchorEClass - Variable in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsPackageImpl
 
ChopboxAnchorImpl - Class in org.eclipse.graphiti.mm.pictograms.impl
An implementation of the model object 'Chopbox Anchor'.
ChopboxAnchorImpl() - Constructor for class org.eclipse.graphiti.mm.pictograms.impl.ChopboxAnchorImpl
 
cleanUp() - Method in interface org.eclipse.graphiti.ui.print.IPrintConfiguration
Cleans up all stored data.
clipH - Variable in class org.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor.State
clipping rectangle height
clipPath(Path) - Method in class org.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor
 
clipRect(Rectangle) - Method in class org.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor
 
clipW - Variable in class org.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor.State
clipping rectangle width
clipX - Variable in class org.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor.State
clipping rectangle x coordinate
clipY - Variable in class org.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor.State
clipping rectangle y coordinate
cloneGC(GC) - Method in class org.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor
 
close() - Method in interface org.eclipse.graphiti.platform.IDiagramContainer
Notify the container that it should shut down or clear it's state.
close() - Method in class org.eclipse.graphiti.ui.editor.DiagramComposite
 
close() - Method in class org.eclipse.graphiti.ui.editor.DiagramEditor
 
closeContainer() - Method in class org.eclipse.graphiti.ui.editor.DefaultUpdateBehavior
Closes the IDiagramContainerUI (usually a diagram Editor) behind this DefaultUpdateBehavior instance.
closeEditorAsynchronously() - Method in class org.eclipse.graphiti.ui.editor.DefaultUpdateBehavior.DefaultUpdateAdapter
Triggers closing of the editor by scheduling an asynchronous call to DefaultUpdateBehavior.closeContainer().
collapseContextButton - Variable in class org.eclipse.graphiti.tb.DefaultContextButtonPadData
 
collectCompositeConnectionsBOs(CompositeConnection) - Method in class org.eclipse.graphiti.ui.features.DefaultDeleteFeature
 
Color - Interface in org.eclipse.graphiti.mm.algorithms.styles
A representation of the model object ' Color'.
color - Variable in class org.eclipse.graphiti.mm.algorithms.styles.impl.GradientColoredLocationImpl
The cached value of the 'Color' containment reference.
COLOR - Static variable in interface org.eclipse.graphiti.mm.algorithms.styles.StylesPackage
The meta object id for the 'Color' class.
COLOR - Static variable in interface org.eclipse.graphiti.mm.algorithms.styles.StylesPackage.Literals
The meta object literal for the 'Color' class.
color - Variable in class org.eclipse.graphiti.tb.SelectionInfoImpl
 
COLOR__BLUE - Static variable in interface org.eclipse.graphiti.mm.algorithms.styles.StylesPackage
The feature id for the 'Blue' attribute.
COLOR__BLUE - Static variable in interface org.eclipse.graphiti.mm.algorithms.styles.StylesPackage.Literals
The meta object literal for the 'Blue' attribute feature.
COLOR__GREEN - Static variable in interface org.eclipse.graphiti.mm.algorithms.styles.StylesPackage
The feature id for the 'Green' attribute.
COLOR__GREEN - Static variable in interface org.eclipse.graphiti.mm.algorithms.styles.StylesPackage.Literals
The meta object literal for the 'Green' attribute feature.
COLOR__RED - Static variable in interface org.eclipse.graphiti.mm.algorithms.styles.StylesPackage
The feature id for the 'Red' attribute.
COLOR__RED - Static variable in interface org.eclipse.graphiti.mm.algorithms.styles.StylesPackage.Literals
The meta object literal for the 'Red' attribute feature.
COLOR_FEATURE_COUNT - Static variable in interface org.eclipse.graphiti.mm.algorithms.styles.StylesPackage
The number of structural features of the 'Color' class.
ColorConstant - Class in org.eclipse.graphiti.util
The Class ColorConstant.
ColorConstant(int, int, int) - Constructor for class org.eclipse.graphiti.util.ColorConstant
Creates a new ColorConstant given the desired red, green and blue values expressed as ints in the range 0 to 255 (where 0 is black and 255 is full brightness).
ColorConstant(String) - Constructor for class org.eclipse.graphiti.util.ColorConstant
Creates a new ColorConstant for for a given String, which defines the RGB values in hexadecimal format.
ColorDecorator - Class in org.eclipse.graphiti.tb
Color decorators can be used to modify the visualization of a shape without modifying the dirty state of the displaying editor, see IDecorator.
ColorDecorator() - Constructor for class org.eclipse.graphiti.tb.ColorDecorator
Creates a new color decorator that decorates a shape with foreground and background colors.
ColorDecorator(IColorConstant, IColorConstant) - Constructor for class org.eclipse.graphiti.tb.ColorDecorator
Creates a new color decorator that decorates a shape with the given foreground and background colors.
colorEClass - Variable in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesPackageImpl
 
ColorImpl - Class in org.eclipse.graphiti.mm.algorithms.styles.impl
An implementation of the model object 'Color'.
ColorImpl() - Constructor for class org.eclipse.graphiti.mm.algorithms.styles.impl.ColorImpl
 
colors - Variable in class org.eclipse.graphiti.mm.pictograms.impl.DiagramImpl
The cached value of the 'Colors' containment reference list.
ColorUtil - Class in org.eclipse.graphiti.util
Utility for working with Colors.
ColorUtil() - Constructor for class org.eclipse.graphiti.util.ColorUtil
 
commandStackChanged(EventObject) - Method in class org.eclipse.graphiti.ui.editor.DiagramEditor
 
commandStackChanged(EventObject) - Method in class org.eclipse.graphiti.ui.editor.GraphicalComposite
When the command stack changes, the actions interested in the command stack are updated.
commandStackChanged(EventObject) - Method in interface org.eclipse.graphiti.ui.editor.IDiagramContainerUI
Notification that the command stack changed.
completeInfo(IDirectEditingInfo, Object) - Method in class org.eclipse.graphiti.pattern.AbstractPattern
Clients can override to complete the IDirectEditingInfo info.
completeInfo(IDirectEditingInfo, Object, String) - Method in class org.eclipse.graphiti.pattern.AbstractPattern
Clients can override to complete the IDirectEditingInfo info.
completeInfo(IDirectEditingInfo, Object) - Method in interface org.eclipse.graphiti.pattern.IPattern
Complete the directEditing info.
completeInfo(IDirectEditingInfo, Object, String) - Method in interface org.eclipse.graphiti.pattern.IPattern
Complete the directEditing info.
completeValue(String, int, String, IDirectEditingContext) - Method in class org.eclipse.graphiti.features.impl.AbstractDirectEditingFeature
 
completeValue(String, int, IProposal, IDirectEditingContext) - Method in class org.eclipse.graphiti.func.AbstractProposalSupport
 
completeValue(String, int, String, IDirectEditingContext) - Method in interface org.eclipse.graphiti.func.IDirectEditing
Framework calls this method to let the feature calculate the new value.
completeValue(String, int, IProposal, IDirectEditingContext) - Method in interface org.eclipse.graphiti.func.IProposalSupport
Framework calls this method to let the feature calculate the new value.
completeValue(String, int, String, IDirectEditingContext) - Method in class org.eclipse.graphiti.pattern.AbstractPattern
Can be overridden by clients to define completion functionality for direct editing.
completeValue(String, int, String, IDirectEditingContext) - Method in class org.eclipse.graphiti.pattern.DirectEditingFeatureForPattern
 
COMPOSITE_CONNECTION - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The meta object id for the 'Composite Connection' class.
COMPOSITE_CONNECTION - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'Composite Connection' class.
COMPOSITE_CONNECTION__ACTIVE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Active' attribute.
COMPOSITE_CONNECTION__ANCHORS - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Anchors' containment reference list.
COMPOSITE_CONNECTION__CHILDREN - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Children' reference list.
COMPOSITE_CONNECTION__CHILDREN - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'Children' reference list feature.
COMPOSITE_CONNECTION__CONNECTION_DECORATORS - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Connection Decorators' containment reference list.
COMPOSITE_CONNECTION__END - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'End' reference.
COMPOSITE_CONNECTION__GRAPHICS_ALGORITHM - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Graphics Algorithm' containment reference.
COMPOSITE_CONNECTION__LINK - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Link' containment reference.
COMPOSITE_CONNECTION__PARENT - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Parent' container reference.
COMPOSITE_CONNECTION__PROPERTIES - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Properties' containment reference list.
COMPOSITE_CONNECTION__START - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Start' reference.
COMPOSITE_CONNECTION__VISIBLE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Visible' attribute.
COMPOSITE_CONNECTION_FEATURE_COUNT - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The number of structural features of the 'Composite Connection' class.
CompositeConnection - Interface in org.eclipse.graphiti.mm.pictograms
A representation of the model object ' Composite Connection'.
compositeConnectionEClass - Variable in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsPackageImpl
 
CompositeConnectionImpl - Class in org.eclipse.graphiti.mm.pictograms.impl
An implementation of the model object 'Composite Connection'.
CompositeConnectionImpl() - Constructor for class org.eclipse.graphiti.mm.pictograms.impl.CompositeConnectionImpl
 
ConfigurableFeatureProviderWrapper - Class in org.eclipse.graphiti.features
The Class ConfigurableFeatureProviderWrapper.
ConfigurableFeatureProviderWrapper(IFeatureProvider) - Constructor for class org.eclipse.graphiti.features.ConfigurableFeatureProviderWrapper
Creates a new ConfigurableFeatureProviderWrapper.
configurationProvider - Variable in class org.eclipse.graphiti.ui.editor.DiagramBehavior
 
configurationProvider - Variable in class org.eclipse.graphiti.ui.editor.DiagramEditorContextMenuProvider
 
configure() - Method in interface org.eclipse.graphiti.ui.print.IPrintConfiguration
Configures this container.
configure() - Method in interface org.eclipse.graphiti.ui.saveasimage.ISaveAsImageConfiguration
Does the actual configuration.
configureGraphicalViewer() - Method in class org.eclipse.graphiti.ui.editor.DiagramBehavior
Called to configure the behavior viewer, before it receives its content.
configureGraphicalViewer() - Method in class org.eclipse.graphiti.ui.editor.DiagramComposite
 
configureGraphicalViewer() - Method in class org.eclipse.graphiti.ui.editor.DiagramEditor
Called to configure the editor, before it receives its content.
configureGraphicalViewer() - Method in class org.eclipse.graphiti.ui.editor.GraphicalComposite
Called to configure the graphical viewer before it receives its contents.
connection - Variable in class org.eclipse.graphiti.features.context.impl.MoveBendpointContext
 
connection - Variable in class org.eclipse.graphiti.features.context.impl.ReconnectionContext
 
connection - Variable in class org.eclipse.graphiti.features.context.impl.SplitConnectionContext
 
Connection - Interface in org.eclipse.graphiti.mm.pictograms
A representation of the model object 'Connection'.
CONNECTION - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The meta object id for the 'Connection' class.
CONNECTION - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'Connection' class.
CONNECTION__ACTIVE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Active' attribute.
CONNECTION__ANCHORS - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Anchors' containment reference list.
CONNECTION__CONNECTION_DECORATORS - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Connection Decorators' containment reference list.
CONNECTION__CONNECTION_DECORATORS - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'Connection Decorators' containment reference list feature.
CONNECTION__END - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'End' reference.
CONNECTION__END - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'End' reference feature.
CONNECTION__GRAPHICS_ALGORITHM - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Graphics Algorithm' containment reference.
CONNECTION__LINK - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Link' containment reference.
CONNECTION__PARENT - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Parent' container reference.
CONNECTION__PARENT - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'Parent' container reference feature.
CONNECTION__PROPERTIES - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Properties' containment reference list.
CONNECTION__START - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Start' reference.
CONNECTION__START - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'Start' reference feature.
CONNECTION__VISIBLE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Visible' attribute.
CONNECTION_DECORATOR - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The meta object id for the 'Connection Decorator' class.
CONNECTION_DECORATOR - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'Connection Decorator' class.
CONNECTION_DECORATOR__ACTIVE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Active' attribute.
CONNECTION_DECORATOR__ANCHORS - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Anchors' containment reference list.
CONNECTION_DECORATOR__CONNECTION - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Connection' container reference.
CONNECTION_DECORATOR__CONNECTION - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'Connection' container reference feature.
CONNECTION_DECORATOR__CONTAINER - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Container' container reference.
CONNECTION_DECORATOR__GRAPHICS_ALGORITHM - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Graphics Algorithm' containment reference.
CONNECTION_DECORATOR__LINK - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Link' containment reference.
CONNECTION_DECORATOR__LOCATION - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Location' attribute.
CONNECTION_DECORATOR__LOCATION - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'Location' attribute feature.
CONNECTION_DECORATOR__LOCATION_RELATIVE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Location Relative' attribute.
CONNECTION_DECORATOR__LOCATION_RELATIVE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'Location Relative' attribute feature.
CONNECTION_DECORATOR__PROPERTIES - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Properties' containment reference list.
CONNECTION_DECORATOR__VISIBLE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Visible' attribute.
CONNECTION_DECORATOR_FEATURE_COUNT - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The number of structural features of the 'Connection Decorator' class.
CONNECTION_FEATURE_COUNT - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The number of structural features of the 'Connection' class.
CONNECTION_SELECTION_FG - Static variable in interface org.eclipse.graphiti.util.IColorConstant
The foreground selection color of a connection.
ConnectionCreationToolEntry - Class in org.eclipse.graphiti.palette.impl
The Class ConnectionCreationToolEntry creates a tool entry for the palette which can create connections.
ConnectionCreationToolEntry(String, String, String, String) - Constructor for class org.eclipse.graphiti.palette.impl.ConnectionCreationToolEntry
Create a new ConnectionCreationToolEntry.
connectionDecorator - Variable in class org.eclipse.graphiti.features.context.impl.MoveConnectionDecoratorContext
 
ConnectionDecorator - Interface in org.eclipse.graphiti.mm.pictograms
A representation of the model object 'Connection Decorator'.
connectionDecoratorEClass - Variable in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsPackageImpl
 
ConnectionDecoratorImpl - Class in org.eclipse.graphiti.mm.pictograms.impl
An implementation of the model object 'Connection Decorator'.
ConnectionDecoratorImpl() - Constructor for class org.eclipse.graphiti.mm.pictograms.impl.ConnectionDecoratorImpl
 
connectionDecorators - Variable in class org.eclipse.graphiti.mm.pictograms.impl.ConnectionImpl
The cached value of the 'Connection Decorators' containment reference list.
connectionEClass - Variable in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsPackageImpl
 
ConnectionImpl - Class in org.eclipse.graphiti.mm.pictograms.impl
An implementation of the model object 'Connection'.
ConnectionImpl() - Constructor for class org.eclipse.graphiti.mm.pictograms.impl.ConnectionImpl
 
connectionPatters - Variable in class org.eclipse.graphiti.pattern.DefaultFeatureProviderWithPatterns
 
connections - Variable in class org.eclipse.graphiti.mm.pictograms.impl.DiagramImpl
The cached value of the 'Connections' containment reference list.
ConnectionSelectionInfoImpl - Class in org.eclipse.graphiti.tb
 
ConnectionSelectionInfoImpl() - Constructor for class org.eclipse.graphiti.tb.ConnectionSelectionInfoImpl
 
CONTAINER_SHAPE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The meta object id for the 'Container Shape' class.
CONTAINER_SHAPE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'Container Shape' class.
CONTAINER_SHAPE__ACTIVE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Active' attribute.
CONTAINER_SHAPE__ANCHORS - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Anchors' containment reference list.
CONTAINER_SHAPE__CHILDREN - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Children' containment reference list.
CONTAINER_SHAPE__CHILDREN - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'Children' containment reference list feature.
CONTAINER_SHAPE__CONTAINER - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Container' container reference.
CONTAINER_SHAPE__GRAPHICS_ALGORITHM - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Graphics Algorithm' containment reference.
CONTAINER_SHAPE__LINK - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Link' containment reference.
CONTAINER_SHAPE__PROPERTIES - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Properties' containment reference list.
CONTAINER_SHAPE__VISIBLE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Visible' attribute.
CONTAINER_SHAPE_FEATURE_COUNT - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The number of structural features of the 'Container Shape' class.
ContainerShape - Interface in org.eclipse.graphiti.mm.pictograms
A representation of the model object 'Container Shape'.
containerShapeEClass - Variable in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsPackageImpl
 
ContainerShapeImpl - Class in org.eclipse.graphiti.mm.pictograms.impl
An implementation of the model object 'Container Shape'.
ContainerShapeImpl() - Constructor for class org.eclipse.graphiti.mm.pictograms.impl.ContainerShapeImpl
 
contains(int, int) - Method in interface org.eclipse.graphiti.datatypes.IRectangle
Checks whether the point with (x,y) is inside the rectangle.
contains(ILocation) - Method in interface org.eclipse.graphiti.datatypes.IRectangle
Checks whether the point with the given location is inside the rectangle.
context - Variable in class org.eclipse.graphiti.tb.AbstractContextEntry
 
CONTEXT_BUTTON_DELETE - Static variable in class org.eclipse.graphiti.tb.DefaultToolBehaviorProvider
Identifier for a generic context button, used in DefaultToolBehaviorProvider.setGenericContextButtons(IContextButtonPadData, PictogramElement, int) .
CONTEXT_BUTTON_REMOVE - Static variable in class org.eclipse.graphiti.tb.DefaultToolBehaviorProvider
Identifier for a generic context button, used in DefaultToolBehaviorProvider.setGenericContextButtons(IContextButtonPadData, PictogramElement, int) .
CONTEXT_BUTTON_UPDATE - Static variable in class org.eclipse.graphiti.tb.DefaultToolBehaviorProvider
Identifier for a generic context button, used in DefaultToolBehaviorProvider.setGenericContextButtons(IContextButtonPadData, PictogramElement, int) .
ContextButtonEntry - Class in org.eclipse.graphiti.tb
The Class ContextButtonEntry.
ContextButtonEntry(IFeature, IContext) - Constructor for class org.eclipse.graphiti.tb.ContextButtonEntry
Creates a context button entry.
contextButtonMenuEntries - Variable in class org.eclipse.graphiti.tb.ContextButtonEntry
 
ContextEntryHelper - Class in org.eclipse.graphiti.tb
The Class ContextEntryHelper comprises methods for creating and modifying context button entries.
ContextEntryHelper() - Constructor for class org.eclipse.graphiti.tb.ContextEntryHelper
 
contextId - Variable in class org.eclipse.graphiti.dt.AbstractDiagramTypeProvider
 
ContextMenuEntry - Class in org.eclipse.graphiti.tb
The Class ContextMenuEntry.
ContextMenuEntry(IFeature, IContext) - Constructor for class org.eclipse.graphiti.tb.ContextMenuEntry
Creates a new ContextMenuEntry.
contextMenuProvider - Variable in class org.eclipse.graphiti.ui.editor.DiagramBehavior
 
contributeToMenu(IMenuManager) - Method in class org.eclipse.graphiti.ui.editor.DiagramEditorActionBarContributor
Adds Actions to the given IMenuManager, which is displayed as the main-menu of Eclipse.
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.graphiti.ui.editor.DiagramEditorActionBarContributor
Adds Actions to the given IToolBarManager, which is displayed above the editor.
contributorId - Variable in class org.eclipse.graphiti.ui.editor.DiagramEditor
 
controlPoints - Variable in class org.eclipse.graphiti.mm.pictograms.impl.CurvedConnectionImpl
The cached value of the 'Control Points' containment reference list.
convert(BufferedImage) - Static method in class org.eclipse.graphiti.export.batik.ImageConverter
Converts an AWT based buffered image into an SWT Image.
convert(Image) - Static method in class org.eclipse.graphiti.export.batik.ImageConverter
Converts an swt based image into an AWT BufferedImage.
convertFromImageData(ImageData) - Static method in class org.eclipse.graphiti.export.batik.ImageConverter
Converts an swt based image data into an AWT BufferedImage.
convertImageToBytes(Image, int) - Method in interface org.eclipse.graphiti.ui.services.IImageService
Converts the given Image into a byte array in the given format that could be directly saved to a file in that format.
convertLineStyleToString(EDataType, Object) - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
convertLocationTypeToString(EDataType, Object) - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
convertOrientationToString(EDataType, Object) - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
convertToDiagramEditorInput(IEditorInput) - Method in class org.eclipse.graphiti.ui.editor.DiagramEditor
Is called by the DiagramEditor.init(IEditorSite, IEditorInput) method in case the IEditorInput instance passed is no DiagramEditorInput .
convertToImageData(BufferedImage) - Static method in class org.eclipse.graphiti.export.batik.ImageConverter
Converts an AWT based buffered image into an SWT ImageData.
convertToString(EDataType, Object) - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
convertUnderlineStyleToString(EDataType, Object) - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
COPPER_WHITE_GLOSS_ID - Static variable in interface org.eclipse.graphiti.util.IPredefinedRenderingStyle
The ID for a copper-to-white gradient with a gloss-effect.
copy(ICopyContext) - Method in interface org.eclipse.graphiti.features.ICopyFeature
Copy.
CopyContext - Class in org.eclipse.graphiti.features.context.impl
The Class CopyContext.
CopyContext(PictogramElement[]) - Constructor for class org.eclipse.graphiti.features.context.impl.CopyContext
Creates a new CopyContext.
copyFrom(GraphicsToGraphics2DAdaptor.State) - Method in class org.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor.State
Copy the values from a given state to this state
CORNER_HEIGHT_EDEFAULT - Static variable in class org.eclipse.graphiti.mm.algorithms.impl.RoundedRectangleImpl
The default value of the 'Corner Height' attribute.
CORNER_WIDTH_EDEFAULT - Static variable in class org.eclipse.graphiti.mm.algorithms.impl.RoundedRectangleImpl
The default value of the 'Corner Width' attribute.
cornerHeight - Variable in class org.eclipse.graphiti.mm.algorithms.impl.RoundedRectangleImpl
The cached value of the 'Corner Height' attribute.
cornerWidth - Variable in class org.eclipse.graphiti.mm.algorithms.impl.RoundedRectangleImpl
The cached value of the 'Corner Width' attribute.
create(ICreateContext) - Method in interface org.eclipse.graphiti.func.ICreate
Creates the business object for the given context.
create(ICreateConnectionContext) - Method in interface org.eclipse.graphiti.func.ICreateConnection
Creates the connection.
create(EClass) - Method in class org.eclipse.graphiti.mm.algorithms.impl.AlgorithmsFactoryImpl
 
create(EClass) - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
create(EClass) - Method in class org.eclipse.graphiti.mm.impl.MmFactoryImpl
 
create(EClass) - Method in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsFactoryImpl
 
create(ICreateConnectionContext) - Method in class org.eclipse.graphiti.pattern.AbstractConnectionPattern
Clients must override this method to implement the functionality to create a new connection domain object as defined in the given ICreateConnectionContext.
create(ICreateContext) - Method in class org.eclipse.graphiti.pattern.AbstractPattern
Clients must override this method to implement the functionality to create a new domain object as defined in the given ICreateContext .
create(ICreateConnectionContext) - Method in class org.eclipse.graphiti.pattern.CreateConnectionFeatureForPattern
 
create(ICreateContext) - Method in class org.eclipse.graphiti.pattern.CreateFeatureForPattern
 
createAbstractStyleAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates a new adapter for an object of class 'Abstract Style'.
createAbstractStyleAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates a new adapter for an object of class 'Abstract Style'.
createAbstractTextAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates a new adapter for an object of class 'Abstract Text'.
createActions() - Method in class org.eclipse.graphiti.ui.editor.GraphicalComposite
Creates actions for this editor.
createAdaptedGradientColoredAreas() - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createAdaptedGradientColoredAreas() - Method in interface org.eclipse.graphiti.mm.algorithms.styles.StylesFactory
Returns a new object of class 'Adapted Gradient Colored Areas'.
createAdaptedGradientColoredAreasAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates a new adapter for an object of class 'Adapted Gradient Colored Areas'.
createAdapter(Notifier) - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class org.eclipse.graphiti.mm.util.MmAdapterFactory
Creates an adapter for the target.
createAdvancedAnchorAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Advanced Anchor'.
createAnchorAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Anchor'.
createAnchorContainerAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Anchor Container'.
createBoxRelativeAnchor() - Method in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsFactoryImpl
 
createBoxRelativeAnchor() - Method in interface org.eclipse.graphiti.mm.pictograms.PictogramsFactory
Returns a new object of class 'Box Relative Anchor'.
createBoxRelativeAnchor(AnchorContainer) - Method in interface org.eclipse.graphiti.services.IPeCreateService
Creates a box relative anchor inside the given anchor container.
createBoxRelativeAnchorAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Box Relative Anchor'.
createBusinessObjectDropTargetListeners() - Method in class org.eclipse.graphiti.ui.editor.DiagramBehavior
Creates a list of drop target listeners that enable dropping domain objects into the diagram, e.g.
createCellEditor(Composite) - Method in interface org.eclipse.graphiti.ui.platform.ICellEditorProvider
Creates the cell editor on the given parent composite.
createChopboxAnchor() - Method in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsFactoryImpl
 
createChopboxAnchor() - Method in interface org.eclipse.graphiti.mm.pictograms.PictogramsFactory
Returns a new object of class 'Chopbox Anchor'.
createChopboxAnchor(AnchorContainer) - Method in interface org.eclipse.graphiti.services.IPeCreateService
Creates a chop box anchor inside the given anchor container.
createChopboxAnchorAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Chopbox Anchor'.
createCollapseContextButton(boolean, IFeature, IContext) - Static method in class org.eclipse.graphiti.tb.ContextEntryHelper
Creates collapse button entry or expand button entry as indicated by parameter collapse.
createColor() - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createColor() - Method in interface org.eclipse.graphiti.mm.algorithms.styles.StylesFactory
Returns a new object of class 'Color'.
createColorAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates a new adapter for an object of class 'Color'.
createCompositeConnection() - Method in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsFactoryImpl
 
createCompositeConnection() - Method in interface org.eclipse.graphiti.mm.pictograms.PictogramsFactory
Returns a new object of class 'Composite Connection'.
createCompositeConnection(Diagram) - Method in interface org.eclipse.graphiti.services.IPeCreateService
Creates a composite connection (a connection that is made of several other connections) inside the given diagram.
createCompositeConnectionAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class ' Composite Connection'.
createConnection() - Method in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsFactoryImpl
 
createConnection() - Method in interface org.eclipse.graphiti.mm.pictograms.PictogramsFactory
Returns a new object of class 'Connection'.
createConnectionAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Connection'.
CreateConnectionContext - Class in org.eclipse.graphiti.features.context.impl
The Class CreateConnectionContext.
CreateConnectionContext() - Constructor for class org.eclipse.graphiti.features.context.impl.CreateConnectionContext
Creates a new CreateConnectionContext.
createConnectionDecorator() - Method in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsFactoryImpl
 
createConnectionDecorator() - Method in interface org.eclipse.graphiti.mm.pictograms.PictogramsFactory
Returns a new object of class 'Connection Decorator'.
createConnectionDecorator(Connection, boolean, double, boolean) - Method in interface org.eclipse.graphiti.services.IPeCreateService
Creates a connection decorator and adds it to the given connection.
createConnectionDecoratorAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Connection Decorator'.
CreateConnectionFeatureForPattern - Class in org.eclipse.graphiti.pattern
This feature wraps the create functionality of a pattern for calls of the Graphiti framework.
CreateConnectionFeatureForPattern(IFeatureProvider, IConnectionPattern) - Constructor for class org.eclipse.graphiti.pattern.CreateConnectionFeatureForPattern
Creates a new CreateConnectionFeatureForPattern.
createContainerShape() - Method in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsFactoryImpl
 
createContainerShape() - Method in interface org.eclipse.graphiti.mm.pictograms.PictogramsFactory
Returns a new object of class 'Container Shape'.
createContainerShape(ContainerShape, boolean) - Method in interface org.eclipse.graphiti.services.IPeCreateService
Creates a container shape inside the given parent container shape.
createContainerShapeAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Container Shape'.
CreateContext - Class in org.eclipse.graphiti.features.context.impl
The Class CreateContext.
CreateContext() - Constructor for class org.eclipse.graphiti.features.context.impl.CreateContext
Creates a new CreateContext.
createContextMenuProvider() - Method in class org.eclipse.graphiti.ui.editor.DiagramBehavior
Returns a new ContextMenuProvider.
createControl() - Method in class org.eclipse.graphiti.ui.editor.GraphicalComposite
Realizes the Editor by creating it's Control.
createCurvedConnection() - Method in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsFactoryImpl
 
createCurvedConnection() - Method in interface org.eclipse.graphiti.mm.pictograms.PictogramsFactory
Returns a new object of class 'Curved Connection'.
createCurvedConnection(double[], Diagram) - Method in interface org.eclipse.graphiti.services.IPeCreateService
Creates a curved connection (Bezier curve) inside the given diagram.
createCurvedConnectionAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class ' Curved Connection'.
createDefaultDeleteContextButton(IFeatureProvider, PictogramElement) - Static method in class org.eclipse.graphiti.tb.ContextEntryHelper
Creates an default delete context button entry.
createDefaultMultiText(Diagram, GraphicsAlgorithmContainer) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a MultiText graphics algorithm with the default font (Arial, size 8).
createDefaultMultiText(Diagram, GraphicsAlgorithmContainer, String) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a MultiText graphics algorithm with the default font (Arial, size 8) and the given text.
createDefaultMultiText(Diagram, GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createDefaultMultiText(Diagram, GraphicsAlgorithmContainer, String) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createDefaultRemoveContextButton(IFeatureProvider, PictogramElement) - Static method in class org.eclipse.graphiti.tb.ContextEntryHelper
Creates an default remove context button entry.
createDefaultText(Diagram, GraphicsAlgorithmContainer) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Text graphics algorithm with the default font (Arial, size 8).
createDefaultText(Diagram, GraphicsAlgorithmContainer, String) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Text graphics algorithm with the default font (Arial, size 8) and the given text.
createDefaultText(Diagram, GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createDefaultText(Diagram, GraphicsAlgorithmContainer, String) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createDefaultUpdateContextButton(IFeatureProvider, PictogramElement) - Static method in class org.eclipse.graphiti.tb.ContextEntryHelper
Creates an default update context button entry.
createDeleteFeature(IDeleteContext) - Method in class org.eclipse.graphiti.pattern.AbstractPattern
Creates the IDeleteFeature instance that handles the deletion of business objects and diagram elements.
createDescription - Variable in class org.eclipse.graphiti.features.impl.AbstractCreateConnectionFeature
 
createDiagram() - Method in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsFactoryImpl
 
createDiagram() - Method in interface org.eclipse.graphiti.mm.pictograms.PictogramsFactory
Returns a new object of class 'Diagram'.
createDiagram(String, String, boolean) - Method in interface org.eclipse.graphiti.services.IPeCreateService
Creates a diagram.
createDiagram(String, String, int, boolean) - Method in interface org.eclipse.graphiti.services.IPeCreateService
Creates a diagram.
createDiagram(String, String, int, int, boolean) - Method in interface org.eclipse.graphiti.services.IPeCreateService
Creates a diagram.
createDiagramAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Diagram'.
createDiagramBehavior() - Method in class org.eclipse.graphiti.ui.editor.DiagramComposite
 
createDiagramBehavior() - Method in class org.eclipse.graphiti.ui.editor.DiagramEditor
Creates the behavior object that cares about the common (behavioral) coding shared between editors, views and other composites.
createDiagramEditorInput(URI) - Static method in class org.eclipse.graphiti.ui.editor.EditorInputAdapter
 
createDiagramTypeProvider(String) - Method in interface org.eclipse.graphiti.ui.services.IExtensionManager
Creates a diagram type provider.
createDiagramTypeProvider(Diagram, String) - Method in interface org.eclipse.graphiti.ui.services.IExtensionManager
Create an instance of a diagram type provider (and also the feature provider) without having a diagram editor open.
createEditingDomain() - Method in class org.eclipse.graphiti.ui.editor.DefaultUpdateBehavior
Deprecated. use DefaultUpdateBehavior.createEditingDomain(IDiagramEditorInput) instead
createEditingDomain(IDiagramEditorInput) - Method in class org.eclipse.graphiti.ui.editor.DefaultUpdateBehavior
Created the TransactionalEditingDomain that shall be used within the diagram editor and initializes it by delegating to DefaultUpdateBehavior.initializeEditingDomain(TransactionalEditingDomain).
createEditorInput(Diagram, String) - Static method in class org.eclipse.graphiti.ui.editor.DiagramEditorInput
Creates a new DiagramEditorInput for the given Diagram and the given diagram type provider ID.
createElement(IMemento) - Method in class org.eclipse.graphiti.ui.editor.DiagramEditorInputFactory
 
createEllipse() - Method in interface org.eclipse.graphiti.mm.algorithms.AlgorithmsFactory
Returns a new object of class 'Ellipse'.
createEllipse() - Method in class org.eclipse.graphiti.mm.algorithms.impl.AlgorithmsFactoryImpl
 
createEllipse(GraphicsAlgorithmContainer) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates an Ellipse graphics algorithm.
createEllipse(GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createEllipseAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates a new adapter for an object of class 'Ellipse'.
createEObjectAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class org.eclipse.graphiti.mm.util.MmAdapterFactory
Creates a new adapter for the default case.
createErrorPartControl(Composite) - Method in class org.eclipse.graphiti.ui.editor.DiagramBehavior
Creates the default error page in case an error occurred while initializing this behavior.
createFalseReason() - Static method in class org.eclipse.graphiti.features.impl.Reason
Creates the false reason.
createFalseReason(String) - Static method in class org.eclipse.graphiti.features.impl.Reason
Creates the false reason.
createFeature - Variable in class org.eclipse.graphiti.palette.impl.ObjectCreationToolEntry
 
CreateFeatureForPattern - Class in org.eclipse.graphiti.pattern
This feature wraps the create functionality of a pattern for calls of the Graphiti framework.
CreateFeatureForPattern(IFeatureProvider, IPattern) - Constructor for class org.eclipse.graphiti.pattern.CreateFeatureForPattern
Creates a new CreateFeatureForPattern.
createFeatureProvider(Diagram) - Method in interface org.eclipse.graphiti.ui.services.IExtensionManager
Create an instance of a feature provider (and also the diagram type provider) without having a diagram editor open.
createFixPointAnchor() - Method in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsFactoryImpl
 
createFixPointAnchor() - Method in interface org.eclipse.graphiti.mm.pictograms.PictogramsFactory
Returns a new object of class 'Fix Point Anchor'.
createFixPointAnchor(AnchorContainer) - Method in interface org.eclipse.graphiti.services.IPeCreateService
Creates a fix point anchor inside the given anchor container.
createFixPointAnchorAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Fix Point Anchor'.
createFont() - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createFont() - Method in interface org.eclipse.graphiti.mm.algorithms.styles.StylesFactory
Returns a new object of class 'Font'.
createFontAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates a new adapter for an object of class 'Font'.
createFreeFormConnection() - Method in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsFactoryImpl
 
createFreeFormConnection() - Method in interface org.eclipse.graphiti.mm.pictograms.PictogramsFactory
Returns a new object of class 'Free Form Connection'.
createFreeFormConnection(Diagram) - Method in interface org.eclipse.graphiti.services.IPeCreateService
Creates a free form connection inside the given diagram.
createFreeFormConnectionAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Free Form Connection'.
createFromString(EDataType, String) - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createGradientColoredArea() - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createGradientColoredArea() - Method in interface org.eclipse.graphiti.mm.algorithms.styles.StylesFactory
Returns a new object of class 'Gradient Colored Area'.
createGradientColoredArea(String, int, LocationType, String, int, LocationType) - Static method in class org.eclipse.graphiti.util.PredefinedColoredAreas
 
createGradientColoredAreaAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates a new adapter for an object of class 'Gradient Colored Area'.
createGradientColoredAreas() - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createGradientColoredAreas() - Method in interface org.eclipse.graphiti.mm.algorithms.styles.StylesFactory
Returns a new object of class 'Gradient Colored Areas'.
createGradientColoredAreasAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates a new adapter for an object of class 'Gradient Colored Areas'.
createGradientColoredLocation() - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createGradientColoredLocation() - Method in interface org.eclipse.graphiti.mm.algorithms.styles.StylesFactory
Returns a new object of class 'Gradient Colored Location'.
createGradientColoredLocationAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates a new adapter for an object of class 'Gradient Colored Location'.
createGraphicalViewer(Composite) - Method in class org.eclipse.graphiti.ui.editor.DiagramBehavior
Creates the GraphicalViewer on the specified Composite and initializes it.
createGraphicalViewer() - Method in class org.eclipse.graphiti.ui.editor.DiagramComposite
 
createGraphicalViewer(Composite) - Method in class org.eclipse.graphiti.ui.editor.DiagramEditor
Creates the GraphicalViewer on the specified Composite and initializes it.
createGraphicalViewer() - Method in class org.eclipse.graphiti.ui.editor.GraphicalComposite
Creates the GraphicalViewer on the specified Composite.
createGraphicsAlgorithmAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates a new adapter for an object of class 'Graphics Algorithm'.
createGraphicsAlgorithmContainerAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates a new adapter for an object of class 'Graphics Algorithm Container'.
createGraphicsAlgorithmContainerAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Graphics Algorithm Container'.
createGraphicsAlgorithmContainerAdapter() - Method in class org.eclipse.graphiti.mm.util.MmAdapterFactory
Creates a new adapter for an object of class 'Graphics Algorithm Container'.
createGraphicsAlgorithmRenderer(IRendererContext) - Method in interface org.eclipse.graphiti.platform.ga.IGraphicsAlgorithmRendererFactory
Creates a new IGraphicsAlgorithmRenderer object.
createImage() - Method in interface org.eclipse.graphiti.mm.algorithms.AlgorithmsFactory
Returns a new object of class 'Image'.
createImage() - Method in class org.eclipse.graphiti.mm.algorithms.impl.AlgorithmsFactoryImpl
 
createImage(GraphicsAlgorithmContainer, String) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Image graphics algorithm with the given image id.
createImage(GraphicsAlgorithmContainer, String) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createImageAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates a new adapter for an object of class 'Image'.
createInvisibleRectangle(PictogramElement) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Create an invisible Rectangle.
createInvisibleRectangle(PictogramElement) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createLineStyleFromString(EDataType, String) - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createLocationTypeFromString(EDataType, String) - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createManhattanConnection() - Method in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsFactoryImpl
 
createManhattanConnection() - Method in interface org.eclipse.graphiti.mm.pictograms.PictogramsFactory
Returns a new object of class 'Manhattan Connection'.
createManhattanConnection(Diagram) - Method in interface org.eclipse.graphiti.services.IPeCreateService
Creates a manhattan connection inside the given diagram.
createManhattanConnectionAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Manhattan Connection'.
createMarkerBehavior() - Method in class org.eclipse.graphiti.ui.editor.DiagramBehavior
Creates the behavior extension that deals with markers.
createMessage(Map<URI, Throwable>) - Method in class org.eclipse.graphiti.ui.editor.DefaultPersistencyBehavior
 
createMultiText() - Method in interface org.eclipse.graphiti.mm.algorithms.AlgorithmsFactory
Returns a new object of class 'Multi Text'.
createMultiText() - Method in class org.eclipse.graphiti.mm.algorithms.impl.AlgorithmsFactoryImpl
 
createMultiText(GraphicsAlgorithmContainer) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a MultiText graphics algorithm.
createMultiText(GraphicsAlgorithmContainer, String) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a MultiText graphics algorithm with the given text.
createMultiText(Diagram, GraphicsAlgorithmContainer, String, String, int) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a MultiText graphics algorithm with the given text and font.
createMultiText(Diagram, GraphicsAlgorithmContainer, String, String, int, boolean, boolean) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a MultiText graphics algorithm with the given text and font.
createMultiText(GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createMultiText(GraphicsAlgorithmContainer, String) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createMultiText(Diagram, GraphicsAlgorithmContainer, String, String, int) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createMultiText(Diagram, GraphicsAlgorithmContainer, String, String, int, boolean, boolean) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createMultiTextAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates a new adapter for an object of class 'Multi Text'.
createName - Variable in class org.eclipse.graphiti.features.impl.AbstractCreateConnectionFeature
 
createOperation(Set<Resource>, Map<Resource, Map<?, ?>>) - Method in class org.eclipse.graphiti.ui.editor.DefaultPersistencyBehavior
Creates the runnable to be used to wrap the actual saving of the EMF Resources.
To only modify the actual saving clients should rather override #save(TransactionalEditingDomain, Map).
createOrGetPictogramLink(PictogramElement) - Method in class org.eclipse.graphiti.features.impl.AbstractFeatureProvider
 
createOrientationFromString(EDataType, String) - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createPackageContents() - Method in class org.eclipse.graphiti.mm.algorithms.impl.AlgorithmsPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.graphiti.mm.impl.MmPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsPackageImpl
Creates the meta-model objects for the package.
createPaletteBehaviour() - Method in class org.eclipse.graphiti.ui.editor.DiagramBehavior
Creates the behavior extension that deals with the palette handling.
createPaletteDropTargetListener() - Method in class org.eclipse.graphiti.ui.editor.DiagramBehavior
Creates the drop target listener that is used for adding new objects from the palette via drag and drop.
createPaletteRoot() - Method in class org.eclipse.graphiti.ui.editor.DefaultPaletteBehavior
Creates the PaletteRoot of this editor.
createPaletteViewerProvider() - Method in class org.eclipse.graphiti.ui.editor.DefaultPaletteBehavior
Returns the PaletteViewerProvider, which can be used to create a new PaletteViewer.
createPaletteViewerProvider() - Method in class org.eclipse.graphiti.ui.editor.DiagramBehavior
Delegates to the method (or the method in a subclass of) #createPaletteViewerProvider() to create the PaletteViewerProvider used inside the GEF editor.
createPaletteViewerProvider() - Method in class org.eclipse.graphiti.ui.editor.DiagramComposite
 
createPaletteViewerProvider() - Method in class org.eclipse.graphiti.ui.editor.DiagramEditor
Delegates to the method (or the method in a subclass of) #createPaletteViewerProvider() to create the PaletteViewerProvider used inside the GEF editor.
createPartControl(Composite) - Method in class org.eclipse.graphiti.ui.editor.DiagramEditor
Creates the UI of the editor by delegating to the super.createPartControl method.
createPathAWT(Path) - Method in class org.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor
 
createPersistencyBehavior() - Method in class org.eclipse.graphiti.ui.editor.DiagramBehavior
Creates the behavior extension that deals with the persistence handling.
createPictogramElementAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Pictogram Element'.
createPictogramLink(PictogramElement) - Method in class org.eclipse.graphiti.features.impl.AbstractFeatureProvider
 
createPictogramLink() - Method in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsFactoryImpl
 
createPictogramLink() - Method in interface org.eclipse.graphiti.mm.pictograms.PictogramsFactory
Returns a new object of class 'Pictogram Link'.
createPictogramLinkAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Pictogram Link'.
createPlainEllipse(GraphicsAlgorithmContainer) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain Ellipse graphics algorithm.
createPlainEllipse(GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainImage(GraphicsAlgorithmContainer, String) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain Image graphics algorithm with the given image id.
createPlainImage(GraphicsAlgorithmContainer, String) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainMultiText(GraphicsAlgorithmContainer) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain MultiText graphics algorithm.
createPlainMultiText(GraphicsAlgorithmContainer, String) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain MultiText graphics algorithm with the given text.
createPlainMultiText(GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainMultiText(GraphicsAlgorithmContainer, String) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainPlatformGraphicsAlgorithm(GraphicsAlgorithmContainer, String) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates the plain PlatformGraphicsAlgorithm.
createPlainPlatformGraphicsAlgorithm(GraphicsAlgorithmContainer, String) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainPolygon(GraphicsAlgorithmContainer) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain Polygon graphics algorithm.
createPlainPolygon(GraphicsAlgorithmContainer, Collection<Point>) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain Polygon graphics algorithm with the given points.
createPlainPolygon(GraphicsAlgorithmContainer, int[]) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain Polygon graphics algorithm with the given points.
createPlainPolygon(GraphicsAlgorithmContainer, int[], int[]) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain Polygon graphics algorithm with the given points.
createPlainPolygon(GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainPolygon(GraphicsAlgorithmContainer, Collection<Point>) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainPolygon(GraphicsAlgorithmContainer, int[]) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainPolygon(GraphicsAlgorithmContainer, int[], int[]) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainPolyline(GraphicsAlgorithmContainer) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain Polyline graphics algorithm.
createPlainPolyline(GraphicsAlgorithmContainer, Collection<Point>) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain Polyline graphics algorithm with the given points.
createPlainPolyline(GraphicsAlgorithmContainer, int[]) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain polyline graphics algorithm with the given points.
createPlainPolyline(GraphicsAlgorithmContainer, int[], int[]) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain Polyline graphics algorithm with the given points.
createPlainPolyline(GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainPolyline(GraphicsAlgorithmContainer, Collection<Point>) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainPolyline(GraphicsAlgorithmContainer, int[]) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainPolyline(GraphicsAlgorithmContainer, int[], int[]) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainRectangle(GraphicsAlgorithmContainer) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain Rectangle graphics algorithm.
createPlainRectangle(GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainRoundedRectangle(GraphicsAlgorithmContainer, int, int) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain RoundedRectangle graphics algorithm with the given corner dimensions.
createPlainRoundedRectangle(GraphicsAlgorithmContainer, int, int) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainStyle(StyleContainer, String) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Style with the given id.
createPlainStyle(StyleContainer, String) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainText(GraphicsAlgorithmContainer) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain Text graphics algorithm with empty text.
createPlainText(GraphicsAlgorithmContainer, String) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a plain Text graphics algorithm with the given text.
createPlainText(GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainText(Diagram, GraphicsAlgorithmContainer, boolean, String) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlainText(GraphicsAlgorithmContainer, String) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlatformGraphicsAlgorithm() - Method in interface org.eclipse.graphiti.mm.algorithms.AlgorithmsFactory
Returns a new object of class 'Platform Graphics Algorithm'.
createPlatformGraphicsAlgorithm() - Method in class org.eclipse.graphiti.mm.algorithms.impl.AlgorithmsFactoryImpl
 
createPlatformGraphicsAlgorithm(GraphicsAlgorithmContainer, String) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates the PlatformGraphicsAlgorithm.
createPlatformGraphicsAlgorithm(GraphicsAlgorithmContainer, String) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPlatformGraphicsAlgorithmAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates a new adapter for an object of class 'Platform Graphics Algorithm'.
createPoint() - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createPoint() - Method in interface org.eclipse.graphiti.mm.algorithms.styles.StylesFactory
Returns a new object of class 'Point'.
createPoint(int, int) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Point datatype for the given x/y coordinates.
createPoint(int, int, int, int) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Point datatype for the given x/y coordinates.
createPoint(int, int) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPoint(int, int, int, int) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPointAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates a new adapter for an object of class 'Point'.
createPointList(int[]) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a list of Point datatypes for the given x/y coordinates.
createPointList(int[], int[]) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a list of Point datatypes for the given x/y coordinates.
createPointList(int[]) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPointList(int[], int[]) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPolygon(PointList) - Method in class org.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor
 
createPolygon() - Method in interface org.eclipse.graphiti.mm.algorithms.AlgorithmsFactory
Returns a new object of class 'Polygon'.
createPolygon() - Method in class org.eclipse.graphiti.mm.algorithms.impl.AlgorithmsFactoryImpl
 
createPolygon(GraphicsAlgorithmContainer) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Polygon graphics algorithm.
createPolygon(GraphicsAlgorithmContainer, Collection<Point>) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Polygon graphics algorithm with the given points.
createPolygon(GraphicsAlgorithmContainer, int[]) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Polygon graphics algorithm with the given points.
createPolygon(GraphicsAlgorithmContainer, int[], int[]) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Polygon graphics algorithm with the given points.
createPolygon(GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPolygon(GraphicsAlgorithmContainer, Collection<Point>) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPolygon(GraphicsAlgorithmContainer, int[]) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPolygon(GraphicsAlgorithmContainer, int[], int[]) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPolygonAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates a new adapter for an object of class 'Polygon'.
createPolyline() - Method in interface org.eclipse.graphiti.mm.algorithms.AlgorithmsFactory
Returns a new object of class 'Polyline'.
createPolyline() - Method in class org.eclipse.graphiti.mm.algorithms.impl.AlgorithmsFactoryImpl
 
createPolyline(GraphicsAlgorithmContainer) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Polyline graphics algorithm.
createPolyline(GraphicsAlgorithmContainer, Collection<Point>) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Polyline graphics algorithm with the given points.
createPolyline(GraphicsAlgorithmContainer, int[]) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Polyline graphics algorithm with the given points.
createPolyline(GraphicsAlgorithmContainer, int[], int[]) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Polyline graphics algorithm with the given points.
createPolyline(GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPolyline(GraphicsAlgorithmContainer, Collection<Point>) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPolyline(GraphicsAlgorithmContainer, int[]) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPolyline(GraphicsAlgorithmContainer, int[], int[]) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createPolylineAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates a new adapter for an object of class 'Polyline'.
createPrecisionPoint() - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createPrecisionPoint() - Method in interface org.eclipse.graphiti.mm.algorithms.styles.StylesFactory
Returns a new object of class 'Precision Point'.
createPrecisionPointAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates a new adapter for an object of class 'Precision Point'.
createProperty() - Method in class org.eclipse.graphiti.mm.impl.MmFactoryImpl
 
createProperty() - Method in interface org.eclipse.graphiti.mm.MmFactory
Returns a new object of class 'Property'.
createPropertyAdapter() - Method in class org.eclipse.graphiti.mm.util.MmAdapterFactory
Creates a new adapter for an object of class 'Property'.
createPropertyContainerAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates a new adapter for an object of class 'Property Container'.
createPropertyContainerAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Property Container'.
createPropertyContainerAdapter() - Method in class org.eclipse.graphiti.mm.util.MmAdapterFactory
Creates a new adapter for an object of class 'Property Container'.
createRectangle() - Method in interface org.eclipse.graphiti.mm.algorithms.AlgorithmsFactory
Returns a new object of class 'Rectangle'.
createRectangle() - Method in class org.eclipse.graphiti.mm.algorithms.impl.AlgorithmsFactoryImpl
 
createRectangle(GraphicsAlgorithmContainer) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Rectangle graphics algorithm.
createRectangle(GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createRectangleAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates a new adapter for an object of class 'Rectangle'.
createRefreshBehavior() - Method in class org.eclipse.graphiti.ui.editor.DiagramBehavior
Creates the behavior extension that deals with the refresh handling.
createRemoveFeature(IRemoveContext) - Method in class org.eclipse.graphiti.pattern.AbstractPattern
Creates the IRemoveFeature instance that handles the removal of diagram elements.
createRenderingStyle() - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createRenderingStyle() - Method in interface org.eclipse.graphiti.mm.algorithms.styles.StylesFactory
Returns a new object of class 'Rendering Style'.
createRenderingStyleAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates a new adapter for an object of class 'Rendering Style'.
createResourceSetAndEditingDomain() - Method in interface org.eclipse.graphiti.ui.services.IEmfService
Creates a TransactionalEditingDomain with a ResourceSet resource set and a IWorkspaceCommandStack command stack.
createRoundedRectangle() - Method in interface org.eclipse.graphiti.mm.algorithms.AlgorithmsFactory
Returns a new object of class 'Rounded Rectangle'.
createRoundedRectangle() - Method in class org.eclipse.graphiti.mm.algorithms.impl.AlgorithmsFactoryImpl
 
createRoundedRectangle(GraphicsAlgorithmContainer, int, int) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a RoundedRectangle graphics algorithm with the given corner dimensions.
createRoundedRectangle(GraphicsAlgorithmContainer, int, int) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createRoundedRectangleAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates a new adapter for an object of class 'Rounded Rectangle'.
createSaveOptions() - Method in class org.eclipse.graphiti.ui.editor.DefaultPersistencyBehavior
Returns the EMF save options to be used when saving the EMF Resources.
createService - Static variable in class org.eclipse.graphiti.services.Graphiti
 
createShape() - Method in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsFactoryImpl
 
createShape() - Method in interface org.eclipse.graphiti.mm.pictograms.PictogramsFactory
Returns a new object of class 'Shape'.
createShape(ContainerShape, boolean) - Method in interface org.eclipse.graphiti.services.IPeCreateService
Creates a shape inside the given parent container shape.
createShapeAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Shape'.
createShiftedColor(Color, int, Diagram) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Shifts the Color darker or lighter.
createShiftedColor(IColorConstant, int) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Shifts the Color constant darker or lighter.
createShiftedColor(Color, int, Diagram) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createShiftedColor(IColorConstant, int) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createStroke() - Method in class org.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor
Sets and retirns AWT Stroke based on the value of LineAttributes within the current state object
createStyle() - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createStyle() - Method in interface org.eclipse.graphiti.mm.algorithms.styles.StylesFactory
Returns a new object of class 'Style'.
createStyle(StyleContainer, String) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Style with the given id.
createStyle(StyleContainer, String) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createStyleAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates a new adapter for an object of class 'Style'.
createStyleContainerAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates a new adapter for an object of class 'Style Container'.
createStyleContainerAdapter() - Method in class org.eclipse.graphiti.mm.pictograms.util.PictogramsAdapterFactory
Creates a new adapter for an object of class 'Style Container'.
createStyleContainerAdapter() - Method in class org.eclipse.graphiti.mm.util.MmAdapterFactory
Creates a new adapter for an object of class 'Style Container'.
createSWTGraphics() - Method in class org.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor
This is a helper method used to create the SWT Graphics object
createText() - Method in interface org.eclipse.graphiti.mm.algorithms.AlgorithmsFactory
Returns a new object of class 'Text'.
createText() - Method in class org.eclipse.graphiti.mm.algorithms.impl.AlgorithmsFactoryImpl
 
createText(GraphicsAlgorithmContainer) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Text graphics algorithm with empty text.
createText(GraphicsAlgorithmContainer, String) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Text graphics algorithm with the given text.
createText(Diagram, GraphicsAlgorithmContainer, String, String, int) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Text graphics algorithm with the given text and font.
createText(Diagram, GraphicsAlgorithmContainer, String, String, int, boolean, boolean) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a Text graphics algorithm with the given text and font.
createText(GraphicsAlgorithmContainer) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createText(Diagram, GraphicsAlgorithmContainer, boolean, String, boolean) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createText(Diagram, GraphicsAlgorithmContainer, String, String, int) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createText(Diagram, GraphicsAlgorithmContainer, String, String, int, boolean, boolean) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createText(GraphicsAlgorithmContainer, String) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createTextAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.util.AlgorithmsAdapterFactory
Creates a new adapter for an object of class 'Text'.
createTextStyle() - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createTextStyle() - Method in interface org.eclipse.graphiti.mm.algorithms.styles.StylesFactory
Returns a new object of class 'Text Style'.
createTextStyle(TextStyleRegion) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a TextStyle.
createTextStyle(TextStyleRegion, boolean, boolean, UnderlineStyle) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a TextStyle with the given values.
createTextStyle(TextStyleRegion) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createTextStyle(TextStyleRegion, boolean, boolean, UnderlineStyle) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createTextStyleAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates a new adapter for an object of class 'Text Style'.
createTextStyleRegion() - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createTextStyleRegion() - Method in interface org.eclipse.graphiti.mm.algorithms.styles.StylesFactory
Returns a new object of class 'Text Style Region'.
createTextStyleRegion(AbstractText) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a TextStyleRegion.
createTextStyleRegion(AbstractText, int, int) - Method in interface org.eclipse.graphiti.services.IGaCreateService
Creates a TextStyleRegion with the given bounds.
createTextStyleRegion(AbstractText) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createTextStyleRegion(AbstractText, int, int) - Method in class org.eclipse.graphiti.services.impl.GaServiceImpl
 
createTextStyleRegionAdapter() - Method in class org.eclipse.graphiti.mm.algorithms.styles.util.StylesAdapterFactory
Creates a new adapter for an object of class 'Text Style Region'.
createTrueReason() - Static method in class org.eclipse.graphiti.features.impl.Reason
Creates the true reason.
createTrueReason(String) - Static method in class org.eclipse.graphiti.features.impl.Reason
Creates the true reason.
createUnderlineStyleFromString(EDataType, String) - Method in class org.eclipse.graphiti.mm.algorithms.styles.impl.StylesFactoryImpl
 
createUpdateAdapter() - Method in class org.eclipse.graphiti.ui.editor.DefaultUpdateBehavior
Hook to create an DefaultUpdateBehavior.updateAdapter that cares about updating the diagram editor.
createUpdateBehavior() - Method in class org.eclipse.graphiti.ui.editor.DiagramBehavior
Creates the behavior extension that deals with the update handling.
createWorkspaceSynchronizerDelegate() - Method in class org.eclipse.graphiti.ui.editor.DefaultUpdateBehavior
Can be overridden to return a client specific implementation of a WorkspaceSynchronizer Delegate object.
creationToolEntries - Variable in class org.eclipse.graphiti.palette.impl.StackEntry
 
currentState - Variable in class org.eclipse.graphiti.export.batik.GraphicsToGraphics2DAdaptor
 
currentToolBehaviorIndex - Variable in class org.eclipse.graphiti.dt.AbstractDiagramTypeProvider
 
CURVED_CONNECTION - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The meta object id for the 'Curved Connection' class.
CURVED_CONNECTION - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'Curved Connection' class.
CURVED_CONNECTION__ACTIVE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Active' attribute.
CURVED_CONNECTION__ANCHORS - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Anchors' containment reference list.
CURVED_CONNECTION__CONNECTION_DECORATORS - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Connection Decorators' containment reference list.
CURVED_CONNECTION__CONTROL_POINTS - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Control Points' containment reference list.
CURVED_CONNECTION__CONTROL_POINTS - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage.Literals
The meta object literal for the 'Control Points' containment reference list feature.
CURVED_CONNECTION__END - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'End' reference.
CURVED_CONNECTION__GRAPHICS_ALGORITHM - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Graphics Algorithm' containment reference.
CURVED_CONNECTION__LINK - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Link' containment reference.
CURVED_CONNECTION__PARENT - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Parent' container reference.
CURVED_CONNECTION__PROPERTIES - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Properties' containment reference list.
CURVED_CONNECTION__START - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Start' reference.
CURVED_CONNECTION__VISIBLE - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The feature id for the 'Visible' attribute.
CURVED_CONNECTION_FEATURE_COUNT - Static variable in interface org.eclipse.graphiti.mm.pictograms.PictogramsPackage
The number of structural features of the 'Curved Connection' class.
CurvedConnection - Interface in org.eclipse.graphiti.mm.pictograms
A representation of the model object ' Curved Connection'.
curvedConnectionEClass - Variable in class org.eclipse.graphiti.mm.pictograms.impl.PictogramsPackageImpl
 
CurvedConnectionImpl - Class in org.eclipse.graphiti.mm.pictograms.impl
An implementation of the model object 'Curved Connection'.
CurvedConnectionImpl() - Constructor for class org.eclipse.graphiti.mm.pictograms.impl.CurvedConnectionImpl
 
CustomContext - Class in org.eclipse.graphiti.features.context.impl
The Class CustomContext.
CustomContext() - Constructor for class org.eclipse.graphiti.features.context.impl.CustomContext
Creates a new CustomContext.
CustomContext(PictogramElement[]) - Constructor for class org.eclipse.graphiti.features.context.impl.CustomContext
Creates a new CustomContext.
CYAN - Static variable in interface org.eclipse.graphiti.util.IColorConstant
The "cyan" color.

A B C D E F G H I K L M N O P R S T U V W X Y Z
Copyright (c) SAP AG 2005, 2012.