public class CreateContext extends AreaContext implements ICreateContext
Constructor and Description |
---|
CreateContext()
Creates a new
CreateContext . |
Modifier and Type | Method and Description |
---|---|
Connection |
getTargetConnection()
Gets the target connection.
|
ContainerShape |
getTargetContainer()
Gets the target container.
|
void |
setTargetConnection(Connection targetConnection)
Sets the target connection.
|
void |
setTargetContainer(ContainerShape targetContainer)
Sets the target container.
|
java.lang.String |
toString() |
getHeight, getWidth, setHeight, setSize, setWidth
getX, getY, setLocation, setX, setY
getProperty, getPropertyKeys, putProperty
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getHeight, getWidth
getX, getY
getProperty, getPropertyKeys, putProperty
public CreateContext()
CreateContext
.public Connection getTargetConnection()
ITargetConnectionContext
getTargetConnection
in interface ITargetConnectionContext
public ContainerShape getTargetContainer()
ITargetContext
getTargetContainer
in interface ITargetContext
public void setTargetConnection(Connection targetConnection)
targetConnection
- The target connection to set.public void setTargetContainer(ContainerShape targetContainer)
targetContainer
- The targetContainer to set.public java.lang.String toString()
toString
in class AreaContext