Uses of Class
org.jdtaus.core.text.Message

Packages that use Message
org.jdtaus.core.monitor Task monitoring. 
org.jdtaus.core.text Internationalization and localization. 
 

Uses of Message in org.jdtaus.core.monitor
 

Methods in org.jdtaus.core.monitor that return Message
 Message Task.getDescription()
          Getter for property description.
 Message Task.getProgressDescription()
          Getter for property progressDescription.
 

Uses of Message in org.jdtaus.core.text
 

Methods in org.jdtaus.core.text that return Message
 Message MessageEvent.getMessage()
          Deprecated. Replaced by MessageEvent.getMessages().
 Message Messages.getMessage(int index)
          Accessor to an indexed message.
 Message[] Messages.getMessages()
          Getter for property messages.
 Message[] MessageEvent.getMessages()
          Getter for property messages.
 

Methods in org.jdtaus.core.text with parameters of type Message
 void Messages.addMessage(Message message)
          Adds a message to the collection.
 void Messages.addMessages(Message[] messages)
          Adds an array of messages to the collection.
 void Messages.removeMessage(Message message)
          Removes a message from the collection.
 

Constructors in org.jdtaus.core.text with parameters of type Message
MessageEvent(Object source, Message[] messages, int type)
          Creates a new MessageEvent instance taking multiple messages.
MessageEvent(Object source, Message message, int type)
          Creates a new MessageEvent instance taking a single message.
 



Copyright © 2005-2009 jDTAUS. All Rights Reserved.