|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Connection in org.eclipse.graphiti.features.context |
---|
Methods in org.eclipse.graphiti.features.context that return Connection | |
---|---|
Connection |
IReconnectionContext.getConnection()
Gets the connection. |
Connection |
ISplitConnectionContext.getConnection()
Gets the connection. |
Connection |
ITargetConnectionContext.getTargetConnection()
Gets the target connection. |
Uses of Connection in org.eclipse.graphiti.features.context.impl |
---|
Fields in org.eclipse.graphiti.features.context.impl declared as Connection | |
---|---|
private Connection |
ReconnectionContext.connection
|
private Connection |
SplitConnectionContext.connection
|
private Connection |
AddContext.targetConnection
|
private Connection |
CreateContext.targetConnection
|
private Connection |
MoveShapeContext.targetConnection
|
Methods in org.eclipse.graphiti.features.context.impl that return Connection | |
---|---|
Connection |
ReconnectionContext.getConnection()
Gets the connection. |
Connection |
SplitConnectionContext.getConnection()
|
Connection |
AddContext.getTargetConnection()
|
Connection |
CreateContext.getTargetConnection()
|
Connection |
MoveShapeContext.getTargetConnection()
|
Methods in org.eclipse.graphiti.features.context.impl with parameters of type Connection | |
---|---|
void |
ReconnectionContext.setConnection(Connection connection)
Sets the connection. |
void |
AddContext.setTargetConnection(Connection targetConnection)
Sets the target connection. |
void |
CreateContext.setTargetConnection(Connection targetConnection)
Sets the target connection. |
void |
MoveShapeContext.setTargetConnection(Connection targetConnection)
Sets the target connection. |
Constructors in org.eclipse.graphiti.features.context.impl with parameters of type Connection | |
---|---|
ReconnectionContext(Connection connection,
Anchor oldAnchor,
Anchor newAnchor,
ILocation targetLocation)
Creates a new ReconnectionContext . |
|
SplitConnectionContext(Connection connection,
Shape shape)
Creates a new SplitConnectionContext . |
Uses of Connection in org.eclipse.graphiti.func |
---|
Methods in org.eclipse.graphiti.func that return Connection | |
---|---|
Connection |
ICreateConnection.create(ICreateConnectionContext context)
Creates the connection. |
Uses of Connection in org.eclipse.graphiti.mm.pictograms |
---|
Subinterfaces of Connection in org.eclipse.graphiti.mm.pictograms | |
---|---|
interface |
CompositeConnection
A representation of the model object ' Composite Connection'. |
interface |
CurvedConnection
A representation of the model object ' Curved Connection'. |
interface |
FreeFormConnection
A representation of the model object 'Free Form Connection'. |
interface |
ManhattanConnection
A representation of the model object 'Manhattan Connection'. |
Methods in org.eclipse.graphiti.mm.pictograms that return Connection | |
---|---|
Connection |
PictogramsFactory.createConnection()
Returns a new object of class 'Connection'. |
Connection |
ConnectionDecorator.getConnection()
Returns the value of the 'Connection' container reference. |
Methods in org.eclipse.graphiti.mm.pictograms with parameters of type Connection | |
---|---|
void |
ConnectionDecorator.setConnection(Connection value)
Sets the value of the ' Connection ' container reference. |
Uses of Connection in org.eclipse.graphiti.mm.pictograms.impl |
---|
Classes in org.eclipse.graphiti.mm.pictograms.impl that implement Connection | |
---|---|
class |
CompositeConnectionImpl
An implementation of the model object 'Composite Connection'. |
class |
ConnectionImpl
An implementation of the model object 'Connection'. |
class |
CurvedConnectionImpl
An implementation of the model object 'Curved Connection'. |
class |
FreeFormConnectionImpl
An implementation of the model object 'Free Form Connection'. |
class |
ManhattanConnectionImpl
An implementation of the model object 'Manhattan Connection'. |
Methods in org.eclipse.graphiti.mm.pictograms.impl that return Connection | |
---|---|
Connection |
ConnectionDecoratorImpl.basicGetConnection()
|
Connection |
PictogramsFactoryImpl.createConnection()
|
Connection |
ConnectionDecoratorImpl.getConnection()
|
Methods in org.eclipse.graphiti.mm.pictograms.impl with parameters of type Connection | |
---|---|
NotificationChain |
ConnectionDecoratorImpl.basicSetConnection(Connection newConnection,
NotificationChain msgs)
|
void |
ConnectionDecoratorImpl.setConnection(Connection newConnection)
|
Uses of Connection in org.eclipse.graphiti.mm.pictograms.util |
---|
Methods in org.eclipse.graphiti.mm.pictograms.util with parameters of type Connection | |
---|---|
T |
PictogramsSwitch.caseConnection(Connection object)
Returns the result of interpreting the object as an instance of 'Connection'. |
Uses of Connection in org.eclipse.graphiti.pattern |
---|
Methods in org.eclipse.graphiti.pattern that return Connection | |
---|---|
protected Connection |
AbstractConnectionPattern.addGraphicalRepresentation(IConnectionContext context,
java.lang.Object newObject)
Adds the graphical representation of the given new Object with
the information in the given IConnectionContext . |
Connection |
AbstractConnectionPattern.create(ICreateConnectionContext context)
Clients must override this method to implement the functionality to create a new connection domain object as defined in the given ICreateConnectionContext . |
Connection |
CreateConnectionFeatureForPattern.create(ICreateConnectionContext context)
|
Uses of Connection in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services that return types with arguments of type Connection | |
---|---|
java.util.List<Connection> |
IPeService.getAllConnections(Anchor anchor)
Returns all connections of an anchor. |
java.util.List<Connection> |
IPeService.getAllConnections(AnchorContainer anchorContainer)
Returns all connections of an anchor container. |
java.util.List<Connection> |
IPeService.getIncomingConnections(AnchorContainer anchorContainer)
Returns the incoming connections of an anchor container. |
java.util.List<Connection> |
IPeService.getOutgoingConnections(AnchorContainer anchorContainer)
Returns the outgoing connections of an anchor container. |
Methods in org.eclipse.graphiti.services with parameters of type Connection | |
---|---|
ConnectionDecorator |
IPeCreateService.createConnectionDecorator(Connection connection,
boolean active,
double location,
boolean isRelative)
Creates a connection decorator and adds it to the given connection. |
ILocation |
IPeLayoutService.getConnectionMidpoint(Connection c,
double d)
Gets the connection midpoint. |
Uses of Connection in org.eclipse.graphiti.tb |
---|
Methods in org.eclipse.graphiti.tb with parameters of type Connection | |
---|---|
ISelectionInfo |
DefaultToolBehaviorProvider.getSelectionInfoForConnection(Connection connection)
|
ISelectionInfo |
IToolBehaviorProvider.getSelectionInfoForConnection(Connection connection)
Return the selection info for the given connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |