public abstract class AbstractDecorator extends java.lang.Object implements IDecorator
| Constructor and Description |
|---|
AbstractDecorator() |
| 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.
|
public java.lang.String getMessage()
IDecoratorgetMessage in interface IDecoratorpublic void setMessage(java.lang.String message)
IDecoratorsetMessage in interface IDecoratormessage - the new message