Packageorg.aswing.plaf
Classpublic class EmptyUIResources

The default empty values for ui resources. A value defined in LAF with null or missing definition, it will be treat as these default values here.

For example, if you define button.border = null in the LAF class, then in fact the UIDefaults will return EmptyUIResources.BORDER to you.



Public Constants
 ConstantDefined 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
Constant detail
BORDERconstant
public static const BORDER:Border

The default empty value for border.

COLORconstant 
public static const COLOR:ASColorUIResource

The default empty value for color.

DECORATORconstant 
public static const DECORATOR:GroundDecorator

The default empty value for ground decorator.

FONTconstant 
public static const FONT:ASFontUIResource

The default empty value for font.

ICONconstant 
public static const ICON:Icon

The default empty value for icon.

INSETSconstant 
public static const INSETS:InsetsUIResource

The default empty value for insets.