Packagefeathers.themes
Classpublic class BaseMetalWorksDesktopTheme
InheritanceBaseMetalWorksDesktopTheme Inheritance StyleNameFunctionTheme Inheritance EventDispatcher Inheritance Object
Subclasses MetalWorksDesktopTheme, MetalWorksDesktopThemeWithAssetManager

The base class for the "Metal Works" theme for desktop Feathers apps. Handles everything except asset loading, which is left to subclasses.

See also

MetalWorksDesktopTheme
MetalWorksDesktopThemeWithAssetManager


Protected Properties
 PropertyDefined By
  atlas : TextureAtlas
The texture atlas that contains skins for this theme.
BaseMetalWorksDesktopTheme
  backgroundDangerPopUpSkinTexture : Texture
BaseMetalWorksDesktopTheme
  backgroundDangerSkinTexture : Texture
BaseMetalWorksDesktopTheme
  backgroundDisabledSkinTexture : Texture
BaseMetalWorksDesktopTheme
  backgroundFocusedSkinTexture : Texture
BaseMetalWorksDesktopTheme
  backgroundPopUpSkinTexture : Texture
BaseMetalWorksDesktopTheme
  backgroundSkinTexture : Texture
BaseMetalWorksDesktopTheme
  borderSize : int = 1
The size, in pixels, of a border around any control.
BaseMetalWorksDesktopTheme
  buttonBackDisabledSkinTexture : Texture
BaseMetalWorksDesktopTheme
  buttonBackDownSkinTexture : Texture
BaseMetalWorksDesktopTheme
  buttonBackUpSkinTexture : Texture
BaseMetalWorksDesktopTheme
  buttonCallToActionDownSkinTexture : Texture
BaseMetalWorksDesktopTheme
  buttonCallToActionUpSkinTexture : Texture
BaseMetalWorksDesktopTheme
  buttonDangerDownSkinTexture : Texture
BaseMetalWorksDesktopTheme
  buttonDangerUpSkinTexture : Texture
BaseMetalWorksDesktopTheme
  buttonDisabledSkinTexture : Texture
BaseMetalWorksDesktopTheme
  buttonDownSkinTexture : Texture
BaseMetalWorksDesktopTheme
  buttonForwardDisabledSkinTexture : Texture
BaseMetalWorksDesktopTheme
  buttonForwardDownSkinTexture : Texture
BaseMetalWorksDesktopTheme
  buttonForwardUpSkinTexture : Texture
BaseMetalWorksDesktopTheme
  buttonMinWidth : int = 68
The minimum width, in pixels, of some types of buttons.
BaseMetalWorksDesktopTheme
  buttonQuietHoverSkinTexture : Texture
BaseMetalWorksDesktopTheme
  buttonUpSkinTexture : Texture
BaseMetalWorksDesktopTheme
  calloutArrowOverlapGap : int = -2
BaseMetalWorksDesktopTheme
  calloutBackgroundMinSize : int = 5
BaseMetalWorksDesktopTheme
  calloutBottomArrowSkinTexture : Texture
BaseMetalWorksDesktopTheme
  calloutLeftArrowSkinTexture : Texture
BaseMetalWorksDesktopTheme
  calloutRightArrowSkinTexture : Texture
BaseMetalWorksDesktopTheme
  calloutTopArrowSkinTexture : Texture
BaseMetalWorksDesktopTheme
  checkDisabledIconTexture : Texture
BaseMetalWorksDesktopTheme
  checkDownIconTexture : Texture
BaseMetalWorksDesktopTheme
  checkSelectedDisabledIconTexture : Texture
BaseMetalWorksDesktopTheme
  checkSelectedDownIconTexture : Texture
BaseMetalWorksDesktopTheme
  checkSelectedUpIconTexture : Texture
BaseMetalWorksDesktopTheme
  checkUpIconTexture : Texture
BaseMetalWorksDesktopTheme
  controlSize : int = 26
The size, in pixels, of a typical UI control.
BaseMetalWorksDesktopTheme
  dangerCalloutBottomArrowSkinTexture : Texture
BaseMetalWorksDesktopTheme
  dangerCalloutLeftArrowSkinTexture : Texture
BaseMetalWorksDesktopTheme
  dangerCalloutRightArrowSkinTexture : Texture
BaseMetalWorksDesktopTheme
  dangerCalloutTopArrowSkinTexture : Texture
BaseMetalWorksDesktopTheme
  darkDisabledUIFontStyles : TextFormat
The font styles for dark, disabled UI text.
BaseMetalWorksDesktopTheme
  darkFontStyles : TextFormat
The font styles for standard-sized, dark text.
BaseMetalWorksDesktopTheme
  darkUIFontStyles : TextFormat
The font styles for dark UI text.
BaseMetalWorksDesktopTheme
  dataGridColumnDropIndicatorSkinTexture : Texture
BaseMetalWorksDesktopTheme
  dataGridColumnResizeSkinTexture : Texture
BaseMetalWorksDesktopTheme
  dataGridHeaderDividerSkinTexture : Texture
BaseMetalWorksDesktopTheme
  dataGridHeaderSortAscendingIconTexture : Texture
BaseMetalWorksDesktopTheme
  dataGridHeaderSortDescendingIconTexture : Texture
BaseMetalWorksDesktopTheme
  dataGridVerticalDividerSkinTexture : Texture
BaseMetalWorksDesktopTheme
  extraSmallGutterSize : int = 2
The size, in pixels, of very smaller padding and gaps.
BaseMetalWorksDesktopTheme
  focusIndicatorSkinTexture : Texture
BaseMetalWorksDesktopTheme
  focusPaddingSize : int = -2
The size, in pixels, of the focus indicator skin's padding.
BaseMetalWorksDesktopTheme
  fullScreenToggleButtonEnterDownIconTexture : Texture
BaseMetalWorksDesktopTheme
  fullScreenToggleButtonEnterUpIconTexture : Texture
BaseMetalWorksDesktopTheme
  fullScreenToggleButtonExitDownIconTexture : Texture
BaseMetalWorksDesktopTheme
  fullScreenToggleButtonExitUpIconTexture : Texture
BaseMetalWorksDesktopTheme
  gridSize : int = 32
The size, in pixels, of major regions in the grid.
BaseMetalWorksDesktopTheme
  gutterSize : int = 8
The size, in pixels, of minor regions in the grid.
BaseMetalWorksDesktopTheme
  headerBackgroundSkinTexture : Texture
BaseMetalWorksDesktopTheme
  headerPopupBackgroundSkinTexture : Texture
BaseMetalWorksDesktopTheme
  horizontalScrollBarDecrementButtonDisabledIconTexture : Texture
BaseMetalWorksDesktopTheme
  horizontalScrollBarDecrementButtonDisabledSkinTexture : Texture
BaseMetalWorksDesktopTheme
  horizontalScrollBarDecrementButtonDownSkinTexture : Texture
BaseMetalWorksDesktopTheme
  horizontalScrollBarDecrementButtonIconTexture : Texture
BaseMetalWorksDesktopTheme
  horizontalScrollBarDecrementButtonUpSkinTexture : Texture
BaseMetalWorksDesktopTheme
  horizontalScrollBarIncrementButtonDisabledIconTexture : Texture
BaseMetalWorksDesktopTheme
  horizontalScrollBarIncrementButtonDisabledSkinTexture : Texture
BaseMetalWorksDesktopTheme
  horizontalScrollBarIncrementButtonDownSkinTexture : Texture
BaseMetalWorksDesktopTheme
  horizontalScrollBarIncrementButtonIconTexture : Texture
BaseMetalWorksDesktopTheme
  horizontalScrollBarIncrementButtonUpSkinTexture : Texture
BaseMetalWorksDesktopTheme
  horizontalSimpleScrollBarThumbSkinTexture : Texture
BaseMetalWorksDesktopTheme
  itemRendererHoverSkinTexture : Texture
BaseMetalWorksDesktopTheme
  itemRendererSelectedUpSkinTexture : Texture
BaseMetalWorksDesktopTheme
  itemRendererUpSkinTexture : Texture
BaseMetalWorksDesktopTheme
  largeDarkFontStyles : TextFormat
The font styles for large, dark text.
BaseMetalWorksDesktopTheme
  largeFontSize : int = 18
A larger font size for headers.
BaseMetalWorksDesktopTheme
  largeLightDisabledFontStyles : TextFormat
The font styles for large, light, disabled text.
BaseMetalWorksDesktopTheme
  largeLightFontStyles : TextFormat
The font styles for large, light text.
BaseMetalWorksDesktopTheme
  lightCenteredDisabledUIFontStyles : TextFormat
The font styles for light, centered, disabled UI text.
BaseMetalWorksDesktopTheme
  lightCenteredUIFontStyles : TextFormat
The font styles for light, centered UI text.
BaseMetalWorksDesktopTheme
  lightDisabledFontStyles : TextFormat
The font styles for standard-sized, light, disabled text.
BaseMetalWorksDesktopTheme
  lightDisabledScrollTextFontStyles : TextFormat
ScrollText uses TextField instead of FTE, so it has a separate disabled TextFormat.
BaseMetalWorksDesktopTheme
  lightDisabledUIFontStyles : TextFormat
The font styles for light disabled UI text.
BaseMetalWorksDesktopTheme
  lightFontStyles : TextFormat
The font styles for standard-sized, light text.
BaseMetalWorksDesktopTheme
  lightScrollTextFontStyles : TextFormat
ScrollText uses TextField instead of FTE, so it has a separate TextFormat.
BaseMetalWorksDesktopTheme
  lightUIFontStyles : TextFormat
The font styles for light UI text.
BaseMetalWorksDesktopTheme
  listBackgroundSkinTexture : Texture
BaseMetalWorksDesktopTheme
  listDrillDownAccessorySelectedTexture : Texture
BaseMetalWorksDesktopTheme
  listDrillDownAccessoryTexture : Texture
BaseMetalWorksDesktopTheme
  muteToggleButtonLoudDownIconTexture : Texture
BaseMetalWorksDesktopTheme
  muteToggleButtonLoudUpIconTexture : Texture
BaseMetalWorksDesktopTheme
  muteToggleButtonMutedDownIconTexture : Texture
BaseMetalWorksDesktopTheme
  muteToggleButtonMutedUpIconTexture : Texture
BaseMetalWorksDesktopTheme
  overlayPlayPauseButtonPlayDownIconTexture : Texture
BaseMetalWorksDesktopTheme
  overlayPlayPauseButtonPlayUpIconTexture : Texture
BaseMetalWorksDesktopTheme
  pageIndicatorNormalSkinTexture : Texture
BaseMetalWorksDesktopTheme
  pageIndicatorSelectedSkinTexture : Texture
BaseMetalWorksDesktopTheme
  pickerListButtonIconDisabledTexture : Texture
BaseMetalWorksDesktopTheme
  pickerListButtonIconSelectedTexture : Texture
BaseMetalWorksDesktopTheme
  pickerListButtonIconTexture : Texture
BaseMetalWorksDesktopTheme
  playPauseButtonPauseDownIconTexture : Texture
BaseMetalWorksDesktopTheme
  playPauseButtonPauseUpIconTexture : Texture
BaseMetalWorksDesktopTheme
  playPauseButtonPlayDownIconTexture : Texture
BaseMetalWorksDesktopTheme
  playPauseButtonPlayUpIconTexture : Texture
BaseMetalWorksDesktopTheme
  popUpSize : int = 336
BaseMetalWorksDesktopTheme
  popUpVolumeSliderPaddingSize : int = 10
BaseMetalWorksDesktopTheme
  popUpVolumeSliderTrackSkinTexture : Texture
BaseMetalWorksDesktopTheme
  progressBarFillMinSize : int = 7
BaseMetalWorksDesktopTheme
  radioDisabledIconTexture : Texture
BaseMetalWorksDesktopTheme
  radioDownIconTexture : Texture
BaseMetalWorksDesktopTheme
  radioSelectedDisabledIconTexture : Texture
BaseMetalWorksDesktopTheme
  radioSelectedDownIconTexture : Texture
BaseMetalWorksDesktopTheme
  radioSelectedUpIconTexture : Texture
BaseMetalWorksDesktopTheme
  radioUpIconTexture : Texture
BaseMetalWorksDesktopTheme
  regularFontSize : int = 14
A normal font size.
BaseMetalWorksDesktopTheme
  scrollBarGutterSize : int = 4
BaseMetalWorksDesktopTheme
  searchIconDisabledTexture : Texture
BaseMetalWorksDesktopTheme
  searchIconTexture : Texture
BaseMetalWorksDesktopTheme
  seekSliderProgressSkinTexture : Texture
BaseMetalWorksDesktopTheme
  selectedFontStyles : TextFormat
The font styles for standard-sized, selected text.
BaseMetalWorksDesktopTheme
  selectedUIFontStyles : TextFormat
The font styles for selected UI text.
BaseMetalWorksDesktopTheme
  smallControlSize : int = 12
The size, in pixels, of smaller UI controls.
BaseMetalWorksDesktopTheme
  smallFontSize : int = 11
A smaller font size for details.
BaseMetalWorksDesktopTheme
  smallGutterSize : int = 4
The size, in pixels, of smaller padding and gaps within the major regions in the grid.
BaseMetalWorksDesktopTheme
  smallLightDisabledFontStyles : TextFormat
The font styles for small, light, disabled text.
BaseMetalWorksDesktopTheme
  smallLightFontStyles : TextFormat
The font styles for small, light text.
BaseMetalWorksDesktopTheme
 Inheritedstarling : Starling
The Starling instance associated with this theme.
StyleNameFunctionTheme
  tabDisabledSkinTexture : Texture
BaseMetalWorksDesktopTheme
  tabDownSkinTexture : Texture
BaseMetalWorksDesktopTheme
  tabSelectedDisabledSkinTexture : Texture
BaseMetalWorksDesktopTheme
  tabSelectedSkinTexture : Texture
BaseMetalWorksDesktopTheme
  tabUpSkinTexture : Texture
BaseMetalWorksDesktopTheme
  toggleButtonSelectedDisabledSkinTexture : Texture
BaseMetalWorksDesktopTheme
  toggleButtonSelectedUpSkinTexture : Texture
BaseMetalWorksDesktopTheme
  treeDisclosureClosedIconTexture : Texture
BaseMetalWorksDesktopTheme
  treeDisclosureClosedSelectedIconTexture : Texture
BaseMetalWorksDesktopTheme
  treeDisclosureOpenIconTexture : Texture
BaseMetalWorksDesktopTheme
  treeDisclosureOpenSelectedIconTexture : Texture
BaseMetalWorksDesktopTheme
  verticalScrollBarDecrementButtonDisabledIconTexture : Texture
BaseMetalWorksDesktopTheme
  verticalScrollBarDecrementButtonDisabledSkinTexture : Texture
BaseMetalWorksDesktopTheme
  verticalScrollBarDecrementButtonDownSkinTexture : Texture
BaseMetalWorksDesktopTheme
  verticalScrollBarDecrementButtonIconTexture : Texture
BaseMetalWorksDesktopTheme
  verticalScrollBarDecrementButtonUpSkinTexture : Texture
BaseMetalWorksDesktopTheme
  verticalScrollBarIncrementButtonDisabledIconTexture : Texture
BaseMetalWorksDesktopTheme
  verticalScrollBarIncrementButtonDisabledSkinTexture : Texture
BaseMetalWorksDesktopTheme
  verticalScrollBarIncrementButtonDownSkinTexture : Texture
BaseMetalWorksDesktopTheme
  verticalScrollBarIncrementButtonIconTexture : Texture
BaseMetalWorksDesktopTheme
  verticalScrollBarIncrementButtonUpSkinTexture : Texture
BaseMetalWorksDesktopTheme
  verticalSimpleScrollBarThumbSkinTexture : Texture
BaseMetalWorksDesktopTheme
  volumeSliderMaximumTrackSkinTexture : Texture
BaseMetalWorksDesktopTheme
  volumeSliderMinimumTrackSkinTexture : Texture
BaseMetalWorksDesktopTheme
  wideControlSize : int = 144
The width, in pixels, of UI controls that span across multiple grid regions.
BaseMetalWorksDesktopTheme
Public Methods
 MethodDefined By
  
Constructor.
BaseMetalWorksDesktopTheme
 Inherited
addEventListener(type:String, listener:Function):void
Registers an event listener at a certain object.
EventDispatcher
 Inherited
dispatchEvent(event:Event):void
Dispatches an event to all objects that have registered listeners for its type.
EventDispatcher
 Inherited
dispatchEventWith(type:String, bubbles:Boolean = false, data:Object = null):void
Dispatches an event with the given parameters to all objects that have registered listeners for the given type.
EventDispatcher
  
dispose():void
[override] Disposes the texture atlas before calling super.dispose()
BaseMetalWorksDesktopTheme
 Inherited
Returns a StyleNameFunctionStyleProvider to be passed to the specified class.
StyleNameFunctionTheme
 Inherited
hasEventListener(type:String, listener:Function = null):Boolean
If called with one argument, figures out if there are any listeners registered for the given event type.
EventDispatcher
 Inherited
removeEventListener(type:String, listener:Function):void
Removes an event listener from the object.
EventDispatcher
 Inherited
removeEventListeners(type:String = null):void
Removes all event listeners with a certain type, or all of them if type is null.
EventDispatcher
Protected Methods
 MethodDefined By
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
initialize():void
Initializes the theme.
BaseMetalWorksDesktopTheme
  
Initializes font sizes and formats.
BaseMetalWorksDesktopTheme
  
Initializes global variables (not including global style providers).
BaseMetalWorksDesktopTheme
  
Sets the stage background color.
BaseMetalWorksDesktopTheme
  
Sets global style providers for all components.
BaseMetalWorksDesktopTheme
  
Initializes the textures by extracting them from the atlas and setting up any scaling grids that are needed.
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
[static]
BaseMetalWorksDesktopTheme
  
[static]
BaseMetalWorksDesktopTheme
  
[static] This theme's scroll bar type is ScrollBar.
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
setAlertStyles(alert:Alert):void
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
setButtonStyles(button:Button):void
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
setCheckStyles(check:Check):void
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
setHeaderStyles(header:Header):void
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
setLabelStyles(label:Label):void
BaseMetalWorksDesktopTheme
  
setListStyles(list:List):void
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
setPanelStyles(panel:Panel):void
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
setRadioStyles(radio:Radio):void
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
setSliderStyles(slider:Slider):void
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
setTabBarStyles(tabBar:TabBar):void
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
setTreeStyles(tree:Tree):void
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
BaseMetalWorksDesktopTheme
  
[static] The default global text editor factory for this theme creates a TextBlockTextEditor.
BaseMetalWorksDesktopTheme
  
[static] The default global text renderer factory for this theme creates a TextBlockTextRenderer.
BaseMetalWorksDesktopTheme
Public Constants
 ConstantDefined By
  FONT_NAME : String = SourceSansPro
[static] The name of the embedded font used by controls in this theme.
BaseMetalWorksDesktopTheme
  FONT_NAME_STACK : String = Source Sans Pro,Helvetica,_sans
[static] The stack of fonts to use for controls that don't use embedded fonts.
BaseMetalWorksDesktopTheme
Protected Constants
 ConstantDefined By
  BACK_BUTTON_SCALE9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
  BUTTON_SCALE9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
  DARK_DISABLED_TEXT_COLOR : uint = 0x383430
[static]
BaseMetalWorksDesktopTheme
  DARK_TEXT_COLOR : uint = 0x1a1816
[static]
BaseMetalWorksDesktopTheme
  DATA_GRID_COLUMN_DROP_INDICATOR_SCALE_9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
  DATA_GRID_COLUMN_OVERLAY_ALPHA : Number = 0.4
[static]
BaseMetalWorksDesktopTheme
  DATA_GRID_COLUMN_OVERLAY_COLOR : uint = 0x383430
[static]
BaseMetalWorksDesktopTheme
  DATA_GRID_COLUMN_RESIZE_SCALE_9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
  DATA_GRID_HEADER_DIVIDER_SCALE_9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
  DATA_GRID_VERTICAL_DIVIDER_SCALE_9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
  DEFAULT_SCALE9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
  DRAWER_OVERLAY_ALPHA : Number = 0.4
[static]
BaseMetalWorksDesktopTheme
  DRAWER_OVERLAY_COLOR : uint = 0x29241e
[static]
BaseMetalWorksDesktopTheme
  FOCUS_INDICATOR_SCALE_9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
  FORWARD_BUTTON_SCALE9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
  GROUPED_LIST_FOOTER_BACKGROUND_COLOR : uint = 0x292523
[static]
BaseMetalWorksDesktopTheme
  GROUPED_LIST_HEADER_BACKGROUND_COLOR : uint = 0x292523
[static]
BaseMetalWorksDesktopTheme
  HEADER_SKIN_TEXTURE_REGION : Rectangle
[static]
BaseMetalWorksDesktopTheme
  HORIZONTAL_SCROLL_BAR_THUMB_SCALE_9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
  ITEM_RENDERER_SELECTED_SKIN_TEXTURE_REGION : Rectangle
[static]
BaseMetalWorksDesktopTheme
  ITEM_RENDERER_SKIN_TEXTURE_REGION : Rectangle
[static]
BaseMetalWorksDesktopTheme
  LIGHT_DISABLED_TEXT_COLOR : uint = 0x8a8a8a
[static]
BaseMetalWorksDesktopTheme
  LIGHT_TEXT_COLOR : uint = 0xe5e5e5
[static]
BaseMetalWorksDesktopTheme
  MODAL_OVERLAY_ALPHA : Number = 0.8
[static]
BaseMetalWorksDesktopTheme
  MODAL_OVERLAY_COLOR : uint = 0x29241e
[static]
BaseMetalWorksDesktopTheme
  PRIMARY_BACKGROUND_COLOR : uint = 0x4a4137
[static]
BaseMetalWorksDesktopTheme
  SCROLL_BAR_STEP_BUTTON_SCALE9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
  SCROLL_BAR_TRACK_COLOR : uint = 0x1a1816
[static]
BaseMetalWorksDesktopTheme
  SCROLL_BAR_TRACK_DOWN_COLOR : uint = 0xff7700
[static]
BaseMetalWorksDesktopTheme
  SELECTED_TEXT_COLOR : uint = 0xff9900
[static]
BaseMetalWorksDesktopTheme
  SIMPLE_SCALE9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
  SOURCE_SANS_PRO_REGULAR : Class
[static]
BaseMetalWorksDesktopTheme
  SOURCE_SANS_PRO_SEMIBOLD : Class
[static]
BaseMetalWorksDesktopTheme
  TAB_SCALE9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
  TEXT_SELECTION_BACKGROUND_COLOR : uint = 0x574f46
[static]
BaseMetalWorksDesktopTheme
  TOGGLE_BUTTON_SCALE9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
  VERTICAL_SCROLL_BAR_THUMB_SCALE_9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
  VIDEO_OVERLAY_ALPHA : Number = 0.2
[static]
BaseMetalWorksDesktopTheme
  VIDEO_OVERLAY_COLOR : uint = 0x1a1816
[static]
BaseMetalWorksDesktopTheme
  VOLUME_SLIDER_TRACK_SCALE9_GRID : Rectangle
[static]
BaseMetalWorksDesktopTheme
Property Detail
atlasproperty
protected var atlas:TextureAtlas

The texture atlas that contains skins for this theme. This base class does not initialize this member variable. Subclasses are expected to load the assets somehow and set the atlas member variable before calling initialize().

backgroundDangerPopUpSkinTextureproperty 
protected var backgroundDangerPopUpSkinTexture:Texture

backgroundDangerSkinTextureproperty 
protected var backgroundDangerSkinTexture:Texture

backgroundDisabledSkinTextureproperty 
protected var backgroundDisabledSkinTexture:Texture

backgroundFocusedSkinTextureproperty 
protected var backgroundFocusedSkinTexture:Texture

backgroundPopUpSkinTextureproperty 
protected var backgroundPopUpSkinTexture:Texture

backgroundSkinTextureproperty 
protected var backgroundSkinTexture:Texture

borderSizeproperty 
protected var borderSize:int = 1

The size, in pixels, of a border around any control.

buttonBackDisabledSkinTextureproperty 
protected var buttonBackDisabledSkinTexture:Texture

buttonBackDownSkinTextureproperty 
protected var buttonBackDownSkinTexture:Texture

buttonBackUpSkinTextureproperty 
protected var buttonBackUpSkinTexture:Texture

buttonCallToActionDownSkinTextureproperty 
protected var buttonCallToActionDownSkinTexture:Texture

buttonCallToActionUpSkinTextureproperty 
protected var buttonCallToActionUpSkinTexture:Texture

buttonDangerDownSkinTextureproperty 
protected var buttonDangerDownSkinTexture:Texture

buttonDangerUpSkinTextureproperty 
protected var buttonDangerUpSkinTexture:Texture

buttonDisabledSkinTextureproperty 
protected var buttonDisabledSkinTexture:Texture

buttonDownSkinTextureproperty 
protected var buttonDownSkinTexture:Texture

buttonForwardDisabledSkinTextureproperty 
protected var buttonForwardDisabledSkinTexture:Texture

buttonForwardDownSkinTextureproperty 
protected var buttonForwardDownSkinTexture:Texture

buttonForwardUpSkinTextureproperty 
protected var buttonForwardUpSkinTexture:Texture

buttonMinWidthproperty 
protected var buttonMinWidth:int = 68

The minimum width, in pixels, of some types of buttons.

buttonQuietHoverSkinTextureproperty 
protected var buttonQuietHoverSkinTexture:Texture

buttonUpSkinTextureproperty 
protected var buttonUpSkinTexture:Texture

calloutArrowOverlapGapproperty 
protected var calloutArrowOverlapGap:int = -2

calloutBackgroundMinSizeproperty 
protected var calloutBackgroundMinSize:int = 5

calloutBottomArrowSkinTextureproperty 
protected var calloutBottomArrowSkinTexture:Texture

calloutLeftArrowSkinTextureproperty 
protected var calloutLeftArrowSkinTexture:Texture

calloutRightArrowSkinTextureproperty 
protected var calloutRightArrowSkinTexture:Texture

calloutTopArrowSkinTextureproperty 
protected var calloutTopArrowSkinTexture:Texture

checkDisabledIconTextureproperty 
protected var checkDisabledIconTexture:Texture

checkDownIconTextureproperty 
protected var checkDownIconTexture:Texture

checkSelectedDisabledIconTextureproperty 
protected var checkSelectedDisabledIconTexture:Texture

checkSelectedDownIconTextureproperty 
protected var checkSelectedDownIconTexture:Texture

checkSelectedUpIconTextureproperty 
protected var checkSelectedUpIconTexture:Texture

checkUpIconTextureproperty 
protected var checkUpIconTexture:Texture

controlSizeproperty 
protected var controlSize:int = 26

The size, in pixels, of a typical UI control.

dangerCalloutBottomArrowSkinTextureproperty 
protected var dangerCalloutBottomArrowSkinTexture:Texture

dangerCalloutLeftArrowSkinTextureproperty 
protected var dangerCalloutLeftArrowSkinTexture:Texture

dangerCalloutRightArrowSkinTextureproperty 
protected var dangerCalloutRightArrowSkinTexture:Texture

dangerCalloutTopArrowSkinTextureproperty 
protected var dangerCalloutTopArrowSkinTexture:Texture

darkDisabledUIFontStylesproperty 
protected var darkDisabledUIFontStyles:TextFormat

The font styles for dark, disabled UI text.

darkFontStylesproperty 
protected var darkFontStyles:TextFormat

The font styles for standard-sized, dark text.

darkUIFontStylesproperty 
protected var darkUIFontStyles:TextFormat

The font styles for dark UI text.

dataGridColumnDropIndicatorSkinTextureproperty 
protected var dataGridColumnDropIndicatorSkinTexture:Texture

dataGridColumnResizeSkinTextureproperty 
protected var dataGridColumnResizeSkinTexture:Texture

dataGridHeaderDividerSkinTextureproperty 
protected var dataGridHeaderDividerSkinTexture:Texture

dataGridHeaderSortAscendingIconTextureproperty 
protected var dataGridHeaderSortAscendingIconTexture:Texture

dataGridHeaderSortDescendingIconTextureproperty 
protected var dataGridHeaderSortDescendingIconTexture:Texture

dataGridVerticalDividerSkinTextureproperty 
protected var dataGridVerticalDividerSkinTexture:Texture

extraSmallGutterSizeproperty 
protected var extraSmallGutterSize:int = 2

The size, in pixels, of very smaller padding and gaps.

focusIndicatorSkinTextureproperty 
protected var focusIndicatorSkinTexture:Texture

focusPaddingSizeproperty 
protected var focusPaddingSize:int = -2

The size, in pixels, of the focus indicator skin's padding.

fullScreenToggleButtonEnterDownIconTextureproperty 
protected var fullScreenToggleButtonEnterDownIconTexture:Texture

fullScreenToggleButtonEnterUpIconTextureproperty 
protected var fullScreenToggleButtonEnterUpIconTexture:Texture

fullScreenToggleButtonExitDownIconTextureproperty 
protected var fullScreenToggleButtonExitDownIconTexture:Texture

fullScreenToggleButtonExitUpIconTextureproperty 
protected var fullScreenToggleButtonExitUpIconTexture:Texture

gridSizeproperty 
protected var gridSize:int = 32

The size, in pixels, of major regions in the grid. Used for sizing containers and larger UI controls.

gutterSizeproperty 
protected var gutterSize:int = 8

The size, in pixels, of minor regions in the grid. Used for larger padding and gaps.

headerBackgroundSkinTextureproperty 
protected var headerBackgroundSkinTexture:Texture

headerPopupBackgroundSkinTextureproperty 
protected var headerPopupBackgroundSkinTexture:Texture

horizontalScrollBarDecrementButtonDisabledIconTextureproperty 
protected var horizontalScrollBarDecrementButtonDisabledIconTexture:Texture

horizontalScrollBarDecrementButtonDisabledSkinTextureproperty 
protected var horizontalScrollBarDecrementButtonDisabledSkinTexture:Texture

horizontalScrollBarDecrementButtonDownSkinTextureproperty 
protected var horizontalScrollBarDecrementButtonDownSkinTexture:Texture

horizontalScrollBarDecrementButtonIconTextureproperty 
protected var horizontalScrollBarDecrementButtonIconTexture:Texture

horizontalScrollBarDecrementButtonUpSkinTextureproperty 
protected var horizontalScrollBarDecrementButtonUpSkinTexture:Texture

horizontalScrollBarIncrementButtonDisabledIconTextureproperty 
protected var horizontalScrollBarIncrementButtonDisabledIconTexture:Texture

horizontalScrollBarIncrementButtonDisabledSkinTextureproperty 
protected var horizontalScrollBarIncrementButtonDisabledSkinTexture:Texture

horizontalScrollBarIncrementButtonDownSkinTextureproperty 
protected var horizontalScrollBarIncrementButtonDownSkinTexture:Texture

horizontalScrollBarIncrementButtonIconTextureproperty 
protected var horizontalScrollBarIncrementButtonIconTexture:Texture

horizontalScrollBarIncrementButtonUpSkinTextureproperty 
protected var horizontalScrollBarIncrementButtonUpSkinTexture:Texture

horizontalSimpleScrollBarThumbSkinTextureproperty 
protected var horizontalSimpleScrollBarThumbSkinTexture:Texture

itemRendererHoverSkinTextureproperty 
protected var itemRendererHoverSkinTexture:Texture

itemRendererSelectedUpSkinTextureproperty 
protected var itemRendererSelectedUpSkinTexture:Texture

itemRendererUpSkinTextureproperty 
protected var itemRendererUpSkinTexture:Texture

largeDarkFontStylesproperty 
protected var largeDarkFontStyles:TextFormat

The font styles for large, dark text.

largeFontSizeproperty 
protected var largeFontSize:int = 18

A larger font size for headers.

largeLightDisabledFontStylesproperty 
protected var largeLightDisabledFontStyles:TextFormat

The font styles for large, light, disabled text.

largeLightFontStylesproperty 
protected var largeLightFontStyles:TextFormat

The font styles for large, light text.

lightCenteredDisabledUIFontStylesproperty 
protected var lightCenteredDisabledUIFontStyles:TextFormat

The font styles for light, centered, disabled UI text.

lightCenteredUIFontStylesproperty 
protected var lightCenteredUIFontStyles:TextFormat

The font styles for light, centered UI text.

lightDisabledFontStylesproperty 
protected var lightDisabledFontStyles:TextFormat

The font styles for standard-sized, light, disabled text.

lightDisabledScrollTextFontStylesproperty 
protected var lightDisabledScrollTextFontStyles:TextFormat

ScrollText uses TextField instead of FTE, so it has a separate disabled TextFormat.

lightDisabledUIFontStylesproperty 
protected var lightDisabledUIFontStyles:TextFormat

The font styles for light disabled UI text.

lightFontStylesproperty 
protected var lightFontStyles:TextFormat

The font styles for standard-sized, light text.

lightScrollTextFontStylesproperty 
protected var lightScrollTextFontStyles:TextFormat

ScrollText uses TextField instead of FTE, so it has a separate TextFormat.

lightUIFontStylesproperty 
protected var lightUIFontStyles:TextFormat

The font styles for light UI text.

listBackgroundSkinTextureproperty 
protected var listBackgroundSkinTexture:Texture

listDrillDownAccessorySelectedTextureproperty 
protected var listDrillDownAccessorySelectedTexture:Texture

listDrillDownAccessoryTextureproperty 
protected var listDrillDownAccessoryTexture:Texture

muteToggleButtonLoudDownIconTextureproperty 
protected var muteToggleButtonLoudDownIconTexture:Texture

muteToggleButtonLoudUpIconTextureproperty 
protected var muteToggleButtonLoudUpIconTexture:Texture

muteToggleButtonMutedDownIconTextureproperty 
protected var muteToggleButtonMutedDownIconTexture:Texture

muteToggleButtonMutedUpIconTextureproperty 
protected var muteToggleButtonMutedUpIconTexture:Texture

overlayPlayPauseButtonPlayDownIconTextureproperty 
protected var overlayPlayPauseButtonPlayDownIconTexture:Texture

overlayPlayPauseButtonPlayUpIconTextureproperty 
protected var overlayPlayPauseButtonPlayUpIconTexture:Texture

pageIndicatorNormalSkinTextureproperty 
protected var pageIndicatorNormalSkinTexture:Texture

pageIndicatorSelectedSkinTextureproperty 
protected var pageIndicatorSelectedSkinTexture:Texture

pickerListButtonIconDisabledTextureproperty 
protected var pickerListButtonIconDisabledTexture:Texture

pickerListButtonIconSelectedTextureproperty 
protected var pickerListButtonIconSelectedTexture:Texture

pickerListButtonIconTextureproperty 
protected var pickerListButtonIconTexture:Texture

playPauseButtonPauseDownIconTextureproperty 
protected var playPauseButtonPauseDownIconTexture:Texture

playPauseButtonPauseUpIconTextureproperty 
protected var playPauseButtonPauseUpIconTexture:Texture

playPauseButtonPlayDownIconTextureproperty 
protected var playPauseButtonPlayDownIconTexture:Texture

playPauseButtonPlayUpIconTextureproperty 
protected var playPauseButtonPlayUpIconTexture:Texture

popUpSizeproperty 
protected var popUpSize:int = 336

popUpVolumeSliderPaddingSizeproperty 
protected var popUpVolumeSliderPaddingSize:int = 10

popUpVolumeSliderTrackSkinTextureproperty 
protected var popUpVolumeSliderTrackSkinTexture:Texture

progressBarFillMinSizeproperty 
protected var progressBarFillMinSize:int = 7

radioDisabledIconTextureproperty 
protected var radioDisabledIconTexture:Texture

radioDownIconTextureproperty 
protected var radioDownIconTexture:Texture

radioSelectedDisabledIconTextureproperty 
protected var radioSelectedDisabledIconTexture:Texture

radioSelectedDownIconTextureproperty 
protected var radioSelectedDownIconTexture:Texture

radioSelectedUpIconTextureproperty 
protected var radioSelectedUpIconTexture:Texture

radioUpIconTextureproperty 
protected var radioUpIconTexture:Texture

regularFontSizeproperty 
protected var regularFontSize:int = 14

A normal font size.

scrollBarGutterSizeproperty 
protected var scrollBarGutterSize:int = 4

searchIconDisabledTextureproperty 
protected var searchIconDisabledTexture:Texture

searchIconTextureproperty 
protected var searchIconTexture:Texture

seekSliderProgressSkinTextureproperty 
protected var seekSliderProgressSkinTexture:Texture

selectedFontStylesproperty 
protected var selectedFontStyles:TextFormat

The font styles for standard-sized, selected text.

selectedUIFontStylesproperty 
protected var selectedUIFontStyles:TextFormat

The font styles for selected UI text.

smallControlSizeproperty 
protected var smallControlSize:int = 12

The size, in pixels, of smaller UI controls.

smallFontSizeproperty 
protected var smallFontSize:int = 11

A smaller font size for details.

smallGutterSizeproperty 
protected var smallGutterSize:int = 4

The size, in pixels, of smaller padding and gaps within the major regions in the grid.

smallLightDisabledFontStylesproperty 
protected var smallLightDisabledFontStyles:TextFormat

The font styles for small, light, disabled text.

smallLightFontStylesproperty 
protected var smallLightFontStyles:TextFormat

The font styles for small, light text.

tabDisabledSkinTextureproperty 
protected var tabDisabledSkinTexture:Texture

tabDownSkinTextureproperty 
protected var tabDownSkinTexture:Texture

tabSelectedDisabledSkinTextureproperty 
protected var tabSelectedDisabledSkinTexture:Texture

tabSelectedSkinTextureproperty 
protected var tabSelectedSkinTexture:Texture

tabUpSkinTextureproperty 
protected var tabUpSkinTexture:Texture

toggleButtonSelectedDisabledSkinTextureproperty 
protected var toggleButtonSelectedDisabledSkinTexture:Texture

toggleButtonSelectedUpSkinTextureproperty 
protected var toggleButtonSelectedUpSkinTexture:Texture

treeDisclosureClosedIconTextureproperty 
protected var treeDisclosureClosedIconTexture:Texture

treeDisclosureClosedSelectedIconTextureproperty 
protected var treeDisclosureClosedSelectedIconTexture:Texture

treeDisclosureOpenIconTextureproperty 
protected var treeDisclosureOpenIconTexture:Texture

treeDisclosureOpenSelectedIconTextureproperty 
protected var treeDisclosureOpenSelectedIconTexture:Texture

verticalScrollBarDecrementButtonDisabledIconTextureproperty 
protected var verticalScrollBarDecrementButtonDisabledIconTexture:Texture

verticalScrollBarDecrementButtonDisabledSkinTextureproperty 
protected var verticalScrollBarDecrementButtonDisabledSkinTexture:Texture

verticalScrollBarDecrementButtonDownSkinTextureproperty 
protected var verticalScrollBarDecrementButtonDownSkinTexture:Texture

verticalScrollBarDecrementButtonIconTextureproperty 
protected var verticalScrollBarDecrementButtonIconTexture:Texture

verticalScrollBarDecrementButtonUpSkinTextureproperty 
protected var verticalScrollBarDecrementButtonUpSkinTexture:Texture

verticalScrollBarIncrementButtonDisabledIconTextureproperty 
protected var verticalScrollBarIncrementButtonDisabledIconTexture:Texture

verticalScrollBarIncrementButtonDisabledSkinTextureproperty 
protected var verticalScrollBarIncrementButtonDisabledSkinTexture:Texture

verticalScrollBarIncrementButtonDownSkinTextureproperty 
protected var verticalScrollBarIncrementButtonDownSkinTexture:Texture

verticalScrollBarIncrementButtonIconTextureproperty 
protected var verticalScrollBarIncrementButtonIconTexture:Texture

verticalScrollBarIncrementButtonUpSkinTextureproperty 
protected var verticalScrollBarIncrementButtonUpSkinTexture:Texture

verticalSimpleScrollBarThumbSkinTextureproperty 
protected var verticalSimpleScrollBarThumbSkinTexture:Texture

volumeSliderMaximumTrackSkinTextureproperty 
protected var volumeSliderMaximumTrackSkinTexture:Texture

volumeSliderMinimumTrackSkinTextureproperty 
protected var volumeSliderMinimumTrackSkinTexture:Texture

wideControlSizeproperty 
protected var wideControlSize:int = 144

The width, in pixels, of UI controls that span across multiple grid regions.

Constructor Detail
BaseMetalWorksDesktopTheme()Constructor
public function BaseMetalWorksDesktopTheme()

Constructor.

Method Detail
dataGridHeaderDividerFactory()method
protected function dataGridHeaderDividerFactory():DisplayObject

Returns
DisplayObject
dataGridVerticalDividerFactory()method 
protected function dataGridVerticalDividerFactory():DisplayObject

Returns
DisplayObject
dispose()method 
override public function dispose():void

Disposes the texture atlas before calling super.dispose()

initialize()method 
protected function initialize():void

Initializes the theme. Expected to be called by subclasses after the assets have been loaded and the skin texture atlas has been created.

initializeFonts()method 
protected function initializeFonts():void

Initializes font sizes and formats.

initializeGlobals()method 
protected function initializeGlobals():void

Initializes global variables (not including global style providers).

initializeStage()method 
protected function initializeStage():void

Sets the stage background color.

initializeStyleProviders()method 
protected function initializeStyleProviders():void

Sets global style providers for all components.

initializeTextures()method 
protected function initializeTextures():void

Initializes the textures by extracting them from the atlas and setting up any scaling grids that are needed.

pageIndicatorNormalSymbolFactory()method 
protected function pageIndicatorNormalSymbolFactory():DisplayObject

Returns
DisplayObject
pageIndicatorSelectedSymbolFactory()method 
protected function pageIndicatorSelectedSymbolFactory():DisplayObject

Returns
DisplayObject
pickerListButtonFactory()method 
protected static function pickerListButtonFactory():ToggleButton

Returns
ToggleButton
popUpOverlayFactory()method 
protected static function popUpOverlayFactory():DisplayObject

Returns
DisplayObject
scrollBarFactory()method 
protected static function scrollBarFactory():ScrollBar

This theme's scroll bar type is ScrollBar.

Returns
ScrollBar
setAlertButtonGroupButtonStyles()method 
protected function setAlertButtonGroupButtonStyles(button:Button):void

Parameters

button:Button

setAlertButtonGroupStyles()method 
protected function setAlertButtonGroupStyles(group:ButtonGroup):void

Parameters

group:ButtonGroup

setAlertStyles()method 
protected function setAlertStyles(alert:Alert):void

Parameters

alert:Alert

setBackButtonStyles()method 
protected function setBackButtonStyles(button:Button):void

Parameters

button:Button

setBaseButtonStyles()method 
protected function setBaseButtonStyles(button:Button):void

Parameters

button:Button

setBaseTextInputStyles()method 
protected function setBaseTextInputStyles(input:TextInput):void

Parameters

input:TextInput

setButtonGroupButtonStyles()method 
protected function setButtonGroupButtonStyles(button:Button):void

Parameters

button:Button

setButtonGroupStyles()method 
protected function setButtonGroupStyles(group:ButtonGroup):void

Parameters

group:ButtonGroup

setButtonStyles()method 
protected function setButtonStyles(button:Button):void

Parameters

button:Button

setCalloutStyles()method 
protected function setCalloutStyles(callout:Callout):void

Parameters

callout:Callout

setCallToActionButtonStyles()method 
protected function setCallToActionButtonStyles(button:Button):void

Parameters

button:Button

setCheckItemRendererStyles()method 
protected function setCheckItemRendererStyles(itemRenderer:BaseDefaultItemRenderer):void

Parameters

itemRenderer:BaseDefaultItemRenderer

setCheckStyles()method 
protected function setCheckStyles(check:Check):void

Parameters

check:Check

setDangerButtonStyles()method 
protected function setDangerButtonStyles(button:Button):void

Parameters

button:Button

setDangerCalloutStyles()method 
protected function setDangerCalloutStyles(callout:Callout):void

Parameters

callout:Callout

setDataGridCellRendererStyles()method 
protected function setDataGridCellRendererStyles(cellRenderer:DefaultDataGridCellRenderer):void

Parameters

cellRenderer:DefaultDataGridCellRenderer

setDataGridHeaderRendererStyles()method 
protected function setDataGridHeaderRendererStyles(headerRenderer:DefaultDataGridHeaderRenderer):void

Parameters

headerRenderer:DefaultDataGridHeaderRenderer

setDataGridStyles()method 
protected function setDataGridStyles(grid:DataGrid):void

Parameters

grid:DataGrid

setDateTimeSpinnerListItemRendererStyles()method 
protected function setDateTimeSpinnerListItemRendererStyles(itemRenderer:DefaultListItemRenderer):void

Parameters

itemRenderer:DefaultListItemRenderer

setDateTimeSpinnerStyles()method 
protected function setDateTimeSpinnerStyles(spinner:DateTimeSpinner):void

Parameters

spinner:DateTimeSpinner

setDetailLabelStyles()method 
protected function setDetailLabelStyles(label:Label):void

Parameters

label:Label

setDrawersStyles()method 
protected function setDrawersStyles(drawers:Drawers):void

Parameters

drawers:Drawers

setDrillDownItemRendererStyles()method 
protected function setDrillDownItemRendererStyles(itemRenderer:BaseDefaultItemRenderer):void

Parameters

itemRenderer:BaseDefaultItemRenderer

setDropDownListStyles()method 
protected function setDropDownListStyles(list:List):void

Parameters

list:List

setForwardButtonStyles()method 
protected function setForwardButtonStyles(button:Button):void

Parameters

button:Button

setFullScreenToggleButtonStyles()method 
protected function setFullScreenToggleButtonStyles(button:FullScreenToggleButton):void

Parameters

button:FullScreenToggleButton

setGroupedListFooterRendererStyles()method 
protected function setGroupedListFooterRendererStyles(footerRenderer:DefaultGroupedListHeaderOrFooterRenderer):void

Parameters

footerRenderer:DefaultGroupedListHeaderOrFooterRenderer

setGroupedListHeaderRendererStyles()method 
protected function setGroupedListHeaderRendererStyles(headerRenderer:DefaultGroupedListHeaderOrFooterRenderer):void

Parameters

headerRenderer:DefaultGroupedListHeaderOrFooterRenderer

setGroupedListStyles()method 
protected function setGroupedListStyles(list:GroupedList):void

Parameters

list:GroupedList

setHeaderStyles()method 
protected function setHeaderStyles(header:Header):void

Parameters

header:Header

setHeadingLabelStyles()method 
protected function setHeadingLabelStyles(label:Label):void

Parameters

label:Label

setHorizontalScrollBarDecrementButtonStyles()method 
protected function setHorizontalScrollBarDecrementButtonStyles(button:Button):void

Parameters

button:Button

setHorizontalScrollBarIncrementButtonStyles()method 
protected function setHorizontalScrollBarIncrementButtonStyles(button:Button):void

Parameters

button:Button

setHorizontalScrollBarMaximumTrackStyles()method 
protected function setHorizontalScrollBarMaximumTrackStyles(track:Button):void

Parameters

track:Button

setHorizontalScrollBarMinimumTrackStyles()method 
protected function setHorizontalScrollBarMinimumTrackStyles(track:Button):void

Parameters

track:Button

setHorizontalScrollBarStyles()method 
protected function setHorizontalScrollBarStyles(scrollBar:ScrollBar):void

Parameters

scrollBar:ScrollBar

setHorizontalScrollBarThumbStyles()method 
protected function setHorizontalScrollBarThumbStyles(thumb:Button):void

Parameters

thumb:Button

setHorizontalSimpleScrollBarThumbStyles()method 
protected function setHorizontalSimpleScrollBarThumbStyles(thumb:Button):void

Parameters

thumb:Button

setHorizontalSliderMaximumTrackStyles()method 
protected function setHorizontalSliderMaximumTrackStyles(track:Button):void

Parameters

track:Button

setHorizontalSliderMinimumTrackStyles()method 
protected function setHorizontalSliderMinimumTrackStyles(track:Button):void

Parameters

track:Button

setItemRendererStyles()method 
protected function setItemRendererStyles(itemRenderer:BaseDefaultItemRenderer):void

Parameters

itemRenderer:BaseDefaultItemRenderer

setLabelStyles()method 
protected function setLabelStyles(label:Label):void

Parameters

label:Label

setListStyles()method 
protected function setListStyles(list:List):void

Parameters

list:List

setMuteToggleButtonStyles()method 
protected function setMuteToggleButtonStyles(button:MuteToggleButton):void

Parameters

button:MuteToggleButton

setNumericStepperDecrementButtonStyles()method 
protected function setNumericStepperDecrementButtonStyles(button:Button):void

Parameters

button:Button

setNumericStepperIncrementButtonStyles()method 
protected function setNumericStepperIncrementButtonStyles(button:Button):void

Parameters

button:Button

setNumericStepperStyles()method 
protected function setNumericStepperStyles(stepper:NumericStepper):void

Parameters

stepper:NumericStepper

setNumericStepperTextInputStyles()method 
protected function setNumericStepperTextInputStyles(input:TextInput):void

Parameters

input:TextInput

setOverlayPlayPauseToggleButtonStyles()method 
protected function setOverlayPlayPauseToggleButtonStyles(button:PlayPauseToggleButton):void

Parameters

button:PlayPauseToggleButton

setPageIndicatorStyles()method 
protected function setPageIndicatorStyles(pageIndicator:PageIndicator):void

Parameters

pageIndicator:PageIndicator

setPanelScreenHeaderStyles()method 
protected function setPanelScreenHeaderStyles(header:Header):void

Parameters

header:Header

setPanelScreenStyles()method 
protected function setPanelScreenStyles(screen:PanelScreen):void

Parameters

screen:PanelScreen

setPanelStyles()method 
protected function setPanelStyles(panel:Panel):void

Parameters

panel:Panel

setPickerListButtonStyles()method 
protected function setPickerListButtonStyles(button:Button):void

Parameters

button:Button

setPickerListStyles()method 
protected function setPickerListStyles(list:PickerList):void

Parameters

list:PickerList

setPlayPauseToggleButtonStyles()method 
protected function setPlayPauseToggleButtonStyles(button:PlayPauseToggleButton):void

Parameters

button:PlayPauseToggleButton

setPopupHeaderStyles()method 
protected function setPopupHeaderStyles(header:Header):void

Parameters

header:Header

setPopUpVolumeSliderStyles()method 
protected function setPopUpVolumeSliderStyles(slider:VolumeSlider):void

Parameters

slider:VolumeSlider

setPopUpVolumeSliderTrackStyles()method 
protected function setPopUpVolumeSliderTrackStyles(track:Button):void

Parameters

track:Button

setProgressBarStyles()method 
protected function setProgressBarStyles(progress:ProgressBar):void

Parameters

progress:ProgressBar

setQuietButtonStyles()method 
protected function setQuietButtonStyles(button:Button):void

Parameters

button:Button

setRadioStyles()method 
protected function setRadioStyles(radio:Radio):void

Parameters

radio:Radio

setScrollContainerStyles()method 
protected function setScrollContainerStyles(container:ScrollContainer):void

Parameters

container:ScrollContainer

setScrollerStyles()method 
protected function setScrollerStyles(scroller:Scroller):void

Parameters

scroller:Scroller

setScrollScreenStyles()method 
protected function setScrollScreenStyles(screen:ScrollScreen):void

Parameters

screen:ScrollScreen

setScrollTextStyles()method 
protected function setScrollTextStyles(text:ScrollText):void

Parameters

text:ScrollText

setSearchTextInputStyles()method 
protected function setSearchTextInputStyles(input:TextInput):void

Parameters

input:TextInput

setSeekSliderMaximumTrackStyles()method 
protected function setSeekSliderMaximumTrackStyles(track:Button):void

Parameters

track:Button

setSeekSliderMinimumTrackStyles()method 
protected function setSeekSliderMinimumTrackStyles(track:Button):void

Parameters

track:Button

setSeekSliderStyles()method 
protected function setSeekSliderStyles(slider:SeekSlider):void

Parameters

slider:SeekSlider

setSeekSliderThumbStyles()method 
protected function setSeekSliderThumbStyles(thumb:Button):void

Parameters

thumb:Button

setSimpleScrollBarStyles()method 
protected function setSimpleScrollBarStyles(scrollBar:SimpleScrollBar):void

Parameters

scrollBar:SimpleScrollBar

setSliderStyles()method 
protected function setSliderStyles(slider:Slider):void

Parameters

slider:Slider

setSliderThumbStyles()method 
protected function setSliderThumbStyles(thumb:Button):void

Parameters

thumb:Button

setSpinnerListStyles()method 
protected function setSpinnerListStyles(list:SpinnerList):void

Parameters

list:SpinnerList

setTabBarStyles()method 
protected function setTabBarStyles(tabBar:TabBar):void

Parameters

tabBar:TabBar

setTabStyles()method 
protected function setTabStyles(tab:ToggleButton):void

Parameters

tab:ToggleButton

setTextAreaErrorCalloutStyles()method 
protected function setTextAreaErrorCalloutStyles(callout:TextCallout):void

Parameters

callout:TextCallout

setTextAreaStyles()method 
protected function setTextAreaStyles(textArea:TextArea):void

Parameters

textArea:TextArea

setTextAreaTextEditorStyles()method 
protected function setTextAreaTextEditorStyles(textEditor:TextFieldTextEditorViewPort):void

Parameters

textEditor:TextFieldTextEditorViewPort

setTextCalloutStyles()method 
protected function setTextCalloutStyles(callout:TextCallout):void

Parameters

callout:TextCallout

setTextInputErrorCalloutStyles()method 
protected function setTextInputErrorCalloutStyles(callout:TextCallout):void

Parameters

callout:TextCallout

setTextInputStyles()method 
protected function setTextInputStyles(input:TextInput):void

Parameters

input:TextInput

setTextInputTextEditorStyles()method 
protected function setTextInputTextEditorStyles(textEditor:TextBlockTextEditor):void

Parameters

textEditor:TextBlockTextEditor

setToggleSwitchStyles()method 
protected function setToggleSwitchStyles(toggle:ToggleSwitch):void

Parameters

toggle:ToggleSwitch

setToggleSwitchThumbStyles()method 
protected function setToggleSwitchThumbStyles(thumb:Button):void

Parameters

thumb:Button

setToggleSwitchTrackStyles()method 
protected function setToggleSwitchTrackStyles(track:Button):void

Parameters

track:Button

setToolbarLayoutGroupStyles()method 
protected function setToolbarLayoutGroupStyles(group:LayoutGroup):void

Parameters

group:LayoutGroup

setToolbarScrollContainerStyles()method 
protected function setToolbarScrollContainerStyles(container:ScrollContainer):void

Parameters

container:ScrollContainer

setToolTipLabelStyles()method 
protected function setToolTipLabelStyles(label:Label):void

Parameters

label:Label

setTreeItemRendererStyles()method 
protected function setTreeItemRendererStyles(itemRenderer:DefaultTreeItemRenderer):void

Parameters

itemRenderer:DefaultTreeItemRenderer

setTreeStyles()method 
protected function setTreeStyles(tree:Tree):void

Parameters

tree:Tree

setVerticalScrollBarDecrementButtonStyles()method 
protected function setVerticalScrollBarDecrementButtonStyles(button:Button):void

Parameters

button:Button

setVerticalScrollBarIncrementButtonStyles()method 
protected function setVerticalScrollBarIncrementButtonStyles(button:Button):void

Parameters

button:Button

setVerticalScrollBarMaximumTrackStyles()method 
protected function setVerticalScrollBarMaximumTrackStyles(track:Button):void

Parameters

track:Button

setVerticalScrollBarMinimumTrackStyles()method 
protected function setVerticalScrollBarMinimumTrackStyles(track:Button):void

Parameters

track:Button

setVerticalScrollBarStyles()method 
protected function setVerticalScrollBarStyles(scrollBar:ScrollBar):void

Parameters

scrollBar:ScrollBar

setVerticalScrollBarThumbStyles()method 
protected function setVerticalScrollBarThumbStyles(thumb:Button):void

Parameters

thumb:Button

setVerticalSimpleScrollBarThumbStyles()method 
protected function setVerticalSimpleScrollBarThumbStyles(thumb:Button):void

Parameters

thumb:Button

setVerticalSliderMaximumTrackStyles()method 
protected function setVerticalSliderMaximumTrackStyles(track:Button):void

Parameters

track:Button

setVerticalSliderMinimumTrackStyles()method 
protected function setVerticalSliderMinimumTrackStyles(track:Button):void

Parameters

track:Button

setVideoPlayerStyles()method 
protected function setVideoPlayerStyles(player:VideoPlayer):void

Parameters

player:VideoPlayer

setVolumeSliderMaximumTrackStyles()method 
protected function setVolumeSliderMaximumTrackStyles(track:Button):void

Parameters

track:Button

setVolumeSliderMinimumTrackStyles()method 
protected function setVolumeSliderMinimumTrackStyles(track:Button):void

Parameters

track:Button

setVolumeSliderStyles()method 
protected function setVolumeSliderStyles(slider:VolumeSlider):void

Parameters

slider:VolumeSlider

setVolumeSliderThumbStyles()method 
protected function setVolumeSliderThumbStyles(thumb:Button):void

Parameters

thumb:Button

textEditorFactory()method 
protected static function textEditorFactory():TextBlockTextEditor

The default global text editor factory for this theme creates a TextBlockTextEditor.

Returns
TextBlockTextEditor
textRendererFactory()method 
protected static function textRendererFactory():TextBlockTextRenderer

The default global text renderer factory for this theme creates a TextBlockTextRenderer.

Returns
TextBlockTextRenderer
Constant Detail
BACK_BUTTON_SCALE9_GRIDConstant
protected static const BACK_BUTTON_SCALE9_GRID:Rectangle

BUTTON_SCALE9_GRIDConstant 
protected static const BUTTON_SCALE9_GRID:Rectangle

DARK_DISABLED_TEXT_COLORConstant 
protected static const DARK_DISABLED_TEXT_COLOR:uint = 0x383430

DARK_TEXT_COLORConstant 
protected static const DARK_TEXT_COLOR:uint = 0x1a1816

DATA_GRID_COLUMN_DROP_INDICATOR_SCALE_9_GRIDConstant 
protected static const DATA_GRID_COLUMN_DROP_INDICATOR_SCALE_9_GRID:Rectangle

DATA_GRID_COLUMN_OVERLAY_ALPHAConstant 
protected static const DATA_GRID_COLUMN_OVERLAY_ALPHA:Number = 0.4

DATA_GRID_COLUMN_OVERLAY_COLORConstant 
protected static const DATA_GRID_COLUMN_OVERLAY_COLOR:uint = 0x383430

DATA_GRID_COLUMN_RESIZE_SCALE_9_GRIDConstant 
protected static const DATA_GRID_COLUMN_RESIZE_SCALE_9_GRID:Rectangle

DATA_GRID_HEADER_DIVIDER_SCALE_9_GRIDConstant 
protected static const DATA_GRID_HEADER_DIVIDER_SCALE_9_GRID:Rectangle

DATA_GRID_VERTICAL_DIVIDER_SCALE_9_GRIDConstant 
protected static const DATA_GRID_VERTICAL_DIVIDER_SCALE_9_GRID:Rectangle

DEFAULT_SCALE9_GRIDConstant 
protected static const DEFAULT_SCALE9_GRID:Rectangle

DRAWER_OVERLAY_ALPHAConstant 
protected static const DRAWER_OVERLAY_ALPHA:Number = 0.4

DRAWER_OVERLAY_COLORConstant 
protected static const DRAWER_OVERLAY_COLOR:uint = 0x29241e

FOCUS_INDICATOR_SCALE_9_GRIDConstant 
protected static const FOCUS_INDICATOR_SCALE_9_GRID:Rectangle

FONT_NAMEConstant 
public static const FONT_NAME:String = SourceSansPro

The name of the embedded font used by controls in this theme. Comes in normal and bold weights.

FONT_NAME_STACKConstant 
public static const FONT_NAME_STACK:String = Source Sans Pro,Helvetica,_sans

The stack of fonts to use for controls that don't use embedded fonts.

FORWARD_BUTTON_SCALE9_GRIDConstant 
protected static const FORWARD_BUTTON_SCALE9_GRID:Rectangle

GROUPED_LIST_FOOTER_BACKGROUND_COLORConstant 
protected static const GROUPED_LIST_FOOTER_BACKGROUND_COLOR:uint = 0x292523

GROUPED_LIST_HEADER_BACKGROUND_COLORConstant 
protected static const GROUPED_LIST_HEADER_BACKGROUND_COLOR:uint = 0x292523

HEADER_SKIN_TEXTURE_REGIONConstant 
protected static const HEADER_SKIN_TEXTURE_REGION:Rectangle

HORIZONTAL_SCROLL_BAR_THUMB_SCALE_9_GRIDConstant 
protected static const HORIZONTAL_SCROLL_BAR_THUMB_SCALE_9_GRID:Rectangle

ITEM_RENDERER_SELECTED_SKIN_TEXTURE_REGIONConstant 
protected static const ITEM_RENDERER_SELECTED_SKIN_TEXTURE_REGION:Rectangle

ITEM_RENDERER_SKIN_TEXTURE_REGIONConstant 
protected static const ITEM_RENDERER_SKIN_TEXTURE_REGION:Rectangle

LIGHT_DISABLED_TEXT_COLORConstant 
protected static const LIGHT_DISABLED_TEXT_COLOR:uint = 0x8a8a8a

LIGHT_TEXT_COLORConstant 
protected static const LIGHT_TEXT_COLOR:uint = 0xe5e5e5

MODAL_OVERLAY_ALPHAConstant 
protected static const MODAL_OVERLAY_ALPHA:Number = 0.8

MODAL_OVERLAY_COLORConstant 
protected static const MODAL_OVERLAY_COLOR:uint = 0x29241e

PRIMARY_BACKGROUND_COLORConstant 
protected static const PRIMARY_BACKGROUND_COLOR:uint = 0x4a4137

SCROLL_BAR_STEP_BUTTON_SCALE9_GRIDConstant 
protected static const SCROLL_BAR_STEP_BUTTON_SCALE9_GRID:Rectangle

SCROLL_BAR_TRACK_COLORConstant 
protected static const SCROLL_BAR_TRACK_COLOR:uint = 0x1a1816

SCROLL_BAR_TRACK_DOWN_COLORConstant 
protected static const SCROLL_BAR_TRACK_DOWN_COLOR:uint = 0xff7700

SELECTED_TEXT_COLORConstant 
protected static const SELECTED_TEXT_COLOR:uint = 0xff9900

SIMPLE_SCALE9_GRIDConstant 
protected static const SIMPLE_SCALE9_GRID:Rectangle

SOURCE_SANS_PRO_REGULARConstant 
protected static const SOURCE_SANS_PRO_REGULAR:Class

SOURCE_SANS_PRO_SEMIBOLDConstant 
protected static const SOURCE_SANS_PRO_SEMIBOLD:Class

TAB_SCALE9_GRIDConstant 
protected static const TAB_SCALE9_GRID:Rectangle

TEXT_SELECTION_BACKGROUND_COLORConstant 
protected static const TEXT_SELECTION_BACKGROUND_COLOR:uint = 0x574f46

TOGGLE_BUTTON_SCALE9_GRIDConstant 
protected static const TOGGLE_BUTTON_SCALE9_GRID:Rectangle

VERTICAL_SCROLL_BAR_THUMB_SCALE_9_GRIDConstant 
protected static const VERTICAL_SCROLL_BAR_THUMB_SCALE_9_GRID:Rectangle

VIDEO_OVERLAY_ALPHAConstant 
protected static const VIDEO_OVERLAY_ALPHA:Number = 0.2

VIDEO_OVERLAY_COLORConstant 
protected static const VIDEO_OVERLAY_COLOR:uint = 0x1a1816

VOLUME_SLIDER_TRACK_SCALE9_GRIDConstant 
protected static const VOLUME_SLIDER_TRACK_SCALE9_GRID:Rectangle