|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Message
An interface to be implemented by classes that represent a user-oriented message and are capable of rendering themselves on GUI components.
JComponent
Method Summary | |
---|---|
String |
getMessage()
The textual representation of the message. |
Severity |
getSeverity()
Return the Severity of this message, possibly null . |
long |
getTimestamp()
Timestamp in long format of the message creation. |
void |
renderMessage(JComponent component)
Decorate the given component with this message. |
Method Detail |
---|
long getTimestamp()
String getMessage()
null
, but possibly an
empty string.Severity getSeverity()
Severity
of this message, possibly null
.
void renderMessage(JComponent component)
component
- visual component to decorate.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |