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

Quick Search    Search Deep

Uses of Class
org.mitre.cvw.CVWRoom

Uses of CVWRoom in org.mitre.cvw
 

Fields in org.mitre.cvw declared as CVWRoom
private  CVWRoom ProxyWindow.cvwRoom
           
(package private)  CVWRoom CVWRoomKey.room
           
(package private)  CVWRoom CVWCoordinator.currentRoom
           
(package private)  CVWRoom AVController.currentRoom
           
(package private)  CVWRoom AdmitUserDialog.room
           
 

Methods in org.mitre.cvw that return CVWRoom
 CVWRoom CVWRoomKey.getRoom()
          Returns the CVWRoom that this key is associated with.
 

Constructors in org.mitre.cvw with parameters of type CVWRoom
ProxyWindow(CVWRoom room)
          Constructor
AdmitUserDialog(java.awt.Frame appletFrame, CVWRoom r, CVWObject obj)
          Constructor