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

Packages that use CollabManager
ucar.unidata.idv The idv package. 
ucar.unidata.idv.collab Collaboration support for the IDV. 
 

Uses of CollabManager in ucar.unidata.idv
 

Fields in ucar.unidata.idv declared as CollabManager
protected  CollabManager IdvBase.collabManager
          Handles collaboration and the event capture
 

Methods in ucar.unidata.idv that return CollabManager
protected  CollabManager IdvBase.doMakeCollabManager()
          Factory method to create the CollabManager
 CollabManager IdvBase.getCollabManager()
          Create, if needed, and return the CollabManager
protected  CollabManager IdvManager.getCollabManager()
          Wrapper method, calling into idv
 

Uses of CollabManager in ucar.unidata.idv.collab
 

Constructors in ucar.unidata.idv.collab with parameters of type CollabManager
CaptureManager(IntegratedDataViewer idv, CollabManager collabManager)
          Create the capture manager
CollabClient(CollabManager collabManager, Socket socket)
          Create this client with the already existing socket.
CollabClient(CollabManager collabManager, String hostName, int port)
          Create the client and have it try to connect to a Server at the given hostname and port.
CollabServer(CollabManager collabManager, int port)
          Create the server with the given collaboratio manager.