public interface IDecorator
The list of decorators that shall be applied to a PictogramElement
is
queried from the
IToolBehaviorProvider.getDecorators(PictogramElement)
method when a
shape is drawn or updated on the diagram by the Graphiti framework.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Gets the message to be shown as a tooltip for the decorator.
|
void |
setMessage(java.lang.String message)
Sets the message to be shown as a tooltip for the decorator.
|
java.lang.String getMessage()
void setMessage(java.lang.String message)
message
- the new message