| Enum Constant and Description |
|---|
BlackCircle
Specifies a black circle.
|
BlackCircleWithBorder
Specifies a black circle with a border.
|
CircleWithOneWhiteQuarter
Specifies a circle with one white quarter.
|
CircleWithThreeWhiteQuarters
Specifies a circle with three white quarters.
|
CircleWithTwoWhiteQuarters
Specifies a circle with two white quarters.
|
GoldStar
Specifies a gold star.
|
GrayCircle
Specifies a gray circle.
|
GrayDownArrow
Specifies a gray down arrow.
|
GrayDownInclineArrow
Specifies a gray down incline arrow.
|
GraySideArrow
Specifies a gray sided arrow.
|
GrayUpArrow
Specifies a gray up arrow.
|
GrayUpInclineArrow
Specifies a gray up incline arrow.
|
GreenCheck
Specifies a green check mark.
|
GreenCheckSymbol
Specifies a green check symbol.
|
GreenCircle
Specifies a green circle.
|
GreenFlag
Specifies green flag.
|
GreenTrafficLight
Specifies a green traffic light.
|
GreenUpArrow
Specifies a green up arrow.
|
GreenUpTriangle
Specifies a green up triangle.
|
HalfGoldStar
Specifies half a gold star.
|
Icon0Bars
Specifies 0 bars.
|
Icon0FilledBoxes
Specifies 0 filled boxes.
|
Icon1Bar
Specifies 1 bar.
|
Icon1FilledBox
Specifies 1 filled box.
|
Icon2Bars
Specifies 2 bars.
|
Icon2FilledBoxes
Specifies 2 filled boxes.
|
Icon3Bars
Specifies 3 bars.
|
Icon3FilledBoxes
Specifies 3 filled boxes.
|
Icon4Bars
Specifies 4 bars.
|
Icon4FilledBoxes
Specifies 4 filled boxes.
|
NoCellIcon
Specifies no cell icon.
|
PinkCircle
Specifies a pink circle.
|
RedCircle
Specifies a red circle.
|
RedCircleWithBorder
Specifies a red circle with a border.
|
RedCross
Specifies a red cross.
|
RedCrossSymbol
Specifies a red cross symbol.
|
RedDiamond
Specifies a red diamond.
|
RedDownArrow
Specifies a red down arrow.
|
RedDownTriangle
Specifies a red down triangle.
|
RedFlag
Specifies a red flag.
|
RedTrafficLight
Specifies a red traffic light.
|
SilverStar
Specifies a silver star.
|
WhiteCircleAllWhiteQuarters
Specifies a white circle with all white quarters.
|
YellowCircle
Specifies a yellow circle.
|
YellowDash
Specifies a yellow dash.
|
YellowDownInclineArrow
Specifies a yellow down incline arrow.
|
YellowExclamation
Specifies a yellow exclamation.
|
YellowExclamationSymbol
Specifies a yellow exclamation symbol.
|
YellowFlag
Specifies a yellow flag.
|
YellowSideArrow
Specifies a yellow sided arrow.
|
YellowTrafficLight
Specifies a yellow traffic light.
|
YellowTriangle
Specifies a yellow triangle.
|
YellowUpInclineArrow
Specifies a yellow up incline arrow.
|
| Modifier and Type | Method and Description |
|---|---|
static IconType |
forValue(int value) |
int |
getValue() |
static IconType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IconType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IconType NoCellIcon
public static final IconType GreenUpArrow
public static final IconType YellowSideArrow
public static final IconType RedDownArrow
public static final IconType GrayUpArrow
public static final IconType GraySideArrow
public static final IconType GrayDownArrow
public static final IconType GreenFlag
public static final IconType YellowFlag
public static final IconType RedFlag
public static final IconType GreenCircle
public static final IconType YellowCircle
public static final IconType RedCircleWithBorder
public static final IconType BlackCircleWithBorder
public static final IconType GreenTrafficLight
public static final IconType YellowTrafficLight
public static final IconType RedTrafficLight
public static final IconType YellowTriangle
public static final IconType RedDiamond
public static final IconType GreenCheckSymbol
public static final IconType YellowExclamationSymbol
public static final IconType RedCrossSymbol
public static final IconType GreenCheck
public static final IconType YellowExclamation
public static final IconType RedCross
public static final IconType YellowUpInclineArrow
public static final IconType YellowDownInclineArrow
public static final IconType GrayUpInclineArrow
public static final IconType GrayDownInclineArrow
public static final IconType RedCircle
public static final IconType PinkCircle
public static final IconType GrayCircle
public static final IconType BlackCircle
public static final IconType CircleWithOneWhiteQuarter
public static final IconType CircleWithTwoWhiteQuarters
public static final IconType CircleWithThreeWhiteQuarters
public static final IconType WhiteCircleAllWhiteQuarters
public static final IconType Icon0Bars
public static final IconType Icon1Bar
public static final IconType Icon2Bars
public static final IconType Icon3Bars
public static final IconType Icon4Bars
public static final IconType GoldStar
public static final IconType HalfGoldStar
public static final IconType SilverStar
public static final IconType GreenUpTriangle
public static final IconType YellowDash
public static final IconType RedDownTriangle
public static final IconType Icon4FilledBoxes
public static final IconType Icon3FilledBoxes
public static final IconType Icon2FilledBoxes
public static final IconType Icon1FilledBox
public static final IconType Icon0FilledBoxes
public static IconType[] values()
for (IconType c : IconType.values()) System.out.println(c);
public static IconType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static IconType forValue(int value)