Packagecom.theriabook.util.logging
Classpublic class LogAdjustmentWindow
InheritanceLogAdjustmentWindow Inheritance mx.containers.TitleWindow



Public Properties
 PropertyDefined by
  currentTarget : IOutputDecription
LogAdjustmentWindow
  currentTargetChanged : Boolean = false
LogAdjustmentWindow
  dataProvider : ArrayCollection
LogAdjustmentWindow
  defaultLevel : uint
LogAdjustmentWindow
  defaultLevelChanged : Boolean = false
LogAdjustmentWindow
  dialogHeight : Number = NaN
LogAdjustmentWindow
  dialogWidth : Number = NaN
LogAdjustmentWindow
  dialogX : Number = NaN
LogAdjustmentWindow
  dialogY : Number = NaN
LogAdjustmentWindow
  levelDataChanged : Boolean = false
LogAdjustmentWindow
  targets : Array
LogAdjustmentWindow
Styles
 StyleDescriptionDefined by
  
alternatingItemColors
Type: Array   Format: Color   CSS Inheritance: yes
LogAdjustmentWindow
Public Constants
 ConstantDefined by
  MIN_HEIGHT : Number = 400
[static]
LogAdjustmentWindow
  MIN_WIDTH : Number = 600
[static]
LogAdjustmentWindow
  ON_APPLY : String = "onApply"
[static]
LogAdjustmentWindow
  ON_CLOSE : String = "onClose"
[static]
LogAdjustmentWindow
  ON_DATA_PROVIDER_CHANGE : String = "onDataProviderChange"
[static]
LogAdjustmentWindow
  ON_OK : String = "onOk"
[static]
LogAdjustmentWindow
  ON_RESET : String = "onReset"
[static]
LogAdjustmentWindow
Property detail
currentTargetproperty
currentTarget:IOutputDecription  [read-write]Implementation
    public function get currentTarget():IOutputDecription
    public function set currentTarget(value:IOutputDecription):void
currentTargetChangedproperty 
public var currentTargetChanged:Boolean = false
dataProviderproperty 
dataProvider:ArrayCollection  [read-write]

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

Implementation
    public function get dataProvider():ArrayCollection
    public function set dataProvider(value:ArrayCollection):void
defaultLevelproperty 
defaultLevel:uint  [read-write]Implementation
    public function get defaultLevel():uint
    public function set defaultLevel(value:uint):void
defaultLevelChangedproperty 
public var defaultLevelChanged:Boolean = false
dialogHeightproperty 
public var dialogHeight:Number = NaN
dialogWidthproperty 
public var dialogWidth:Number = NaN
dialogXproperty 
public var dialogX:Number = NaN
dialogYproperty 
public var dialogY:Number = NaN
levelDataChangedproperty 
public var levelDataChanged:Boolean = false
targetsproperty 
public var targets:Array
Constant detail
MIN_HEIGHTconstant
public static const MIN_HEIGHT:Number = 400
MIN_WIDTHconstant 
public static const MIN_WIDTH:Number = 600
ON_APPLYconstant 
public static const ON_APPLY:String = "onApply"
ON_CLOSEconstant 
public static const ON_CLOSE:String = "onClose"
ON_DATA_PROVIDER_CHANGEconstant 
public static const ON_DATA_PROVIDER_CHANGE:String = "onDataProviderChange"
ON_OKconstant 
public static const ON_OK:String = "onOk"
ON_RESETconstant 
public static const ON_RESET:String = "onReset"