Uses of Class
de.mguennewig.pobjform.Message

Packages that use Message
de.mguennewig.pobjform This package contains the PObjForm library, which support Swing dialogs and HTML forms that use the metadata of the PObjects library. 
 

Uses of Message in de.mguennewig.pobjform
 

Methods in de.mguennewig.pobjform that return Message
static Message Message.parse(java.lang.String s)
          Construct a Message from its textual representation.
 

Methods in de.mguennewig.pobjform that return types with arguments of type Message
 java.util.Iterator<Message> Messages.get()
           
 java.util.Iterator<Message> Messages.get(java.lang.String property)
          Return the set of messages related to a specific property.
 java.util.Iterator<Message> PObjForm.getMessages(java.lang.String property)
          Return the set of messages related to a specific property.
 java.util.Iterator<Message> AbstractPObjForm.getMessages(java.lang.String property)
          Return the set of messages related to a specific property.
 

Methods in de.mguennewig.pobjform with parameters of type Message
 void Messages.add(java.lang.String property, Message msg)
          Add a message to the set of messages for the specified property.
 void PObjForm.addMessage(java.lang.String property, Message msg)
          Add a message to the set of messages for the specified property.
 void AbstractPObjForm.addMessage(java.lang.String property, Message msg)
          Add a message to the set of messages for the specified property.