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()
IDecorator
getMessage
in interface IDecorator
public void setMessage(java.lang.String message)
IDecorator
setMessage
in interface IDecorator
message
- the new message