| 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 |
| gain — Property in class flash.media.Microphone |
|
The microphone gain—that is, the amount by which the microphone should multiply the signal before
transmitting it. |
| generateFilterRect(sourceRect:flash.geom:Rectangle, filter:flash.filters:BitmapFilter) — Method in class flash.display.BitmapData |
|
Determines the destination rectangle that the applyFilter() method call affects, given a
BitmapData object, a source rectangle, and a filter object. |
| generator — Property in class mx.core.ClassFactory |
|
The Class that the newInstance() method uses
to generate objects from this factory object. |
| genre — Property in class flash.media.ID3Info |
|
The genre of the song; corresponds to the ID3 2.0 tag TCON. |
| get — Statement |
| Defines a getter, which is a method that can be read like a property. |
| GET — Constant static property in class flash.net.URLRequestMethod |
|
Specifies that the URLRequest object is a GET. |
| getActions(name:String) — Static method in class adobe.utils.CustomActions |
|
Reads the contents of the custom action XML definition file named name. |
| getAffectedProperties() — Method in class mx.effects.Effect |
|
Returns an Array of Strings, where each String is the name
of a property that is changed by this effect. |
| getAffectedProperties() — Method in class mx.effects.MaskEffect |
|
Returns the component properties modified by this effect. |
| getArgDescriptors(target:mx.automation:IAutomationObject) — Method in interface mx.automation.IAutomationEventDescriptor |
|
Returns an Array of argument descriptors for this event. |
| getArgDescriptors(obj:mx.automation:IAutomationObject) — Method in interface mx.automation.IAutomationMethodDescriptor |
|
Returns an Array of argument descriptors for this method. |
| getAssociatedFactory(object:Object) — Static method in class mx.modules.ModuleManager |
|
See if the referenced object is associated with (or, in the managed
ApplicationDomain of) a known IFlexModuleFactory implementation. |
| getAutomationChildAt(index:int) — Method in interface mx.automation.IAutomationObject |
|
Provides the automation object at the specified index. |
| getAutomationChildAt(index:int) — Method in class mx.core.UIComponent |
|
Provides the automation object at the specified index. |
| getAutomationClassByInstance(obj:mx.automation:IAutomationObject) — Method in interface mx.automation.IAutomationEnvironment |
|
Returns the automation class corresponding to the given object. |
| getAutomationClassByName(automationClass:String) — Method in interface mx.automation.IAutomationEnvironment |
|
Returns the automation class for the given name. |
| getAutomationClassName(obj:mx.automation:IAutomationObject) — Method in interface mx.automation.IAutomationManager |
|
Returns the text to display as the type of the object. |
| getAutomationComposite(obj:mx.automation:IAutomationObject) — Method in interface mx.automation.IAutomationObjectHelper |
|
Returns the parent which is compositing the given object. |
| getAutomationName(obj:mx.automation:IAutomationObject) — Method in interface mx.automation.IAutomationManager |
|
Returns the text to display as the description for the object. |
| getAutomationValueForData(data:Object) — Method in interface mx.automation.IAutomationTabularData |
|
Returns the values being displayed by the component for the given data. |
| getAxis(dimension:String) — Method in class mx.charts.chartClasses.ChartBase |
|
Retrieves the Axis instance for a particular dimension of the chart. |
| getAxis(dimension:String) — Method in class mx.charts.chartClasses.DataTransform |
|
Retrieves the axis instance responsible for transforming
the data dimension specified by the dimension parameter. |
| getBoolean(key:String, defaultValue:Boolean) — Method in class mx.resources.ResourceBundle |
|
Gets a Boolean from a ResourceBundle. |
| getBounds(targetCoordinateSpace:flash.display:DisplayObject) — Method in class flash.display.DisplayObject |
|
Returns a rectangle that defines the area of the display object relative to the coordinate system
of the targetCoordinateSpace object. |
| getCacheKey(... rest) — Static method in class mx.skins.halo.HaloColors |
|
Returns a unique hash key based on the colors that are passed in. |
| getCamera(name:String) — Static method in class flash.media.Camera |
|
Returns a reference to a Camera object for capturing video. |
| getCharBoundaries(charIndex:int) — Method in class flash.text.TextField |
|
Returns a rectangle that is the bounding box of the character. |
| getCharIndexAtPoint(x:Number, y:Number) — Method in class flash.text.TextField |
|
Returns the zero-based index value of the character at the point specified by the x
and y parameters. |
| getChildAt(index:int) — Method in class flash.display.DisplayObjectContainer |
|
Returns the child display object instance that exists at the specified index. |
| getChildAt(index:int) — Method in class mx.core.Container |
|
Gets the nth child component object. |
| getChildAt(index:int) — Method in interface mx.core.IChildList |
|
Gets the child DisplayObject at the specified index in this child list. |
| getChildByName(name:String) — Method in class flash.display.DisplayObjectContainer |
|
Returns the child display object that exists with the specified name. |
| getChildByName(name:String) — Method in class mx.core.Container |
|
Returns the child whose name property is the specified String. |
| getChildByName(name:String) — Method in interface mx.core.IChildList |
|
Gets the child DisplayObject with the specified name
in this child list. |
| getChildIndex(child:flash.display:DisplayObject) — Method in class flash.display.DisplayObjectContainer |
|
Returns the index position of a child DisplayObject instance. |
| getChildIndex(child:flash.display:DisplayObject) — Method in class mx.core.Container |
|
Gets the zero-based index of a specific child. |
| getChildIndex(child:flash.display:DisplayObject) — Method in interface mx.core.IChildList |
|
Gets the index of a specific child in this child list. |
| getChildren(obj:mx.automation:IAutomationObject, ignoreShowInHierarchy:Boolean) — Method in interface mx.automation.IAutomationManager |
|
Returns all children of this object that are visible within the testing
hierarchy. |
| getChildren(node:Object, model:Object) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor |
|
Provides access to a node's children. |
| getChildren(node:Object, model:Object) — Method in class mx.controls.treeClasses.DefaultDataDescriptor |
|
Provides access to a node's children. |
| getChildren(node:Object, model:Object) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor |
|
Provides access to a node's children, returning a collection
view of children if they exist. |
| getChildren() — Method in class mx.core.Container |
|
Returns an Array of DisplayObject objects consisting of the content children
of the container. |
| getChildrenFromIDPart(obj:mx.automation:IAutomationObject, part:mx.automation:AutomationIDPart, ignoreShowInHierarchy:Boolean) — Method in interface mx.automation.IAutomationManager |
|
Returns all children of this object that are visible within the testing
hierarchy and meet the criteria in the automation part. |
| getClassByAlias(aliasName) — Package function in flash.net |
|
Looks up a class that previously had an alias registered through a call to the registerClassAlias()
method. |
| getClassInfo(obj:Object, excludes:Array, options:Object) — Static method in class mx.utils.ObjectUtil |
|
Returns information about the class, and properties of the class, for
the specified Object. |
| getClassStyleDeclarations() — Method in class mx.controls.dataGridClasses.DataGridItemRenderer |
|
Returns an Array of CSSStyleDeclaration objects for the type selector
that applies to this component, or null if none exist. |
| getClassStyleDeclarations() — Method in class mx.core.UIComponent |
|
Finds the type selectors for this UIComponent instance. |
| getClassStyleDeclarations() — Method in interface mx.styles.IStyleClient |
|
Returns an Array of CSSStyleDeclaration objects for the type selector
that applies to this component, or null if none exist. |
| getColorBoundsRect(mask:uint, color:uint, findColor:Boolean) — Method in class flash.display.BitmapData |
|
Determines a rectangular region that either fully encloses all pixels of a specified color within the
bitmap image (if the findColor parameter is set to true) or fully encloses
all pixels that do not include the specified color (if the findColor parameter is set
to false). |
| getColorName(colorName:Object) — Static method in class mx.styles.StyleManager |
|
Returns the numeric RGB color value that corresponds to the
specified color string. |
| getColorNames(colors:Array) — Static method in class mx.styles.StyleManager |
|
Converts each element of the colors Array from a color name
to a numeric RGB color value. |
| getComplexProperty(name, value) — Method in class mx.utils.ObjectProxy |
|
Provides a place for subclasses to override how a complex property that
needs to be either proxied or daisy chained for event bubbling is managed. |
| getContent() — Method in class mx.resources.ResourceBundle |
|
You can override this method to provide
your own keys and values for a ResourceBundle or
to add objects to your custom ResourceBundle. |
| getCuePointByName(name:String) — Method in class mx.controls.videoClasses.CuePointManager |
|
Search for a cue point with specified name. |
| getCuePoints() — Method in class mx.controls.videoClasses.CuePointManager |
|
Returns an Array of all cue points. |
| getCurrent(sm:mx.managers:ISystemManager) — Static method in class mx.resources.Locale |
|
Gets the current locale. |
| getData(node:Object, model:Object) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor |
|
Returns a node's data. |
| getData(node:Object, model:Object) — Method in class mx.controls.treeClasses.DefaultDataDescriptor |
|
Returns a node's data. |
| getData(node:Object, model:Object) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor |
|
Gets the data from a node. |
| getDate() — Method in class Date |
|
Returns the day of the month (an integer from 1 to 31) specified by a Date object
according to local time. |
| getDay() — Method in class Date |
|
Returns the day of the week (0 for Sunday, 1 for Monday, and so on) specified by this
Date according to local time. |
| getDefinition(name:String) — Method in class flash.system.ApplicationDomain |
|
Gets a public definition from the specified application domain. |
| getDefinitionByName(name) — Package function in flash.utils |
|
Returns a reference to the class object of the class specified by the name parameter. |
| getDefinitionByName(name:String) — Method in interface mx.managers.ISystemManager |
|
Converts the given String to a Class or package-level Function. |
| getDefinitionByName(name:String) — Method in class mx.managers.SystemManager |
|
Converts the given String to a Class or package-level Function. |
| getDescendants(name) — Method in class flash.utils.Proxy |
|
Overrides the use of the descendant operator. |
| getDescriptorForEvent(event:flash.events:Event) — Method in interface mx.automation.IAutomationClass |
|
Returns an IAutomationEventDescriptor object
for the specified event object. |
| getDescriptorForEventByName(eventName:String) — Method in interface mx.automation.IAutomationClass |
|
Returns an IAutomationEventDescriptor object from the event's name. |
| getDescriptorForMethodByName(methodName:String) — Method in interface mx.automation.IAutomationClass |
|
Returns an IAutomationMethodDescriptorfrom object
from the method's name. |
| getDividerAt(i:int) — Method in class mx.containers.DividedBox |
|
Returns a reference to the specified BoxDivider object
in this DividedBox container. |
| getElementBounds(renderData:Object) — Method in class mx.charts.chartClasses.HLOCSeriesBase |
|
Fills in the elementBounds, bounds,
and visibleBounds properties of a renderData
structure generated by this series. |
| getElementBounds(renderData:Object) — Method in class mx.charts.chartClasses.Series |
|
Fills in the elementBounds, bounds,
and visibleBounds properties of a renderData
structure generated by this series. |
| getElementBounds(renderData:Object) — Method in class mx.charts.series.BubbleSeries |
|
Fills in the elementBounds, bounds,
and visibleBounds properties of a renderData
structure generated by this series. |
| getElementBounds(renderData:Object) — Method in class mx.charts.series.PieSeries |
|
Fills in the elementBounds, bounds,
and visibleBounds properties of a renderData
structure generated by this series. |
| getElementFromPoint(x:int, y:int) — Method in interface mx.automation.IAutomationManager |
|
Returns the automation object under the given coordinate. |
| getEvents(host:Object, name:String, commitOnly:Boolean) — Static method in class mx.binding.utils.ChangeWatcher |
|
Returns all the binding events for all bindable properties
in the host object. |
| getExplicitOrMeasuredHeight() — Method in interface mx.core.IUIComponent |
|
A convenience method for determining whether to use the
explicit or measured height
|
| getExplicitOrMeasuredHeight() — Method in class mx.core.UIComponent |
|
A convenience method for determining whether to use the
explicit or measured height
|
| getExplicitOrMeasuredHeight() — Method in class mx.core.UITextField |
|
A convenience method for determining whether to use the
explicit or measured height
|
| getExplicitOrMeasuredHeight() — Method in class mx.managers.SystemManager |
|
A convenience method for determining whether to use the
explicit or measured height. |
| getExplicitOrMeasuredWidth() — Method in interface mx.core.IUIComponent |
|
A convenience method for determining whether to use the
explicit or measured width
|
| getExplicitOrMeasuredWidth() — Method in class mx.core.UIComponent |
|
A convenience method for determining whether to use the
explicit or measured width
|
| getExplicitOrMeasuredWidth() — Method in class mx.core.UITextField |
|
A convenience method for determining whether to use the
explicit or measured width
|
| getExplicitOrMeasuredWidth() — Method in class mx.managers.SystemManager |
|
A convenience method for determining whether to use the
explicit or measured width. |
| getFeedback() — Static method in class mx.managers.DragManager |
|
Returns the current drag and drop feedback. |
| getFirstCharInParagraph(charIndex:int) — Method in class flash.text.TextField |
|
Given a character index, returns the index of the first character in the same paragraph. |
| getFocus() — Method in class mx.core.UIComponent |
|
Gets the object that currently has focus. |
| getFocus() — Method in class mx.managers.FocusManager |
|
Gets the IFocusManagerComponent component that currently has the focus. |
| getFocus() — Method in interface mx.managers.IFocusManager |
|
Gets the IFocusManagerComponent component that currently has the focus. |
| getFullYear() — Method in class Date |
|
Returns the full year (a four-digit number, such as 2000) of a Date object
according to local time. |
| getGroupName(node:Object) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor |
|
Returns the name of the radio button group to which
the node belongs, if any. |
| getGroupName(node:Object) — Method in class mx.controls.treeClasses.DefaultDataDescriptor |
|
Returns the name of the radio button group to which
the node belongs, if any. |
| getHeaderAt(index:int) — Method in class mx.containers.Accordion |
|
Returns a reference to the navigator button for a child container. |
| getHeaderHeight() — Method in class mx.containers.Panel |
|
Returns the height of the header. |
| getHours() — Method in class Date |
|
Returns the hour (an integer from 0 to 23) of the day portion of a Date object
according to local time. |
| getImageReference(id:String) — Method in class flash.text.TextField |
|
Returns a DisplayObject reference for the given id, for an image or SWF file
that has been added to an HTML-formatted text field by using an <img> tag. |
| getInstance() — Method in class mx.core.DeferredInstanceFromClass |
|
Creates and returns an instance of the class specified in the
DeferredInstanceFromClass constructor, if it does not yet exist;
otherwise, returns the already-created class instance. |
| getInstance() — Method in class mx.core.DeferredInstanceFromFunction |
|
Returns a reference to an instance of the desired object. |
| getInstance() — Method in interface mx.core.IDeferredInstance |
|
Creates an instance Object from a class or function,
if the instance does not yet exist. |
| getInstance() — Static method in class mx.managers.LayoutManager |
|
Returns the sole instance of this singleton class,
creating it if it does not already exist. |
| getItemAt(index:int, prefetch:int) — Method in interface mx.collections.IList |
|
Gets the item at the specified index. |
| getItemAt(index:int, prefetch:int) — Method in class mx.collections.ListCollectionView |
|
Gets the item at the specified index. |
| getItemIndex(item:Object) — Method in interface mx.collections.IList |
|
Returns the index of the item if it is in the list such that
getItemAt(index) == item. |
| getItemIndex(item:Object) — Method in class mx.collections.ListCollectionView |
|
Returns the index of the item if it is in the list such that
getItemAt(index) == item. |
| getItemIndex(item:Object, source:Array) — Static method in class mx.utils.ArrayUtil |
|
Returns the index of the item in the Array. |
| getLabelEstimate() — Method in class mx.charts.CategoryAxis |
|
Determines the range to estimate what the axis labels should be. |
| getLabelEstimate() — Method in interface mx.charts.chartClasses.IAxis |
|
Determines the range to estimate what the axis labels should be. |
| getLabelEstimate() — Method in class mx.charts.chartClasses.NumericAxis |
|
Determines the range to estimate what the axis labels should be. |
| getLabels(minimumAxisLength:Number) — Method in class mx.charts.CategoryAxis |
|
Gets the labels text that is rendered. |
| getLabels(minimumAxisLength:Number) — Method in interface mx.charts.chartClasses.IAxis |
|
Gets the labels text that is rendered. |
| getLabels(minimumAxisLength:Number) — Method in class mx.charts.chartClasses.NumericAxis |
|
Gets the labels text that is rendered. |
| getLevelString(value:uint) — Static method in class mx.logging.LogEvent |
|
Returns a string value representing the level specified. |
| getLineIndexAtPoint(x:Number, y:Number) — Method in class flash.text.TextField |
|
Returns the zero-based index value of the line at the point specified by the x
and y parameters. |
| getLineIndexOfChar(charIndex:int) — Method in class flash.text.TextField |
|
Returns the zero-based index value of the line containing the character specified
by the charIndex parameter. |
| getLineLength(lineIndex:int) — Method in class flash.text.TextField |
|
Returns the number of characters in a specific text line. |
| getLineMetrics(lineIndex:int) — Method in class flash.text.TextField |
|
Returns metrics information about a given text line. |
| getLineMetrics(lineIndex:int) — Method in class mx.controls.Label |
|
Returns a TextLineMetrics object with information about the text
position and measurements for a line of text in the control. |
| getLineMetrics(lineIndex:int) — Method in class mx.controls.TextArea |
|
Returns a TextLineMetrics object with information about the text
position and measurements for a line of text in the control. |
| getLineMetrics(lineIndex:int) — Method in class mx.controls.TextInput |
|
Returns a TextLineMetrics object with information about the text
position and measurements for a line of text in the control. |
| getLineOffset(lineIndex:int) — Method in class flash.text.TextField |
|
Returns the character index of the first character in the line that
the lineIndex parameter specifies. |
| getLineText(lineIndex:int) — Method in class flash.text.TextField |
|
Returns the text of the line specified by the lineIndex parameter. |
| getLocal(name:String, localPath:String, secure:Boolean) — Static method in class flash.net.SharedObject |
|
Returns a reference to a locally persistent shared object that is available only to the current
client. |
| getLogger(category:String) — Static method in class mx.logging.Log |
|
Returns the logger associated with the specified category. |
| getMenuAt(index:int) — Method in class mx.controls.MenuBar |
|
Returns a reference to the Menu object at the specified MenuBar item index,
where 0 is the Menu contained at the leftmost MenuBar item index. |
| getMicrophone(index:int) — Static method in class flash.media.Microphone |
|
To create or reference a Microphone object, use the
Microphone.getMicrophone() method to get
the index value of the current microphone. |
| getMilliseconds() — Method in class Date |
|
Returns the milliseconds (an integer from 0 to 999) portion of a Date object
according to local time. |
| getMinutes() — Method in class Date |
|
Returns the minutes (an integer from 0 to 59) portion of a Date object
according to local time. |
| getMissingInterpolationValues(sourceProps:Object, srcCache:Array, destProps:Object, destCache:Array, index:Number, customData:Object) — Method in class mx.charts.chartClasses.HLOCSeriesBase |
|
Fills in missing values in an interpolation structure. |
| getMissingInterpolationValues(sourceProps:Object, srcCache:Array, destProps:Object, destCache:Array, index:Number, customData:Object) — Method in class mx.charts.chartClasses.Series |
|
Fills in missing values in an interpolation structure. |
| getMissingInterpolationValues(sourceProps:Object, srcCache:Array, destProps:Object, destCache:Array, index:Number, customData:Object) — Method in class mx.charts.series.BubbleSeries |
|
Fills in missing values in an interpolation structure. |
| getMissingInterpolationValues(sourceProps:Object, srcCache:Array, destProps:Object, destCache:Array, index:Number, customData:Object) — Method in class mx.charts.series.PieSeries |
|
Fills in missing values in an interpolation structure. |
| getModule(url:String) — Static method in class mx.modules.ModuleManager |
|
Get the IModuleInfo interface associated with a particular URL. |
| getMonth() — Method in class Date |
|
Returns the month (0 for January, 1 for February, and so on) portion of this
Date according to local time. |
| getMouseX(item:flash.display:DisplayObject) — Method in interface mx.automation.IAutomationMouseSimulator |
|
Called when a DisplayObject retrieves the mouseX property. |
| getMouseY(item:flash.display:DisplayObject) — Method in interface mx.automation.IAutomationMouseSimulator |
|
Called when a DisplayObject retrieves mouseY property. |
| getNamespaceForPrefix(prefix:String) — Method in class flash.xml.XMLNode |
|
Returns the namespace URI that is associated with the specified prefix for the node. |
| getNextFocusManagerComponent(backward:Boolean) — Method in class mx.managers.FocusManager |
|
Returns the IFocusManagerComponent that would receive focus
if the user pressed the Tab key to navigate to another component. |
| getNextFocusManagerComponent(backward:Boolean) — Method in interface mx.managers.IFocusManager |
|
Returns the IFocusManagerComponent that would receive focus
if the user pressed the Tab key to navigate to another component. |
| getNumber(key:String) — Method in class mx.resources.ResourceBundle |
|
Gets a Number from a ResourceBundle. |
| getObject(key:String) — Method in class mx.resources.ResourceBundle |
|
Gets an object from a ResourceBundle. |
| getObjectsUnderPoint(point:flash.geom:Point) — Method in class flash.display.DisplayObjectContainer |
|
Returns an array of objects that lie under the specified point and are children
(or grandchildren, and so on) of this DisplayObjectContainer instance. |
| getObjectsUnderPoint(point:flash.geom:Point) — Method in interface mx.core.IChildList |
|
Returns an array of DisplayObjects that lie under the specified point
and are in this child list. |
| getParagraphLength(charIndex:int) — Method in class flash.text.TextField |
|
Given a character index, returns the length of the paragraph containing the given character. |
| getParent(obj:mx.automation:IAutomationObject, parentToStopAt:mx.automation:IAutomationObject, ignoreShowInHierarchy:Boolean) — Method in interface mx.automation.IAutomationManager |
|
Returns the next parent that is visible within the automation hierarchy. |
| getParentItem(item:Object) — Method in class mx.controls.Tree |
|
Returns the known parent of a child item. |
| getPercentLoaded(loaded:Number, total:Number) — Method in class mx.preloaders.DownloadProgressBar |
|
Returns the percentage value of the application loaded. |
| getPixel(x:int, y:int) — Method in class flash.display.BitmapData |
|
Returns an integer that represents an RGB pixel value from a BitmapData object at
a specific point (x, y). |
| getPixel32(x:int, y:int) — Method in class flash.display.BitmapData |
|
Returns an ARGB color value that contains alpha channel data and RGB
data. |
| getPixels(rect:flash.geom:Rectangle) — Method in class flash.display.BitmapData |
|
Generates a byte array from a rectangular region of pixel data. |
| getPrefixForNamespace(ns:String) — Method in class flash.xml.XMLNode |
|
Returns the prefix that is associated with the specified namespace URI for the node. |
| getProperties(obj:mx.automation:IAutomationObject, names:Array, forVerification:Boolean, forDescription:Boolean) — Method in interface mx.automation.IAutomationManager |
|
Returns the values for a set of properties. |
| getProperty(name:String) — Static method in class adobe.utils.XMLUI |
|
Retrieves the value of the specified property of the current XMLUI dialog box. |
| getProperty(name) — Method in class flash.utils.Proxy |
|
Overrides any request for a property's value. |
| getProperty(name) — Method in class mx.utils.ObjectProxy |
|
Returns the specified property value of the proxied object. |
| getPropertyDescriptors(objForInitialization:Object, forVerification:Boolean, forDescription:Boolean) — Method in interface mx.automation.IAutomationClass |
|
Returns the list of properties this class supports. |
| getQualifiedClassName(value) — Package function in flash.utils |
|
Returns the fully qualified class name of an object. |
| getQualifiedSuperclassName(value) — Package function in flash.utils |
|
Returns the fully qualified class name of the base class of the object specified by the value
parameter. |
| getRadioButtonAt(index:int) — Method in class mx.controls.RadioButtonGroup |
|
Returns the RadioButton control at the specified index. |
| getRect(targetCoordinateSpace:flash.display:DisplayObject) — Method in class flash.display.DisplayObject |
|
Returns a rectangle that defines the boundary of the display object,
based on the coordinate system defined by the targetCoordinateSpace
parameter, excluding any strokes on shapes. |
| getRectangle(obj:flash.display:DisplayObject) — Method in interface mx.automation.IAutomationManager |
|
The display rectangle enclosing the DisplayObject. |
| getRemote(name:String, remotePath:String, persistence:Object, secure:Boolean) — Static method in class flash.net.SharedObject |
|
Returns a reference to an object that can be shared across multiple clients
by means of a server, such as Flash Media Server. |
| getRenderDataForTransition(type:String) — Method in class mx.charts.chartClasses.Series |
|
Returns a copy of the data needed to represent this series's data. |
| getRepeaterItem(whichRepeater:int) — Method in class mx.core.UIComponent |
|
Returns the item in the dataProvider that was used
by the specified Repeater to produce this Repeater, or
null if this Repeater isn't repeated. |
| getResourceBundle(baseName:String, currentDomain:flash.system:ApplicationDomain) — Static method in class mx.resources.ResourceBundle |
|
Gets a ResourceBundle when provided with a className. |
| getSecondAxis(dimension:String) — Method in class mx.charts.chartClasses.CartesianChart |
|
Retrieves axis instance for a particular secondary dimension
of the chart. |
| getSeconds() — Method in class Date |
|
Returns the seconds (an integer from 0 to 59) portion of a Date object
according to local time. |
| getSelected(beginIndex:int, endIndex:int) — Method in class flash.text.TextSnapshot |
|
Returns a Boolean value that specifies whether a TextSnapshot object contains selected text in
the specified range. |
| getSelectedText(includeLineEndings:Boolean) — Method in class flash.text.TextSnapshot |
|
Returns a string that contains all the characters specified by the corresponding
setSelected() method. |
| getStackTrace() — Method in class Error |
|
Returns the call stack for an error as a string at the time of the error's construction (for the debugger version
of Flash Player only). |
| getStartValue() — Method in class mx.effects.effectClasses.ActionEffectInstance |
|
Used internally to retrieve the values saved by
the saveStartValue() method. |
| getString(key:String) — Method in class mx.resources.ResourceBundle |
|
Gets a string from a ResourceBundle. |
| getStringArray(key:String) — Method in class mx.resources.ResourceBundle |
|
Gets an array from a ResourceBundle. |
| getStyle(styleName:String) — Method in class flash.text.StyleSheet |
|
Returns a copy of the style object associated with the style named styleName. |
| getStyle(styleProp:String) — Method in class mx.controls.dataGridClasses.DataGridItemRenderer |
|
Gets a style property that has been set anywhere in this
component's style lookup chain. |
| getStyle(styleProp:String) — Method in class mx.core.UIComponent |
|
Gets a style property that has been set anywhere in this
component's style lookup chain. |
| getStyle(styleProp:String) — Method in class mx.core.UITextField |
|
Gets a style property that has been set anywhere in this
component's style lookup chain. |
| getStyle(styleProp:String) — Method in class mx.skins.ProgrammaticSkin |
|
Returns the value of the specified style property. |
| getStyle(styleProp:String) — Method in class mx.styles.CSSStyleDeclaration |
|
Gets the value for a specified style property,
as determined solely by this CSSStyleDeclaration. |
| getStyle(styleProp:String) — Method in interface mx.styles.IStyleClient |
|
Gets a style property that has been set anywhere in this
component's style lookup chain. |
| getStyleDeclaration(selector:String) — Static method in class mx.styles.StyleManager |
|
Gets the CSSStyleDeclaration object that stores the rules
for the specified CSS selector. |
| getSWFRoot(object:Object) — Static method in class mx.managers.SystemManager |
|
Returns the root DisplayObject of the SWF that contains the code
for the given object. |
| getTabAt(index:int) — Method in class mx.containers.TabNavigator |
|
Returns the tab of the navigator's TabBar control at the specified
index. |
| getTabularData(obj:mx.automation:IAutomationObject) — Method in interface mx.automation.IAutomationManager |
|
Returns the object implementing the IAutomationTabularData interface through which
the tabular data can be obtained. |
| getText(beginIndex:int, endIndex:int, includeLineEndings:Boolean) — Method in class flash.text.TextSnapshot |
|
Returns a string that contains all the characters specified by the beginIndex
and endIndex parameters. |
| getTextFormat(beginIndex:int, endIndex:int) — Method in class flash.text.TextField |
|
Returns a TextFormat object that contains formatting information for the range of text that the
beginIndex and endIndex parameters specify. |
| getTextRunInfo(beginIndex:int, endIndex:int) — Method in class flash.text.TextSnapshot |
|
Returns an array of objects that contains information about a run of text. |
| getTextStyles() — Method in class mx.core.UITextField |
|
Returns the TextFormat object that represents
character formatting information for this UITextField object. |
| getThumbAt(index:int) — Method in class mx.controls.sliderClasses.Slider |
|
Returns the thumb object at the given index. |
| getTime() — Method in class Date |
|
Returns the number of milliseconds since midnight January 1, 1970, universal time,
for a Date object. |
| getTimer() — Package function in flash.utils |
|
Returns the number of milliseconds that have elapsed since Flash Player was initialized, and is used
to compute relative time. |
| getTimezoneOffset() — Method in class Date |
|
Returns the difference, in minutes, between universal
time (UTC) and the computer's local time. |
| getType(node:Object) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor |
|
Returns the type identifier of a node. |
| getType(node:Object) — Method in class mx.controls.treeClasses.DefaultDataDescriptor |
|
Returns the type identifier of a node. |
| getUID(item:Object) — Static method in class mx.utils.UIDUtil |
|
Returns the UID (unique identifier) for the specified object. |
| getUITextFormat() — Method in class mx.core.UITextField |
|
Returns a UITextFormat object that contains formatting information for this component. |
| getUTCDate() — Method in class Date |
|
Returns the day of the month (an integer from 1 to 31) of a Date object,
according to universal time (UTC). |
| getUTCDay() — Method in class Date |
|
Returns the day of the week (0 for Sunday, 1 for Monday, and so on) of this Date
according to universal time (UTC). |
| getUTCFullYear() — Method in class Date |
|
Returns the four-digit year of a Date object according to universal time (UTC). |
| getUTCHours() — Method in class Date |
|
Returns the hour (an integer from 0 to 23) of the day of a Date object
according to universal time (UTC). |
| getUTCMilliseconds() — Method in class Date |
|
Returns the milliseconds (an integer from 0 to 999) portion of a Date object
according to universal time (UTC). |
| getUTCMinutes() — Method in class Date |
|
Returns the minutes (an integer from 0 to 59) portion of a Date object
according to universal time (UTC). |
| getUTCMonth() — Method in class Date |
|
Returns the month (0 [January] to 11 [December]) portion of a Date object
according to universal time (UTC). |
|