public static class JRSUIConstants.WindowType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static JRSUIConstants.WindowType |
DOCUMENT |
static JRSUIConstants.WindowType |
TITLELESS_UTILITY |
static JRSUIConstants.WindowType |
UTILITY |
| 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.WindowType DOCUMENT
public static final JRSUIConstants.WindowType UTILITY
public static final JRSUIConstants.WindowType TITLELESS_UTILITY
public long apply(long encodedState)
encodedState - the incoming JRSUI encoded statepublic java.lang.String toString()
toString in class java.lang.Object