This class keeps track of the current look and feel and its defaults.
We manage three levels of defaults: user defaults,
look and feel defaults, system defaults. A call to UIManager.get
checks all three levels in order and returns the first non-null
value for a key, if any. A call to UIManager.put just affects the
user defaults. Note that a call to setLookAndFeel doesn't affect
the user defaults, it just replaces the middle defaults "level".
public static function containsKey(key:String):BooleanParameters
Returns
public static function get(key:String):*Parameters
Returns
public static function getBoolean(key:String):BooleanParameters
Returns
public static function getBorder(key:String):BorderParameters
Returns
public static function getClass(key:String):ClassParameters
Returns
public static function getColor(key:String):ASColorParameters
Returns
public static function getDefaults():UIDefaults
Returns
public static function getFont(key:String):ASFontParameters
Returns
public static function getGroundDecorator(key:String):GroundDecoratorParameters
Returns
public static function getIcon(key:String):IconParameters
Returns
public static function getInsets(key:String):InsetsParameters
Returns
public static function getInstance(key:String):*Parameters
Returns
public static function getInt(key:String):intParameters
Returns
public static function getLookAndFeel():LookAndFeel
Returns
public static function getLookAndFeelDefaults():UIDefaults
Returns
public static function getNumber(key:String):NumberParameters
Returns
public static function getString(key:String):StringParameters
Returns
public static function getUI(target:Component):ComponentUIParameters
Returns
public static function getUint(key:String):uintParameters
Returns
public static function setLookAndFeel(laf:LookAndFeel):void
Parameters
See also
org.aswing.ASWingUtils.updateAllComponentUI()