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  
Fade — class, package feathers.motion
Creates animated effects, like transitions for screen navigators, that animates the `alpha` property of a display object to fade it in or out.
feathers — package
FeathersControl — class, package feathers.core
Base class for all UI controls.
FeathersControl() — Constructor, class feathers.core.FeathersControl
Constructor.
feathers.controls — package
User interface controls and containers.
feathers.controls.popups — package
Managers for the display of pop-up sub-components.
feathers.controls.renderers — package
Data renderers for list controls.
feathers.controls.supportClasses — package
Supporting class and interfaces used by Feathers user interface components.
feathers.controls.text — package
Text rendering sub-components.
feathers.core — package
Base classes and interfaces used by Feathers.
feathers.data — package
Collections used by Feathers to display data.
feathers.display — package
A variety of custom Starling display objects.
feathers.dragDrop — package
Classes related to drag and drop operations.
feathers.events — package
Contains classes to related to Feathers events.
FeathersEventType — class, package feathers.events
Event type constants for Feathers controls.
feathers.layout — package
A variety of layout algorithms used to customize Feathers controls and containers.
feathers.media — package
User interface controls for media playback.
feathers.motion — package
Classes related to motion, tweens, and animation.
feathers.motion.transitions — package
A variety of animated transitions used by the ScreenNavigator component.
feathers.skins — package
Classes related to skinning and themes in Feathers.
feathers.system — package
Higher level queries for system-level capabilities.
feathers.text — package
Contains classes for working with text.
feathers.textures — package
Textures for custom Starling display objects.
feathers.themes — package
Classes related to theming and styling components.
feathers.utils — package
Utility classes and function.
feathers.utils.display — package
Utilities for working with display objects.
feathers.utils.geom — package
Utilities for working with geometrical calculations.
feathers.utils.math — package
Utilities for common mathematical calculations.
feathers.utils.text — package
Utilities for text components.
FEATHERS_VERSION — Package Constant Property, feathers
The current version of Feathers.
fillDisabledSkin — Property, class feathers.controls.ProgressBar
A fill to display when the progress bar is disabled.
fillSkin — Property, class feathers.controls.ProgressBar
The primary fill to display.
filter — Property, interface feathers.core.IFeathersDisplayObject
The filter used when rendering the display object.
filterText(value:String) — method, class feathers.utils.text.TextInputRestrict
Accepts a string of characters and filters out characters that are not allowed.
findNextWordStartIndex(text:String, selectionEndIndex:int) — Static Method , class feathers.utils.text.TextInputNavigation
Finds the start index of the next word that starts after the selection.
findPreviousWordStartIndex(text:String, selectionStartIndex:int) — Static Method , class feathers.utils.text.TextInputNavigation
Finds the start index of the word that starts before the selection.
first — Property, class feathers.textures.Scale3Textures
The texture for the first region.
firstButtonFactory — Property, class feathers.controls.ButtonGroup
Creates a new first button.
firstButtonName — Property, class feathers.controls.ButtonGroup
DEPRECATED: Replaced by firstButtonStyleName.
firstButtonStyleName — Property, class feathers.controls.ButtonGroup
The value added to the styleNameList of the first button.
firstGap — Property, class feathers.controls.ButtonGroup
Space, in pixels, between the first two buttons.
firstGap — Property, class feathers.controls.TabBar
Space, in pixels, between the first two tabs.
firstGap — Property, class feathers.layout.HorizontalLayout
The space, in pixels, between the first and second items.
firstGap — Property, class feathers.layout.VerticalLayout
The space, in pixels, between the first and second items.
firstItemRendererFactory — Property, class feathers.controls.GroupedList
A function called that is expected to return a new item renderer for the first item in a group.
firstItemRendererName — Property, class feathers.controls.GroupedList
DEPRECATED: Replaced by customFirstItemRendererStyleName.
firstItemRendererType — Property, class feathers.controls.GroupedList
The class used to instantiate the item renderer for the first item in a group.
firstRegionSize — Property, class feathers.textures.Scale3Textures
The size of the first region, in pixels.
firstTabFactory — Property, class feathers.controls.TabBar
Creates a new first tab.
firstTabName — Property, class feathers.controls.TabBar
DEPRECATED: Replaced by firstTabStyleName.
firstTabStyleName — Property, class feathers.controls.TabBar
The value added to the styleNameList of the first tab.
fitContentMinWidthToOrigin — Property, class feathers.controls.popups.DropDownPopUpContentManager
If enabled, the pop-up content's minWidth property will be set to the width property of the origin, if it is smaller.
Flip — class, package feathers.motion
Creates animated effects, like transitions for screen navigators, that positions display objects in 3D space is if they are printed on opposite sides of a postcard.
FlowLayout — class, package feathers.layout
Positions items of different dimensions from left to right in multiple rows.
FlowLayout() — Constructor, class feathers.layout.FlowLayout
Constructor.
focus — Property, class feathers.core.DefaultFocusManager
The object that currently has focus.
focus — Static Property, class feathers.core.FocusManager
The object that currently has focus on Starling.current.stage.
focus — Property, interface feathers.core.IFocusManager
The object that currently has focus.
focusedIcon — Property, class feathers.controls.TextInput
The icon used for the input's focused state.
focusExtrasAfter — Property, class feathers.controls.Panel
Extra display objects that are not accessible through standard display list functions like getChildAt(), but should appear after those children in the focus order.
focusExtrasAfter — Property, interface feathers.core.IFocusExtras
Extra display objects that are not accessible through standard display list functions like getChildAt(), but should appear after those children in the focus order.
focusExtrasBefore — Property, class feathers.controls.Panel
Extra display objects that are not accessible through standard display list functions like getChildAt(), but should appear before those children in the focus order.
focusExtrasBefore — Property, interface feathers.core.IFocusExtras
Extra display objects that are not accessible through standard display list functions like getChildAt(), but should appear before those children in the focus order.
focusIn — Event, class feathers.controls.Scroller
Dispatched when the component receives focus.
focusIn — Event, class feathers.controls.TextInput
Dispatched when the text input receives focus.
focusIn — Event, class feathers.controls.text.BitmapFontTextEditor
Dispatched when the text editor receives focus.
focusIn — Event, class feathers.controls.text.StageTextTextEditor
Dispatched when the text editor receives focus.
focusIn — Event, class feathers.controls.text.TextBlockTextEditor
Dispatched when the text editor receives focus.
focusIn — Event, class feathers.controls.text.TextFieldTextEditor
Dispatched when the text editor receives focus.
focusIn — Event, interface feathers.core.IFocusDisplayObject
Dispatched when the display object receives focus.
focusIn — Event, interface feathers.core.ITextEditor
Dispatched when the text editor receives focus.
FOCUS_IN — Constant Static Property, class feathers.events.FeathersEventType
The FeathersEventType.FOCUS_IN event type is used by Feathers components to indicate when they have received focus.
focusIndicatorSkin — Property, class feathers.core.FeathersControl
If this component supports focus, this optional skin will be displayed above the component when showFocus() is called.
focusInHandler(event:starling.events:Event) — method, class feathers.core.FeathersControl
Default event handler for FeathersEventType.FOCUS_IN that may be overridden in subclasses to perform additional actions when the component receives focus.
focusManager — Property, class feathers.core.FeathersControl
focusManager — Property, interface feathers.core.IFocusDisplayObject
The current focus manager for this component.
FocusManager — class, package feathers.core
Manages touch and keyboard focus.
focusManagerFactory — Static Property, class feathers.core.FocusManager
A function that creates a focus manager.
focusOut — Event, class feathers.controls.Scroller
Dispatched when the component loses focus.
focusOut — Event, class feathers.controls.TextInput
Dispatched when the text input loses focus.
focusOut — Event, class feathers.controls.text.BitmapFontTextEditor
Dispatched when the text editor loses focus.
focusOut — Event, class feathers.controls.text.StageTextTextEditor
Dispatched when the text editor loses focus.
focusOut — Event, class feathers.controls.text.TextBlockTextEditor
Dispatched when the text editor loses focus.
focusOut — Event, class feathers.controls.text.TextFieldTextEditor
Dispatched when the text editor loses focus.
focusOut — Event, interface feathers.core.IFocusDisplayObject
Dispatched when the display object loses focus.
focusOut — Event, interface feathers.core.ITextEditor
Dispatched when the text editor loses focus.
FOCUS_OUT — Constant Static Property, class feathers.events.FeathersEventType
The FeathersEventType.FOCUS_OUT event type is used by Feathers components to indicate when they have lost focus.
focusOutHandler(event:starling.events:Event) — method, class feathers.core.FeathersControl
Default event handler for FeathersEventType.FOCUS_OUT that may be overridden in subclasses to perform additional actions when the component loses focus.
focusOwner — Property, class feathers.core.FeathersControl
focusOwner — Property, interface feathers.core.IFocusDisplayObject
Used for associating focusable display objects that are not direct children with an "owner" focusable display object, such as pop-ups.
focusPadding — Property, class feathers.core.FeathersControl
Quickly sets all focus padding properties to the same value.
focusPaddingBottom — Property, class feathers.core.FeathersControl
The minimum space, in pixels, between the object's bottom edge and the bottom edge of the focus indicator skin.
focusPaddingLeft — Property, class feathers.core.FeathersControl
The minimum space, in pixels, between the object's left edge and the left edge of the focus indicator skin.
focusPaddingRight — Property, class feathers.core.FeathersControl
The minimum space, in pixels, between the object's right edge and the right edge of the focus indicator skin.
focusPaddingTop — Property, class feathers.core.FeathersControl
The minimum space, in pixels, between the object's top edge and the top edge of the focus indicator skin.
font — Property, class feathers.text.BitmapFontTextFormat
The BitmapFont instance to use.
fontFamily — Property, class feathers.controls.text.StageTextTextEditor
Indicates the name of the current font family.
fontFamily — Property, class feathers.text.StageTextField
fontName — Property, class feathers.text.BitmapFontTextFormat
The name of the font.
fontPosture — Property, class feathers.controls.text.StageTextTextEditor
Specifies the font posture, using constants defined in the flash.text.engine.FontPosture class.
fontPosture — Property, class feathers.text.StageTextField
fontSize — Property, class feathers.controls.text.StageTextTextEditor
The size in pixels for the current font family.
fontSize — Property, class feathers.text.StageTextField
fontWeight — Property, class feathers.controls.text.StageTextTextEditor
Specifies the font weight, using constants defined in the flash.text.engine.FontWeight class.
fontWeight — Property, class feathers.text.StageTextField
footer — Property, class feathers.controls.Panel
The footer sub-component.
footerFactory — Property, class feathers.controls.Panel
A function used to generate the panel's footer sub-component.
footerField — Property, class feathers.controls.GroupedList
The field in a group that contains the data for a footer.
footerFunction — Property, class feathers.controls.GroupedList
A function used to generate footer data for a specific group.
footerName — Property, class feathers.controls.Panel
DEPRECATED: Replaced by footerStyleName.
footerProperties — Property, class feathers.controls.Panel
An object that stores properties for the container's footer sub-component, and the properties will be passed down to the footer when the container validates.
footerRendererFactory — Property, class feathers.controls.GroupedList
A function called that is expected to return a new footer renderer.
footerRendererName — Property, class feathers.controls.GroupedList
DEPRECATED: Replaced by customFooterRendererStyleName.
footerRendererProperties — Property, class feathers.controls.GroupedList
An object that stores properties for all of the list's footer renderers, and the properties will be passed down to every footer renderer when the list validates.
footerRendererType — Property, class feathers.controls.GroupedList
The class used to instantiate footer renderers.
footerStyleName — Property, class feathers.controls.Panel
The default value added to the styleNameList of the footer.
forStage(stage:starling.display:Stage) — Static Method , class feathers.events.ExclusiveTouch
Retrieves the exclusive touch manager for the specified stage.
forStarling(starling:starling.core:Starling) — Static Method , class feathers.core.PopUpManager
Returns the IPopUpManager associated with the specified Starling instance.
fromObject(source:Object, onChangeCallback:Function) — Static Method , class feathers.core.PropertyProxy
Creates a PropertyProxy from a regular old Object.
fullScreenDisplayState — Property, class feathers.media.VideoPlayer
When the video player is displayed full-screen, determines the value of the native stage's displayState property.
FullScreenToggleButton — class, package feathers.media
A specialized toggle button that controls whether a media player is displayed normally or in full-screen mode.
FullScreenToggleButton() — Constructor, class feathers.media.FullScreenToggleButton
Constructor.
FunctionStyleProvider — class, package feathers.skins
Sets styles on a Feathers UI component by passing the component to a function when the style provider's applyStyles() is called.
FunctionStyleProvider(skinFunction:Function) — Constructor, class feathers.skins.FunctionStyleProvider
Constructor.
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