Uses of Class
ucar.unidata.idv.collab.CollabMsgType

Packages that use CollabMsgType
ucar.unidata.idv.collab Collaboration support for the IDV. 
 

Uses of CollabMsgType in ucar.unidata.idv.collab
 

Fields in ucar.unidata.idv.collab declared as CollabMsgType
static CollabMsgType CollabManager.MSG_ACKNEWUSER
          Message type to acknowledge the acceptance or rejection of a new user
static CollabMsgType CollabManager.MSG_ACTION
          Message type for some ui action (not used now)
static CollabMsgType CollabManager.MSG_BUNDLE
          Message type for xml idv bundles
static CollabMsgType CollabManager.MSG_CLOSE
          Message type to tell others we are closing
static CollabMsgType CollabManager.MSG_DATASOURCE
          Message type for announcing new data sources
static CollabMsgType CollabManager.MSG_DISPLAY
          Message type for announcing new displays
static CollabMsgType CollabManager.MSG_MESSAGE
          Message type for chat text message
static CollabMsgType CollabManager.MSG_NEWUSER
          Message type for new users
static CollabMsgType CollabManager.MSG_NEWWINDOW
          Message type for when a new window is created
static CollabMsgType CollabManager.MSG_REMOVEDATASOURCE
          Message type for when a datasource is removed
static CollabMsgType CollabManager.MSG_REMOVEDISPLAYCONTROL
          Message type for when a display is removed
static CollabMsgType CollabManager.MSG_STATE
          Message type for when an objects state changes
 

Methods in ucar.unidata.idv.collab that return CollabMsgType
static CollabMsgType CollabMsgType.createNoRelay(String id, String desc)
          Factory method to create a CollabMsgType that should not be relayed.
static CollabMsgType CollabMsgType.createRelay(String id, String desc)
          Factory method to create a CollabMsgType that should be relayed.
static CollabMsgType CollabMsgType.find(String typeId)
          Find the MsgType identified by the given type typeId.
 

Methods in ucar.unidata.idv.collab with parameters of type CollabMsgType
protected  void CollabManager.handleMessageInnerInner(CollabClient fromClient, CollabMsgType msgType, String from, String contents)
          Really handle the incoming message
protected  String CollabManager.makeMsg(CollabMsgType type, String body1)
          Construct the message.
 void CollabManager.write(CollabMsgType type, String message)
          Write to all clients the given message of the given message type.