| Package | org.aswing.plaf.basic |
| Class | public class BasicLookAndFeel |
| Inheritance | BasicLookAndFeel LookAndFeel |
| Property | Defined by | ||
|---|---|---|---|
| NULL_COLOR : ASColorUIResource | BasicLookAndFeel | ||
| NULL_FONT : ASFontUIResource | BasicLookAndFeel | ||
| Method | Defined by | ||
|---|---|---|---|
|
Need to extends it to make a completed LAF and implements features.
| BasicLookAndFeel | ||
| BasicLookAndFeel | |||
![]() |
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 | |
![]() |
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 | |
![]() |
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 | |
![]() |
installColorsAndFont(c:Component, componentUIPrefix:String, defaultBgName:String = "background", defaultFgName:String = "foreground", defaultFontName:String = "font"):void
[static]
| LookAndFeel | |
![]() |
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 | |
![]() |
[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 | |
| Method | Defined by | ||
|---|---|---|---|
|
initClassDefaults(table:UIDefaults):void
| BasicLookAndFeel | ||
|
initCommonUtils(table:UIDefaults):void
| BasicLookAndFeel | ||
|
initComponentDefaults(table:UIDefaults):void
| BasicLookAndFeel | ||
|
initSystemColorDefaults(table:UIDefaults):void
| BasicLookAndFeel | ||
|
initSystemFontDefaults(table:UIDefaults):void
| BasicLookAndFeel | ||
| NULL_COLOR | property |
protected var NULL_COLOR:ASColorUIResource
| NULL_FONT | property |
protected var NULL_FONT:ASFontUIResource
| BasicLookAndFeel | () | constructor |
public function BasicLookAndFeel()Need to extends it to make a completed LAF and implements features.
| getDefaults | () | method |
| initClassDefaults | () | method |
| initCommonUtils | () | method |
| initComponentDefaults | () | method |
| initSystemColorDefaults | () | method |
| initSystemFontDefaults | () | method |