|
|||||||||
| Home >> All >> org >> mitre >> [ cvw overview ] | PREV NEXT | ||||||||
Uses of Class
org.mitre.cvw.CVWObjNum
| Uses of CVWObjNum in org.mitre.cvw |
| Fields in org.mitre.cvw declared as CVWObjNum | |
protected CVWObjNum |
ObjectPanel.location
|
protected CVWObjNum |
DocumentObjectPanel.objNum
|
(package private) CVWObjNum |
CVWRoom.floor
|
CVWObjNum |
CVWObject.objNum
|
(package private) CVWObjNum |
CVWObject.owner
|
(package private) CVWObjNum |
CVWObject.lastModifiedBy
|
(package private) CVWObjNum |
CVWObject.location
|
(package private) CVWObjNum[] |
CVWObject.owners
|
(package private) CVWObjNum |
CVWFolderWindow.object
|
(package private) CVWObjNum |
CVWCoordinator.userID
|
(package private) CVWObjNum[] |
CVWContainer.contents
|
| Methods in org.mitre.cvw that return CVWObjNum | |
CVWObjNum |
DisplayObject.getObjNum()
Returns the CVWObjNum of the CVWObject that this object refers to |
CVWObjNum |
CVWObject.getObjNum()
Returns the object number. |
| Methods in org.mitre.cvw with parameters of type CVWObjNum | |
void |
WindowMgr.addObjectWindow(int type,
java.awt.Window win,
CVWObjNum oNum)
Adds a window which is representing an object. |
java.awt.Window |
WindowMgr.findObjectWindow(java.lang.String className,
CVWObjNum objNum)
Returns the instance of a window given the object number it represents and the class name desired. |
boolean |
WindowMgr.objectWindowExists(java.lang.String className,
CVWObjNum objNum)
Returns whether the window requested is visible |
java.awt.Window |
WindowMgr.getObjectWindow(java.lang.String className,
CVWObjNum objNum)
Returns the window if it is registered and currently visible. |
boolean |
WindowMgr.removeObjectWindow(java.awt.Window win,
CVWObjNum oNum)
Removes a registered window from the list of windows associatied with an CVWObject. |
void |
WBMgr.rmWB(CVWObjNum objNum)
FUNCTION DESCRIPTION |
CVWWhiteboard |
WBMgr.getWB(CVWObjNum objNum)
FUNCTION DESCRIPTION |
void |
ProxyWindow.moveToUser(CVWObjNum objNum)
Moves the user to a room where another user is located, given the object number of that user. |
void |
ProxyWindow.moveToRoom(CVWObjNum objNum)
Moves the user to a room given a room object number. |
void |
PhoneConversation.setUsers(CVWObjNum iONum,
CVWObjNum rONum)
Looks up the initiator and receiver in the cache. |
void |
PhoneConversation.setReceiver(CVWObjNum oNum)
Sets the receiver of the phone conversation, if receiver is a proxy user then set the receiver to the actual user. |
void |
CVWProxy.setValues(CVWObjNum oNum,
java.lang.String n,
java.lang.String i,
CVWObjNum own,
java.util.Date mdate,
CVWObjNum mby,
java.util.Date cdate,
boolean sess)
Sets the all the values of the object when received from the CVW server, also if this is the current user's proxy, registers it with CVWCoordinator MCP receive cvw-object-info |
boolean |
CVWObjNum.equals(CVWObjNum objNum)
Returns whether the two object numbers are the same using int comparison. |
void |
CVWObject.setValues(CVWObjNum oNum,
java.lang.String n)
Sets the basic values, the object number and the name of the object. |
void |
CVWObject.setValues(CVWObjNum oNum,
java.lang.String n,
java.lang.String i,
CVWObjNum own,
java.util.Date mdate,
CVWObjNum mby,
java.util.Date cdate,
boolean sess)
Sets the all the values of the object when received from the CVW server. |
java.lang.String |
CVWObject.newObjNumString(CVWObjNum[] oNums,
java.util.Vector newV)
Returns a list of object numbers which represent the new object numbers contained in the new vector exluding those that are in the old array. |
void |
CVWCoordinator.moveToUser(CVWObjNum objNum)
Moves the user to a room where another user is located, given the object number of that user. |
void |
CVWCoordinator.moveToRoom(CVWObjNum objNum)
Moves the user to a room given a room object number. |
void |
CVWCoordinator.initUserID(java.lang.String name,
CVWObjNum objNum,
java.lang.String priv,
java.lang.String quota)
When user successfully connects to CVW server, the name, object number, and priviledges are sent to client. |
void |
CVWCoordinator.serverFindUserReturn(CVWObjNum objNum,
java.lang.String fName)
Process the return of the CVW server where a user lookup was done NOT CURRENTLY USED. |
CVWObject |
CVWCache.get(CVWObjNum cvwObjNum)
Returns the cached object given an object number |
CVWFolderWindow |
ContentsCoordinator.getOpenFolder(CVWObjNum obj)
Returns the CVWFolderWindow associated with the object number. |
void |
ContentsCoordinator.closeFolder(CVWObjNum objNum)
|
| Constructors in org.mitre.cvw with parameters of type CVWObjNum | |
CVWFolderWindow(ContentsCoordinator app,
java.lang.String title,
CVWObjNum obj,
boolean permission,
java.lang.String secondTitle,
java.lang.String dot)
Constructor for all folders except user's carrying folder |
|
|
|||||||||
| Home >> All >> org >> mitre >> [ cvw overview ] | PREV NEXT | ||||||||