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

Quick Search    Search Deep

Uses of Class
org.mitre.cvw.CVWUser

Uses of CVWUser in org.mitre.cvw
 

Subclasses of CVWUser in org.mitre.cvw
 class CVWProxy
          This class represent the proxy user on the CVW server.
 

Fields in org.mitre.cvw declared as CVWUser
private  CVWUser UserTransferable.obj
           
(package private)  CVWUser PhoneConversation.initiator
           
(package private)  CVWUser PhoneConversation.receiver
           
private static CVWUser DocumentServerList.currentUser
           
private static CVWUser CVWUser.currentUser
           
(package private)  CVWUser CVWCoordinator.currentUser
           
(package private)  CVWUser CVWCoordinator.waitingUser
           
(package private)  CVWUser AVController.currentUser
           
 

Methods in org.mitre.cvw that return CVWUser
static CVWUser CVWUser.getCurrentUser()
           
 CVWUser CVWObject.getModifiedBy()
          Returns the user who modified this object
 

Methods in org.mitre.cvw with parameters of type CVWUser
 void UserClient.userMenu(CVWUser user, java.lang.String funct)
          FUNCT DESC
 void ProxyWindow.userMenu(CVWUser user, java.lang.String function)
           
static void PhoneConversation.initiatePhoneRequest(CVWUser fromObj, CVWUser toObj)
          Initiates a phone call from the one user to another user.
static void PhoneConversation.initiatePhoneRequest(CVWUser fromObj, java.lang.String name)
          Initiates a phone call from the one user to another user, given the receivers name only.
 void OnlineUserListPanel.updateUserList(CVWUser[] users1, java.lang.String[] rooms1, int[] times1, java.lang.String[] messages1, java.lang.String[] busy)
          Updates the detail list with the new information, if there is a drag action in process abort the entire update.
(package private) static void CVWUser.setCurrentUser(CVWUser user)
           
 void CVWCoordinator.userMenu(CVWUser user, java.lang.String function)
          Process the right mouse menu option for a user that the current user selected.
 void CVWCoordinator.userMenu(CVWUser user, java.lang.String function, boolean newUser)
          Process the right mouse menu option for a user that the current user selected.
 

Constructors in org.mitre.cvw with parameters of type CVWUser
UserTransferable(CVWUser user)
          Constructor
PhoneConversation(CVWUser iObj, CVWUser rObj)
          Constructor
OnlineUserObject(CVWUser u, java.lang.String r, int secs, java.lang.String m, java.lang.String b)
          Constructor
OnlineUserObject(CVWUser u, java.lang.String r, int secs, java.lang.String m, java.lang.String b, java.lang.String server)
          Another constructor.