Symbols 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 |
Q — Constant Static Property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the Q key (81). |
qid — Property, class lc.procmgmt.domain.Queue |
|
The unique identifier of the queue. |
qname — Property, class mx.rpc.soap.SOAPHeader |
|
The qualified name of the SOAP header. |
QName — final class, Top Level |
|
QName objects represent qualified names of XML elements and attributes. |
QName(qname:QName) — Constructor, class QName |
|
Creates a QName object that is a copy of another QName object. |
QName(uri:Namespace, localName:QName) — Constructor, class QName |
|
Creates a QName object with a URI from a Namespace object and a localName from a QName object. |
qnamesEqual(qname1:QName, qname2:QName) — Static Method , class mx.utils.XMLUtil |
|
Returns true if the two QName parameters have identical
uri and localName properties. |
qnameToString(qname:QName) — Static Method , class mx.utils.XMLUtil |
|
Returns the concatenation of a Qname object's
uri and localName properties,
separated by a colon. |
qosInfo — Property, class org.osmf.events.QoSInfoEvent |
|
The QoS information
|
QoSInfo — class, package org.osmf.net.qos |
|
QoSInfo holds Quality of Service information of the media. |
QoSInfo(timestamp:Number, playheadTime:Number, availableQualityLevels:Vector$org.osmf.net.qos:QualityLevel, currentIndex:int, actualIndex:int, lastDownloadedFragmentDetails:org.osmf.net.qos:FragmentDetails, maxFPS:Number, playbackDetailsRecord:Vector$org.osmf.net.qos:PlaybackDetails, nsInfo:flash.net:NetStreamInfo, bufferLength:Number, bufferTime:Number, emptyBufferOccurred:Boolean) — Constructor, class org.osmf.net.qos.QoSInfo |
|
Constructor. |
QoSInfoEvent — class, package org.osmf.events |
|
A NetStream dispatches a QoSInfoEvent when it has generated a new QoSInfo object. |
QoSInfoEvent(type:String, bubbles:Boolean, cancelable:Boolean, qosInfo:org.osmf.net.qos:QoSInfo) — Constructor, class org.osmf.events.QoSInfoEvent |
|
Constructor. |
qosInfoHistory — Property, class org.osmf.net.metrics.MetricBase |
|
The QoSInfoHistory object used to compute the metric. |
QoSInfoHistory — class, package org.osmf.net.qos |
|
QoSInfoHistory holds a number of QoSInfo records
|
QoSInfoHistory(netStream:flash.net:NetStream, maxHistoryLength:uint) — Constructor, class org.osmf.net.qos.QoSInfoHistory |
|
Constructor. |
QOS_UPDATE — Constant Static Property, class org.osmf.events.QoSInfoEvent |
|
The SwitchEvent.QOS_UPDATE constant defines the value of the
type property of the event object for a qosUpdate event.
This type of event is dispatched by an object that has
just generated a QoSInfo
|
Quadratic — class, package fl.motion.easing |
|
The Quadratic class defines three easing functions to implement
accelerated motion with ActionScript animations. |
Quadratic — class, package mx.effects.easing |
|
The Quadratic class defines three easing functions to implement
quadratic motion with Flex effect classes. |
QualifiedResourceManager — class, package mx.rpc.xml |
|
QualifiedResourceManager is a helper class that simply maintains
the order that resources were added and maps a target namespace to
one or more resources. |
QualifiedResourceManager() — Constructor, class mx.rpc.xml.QualifiedResourceManager |
|
Constructor. |
quality — Property, class flash.display.JPEGEncoderOptions |
|
A value between 1 and 100, where 1 means the lowest quality and 100 means the highest quality. |
quality — Property, class flash.display.Stage |
|
A value from the StageQuality class that specifies which rendering quality is used. |
quality — Property, class flash.filters.BevelFilter |
|
The number of times to apply the filter. |
quality — Property, class flash.filters.BlurFilter |
|
The number of times to perform the blur. |
quality — Property, class flash.filters.DropShadowFilter |
|
The number of times to apply the filter. |
quality — Property, class flash.filters.GlowFilter |
|
The number of times to apply the filter. |
quality — Property, class flash.filters.GradientBevelFilter |
|
The number of times to apply the filter. |
quality — Property, class flash.filters.GradientGlowFilter |
|
The number of times to apply the filter. |
quality — Property, class flash.media.Camera |
|
The required level of picture quality, as determined by the amount of compression being applied to each video
frame. |
quality — Property, class flash.media.VideoStreamSettings |
|
The required level of picture quality, as determined by the amount of compression being applied to each video
frame. |
quality — Property, class flash.ui.ContextMenuBuiltInItems |
|
Lets the user set the resolution of the SWF file at run time. |
quality — Property, class mx.filters.BaseDimensionFilter |
|
The number of times to apply the filter. |
quality — Property, class spark.filters.BlurFilter |
|
The number of times to apply the filter. |
QualityLevel — class, package org.osmf.net.qos |
|
QualityLevel describes a quality level of an ABR stream
|
QualityLevel(index:uint, bitrate:Number, streamName:String) — Constructor, class org.osmf.net.qos.QualityLevel |
|
Constructor. |
quantization — Property, class flash.display.JPEGXREncoderOptions |
|
Specifies the amount of lossy in the compression. |
Quartic — class, package fl.motion.easing |
|
The Quartic class defines three easing functions to implement
motion with ActionScript animation. |
Quartic — class, package mx.effects.easing |
|
The Quartic class defines three easing functions to implement
motion with Flex effect classes. |
quaternion — Property, class flash.events.DeviceRotationEvent |
|
Quaternion data for the device rotation in the [w, x, y, z] format. |
QUATERNION — Constant Static Property, class flash.geom.Orientation3D |
|
The quaternion orientation uses complex numbers. |
queries — Property, class mx.data.RPCDataManager |
|
Stores the name to ManagedQuery mapping for all ManagedQuery objects. |
query — Property, class com.adobe.gravity.utility.url.URIParser |
|
The query portion of the URI. |
query — Property, interface mx.olap.IOLAPResult |
|
The query whose result is represented by this object. |
query — Property, class mx.olap.OLAPResult |
|
The query whose result is represented by this object. |
Query — class, package com.adobe.icc.vo |
|
Defines a collection of Statement objects that form a query where results must match all of
the statements specified. |
Query(... rest) — Constructor, class com.adobe.icc.vo.Query |
|
Constructor
Constructs a new Query object with optional statements as a parameter list for convenience. |
queryBuildingTimeInterval — Property, class mx.olap.OLAPCube |
|
The time interval, in milliseconds, used by the timer of the execute() method
to iteratively process queries. |
queryProgress — Event, class mx.olap.OLAPCube |
|
Dispatched continuously as a query result is being generated
by a call to the execute() method. |
QUERY_PROGRESS — Constant Static Property, class mx.events.CubeEvent |
|
The CubeEvent.QUERY_PROGRESS constant defines the value of the
type property of the event object for a
queryProgress event. |
QueryServiceFactory — final class, package com.adobe.livecycle.assetmanager.client.service.search |
|
A factory class that retrieves an IQueryService instance based on the type of assembler that is used by backend Data Services destinations. |
queryType — Static Property, class com.adobe.livecycle.assetmanager.client.managers.SearchManager |
|
Specifies the query type to use when IQueryService is called. |
QuestionItem — class, package ga.model |
|
The QuestionItem class acts as a place holder in the panel layout. |
QuestionItem() — Constructor, class ga.model.QuestionItem |
|
Constructor. |
questionItems — Property, class ga.model.LayoutTemplate |
|
An array of question items that are slotted into the panel layout. |
Queue — class, package lc.procmgmt.domain |
|
The Queue class is used for specifying the unique identifier
and the filter for a given queue. |
QUEUE_ACCESS_GRANT — Constant Static Property, class lc.procmgmt.events.QueueSharingActionCompleteEvent |
|
A special value that specifies the forward task event type. |
QUEUE_ACCESS_REQUEST — Constant Static Property, class lc.procmgmt.events.QueueSharingActionCompleteEvent |
|
A special value that specifies the consult task event type. |
QUEUE_ACCESS_REVOKE — Constant Static Property, class lc.procmgmt.events.QueueSharingActionCompleteEvent |
|
A special value that specifies the share task event type. |
QueueBase — class, package lc.procmgmt.domain |
|
The QueueBase class manages a collection of
Task objects. |
QueueBase() — Constructor, class lc.procmgmt.domain.QueueBase |
|
Constructor. |
QueueConstants — class, package lc.procmgmt |
|
The QueueConstants class holds constants for the Queue class type
and filter properties. |
QUEUED — Constant Static Property, class mx.core.ContainerCreationPolicy |
|
Add the container to a creation queue. |
queueId — Property, class lc.procmgmt.domain.Assignment |
|
The identifier of the queue. |
queueOwner — Property, class lc.procmgmt.domain.Assignment |
|
The owner of the queue. |
queueOwnerId — Property, class lc.procmgmt.domain.Assignment |
|
The identifier of the queue owner. |
queueOwnerUserOid — Property, class lc.procmgmt.events.QueueSharingActionCompleteEvent |
|
The identifier of the user for whom to share the queue with. |
queues — Property, class lc.procmgmt.domain.QueuesManager |
|
The queues of the QueuesManager object. |
QueueSharingActionCompleteEvent — class, package lc.procmgmt.events |
|
The QueueSharingActionCompleteEvent event is dispatched when a queue-sharing
action such as grant, request, or revoke returns. |
QueueSharingActionCompleteEvent(queueOwnerUserOid:String, otherUserOid:String, type:String, bubbles:Boolean, cancelable:Boolean, token:lc.foundation.util:Token) — Constructor, class lc.procmgmt.events.QueueSharingActionCompleteEvent |
|
Constructor. |
queuesInitialized — Property, class lc.procmgmt.ui.task.ToDoModel |
|
For internal use only. |
queuesManager — Property, class lc.procmgmt.ui.task.ToDoModel |
|
The collection of different queues, which is represented by a Queues object,
that the user has access to. |
QueuesManager — class, package lc.procmgmt.domain |
|
The QueuesManager class manages the draft queue,
default queue, and group queue. |
QueuesManager(session:lc.foundation.domain:SessionMap, queues:mx.collections:ListCollectionView) — Constructor, class lc.procmgmt.domain.QueuesManager |
|
Constructor
|
queueTitle — Property, class lc.procmgmt.domain.Assignment |
|
The title for the queue. |
queueType — Property, class lc.procmgmt.domain.Assignment |
|
The type of queue, which can be a value of TaskConstants.OWNER,
TaskConstants.USER, or TaskConstants.GROUP. |
quiet — Property, class xd.core.axm.view.components.AXMButton |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMButtonBar |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMButtonBarButton |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMCheckBox |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMComboBox |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMDropDownList |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMHScrollBar |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMHeaderBar |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMList |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMPopUp |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMProgressBar |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMScroller |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMSplitActionButton |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMSwitch |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMToggleButton |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMToolPopUp |
|
Reflects the quiet mode of an AXM Button. |
quiet — Property, class xd.core.axm.view.components.AXMVScrollBar |
|
Reflects the quiet mode of an AXM Button. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMButton |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMButtonBar |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMButtonBarButton |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMCheckBox |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMComboBox |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMDropDownList |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMHScrollBar |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMHeaderBar |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMList |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMPopUp |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMProgressBar |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMScroller |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMSplitActionButton |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMSwitch |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMToggleButton |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMToolPopUp |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
QUIET_MODE_CHANGED — Constant Static Property, class xd.core.axm.view.components.AXMVScrollBar |
|
The QUIET_MODE_CHANGED constant specifies the event type. |
Quintic — class, package fl.motion.easing |
|
The Quintic class defines three easing functions to implement
motion with ActionScript animation. |
Quintic — class, package mx.effects.easing |
|
The Quintic class defines three easing functions to implement
motion with Flex effect classes. |
QUOTE — Constant Static Property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the ' key (222). |
|
Symbols 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 |