Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.RuntimeCollective.bboard.bean.Message

Uses of Message in com.RuntimeCollective.bboard.bean
 

Classes in com.RuntimeCollective.bboard.bean that implement Message
 class AttachmentMessage
          A message that includes a reference to an optional attachment File.
 class SimpleMessage
          The SimpleMessage class is TextComponent attached to a Topic.
 

Methods in com.RuntimeCollective.bboard.bean that return Message
 Message SimpleMessage.getResponse()
          Get the message that this is a response to.
 Message[] SimpleFaq.getAllQuestions()
          Get all the questions in this faq.
 Message Message.getResponse()
          Get the message that this is a response to.
 

Methods in com.RuntimeCollective.bboard.bean with parameters of type Message
 void Topic.addMessage(Message message)
          Add a message to this topic.
 void Topic.removeMessage(Message message)
          Remove a message from this topic.
 void Topic.setFirstMessage(Message message)
          Set the first message of this topic.
 void SimpleTopic.addMessage(Message message)
          Add a message to this topic.
 void SimpleTopic.removeMessage(Message message)
          Remove a message from this topic.
 void SimpleTopic.setFirstMessage(Message message)
          Set the first message of this topic.
 void SimpleMessage.setResponse(Message previous)
          Set the message that this is a response to.
 void Message.setResponse(Message previous)
          Set the message that this is a response to.