Class org.aswing.LookAndFeel

Description

Reserved for look and feel implementation.

Method Index

getDefaults(), installBasicProperties(), installBorder(), installColors(), installColorsAndFont(), installFont(), uninstallBorder()

Method Detail

getDefaults

public function getDefaults():UIDefaults

Should override in sub-class to return a defaults.

installBasicProperties

static public function installBasicProperties(c:Component, componentUIPrefix:String):Void

Convenience method for initializing a component's basic properties values from the current defaults table. The properties are only set for uiProperties means that they will be only used when user are not set them by call component.setXxxx() method.

Parameters

cthe target component for installing default color properties
componentUIPrefixthe key for the default component UI Prefix

installColors

static public function installColors(c:Component, defaultBgName: