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 |
---|---|
String |
getMessage()
Gets the message to be shown as a tooltip for the decorator.
|
void |
setMessage(String message)
Sets the message to be shown as a tooltip for the decorator.
|
String getMessage()
void setMessage(String message)
message
- the new message