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

Quick Search    Search Deep

Uses of Class
org.mitre.cvw.CVWObject

Uses of CVWObject in org.mitre.cvw
 

Subclasses of CVWObject in org.mitre.cvw
 class CVWAdminTool
          CLASS DESCRIPTION
 class CVWContainer
          Base CVWObject class for objects that have contents
(package private)  class CVWDocument
          This class represents the Document object of the CVW server.
 class CVWFloor
          This class represents a room on the CVW server.
(package private)  class CVWFolder
          This class represents a folder on the CVW server.
(package private)  class CVWFormFolder
          This represents the Pending, Outbox and Archive objects on the CVWServer
 class CVWGroup
          This class represents the Group object on the CVW server.
 class CVWNote
          This represents Notes on the CVW server, it is part of the CVWObject hierarchy.
 class CVWProxy
          This class represent the proxy user on the CVW server.
 class CVWRoom
          This class represents a room on the CVW server.
 class CVWRoomKey
          A CVWRoomKey is an object that allows a user temporary access into a room.
 class CVWURL
          This represents URLs on the CVW server, it is part of the CVWObject hierarchy.
 class CVWUser
          This class represents the user on the CVW server.
 class CVWWhiteboard
          CLASS DESCRIPTION
 

Fields in org.mitre.cvw declared as CVWObject
protected  CVWObject ObjectPanel.cvwObject
           
protected  CVWObject ObjectOwnerPanel.cvwObject
           
(package private)  CVWObject ObjectMenu.object
           
(package private)  CVWObject ImagePanel.cvwObj
           
private static CVWObject GroupManager.cvwGrpMgr
           
(package private)  CVWObject DisplayObject.cvwObj
           
private  CVWObject DetailObjectTransferable.dobj
           
(package private)  CVWObject CVWFolderWindow.folder
           
(package private)  CVWObject CVWCommFrame.cvwObj
           
 

Methods in org.mitre.cvw that return CVWObject
 CVWObject SortedNameDescMultiList.getSelectedObject()
          Returns the selected CVWObject.
 CVWObject RoomScrollbackClient.getCurrentUser()
          FUNCT DESC
 CVWObject RoomScrollbackClient.getCurrentRoom()
           
 CVWObject ProxyWindow.getCurrentUser()
          Returns the CVWObject which represents the user's proxy.
 CVWObject ProxyWindow.getCurrentRoom()
          Returns the room the proxy is currently in.
 CVWObject OnlineUserListPanel.getSelectedObject()
          Returns the corresponding CVWObject to the row selected.
 CVWObject ImagePanel.getCVWObject()
           
static CVWObject GroupManager.getCVWGroupMgr()
          Returns the group manager CVWObject as known on the CVW server.
 CVWObject DisplayObject.getCVWObject()
          Returns the CVWObject that this object refers to
 CVWObject DetailList.getSelectedObject()
          Returns the CVWObject represented by the selected row.
 CVWObject DetailList.getSelectedObject(int y)
          Returns the CVWObject represented by the selected row and y coordinate, returns null if y and selected row DO NOT match.
 CVWObject DetailList.getDropLocation()
          Returns the container for this detail list.
 CVWObject CVWObject.getTopLocation()
          Returns the CVWRoom or CVWUser that this object is located in.
 CVWObject CVWFolderWindow.getCVWObject()
          Returns the CVWFolder object this window represents.
 CVWObject CVWFolderWindow.getCVWFolder()
          Returns the CVWFolder object this window represents or the user if it is the carrying folder.
 CVWObject CVWCoordinator.getCurrentRoom()
          Returns the room the the user is currently in
 CVWObject CVWCoordinator.getCurrentUser()
          return an instance of the CVWUser object representing the current logged in user
 CVWObject CVWCache.get(java.lang.String str)
          Returns the cached object given an object number string
 CVWObject CVWCache.get(int val)
          Returns the cached object given an object number integer
 CVWObject CVWCache.get(CVWObjNum cvwObjNum)
          Returns the cached object given an object number
 

Methods in org.mitre.cvw with parameters of type CVWObject
 void WhiteboardObjectPanel.init(CVWObject obj, FolderDialog containedIn)
          Initialize the gui components
 void UserMenu.show(java.awt.Component obj, int x, int y, CVWObject cObj)
          Displays the menu.
 java.lang.String UserGroupSelection.getDetailNameFromSystem(CVWObject obj)
          Given a CVWObject, retreive the detail name from either the system all users or all groups vector.
 void URLObjectPanel.init(CVWObject obj, FolderDialog containedIn)
          Initialize the panel
static TextProcessor TextProcessor.getTextProcessor(CVWObject cvwObj)
          Returns the text processor associated with a CVWUser, CVWProxy or a CVWRoom.
 void TextProcessor.pasteTextToUser(CVWObject obj)
          Starts the process of pasting text to a user when the current user chose "Paste to": from the menu accessed using the right mouse button on the user image.
 void TextProcessor.deleteNotification(java.lang.String object, java.lang.String name, java.lang.String byWhom, java.lang.String where, CVWObject whereObj)
          Processes the notification that an object has been deleted.
 java.lang.String SortedNameDescMultiList.getSortString(CVWObject obj, int field)
          Returns the string value for the CVWObject given a field.
 void SortedNameDescMultiList.addRow(CVWObject obj)
          Adds the CVWObject to the row of objects at the end and then resorts the entire vector.
 void ObjectPanel.init(CVWObject obj, FolderDialog containedIn)
          Initializes the gui of this panel.
 void ObjectOwnerPanel.init(CVWObject obj, FolderDialog containedIn, java.lang.String perms)
          Initializes the gui.
static ObjectMenu ObjectMenuControl.getMenu(int menu_type, CVWObject callback, int dot)
          Get the proper menu for the selected object
 void ObjectAccessPanel.init(CVWObject obj, FolderDialog containedIn, java.lang.String perms)
          Initializes the gui.
 void GroupManager.openGroup(CVWObject grp, int type)
          Opens the group selected.
protected  void DetailList.initDetailList(CVWObject[] cvwObj)
          Initializes the list with the objects passed into the constructor
 void DetailList.updateDetailList(CVWObject[] cvwObj)
          Updates the detail list with a new array of CVWObjects.
 void DetailList.resetHilights(int hilight, int start, CVWObject selectobj)
          Resets the scroll position if something was selected, reselect it if it's no longer there don't select anything if nothing was selected, return us to the same row number
 boolean CVWObjNum.equals(CVWObject cvwObj)
          Returns whether the this object number is the same as that of the CVWObject passed in, using int comparison.
 void CVWObject.moveObject(CVWObject toObj)
          Moves this object to another object.
 void CVWObject.moveObject(CVWObject toObj, javax.swing.JFrame frame)
          Moves this object to another object.
 void CVWFolderWindow.refreshWindow(CVWObject[] cvwObj)
          Refreshes the window with new contents.
 void CVWCoordinator.admitUserCommand(CVWObject obj)
          Starts the admit user to room process.
 void CVWCoordinator.admitUserCommand(java.awt.Frame frame, CVWObject obj)
          Starts the admit user to room process.
 void CVWCoordinator.pasteTextToUser(CVWObject obj)
          User selected "Paste Text" on the right mouse menu of user.
 void CVWCoordinator.initiatePhoneRequest(CVWObject obj)
          Initiates a private point to point audio conference with the user with the passed in object number.
 void CVWCoordinator.moveToUser(CVWObject obj)
           
 void CVWCache.cacheObject(CVWObject cvwObj)
          Puts the object into the cache, either creating an entry or updating an existing object.
 void ContentsCoordinator.refreshDocTypes(CVWObject[] contentsObjs, boolean all, boolean checkOutCheck)
          FUNCT DESC
 void ContentsCoordinator.openFolder(CVWObject object, java.lang.String fullpath, java.lang.String perms)
          Opens a folder.
 void CmdEntryPanel.userMenu(CVWObject user, java.lang.String function)
          Process a menu command on the user, if a new command then remove any existing user name and change the command, if the same command then append this user name to the person field.
 void AuditListFrame.userAudit(CVWObject user, java.lang.String quota, java.lang.String oNums, java.lang.String envs, java.lang.String paths, java.lang.String sharedONums, java.lang.String sharedEnvs, java.lang.String sharedPaths)
          Process the MCP from the CVW server
MCP receive cvw-user-audit
 void AdmitUserDialog.addUser(CVWObject obj)
          Add a user to the dialog
 

Constructors in org.mitre.cvw with parameters of type CVWObject
WhiteboardObjectPanel(CVWObject obj, FolderDialog containedIn, java.lang.String perms)
          Constructor when object exists
WhiteboardObjectPanel(CVWObject obj, FolderDialog containedIn)
          Constructor when object is being created
URLObjectPanel(CVWObject obj, FolderDialog containedIn)
          Constructor - to edit new URL 8/13/97 dage
UnknownMenu(CVWObject callback)
          Constructor
StandardNonSCMenu(CVWObject callback)
          Constructor
StandardMenu(CVWObject callback)
          Constructor
RoomObject(CVWObject obj)
          Constructor
RoomKeyMenu(CVWObject callback)
          Constructor
RemoteAccessMenu(CVWObject callback)
          Constructor
RecorderMenu(CVWObject callback)
          Constructor
ObjectPanel(CVWObject obj, FolderDialog containedIn)
          Constructor when new object 8/13/97 dage
ObjectPanel(CVWObject obj, FolderDialog containedIn, java.lang.String perms)
          Constructor when edit exiting object 8/13/97 dage
ObjectOwnerPanel(CVWObject obj, FolderDialog containedIn)
          Constructor when new object 8/13/97 dage -
ObjectOwnerPanel(CVWObject obj, FolderDialog containedIn, java.lang.String perms)
          Constructor - when edit existing object 8/13/97 dage -
ObjectMenu(CVWObject callback)
          constructor
ObjectAccessPanel(CVWObject obj, FolderDialog containedIn, java.lang.String perms)
           
NoteMenu(CVWObject callback)
          Constructor
ImagePanel(java.awt.Image i, javax.swing.JComponent par, CVWObject obj)
          Constructor
GroupMenu(CVWObject callback)
          Constructor
FormFolderMenu(CVWObject callback)
          Constructor
DocWBMenu(CVWObject callback)
          Constructor
DocumentObjectPanel(CVWObject obj, FolderDialog containedIn, java.lang.String perms, java.lang.String createdByName, java.lang.String createdOn, java.lang.String typeDoc, java.lang.String editedByText, java.lang.String status)
          Constructor for editing existing object 8/13/97 dage - dont know why we are getting createdByName and createdOn from doc server rather than moo server
DocumentObjectPanel(CVWObject obj, FolderDialog containedIn, java.lang.String path, java.lang.String typeDoc)
          Constructor used when creating new document, send in the path and typeDoc 2/6/97 dage -
DocSCMenu(CVWObject callback)
          constructor
DocMenu(CVWObject callback)
          Constructor
DisplayObject(CVWObject obj)
          Constructor
DetailObjectTransferable(CVWObject dobj)
          Constructor
DetailObject(CVWObject obj, DetailList p)
          Constructor
DetailList(CVWObject[] cvwObj, java.lang.String dOT, java.lang.String title2)
          Constructor
CVWGroupCommDialog(java.awt.Container par, CVWObject obj, int cmd)
          Constructor
CVWCommFrame(java.awt.Container par, CVWObject obj, int cmd)
          Constructor
CVWCommFrame(java.awt.Container par, CVWObject obj, int cmd, java.lang.String person)
          Constructor
AuditObject(CVWObject obj, java.lang.String loc, int type, java.lang.String fPath)
          Constructor
AdmitUserDialog(java.awt.Frame appletFrame, CVWRoom r, CVWObject obj)
          Constructor