|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jfx.ArrowCodes
public class ArrowCodes
Predefined Arrow codes enumeration. Arrows code constants.
Field Summary | |
---|---|
static int |
_SYMBOL_ARROWDOWN
|
static int |
_SYMBOL_ARROWUP
|
static int |
_SYMBOL_CHECKSIGN
|
static int |
_SYMBOL_STOPSIGN
|
static int |
_SYMBOL_THUMBSDOWN
|
static int |
_SYMBOL_THUMBSUP
|
static ArrowCodes |
SYMBOL_ARROWDOWN
Arrow down symbol. |
static ArrowCodes |
SYMBOL_ARROWUP
Arrow up symbol. |
static ArrowCodes |
SYMBOL_CHECKSIGN
Check sign symbol. |
static ArrowCodes |
SYMBOL_STOPSIGN
Stop sign symbol |
static ArrowCodes |
SYMBOL_THUMBSDOWN
Thumb down symbol. |
static ArrowCodes |
SYMBOL_THUMBSUP
Thumb up symbol. |
int |
val
|
Method Summary | |
---|---|
static ArrowCodes |
getArrowCodes(int val)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ArrowCodes SYMBOL_THUMBSUP
public static final int _SYMBOL_THUMBSUP
public static final ArrowCodes SYMBOL_THUMBSDOWN
public static final int _SYMBOL_THUMBSDOWN
public static final ArrowCodes SYMBOL_ARROWUP
public static final int _SYMBOL_ARROWUP
public static final ArrowCodes SYMBOL_ARROWDOWN
public static final int _SYMBOL_ARROWDOWN
public static final ArrowCodes SYMBOL_STOPSIGN
public static final int _SYMBOL_STOPSIGN
public static final ArrowCodes SYMBOL_CHECKSIGN
public static final int _SYMBOL_CHECKSIGN
public int val
Method Detail |
---|
public static ArrowCodes getArrowCodes(int val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |