public abstract class ShowDisplayPane extends Object implements NotificationAction
Modifier and Type | Field and Description |
---|---|
private String |
message
the message to be displayed
|
protected Frame |
parentComponent |
Constructor and Description |
---|
ShowDisplayPane(Frame parentComponent)
creates an instance of this action kind
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
returns the text string displayed by this action
|
void |
setMessage(String message)
sets the message to be displayed
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute