public class MoveConnectionDecoratorContext extends LocationContext implements IMoveConnectionDecoratorContext
| Constructor and Description |
|---|
MoveConnectionDecoratorContext(ConnectionDecorator connectionDecorator,
int x,
int y,
boolean executeAllowed)
Creates a new
MoveConnectionDecoratorContext. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionDecorator |
getConnectionDecorator()
Gets the connection decorator.
|
boolean |
isExecuteAllowed()
Checks if execute is allowed.
|
java.lang.String |
toString() |
getX, getY, setLocation, setX, setYgetProperty, getPropertyKeys, putPropertyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetX, getYgetProperty, getPropertyKeys, putPropertypublic MoveConnectionDecoratorContext(ConnectionDecorator connectionDecorator, int x, int y, boolean executeAllowed)
MoveConnectionDecoratorContext.connectionDecorator - the connection decoratorx - the xy - the yexecuteAllowed - the execute allowedpublic ConnectionDecorator getConnectionDecorator()
IMoveConnectionDecoratorContextgetConnectionDecorator in interface IMoveConnectionDecoratorContextpublic boolean isExecuteAllowed()
IMoveConnectionDecoratorContextisExecuteAllowed in interface IMoveConnectionDecoratorContextpublic java.lang.String toString()
toString in class LocationContext