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