Modifier and Type | Method and Description |
---|---|
static Feather |
findByDescription(java.lang.String description) |
char |
getCode() |
java.lang.String |
getDescription() |
static Feather |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Feather[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Feather FTH_AIR_PLAY
public static final Feather FTH_ALIGN_CENTER
public static final Feather FTH_ALIGN_JUSTIFY
public static final Feather FTH_ALIGN_LEFT
public static final Feather FTH_ALIGN_RIGHT
public static final Feather FTH_ALT
public static final Feather FTH_ANCHOR
public static final Feather FTH_ARCHIVE
public static final Feather FTH_ARROW_DOWN
public static final Feather FTH_ARROW_LEFT
public static final Feather FTH_ARROW_RIGHT
public static final Feather FTH_ARROW_UP
public static final Feather FTH_BAG
public static final Feather FTH_BAN
public static final Feather FTH_BAR_GRAPH
public static final Feather FTH_BAR_GRAPH_2
public static final Feather FTH_BATTERY
public static final Feather FTH_BELL
public static final Feather FTH_BOOK
public static final Feather FTH_BOX
public static final Feather FTH_BRIEFCASE
public static final Feather FTH_CAMERA
public static final Feather FTH_CHECK
public static final Feather FTH_CIRCLE_CHECK
public static final Feather FTH_CIRCLE_CROSS
public static final Feather FTH_CIRCLE_MINUS
public static final Feather FTH_CIRCLE_PLUS
public static final Feather FTH_CLIPBOARD
public static final Feather FTH_CLOCK
public static final Feather FTH_CLOUD
public static final Feather FTH_CLOUD_DOWNLOAD
public static final Feather FTH_CLOUD_UPLOAD
public static final Feather FTH_COG
public static final Feather FTH_COLUMNS
public static final Feather FTH_COMMAND
public static final Feather FTH_CONTENT_LEFT
public static final Feather FTH_CONTENT_RIGHT
public static final Feather FTH_CONTRACT
public static final Feather FTH_CROSS
public static final Feather FTH_DELETE
public static final Feather FTH_DISC
public static final Feather FTH_DOWNLOAD
public static final Feather FTH_DROP
public static final Feather FTH_ELLIPSIS
public static final Feather FTH_ESC
public static final Feather FTH_EXPAND
public static final Feather FTH_EYE
public static final Feather FTH_FAST_FORWARD
public static final Feather FTH_FILE
public static final Feather FTH_FILE_ADD
public static final Feather FTH_FILE_SUBTRACT
public static final Feather FTH_FLAG
public static final Feather FTH_FOLDER
public static final Feather FTH_GLOBE
public static final Feather FTH_GRID
public static final Feather FTH_GRID_2
public static final Feather FTH_HEAD
public static final Feather FTH_HEART
public static final Feather FTH_HELP
public static final Feather FTH_IMAGE
public static final Feather FTH_INBOX
public static final Feather FTH_LAYERS
public static final Feather FTH_LAYOUT
public static final Feather FTH_LINK
public static final Feather FTH_LOADER
public static final Feather FTH_LOCATION
public static final Feather FTH_LOCATION_2
public static final Feather FTH_LOCK
public static final Feather FTH_MAIL
public static final Feather FTH_MAP
public static final Feather FTH_MARQUEE
public static final Feather FTH_MARQUEE_MINUS
public static final Feather FTH_MARQUEE_PLUS
public static final Feather FTH_MAXIMIZE
public static final Feather FTH_MENU
public static final Feather FTH_MICROPHONE
public static final Feather FTH_MINIMIZE
public static final Feather FTH_MINUS
public static final Feather FTH_MONITOR
public static final Feather FTH_MOON
public static final Feather FTH_MOVE
public static final Feather FTH_MUTE
public static final Feather FTH_OPEN
public static final Feather FTH_OUTBOX
public static final Feather FTH_PAPER
public static final Feather FTH_PAPER_CLIP
public static final Feather FTH_PAPER_STACK
public static final Feather FTH_PARAGRAPH
public static final Feather FTH_PAUSE
public static final Feather FTH_PIE_GRAPH
public static final Feather FTH_PLAY
public static final Feather FTH_PLUS
public static final Feather FTH_POWER
public static final Feather FTH_PRINTER
public static final Feather FTH_RECORD
public static final Feather FTH_RELOAD
public static final Feather FTH_REPEAT
public static final Feather FTH_REPLY
public static final Feather FTH_REWIND
public static final Feather FTH_RIBBON
public static final Feather FTH_SEARCH
public static final Feather FTH_SERVER
public static final Feather FTH_SHARE
public static final Feather FTH_SHUFFLE
public static final Feather FTH_SIGNAL
public static final Feather FTH_SKIP_BACK
public static final Feather FTH_SKIP_FORWARD
public static final Feather FTH_SPEECH_BUBBLE
public static final Feather FTH_SQUARE_CHECK
public static final Feather FTH_SQUARE_CROSS
public static final Feather FTH_SQUARE_MINUS
public static final Feather FTH_SQUARE_PLUS
public static final Feather FTH_STACK
public static final Feather FTH_STACK_2
public static final Feather FTH_STAR
public static final Feather FTH_STOP
public static final Feather FTH_SUN
public static final Feather FTH_TAG
public static final Feather FTH_TARGET
public static final Feather FTH_THERMOMETER
public static final Feather FTH_TOGGLE
public static final Feather FTH_TRASH
public static final Feather FTH_UMBRELLA
public static final Feather FTH_UNLOCK
public static final Feather FTH_UPLOAD
public static final Feather FTH_VIDEO
public static final Feather FTH_VOLUME
public static final Feather FTH_WATCH
public static final Feather FTH_ZOOM_IN
public static final Feather FTH_ZOOM_OUT
public static Feather[] values()
for (Feather c : Feather.values()) System.out.println(c);
public static Feather 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 static Feather findByDescription(java.lang.String description)
public java.lang.String getDescription()
getDescription
in interface Ikon