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, setWidthgetX, getY, setLocation, setX, setYgetProperty, getPropertyKeys, putPropertyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHeight, getWidthgetX, getYgetProperty, getPropertyKeys, putPropertypublic CreateContext()
CreateContext.public Connection getTargetConnection()
ITargetConnectionContextgetTargetConnection in interface ITargetConnectionContextpublic ContainerShape getTargetContainer()
ITargetContextgetTargetContainer in interface ITargetContextpublic 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