public interface IMoveAnchorFeature extends IMoveFeature
Modifier and Type | Method and Description |
---|---|
boolean |
canMoveAnchor(IMoveAnchorContext context)
Can move anchor.
|
void |
moveAnchor(IMoveAnchorContext context)
Move anchor.
|
void |
postMoveAnchor(IMoveAnchorContext context)
Post move anchor.
|
void |
preMoveAnchor(IMoveAnchorContext context)
Pre move anchor.
|
canExecute, canUndo, execute, hasDoneChanges, isAvailable
getDescription
getFeatureProvider
boolean canMoveAnchor(IMoveAnchorContext context)
context
- the contextvoid moveAnchor(IMoveAnchorContext context)
context
- the contextvoid preMoveAnchor(IMoveAnchorContext context)
context
- the contextvoid postMoveAnchor(IMoveAnchorContext context)
context
- the context