A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
undo() — Method in class com.adobe.coreUI.controls.whiteboardClasses.WBCanvas
Undo whiteboard command.
undo() — Method in class com.adobe.rtc.pods.Note
Performs an undo on the last text edit.
undo() — Method in class com.adobe.rtc.pods.noteClasses.NoteUndoRedo
Undo's an operation
unsubscribe() — Method in class com.adobe.rtc.sharedModel.CollectionNode
Disconnects this CollectionNode from the server.
updatedFileDescriptor — Event in class com.adobe.rtc.sharedManagers.FileManager
Dispatched when a fileDescriptor has been updated.
UPDATED_FILE_DESCRIPTOR — Constant static property in class com.adobe.rtc.events.FileManagerEvent
Dispatched when a file within the room has been updated.
updateFileDescriptor(p_id, p_name, p_filename, p_url, p_type, p_size, p_uploadProgress, p_state) — Method in class com.adobe.rtc.sharedManagers.FileManager
Updates any field of a file descriptor except for its ID, submitterID, and lastModified.
updateFilename(p_fileDesc:com.adobe.rtc.sharedManagers.descriptors:FileDescriptor, p_newName) — Method in class com.adobe.rtc.collaboration.FilePublisher
Updates the file name of the file specified by the fileDescriptor with a new name.
updateFilename(p_id, p_name, p_filename) — Method in class com.adobe.rtc.sharedManagers.FileManager
Updates the name field in an existing file descriptor.
UPDATE_OK — Constant static property in class com.adobe.rtc.events.FileManagerEvent
Dispatched when a file has been cleared for updating.
updateSubmitterID(p_id, p_submitterID) — Method in class com.adobe.rtc.sharedManagers.FileManager
Updates the submitter field in an existing file descriptor.
updateUploadProgress(p_id, p_uploadProgress) — Method in class com.adobe.rtc.sharedManagers.FileManager
Updates the uploadProgress field in an existing file descriptor.
uploadFileReference(p_fileReference, p_uid) — Method in class com.adobe.rtc.collaboration.FilePublisher
Uploads the FileReference passed in.
uploadFileReference(p_fileReference) — Method in class com.adobe.rtc.pods.FileShare
Uploads a fileReference to the pod.
uploadProgress — Property in class com.adobe.rtc.sharedManagers.descriptors.FileDescriptor
The progress of the file upload expressed numerically from 0 to 100.
uploadSelection(p_event) — Method in class com.adobe.rtc.pods.FileShare
Causes the pod to prompt the user to browse for a file to upload.
url — Property in class com.adobe.rtc.sharedManagers.descriptors.FileDescriptor
The final URL of the file on a server for download.
useEchoSuppression — Property in class com.adobe.rtc.collaboration.AudioPublisher
true if echo suppression is enabled; false otherwise.
useExternalContextMenu — Property in class com.adobe.rtc.pods.SimpleChat
Specifies whether the contextMenu is supplied by the developer or should be generated by the component.
useExternalMenuData — Property in class com.adobe.rtc.pods.HorizontalRoster
Determines whether to use the default menu when a user is clicked (false) or allow a custom menu (true).
userBooted — Event in class com.adobe.rtc.collaboration.WebcamSubscriber
Dispatched when a webcam is closed.
userBooted — Event in class com.adobe.rtc.sharedManagers.UserManager
Dispatched when a user is forcibly ejected from the room.
USER_BOOTED — Constant static property in class com.adobe.rtc.events.UserEvent
Dispatched when a user is forcibly ejected from the room.
userCollection — Property in class com.adobe.rtc.sharedManagers.UserManager
[Read-only] Returns a sorted collection of user descriptors.
userConnectionChange — Event in class com.adobe.rtc.sharedManagers.UserManager
Dispatched when a user's connection speed has changed.
USER_CONNECTION_CHANGE — Constant static property in class com.adobe.rtc.events.UserEvent
Dispatched when the user's connection speed changes.
userCreate — Event in class com.adobe.rtc.sharedManagers.UserManager
Dispatched when a new user joins the room.
USER_CREATE — Constant static property in class com.adobe.rtc.events.UserEvent
Dispatched when a new user enters the room.
userDependentItems — Property in class com.adobe.rtc.messaging.NodeConfiguration
Whether or not stored MessageItems should be retracted from the server when their sender leaves the room (true) or left until manually retracted (false).
userDependentQueueItems — Property in class com.adobe.rtc.sharedModel.UserQueue
Sets true or false whether the queue items are user dependent or not..
userDescriptor — Property in class com.adobe.rtc.events.SessionEvent
userDescriptor — Property in class com.adobe.rtc.events.UserEvent
The userDescriptor of the affected user.
UserDescriptor — Class in package com.adobe.rtc.sharedManagers.descriptors
A UserDescriptor is an object used to represent the details of a given user or entity in a room.
UserDescriptor() — Constructor in class com.adobe.rtc.sharedManagers.descriptors.UserDescriptor
UserEvent — Class in package com.adobe.rtc.events
UserEvent is the generic class pertaining to users.
UserEvent(p_type, p_descriptor:com.adobe.rtc.sharedManagers.descriptors:UserDescriptor, p_customFieldName) — Constructor in class com.adobe.rtc.events.UserEvent
usericonURL — Property in class com.adobe.rtc.sharedManagers.descriptors.UserDescriptor
The URL of the user's avatar.
userID — Property in class com.adobe.rtc.events.CollectionNodeEvent
For userRoleChange events, the userID contains the ID of the affected user.
userID — Property in class com.adobe.rtc.events.UserQueueEvent
The user ID that submitted the request that was updated
userID — Property in class com.adobe.rtc.sharedManagers.descriptors.UserDescriptor
Unique ID for identifying the user within the room.
userID — Property in class com.adobe.rtc.sharedModel.userQueueClasses.UserQueueItem
Who posted this request?
userItemClick — Event in class com.adobe.rtc.pods.HorizontalRoster
Dispatched when a user is clicked if useExternalMenuData is set to true.
userManager — Property in class com.adobe.rtc.session.ConnectSession
The UserManager class for the current session.
userManager — Property in class com.adobe.rtc.session.ConnectSessionContainer
The UserManager class for the current session.
userManager — Property in interface com.adobe.rtc.session.IConnectSession
accessors for SharedManager classes
userManager — Property in class com.adobe.rtc.session.sessionClasses.SessionContainerProxy
The UserManager class for the current session.
UserManager — Class in package com.adobe.rtc.sharedManagers
UserManager is one of the "four pillars" of a room and is tasked with maintaining a list of the set of users in the room, along with their descriptors.
UserManager() — Constructor in class com.adobe.rtc.sharedManagers.UserManager
userMenuItemClick — Event in class com.adobe.rtc.pods.Roster
Dispatched when a user's options menu has an item clicked.
userName — Property in class com.adobe.rtc.authentication.AbstractAuthenticator
When authenticationKey is not used, userName is required upon room entry; when a someone enters as a guest, the name becomes the user's display name.
userNameChange — Event in class com.adobe.rtc.sharedManagers.UserManager
Dispatched when the user's displayName has changed.
USER_NAME_CHANGE — Constant static property in class com.adobe.rtc.events.UserEvent
Dispatched when the user displayName changes.
userPingDataChange — Event in class com.adobe.rtc.sharedManagers.UserManager
Dispatched when a user's ping data has changed.
UserQueue — Class in package com.adobe.rtc.sharedModel
UserQueue is a model class that can be used to create and manage queues of users who are making requests.
UserQueue() — Constructor in class com.adobe.rtc.sharedModel.UserQueue
Constructor.
UserQueueEvent — Class in package com.adobe.rtc.events
UserQueueEvent describes events dispatched by UserQueue.
UserQueueEvent(p_type, p_userID) — Constructor in class com.adobe.rtc.events.UserQueueEvent
UserQueueItem — Class in package com.adobe.rtc.sharedModel.userQueueClasses
UserQueueItem is a "descriptor" for describing the properties of a user request in a UserQueue.
userRemove — Event in class com.adobe.rtc.sharedManagers.UserManager
Dispatched when a user leaves the room.
USER_REMOVE — Constant static property in class com.adobe.rtc.events.UserEvent
Dispatched when a user leaves the room.
userRoleChange — Event in class com.adobe.rtc.collaboration.AudioPublisher
Dispatched when the user's role with respect to the component changes.
userRoleChange — Event in class com.adobe.rtc.collaboration.AudioSubscriber
Dispatched when the current user's role with respect to this component changes.
userRoleChange — Event in class com.adobe.rtc.collaboration.WebcamPublisher
Dispatched when the user's role with respect to the component changes.
userRoleChange — Event in class com.adobe.rtc.collaboration.WebcamSubscriber
Dispatched when the user's role with respect to the component changes.
userRoleChange — Event in class com.adobe.rtc.pods.WebCamera
Dispatched when the current user's role changes with respect to this component.
userRoleChange — Event in class com.adobe.rtc.sharedManagers.FileManager
Dispatched when the user's role with respect to a stream changes.
userRoleChange — Event in class com.adobe.rtc.sharedManagers.StreamManager
Dispatched when the user's role with respect to a stream changes.
userRoleChange — Event in class com.adobe.rtc.sharedManagers.UserManager
Dispatched when the user's role has changed.
userRoleChange — Event in class com.adobe.rtc.sharedModel.CollectionNode
Dispatched when the collection or a node within the collection, has a change in roles for any user.
userRoleChange — Event in class com.adobe.rtc.util.RootCollectionNode
Dispatched when a user's role on the room root changes.
USER_ROLE_CHANGE — Constant static property in class com.adobe.rtc.events.CollectionNodeEvent
The type of event emitted when the CollectionNode receives a change in userRole (for any user) on itself or one of its nodes.
USER_ROLE_CHANGE — Constant static property in class com.adobe.rtc.events.UserEvent
Dispatched when the user role changes.
userRoles — Property in class com.adobe.rtc.sharedModel.CollectionNode
The complete set of roles for this collection described as {userID:role} pairs.
UserRoles — Class in package com.adobe.rtc.messaging
UserRoles is a class for holding the constant values for standard user roles.
usersEditing — Property in class com.adobe.rtc.pods.noteClasses.NoteModel
Specifies an ArrayCollection of user userIDs who are currently editing the text.
usersEditingString — Property in class com.adobe.rtc.pods.noteClasses.NoteModel
Specifies a string of user displayNames who are currently editing the text.
USER_STATUS_CHANGE — Constant static property in class com.adobe.rtc.events.UserEvent
Dispatched when the status of a user changes.
usersTyping — Property in class com.adobe.rtc.pods.simpleChatClasses.SimpleChatModel
Returns a list of currently typing users as a string.
userUsericonURLChange — Event in class com.adobe.rtc.sharedManagers.UserManager
Dispatched when a user's icon URL has changed.
USER_USERICONURL_CHANGE — Constant static property in class com.adobe.rtc.events.UserEvent
Dispatched when the user avatar URL of a user changes.
USER_VOICE_STATUS_CHANGE — Constant static property in class com.adobe.rtc.events.UserEvent
Dispatched when the user is speaking or has stopped speaking.
useSSL — Property in class com.adobe.rtc.pods.FileShare
Specifies whether or not to use SSL in uploading and downloading files.
useTimeStamps — Property in class com.adobe.rtc.pods.simpleChatClasses.SimpleChatModel
Specifies whether or not to display timestamps next to each message.
useTimeStampsChange — Event in class com.adobe.rtc.pods.simpleChatClasses.SimpleChatModel
Dispatched when timestamps are turned on or off.
USE_TIME_STAMPS_CHANGE — Constant static property in class com.adobe.rtc.events.ChatEvent
Dispatched when timestamps are turned on or off.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z