|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.quartzware.Value | +--net.quartzware.Message
Message Encapsulates the data and function of an internationalization 'Message'
Fields inherited from class net.quartzware.Value |
parent |
Constructor Summary | |
Message()
Constructs a Message with a default value PRE: none POST: This class is created |
|
Message(java.lang.String msg)
Constructs this Message using the given String which is a properly formated message |
Method Summary | |
boolean |
editValue()
creates a new MessageDlg so user can edit the message PRE: none POST: new MessageDlg is created |
java.lang.String |
toString()
|
Methods inherited from class net.quartzware.Value |
getIcon,
setValue |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public Message(java.lang.String msg)
msg
- the message to use to construct this Message
PRE: msg is not null
POST: This class is createdpublic Message()
Method Detail |
public boolean editValue()
public java.lang.String toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |