Packageorg.aswing.plaf.basic
Classpublic class BasicLookAndFeel
InheritanceBasicLookAndFeel Inheritance LookAndFeel

Note: All empty object should be undefined or an UIResource instance. Undefined/UIResource instance means not set, if it is null, means that user set it to be null, so LAF value will not be use.



Protected Properties
 PropertyDefined by
  NULL_COLOR : ASColorUIResource
BasicLookAndFeel
  NULL_FONT : ASFontUIResource
BasicLookAndFeel
Public Methods
 MethodDefined by
  
Need to extends it to make a completed LAF and implements features.
BasicLookAndFeel
  
BasicLookAndFeel
 Inherited
installBasicProperties(c:Component, componentUIPrefix:String, defaultOpaquerName:String = "opaque", defaultFocusableName:String = "focusable"):void
[static] Convenience method for initializing a component's basic properties values from the current defaults table.
LookAndFeel
 Inherited
installBorderAndBFDecorators(c:Component, componentUIPrefix:String, defaultBorderName:String = "border", defaultBGDName:String = "bg", defaultFGDName:String = "fg"):void
[static] Convenience method for installing a component's default Border , background decorator and foreground decorator object on the specified component if either the border is currently null or already an instance of UIResource.
LookAndFeel
 Inherited
installColors(c:Component, componentUIPrefix:String, defaultBgName:String = "background", defaultFgName:String = "foreground"):void
[static] Convenience method for initializing a component's foreground and background color properties with values from the current defaults table.
LookAndFeel
 Inherited
installColorsAndFont(c:Component, componentUIPrefix:String, defaultBgName:String = "background", defaultFgName:String = "foreground", defaultFontName:String = "font"):void
[static]
LookAndFeel
 Inherited
installFont(c:Component, componentUIPrefix:String, defaultFontName:String = "font"):void
[static] Convenience method for initializing a component's font with value from the current defaults table.
LookAndFeel
 Inherited
[static] Convenience method for un-installing a component's default border, background decorator and foreground decorator on the specified component if the border is currently an instance of UIResource.
LookAndFeel
Protected Methods
 MethodDefined by
  
BasicLookAndFeel
  
BasicLookAndFeel
  
BasicLookAndFeel
  
BasicLookAndFeel
  
BasicLookAndFeel
Property detail
NULL_COLORproperty
protected var NULL_COLOR:ASColorUIResource
NULL_FONTproperty 
protected var NULL_FONT:ASFontUIResource
Constructor detail
BasicLookAndFeel()constructor
public function BasicLookAndFeel()

Need to extends it to make a completed LAF and implements features.

Method detail
getDefaults()method
public override function getDefaults():UIDefaults

Returns
UIDefaults
initClassDefaults()method 
protected function initClassDefaults(table:UIDefaults):voidParameters
table:UIDefaults
initCommonUtils()method 
protected function initCommonUtils(table:UIDefaults):voidParameters
table:UIDefaults
initComponentDefaults()method 
protected function initComponentDefaults(table:UIDefaults):voidParameters
table:UIDefaults
initSystemColorDefaults()method 
protected function initSystemColorDefaults(table:UIDefaults):voidParameters
table:UIDefaults
initSystemFontDefaults()method 
protected function initSystemFontDefaults(table:UIDefaults):voidParameters
table:UIDefaults