net.quartzware
Class Message

java.lang.Object
  |
  +--net.quartzware.Value
        |
        +--net.quartzware.Message

public class Message
extends Value

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

dlg

private MessageDlg dlg

message

private java.lang.String message
Constructor Detail

Message

public Message(java.lang.String msg)
Constructs a Message using the given String
Parameters:
msg - the message to use to construct this Message

Message

public Message()
Constructs a Message with a default value
Method Detail

editValue

public void editValue()
This is the function that will be called whenever the user wishes to edit a value from the Editor Window
Overrides:
editValue in class Value

showDlg

private void showDlg()
Shows a dialog which allows the user to view and modify this Message