| Package | org.aswing.plaf |
| Class | public class EmptyUIResources |
For example, if you define button.border = null in the LAF class, then in fact the
UIDefaults will return EmptyUIResources.BORDER to you.
| Constant | Defined by | ||
|---|---|---|---|
| BORDER : Border
[static]
The default empty value for border.
| EmptyUIResources | ||
| COLOR : ASColorUIResource
[static]
The default empty value for color.
| EmptyUIResources | ||
| DECORATOR : GroundDecorator
[static]
The default empty value for ground decorator.
| EmptyUIResources | ||
| FONT : ASFontUIResource
[static]
The default empty value for font.
| EmptyUIResources | ||
| ICON : Icon
[static]
The default empty value for icon.
| EmptyUIResources | ||
| INSETS : InsetsUIResource
[static]
The default empty value for insets.
| EmptyUIResources | ||
| BORDER | constant |
public static const BORDER:BorderThe default empty value for border.
| COLOR | constant |
public static const COLOR:ASColorUIResourceThe default empty value for color.
| DECORATOR | constant |
public static const DECORATOR:GroundDecoratorThe default empty value for ground decorator.
| FONT | constant |
public static const FONT:ASFontUIResourceThe default empty value for font.
| ICON | constant |
public static const ICON:IconThe default empty value for icon.
| INSETS | constant |
public static const INSETS:InsetsUIResourceThe default empty value for insets.