|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConnectionDecorator in org.eclipse.graphiti.features.context |
---|
Methods in org.eclipse.graphiti.features.context that return ConnectionDecorator | |
---|---|
ConnectionDecorator |
IMoveConnectionDecoratorContext.getConnectionDecorator()
Gets the connection decorator. |
ConnectionDecorator |
ITargetConnectionDecoratorContext.getTargetConnectionDecorator()
Gets the target connection decorator. |
Uses of ConnectionDecorator in org.eclipse.graphiti.features.context.impl |
---|
Fields in org.eclipse.graphiti.features.context.impl declared as ConnectionDecorator | |
---|---|
private ConnectionDecorator |
MoveConnectionDecoratorContext.connectionDecorator
|
private ConnectionDecorator |
AddContext.targetConnectionDecorator
|
Methods in org.eclipse.graphiti.features.context.impl that return ConnectionDecorator | |
---|---|
ConnectionDecorator |
MoveConnectionDecoratorContext.getConnectionDecorator()
|
ConnectionDecorator |
AddContext.getTargetConnectionDecorator()
|
Methods in org.eclipse.graphiti.features.context.impl with parameters of type ConnectionDecorator | |
---|---|
protected void |
MoveConnectionDecoratorContext.setConnectionDecorator(ConnectionDecorator connectionDecorator)
Sets the connection decorator. |
void |
AddContext.setTargetConnectionDecorator(ConnectionDecorator targetConnectionDecorator)
Sets the target connection decorator. |
Constructors in org.eclipse.graphiti.features.context.impl with parameters of type ConnectionDecorator | |
---|---|
MoveConnectionDecoratorContext(ConnectionDecorator connectionDecorator,
int x,
int y,
boolean executeAllowed)
Creates a new MoveConnectionDecoratorContext . |
Uses of ConnectionDecorator in org.eclipse.graphiti.mm.pictograms |
---|
Methods in org.eclipse.graphiti.mm.pictograms that return ConnectionDecorator | |
---|---|
ConnectionDecorator |
PictogramsFactory.createConnectionDecorator()
Returns a new object of class 'Connection Decorator'. |
Uses of ConnectionDecorator in org.eclipse.graphiti.mm.pictograms.impl |
---|
Classes in org.eclipse.graphiti.mm.pictograms.impl that implement ConnectionDecorator | |
---|---|
class |
ConnectionDecoratorImpl
An implementation of the model object 'Connection Decorator'. |
Methods in org.eclipse.graphiti.mm.pictograms.impl that return ConnectionDecorator | |
---|---|
ConnectionDecorator |
PictogramsFactoryImpl.createConnectionDecorator()
|
Uses of ConnectionDecorator in org.eclipse.graphiti.mm.pictograms.util |
---|
Methods in org.eclipse.graphiti.mm.pictograms.util with parameters of type ConnectionDecorator | |
---|---|
T |
PictogramsSwitch.caseConnectionDecorator(ConnectionDecorator object)
Returns the result of interpreting the object as an instance of 'Connection Decorator'. |
Uses of ConnectionDecorator in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services that return ConnectionDecorator | |
---|---|
ConnectionDecorator |
IPeCreateService.createConnectionDecorator(Connection connection,
boolean active,
double location,
boolean isRelative)
Creates a connection decorator and adds it to the given connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |