|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AnchorContainer in org.eclipse.graphiti.features.context |
---|
Methods in org.eclipse.graphiti.features.context that return AnchorContainer | |
---|---|
AnchorContainer |
IMoveAnchorContext.getSourceContainer()
Gets the source container. |
AnchorContainer |
IMoveAnchorContext.getTargetContainer()
Gets the target container. |
Uses of AnchorContainer in org.eclipse.graphiti.features.context.impl |
---|
Fields in org.eclipse.graphiti.features.context.impl declared as AnchorContainer | |
---|---|
private AnchorContainer |
AreaAnchorContext.sourceContainer
|
private AnchorContainer |
AreaAnchorContext.targetContainer
|
Methods in org.eclipse.graphiti.features.context.impl that return AnchorContainer | |
---|---|
AnchorContainer |
AreaAnchorContext.getSourceContainer()
|
AnchorContainer |
AreaAnchorContext.getTargetContainer()
|
Methods in org.eclipse.graphiti.features.context.impl with parameters of type AnchorContainer | |
---|---|
void |
AreaAnchorContext.setSourceContainer(AnchorContainer sourceContainer)
Sets the source container. |
void |
AreaAnchorContext.setTargetContainer(AnchorContainer targetContainer)
Sets the target container. |
Uses of AnchorContainer in org.eclipse.graphiti.mm.pictograms |
---|
Subinterfaces of AnchorContainer in org.eclipse.graphiti.mm.pictograms | |
---|---|
interface |
CompositeConnection
A representation of the model object 'Composite Connection'. |
interface |
Connection
A representation of the model object 'Connection'. |
interface |
ConnectionDecorator
A representation of the model object 'Connection Decorator'. |
interface |
ContainerShape
A representation of the model object 'Container Shape'. |
interface |
CurvedConnection
A representation of the model object 'Curved Connection'. |
interface |
Diagram
A representation of the model object 'Diagram'. |
interface |
FreeFormConnection
A representation of the model object 'Free Form Connection'. |
interface |
ManhattanConnection
A representation of the model object 'Manhattan Connection'. |
interface |
Shape
A representation of the model object 'Shape'. |
Methods in org.eclipse.graphiti.mm.pictograms that return AnchorContainer | |
---|---|
AnchorContainer |
Anchor.getParent()
Returns the value of the 'Parent' container reference. |
Methods in org.eclipse.graphiti.mm.pictograms with parameters of type AnchorContainer | |
---|---|
void |
Anchor.setParent(AnchorContainer value)
Sets the value of the ' Parent ' container reference. |
Uses of AnchorContainer in org.eclipse.graphiti.mm.pictograms.impl |
---|
Classes in org.eclipse.graphiti.mm.pictograms.impl that implement AnchorContainer | |
---|---|
class |
AnchorContainerImpl
An implementation of the model object 'Anchor Container'. |
class |
CompositeConnectionImpl
An implementation of the model object 'Composite Connection'. |
class |
ConnectionDecoratorImpl
An implementation of the model object 'Connection Decorator'. |
class |
ConnectionImpl
An implementation of the model object 'Connection'. |
class |
ContainerShapeImpl
An implementation of the model object 'Container Shape'. |
class |
CurvedConnectionImpl
An implementation of the model object 'Curved Connection'. |
class |
DiagramImpl
An implementation of the model object 'Diagram'. |
class |
FreeFormConnectionImpl
An implementation of the model object 'Free Form Connection'. |
class |
ManhattanConnectionImpl
An implementation of the model object 'Manhattan Connection'. |
class |
ShapeImpl
An implementation of the model object 'Shape'. |
Methods in org.eclipse.graphiti.mm.pictograms.impl that return AnchorContainer | |
---|---|
AnchorContainer |
AnchorImpl.basicGetParent()
|
AnchorContainer |
AnchorImpl.getParent()
|
Methods in org.eclipse.graphiti.mm.pictograms.impl with parameters of type AnchorContainer | |
---|---|
NotificationChain |
AnchorImpl.basicSetParent(AnchorContainer newParent,
NotificationChain msgs)
|
void |
AnchorImpl.setParent(AnchorContainer newParent)
|
Uses of AnchorContainer in org.eclipse.graphiti.mm.pictograms.util |
---|
Methods in org.eclipse.graphiti.mm.pictograms.util with parameters of type AnchorContainer | |
---|---|
T |
PictogramsSwitch.caseAnchorContainer(AnchorContainer object)
Returns the result of interpreting the object as an instance of 'Anchor Container'. |
Uses of AnchorContainer in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services with parameters of type AnchorContainer | |
---|---|
BoxRelativeAnchor |
IPeCreateService.createBoxRelativeAnchor(AnchorContainer anchorContainer)
Creates a box relative anchor inside the given anchor container. |
ChopboxAnchor |
IPeCreateService.createChopboxAnchor(AnchorContainer anchorContainer)
Creates a chop box anchor inside the given anchor container. |
FixPointAnchor |
IPeCreateService.createFixPointAnchor(AnchorContainer anchorContainer)
Creates a fix point anchor inside the given anchor container. |
List<Connection> |
IPeService.getAllConnections(AnchorContainer anchorContainer)
Returns all connections of an anchor container. |
Anchor |
IPeService.getChopboxAnchor(AnchorContainer anchorContainer)
Gets the chopbox anchor. |
List<Connection> |
IPeService.getIncomingConnections(AnchorContainer anchorContainer)
Returns the incoming connections of an anchor container. |
List<Connection> |
IPeService.getOutgoingConnections(AnchorContainer anchorContainer)
Returns the outgoing connections of an anchor container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |