|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDefaultContext
org.eclipse.graphiti.features.context.impl.LocationContext
org.eclipse.graphiti.features.context.impl.AreaContext
org.eclipse.graphiti.features.context.impl.AddContext
org.eclipse.graphiti.features.context.impl.AddConnectionContext
public class AddConnectionContext
The Class AddConnectionContext.
Field Summary | |
---|---|
(package private) Anchor |
sourceAnchor
The target anchor. |
(package private) Anchor |
targetAnchor
The target anchor. |
Constructor Summary | |
---|---|
AddConnectionContext(Anchor sourceAnchor,
Anchor targetAnchor)
Creates a new AddConnectionContext . |
Method Summary | |
---|---|
Anchor |
getSourceAnchor()
Gets the source anchor. |
Anchor |
getTargetAnchor()
Gets the target anchor. |
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.graphiti.features.context.impl.AddContext |
---|
getNewObject, getTargetConnection, getTargetConnectionDecorator, getTargetContainer, setNewObject, setTargetConnection, setTargetConnectionDecorator, setTargetContainer |
Methods inherited from class org.eclipse.graphiti.features.context.impl.AreaContext |
---|
getHeight, getWidth, setHeight, setSize, setWidth |
Methods inherited from class org.eclipse.graphiti.features.context.impl.LocationContext |
---|
getX, getY, setLocation, setX, setY |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.graphiti.features.context.IAddContext |
---|
getNewObject |
Methods inherited from interface org.eclipse.graphiti.features.context.IAreaContext |
---|
getHeight, getWidth |
Methods inherited from interface org.eclipse.graphiti.features.context.ILocationContext |
---|
getX, getY |
Methods inherited from interface org.eclipse.graphiti.IPropertyBag |
---|
getProperty, getPropertyKeys, putProperty |
Methods inherited from interface org.eclipse.graphiti.features.context.ITargetContext |
---|
getTargetContainer |
Methods inherited from interface org.eclipse.graphiti.features.context.ITargetConnectionContext |
---|
getTargetConnection |
Methods inherited from interface org.eclipse.graphiti.features.context.ITargetConnectionDecoratorContext |
---|
getTargetConnectionDecorator |
Field Detail |
---|
Anchor sourceAnchor
Anchor targetAnchor
Constructor Detail |
---|
public AddConnectionContext(Anchor sourceAnchor, Anchor targetAnchor)
AddConnectionContext
.
sourceAnchor
- the source anchortargetAnchor
- the target anchorMethod Detail |
---|
public Anchor getSourceAnchor()
IConnectionContext
getSourceAnchor
in interface IConnectionContext
public Anchor getTargetAnchor()
IConnectionContext
getTargetAnchor
in interface IConnectionContext
public java.lang.String toString()
toString
in class AddContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |