public static class JRSUIConstants.Variant
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static JRSUIConstants.Variant |
GRADIENT_LIST_BACKGROUND_EVEN |
static JRSUIConstants.Variant |
GRADIENT_LIST_BACKGROUND_ODD |
static JRSUIConstants.Variant |
GRADIENT_SIDE_BAR |
static JRSUIConstants.Variant |
GRADIENT_SIDE_BAR_FOCUSED_SELECTION |
static JRSUIConstants.Variant |
GRADIENT_SIDE_BAR_SELECTION |
static JRSUIConstants.Variant |
MENU_GLYPH |
static JRSUIConstants.Variant |
MENU_HIERARCHICAL |
static JRSUIConstants.Variant |
MENU_POPUP |
static JRSUIConstants.Variant |
MENU_PULLDOWN |
| Modifier and Type | Method and Description |
|---|---|
long |
apply(long encodedState)
Applies this property value to the provided state
|
java.lang.String |
toString() |
public static final JRSUIConstants.Variant MENU_GLYPH
public static final JRSUIConstants.Variant MENU_POPUP
public static final JRSUIConstants.Variant MENU_PULLDOWN
public static final JRSUIConstants.Variant MENU_HIERARCHICAL
public static final JRSUIConstants.Variant GRADIENT_LIST_BACKGROUND_EVEN
public static final JRSUIConstants.Variant GRADIENT_LIST_BACKGROUND_ODD
public static final JRSUIConstants.Variant GRADIENT_SIDE_BAR
public static final JRSUIConstants.Variant GRADIENT_SIDE_BAR_SELECTION
public static final JRSUIConstants.Variant GRADIENT_SIDE_BAR_FOCUSED_SELECTION
public long apply(long encodedState)
encodedState - the incoming JRSUI encoded statepublic java.lang.String toString()
toString in class java.lang.Object