A table of defaults for Swing components. Applications can set/get
default values via the UIManager
.
new UIDefaults()
public function put(key:String, value:Object)
Sets the value of key
to value
.
If value is null
, the key is removed from the table.
key | the unique Object who's value will be used
to retrieve the data value associated with it
|
value | the new Object to store as data under
that key
|
the previous Object
value, or null
put() in org.aswing.utils.HashMap
public function putDefaults(keyValueList:Array):Void
Puts all of the key/value pairs in the database.
keyValueList | an array of key/value pairs |
public function getUI(target:Component):ComponentUI
Returns the component LookAndFeel specified UI object
target's UI object, or null if there is not his UI object