CubeTwister 2.0alpha142 2012-02-11

ch.randelshofer.gui.plaf
Interface PlafConstants

All Known Implementing Classes:
CustomButtonUI, CustomSliderUI, CustomToggleButtonUI, PlafUtils

public interface PlafConstants

Version:
1.0 2001-10-17
Author:
Werner Randelshofer

Field Summary
static java.lang.String ALL
          The all property value.
static java.lang.String CENTER
          The center property value.
static java.lang.String EAST
          The east property value.
static java.lang.String NONE
          The none property value.
static java.lang.String PROP_BEVEL
          Client property to specify bevel in ImageButtonUI, ImageToggleButtonUI and ImageSliderUI.
static java.lang.String WEST
          The west property value.
 

Field Detail

PROP_BEVEL

static final java.lang.String PROP_BEVEL
Client property to specify bevel in ImageButtonUI, ImageToggleButtonUI and ImageSliderUI.

Possible values for this property are: EAST, WEST, NONE, ALL.

See Also:
Constant Field Values

ALL

static final java.lang.String ALL
The all property value.

See Also:
Constant Field Values

NONE

static final java.lang.String NONE
The none property value.

See Also:
Constant Field Values

CENTER

static final java.lang.String CENTER
The center property value.

See Also:
Constant Field Values

EAST

static final java.lang.String EAST
The east property value.

See Also:
Constant Field Values

WEST

static final java.lang.String WEST
The west property value.

See Also:
Constant Field Values

(c) Werner Randelshofer.
All rights reserved.