Packageutils.controls.popup
Classpublic class FontPickerWindow
InheritanceFontPickerWindow Inheritance spark.components.TitleWindow
Implements mx.binding.IBindingClient

FontPickerWindow.mxml PopUp window for font browsing.

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
  arrList : ArrayList
FontPickerWindow
  cancelButtonControl : Button
FontPickerWindow
  fontList : List
FontPickerWindow
  okButtonControl : Button
FontPickerWindow
  selectedFont : Font
[read-only]
FontPickerWindow
  selectedFontIdx : int
[write-only]
FontPickerWindow
  textPanel1 : RichText
FontPickerWindow
  textPanel2 : RichText
FontPickerWindow
  textPanel3 : RichText
FontPickerWindow
Protected Properties
 PropertyDefined By
  skinParts : Object
[override] [read-only]
FontPickerWindow
Public Methods
 MethodDefined By
  
Constructor.
FontPickerWindow
Property Detail
arrListproperty
public var arrList:ArrayList

This property can be used as the source for data binding.

cancelButtonControlproperty 
public var cancelButtonControl:Button

This property can be used as the source for data binding.

fontListproperty 
public var fontList:List

This property can be used as the source for data binding.

okButtonControlproperty 
public var okButtonControl:Button

This property can be used as the source for data binding.

selectedFontproperty 
selectedFont:Font  [read-only]


Implementation
    public function get selectedFont():Font
selectedFontIdxproperty 
selectedFontIdx:int  [write-only]


Implementation
    public function set selectedFontIdx(value:int):void
skinPartsproperty 
skinParts:Object  [read-only] [override]


Implementation
    protected function get skinParts():Object
textPanel1property 
public var textPanel1:RichText

This property can be used as the source for data binding.

textPanel2property 
public var textPanel2:RichText

This property can be used as the source for data binding.

textPanel3property 
public var textPanel3:RichText

This property can be used as the source for data binding.

Constructor Detail
FontPickerWindow()Constructor
public function FontPickerWindow()

Constructor.