|
|||||||
| 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
Encapsulates the data and function of an internationalization 'Message'
| Field Summary | |
private MessageDlg |
dlg |
private java.lang.String |
message |
| Fields inherited from class net.quartzware.Value |
label, parent |
| Constructor Summary | |
Message() Constructs a Message with a default value |
|
Message(java.lang.String msg)
Constructs a Message using the given String |
|
| Method Summary | |
void |
editValue() This is the function that will be called whenever the user wishes to edit a value from the Editor Window |
private void |
showDlg() Shows a dialog which allows the user to view and modify this Message |
| Methods inherited from class net.quartzware.Value |
getLabel |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private MessageDlg dlg
private java.lang.String message
| Constructor Detail |
public Message(java.lang.String msg)
msg - the message to use to construct this Messagepublic Message()
| Method Detail |
public void editValue()
editValue in class
Value
private void showDlg()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||