|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDecorator
The Interface IDecorator. Decorators are a means to modify the visualization of shapes in a diagram without modifying the dirty state of the editor. This is done by the Graphiti framework by simply applying the decorators to a shape after it has been drawn on the screen as defined in the pictograms model.
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.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getMessage()
void setMessage(String message)
message - the new message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||