Package com.orchestranetworks.ui
Class UIButtonRelief
- java.lang.Object
-
- com.orchestranetworks.ui.UIButtonRelief
-
public final class UIButtonRelief extends Object
This class provides different ways to display the relief of a button.- Since:
- 5.3.0
- See Also:
UIButtonSpec.setRelief(UIButtonRelief)
-
-
Field Summary
Fields Modifier and Type Field Description static UIButtonRelief
EMBOSSED
Displays an embossed button with borders.static UIButtonRelief
FLAT
Displays a flat button with borders when mousing over.
-
-
-
Field Detail
-
EMBOSSED
public static final UIButtonRelief EMBOSSED
Displays an embossed button with borders.
-
FLAT
public static final UIButtonRelief FLAT
Displays a flat button with borders when mousing over.
-
-