class org.aswing.plaf.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.

@author paling

Class Fields

static var BORDER:Border

The default empty value for border.

static var COLOR:ASColorUIResource

The default empty value for color.

static var DECORATOR:GroundDecorator

The default empty value for ground decorator.

static var FONT:ASFontUIResource

The default empty value for font.

static var ICON:Icon

The default empty value for icon.

static var INSETS:InsetsUIResource

The default empty value for insets.

static var STYLE_TUNE:UIStyleTune

The default empty value for style tune.