Enum Class Icon
- All Implemented Interfaces:
Serializable, Comparable<Icon>, Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCenter-aligned text lines icon.Left-aligned text lines icon.Right-aligned text lines icon.Bold-text formatting icon.Bullet list icon.Bar chart icon.Eraser clear-formatting icon.Chat/comment bubble icon.Two overlapping pages copy icon.Scissors cut icon.Font-color icon.Paintbrush format-painter icon.Highlighter pen icon.Image/picture icon.Decrease-indent icon.Increase-indent icon.Italic-text formatting icon.Fully-justified text lines icon.Chain-link icon.Blank document / new file icon.Numbered list icon.Folder opening icon.Paragraph-marks toggle icon.Clipboard paste icon.PDF file export icon.Printer icon.Curved-arrow redo icon.Floppy-disk save icon.Magnifying-glass search icon.Share icon.Spell-check icon.Star/bookmark icon.Strikethrough-text formatting icon.Subscript icon.Superscript icon.Table grid icon.Underline-text formatting icon.Curved-arrow undo icon. -
Method Summary
-
Enum Constant Details
-
NEW
Blank document / new file icon. -
OPEN
Folder opening icon. -
SAVE
Floppy-disk save icon. -
PRINT
Printer icon. -
PDF_EXPORT
PDF file export icon. -
PASTE
Clipboard paste icon. -
CUT
Scissors cut icon. -
COPY
Two overlapping pages copy icon. -
FORMAT_PAINTER
Paintbrush format-painter icon. -
UNDO
Curved-arrow undo icon. -
REDO
Curved-arrow redo icon. -
BOLD
Bold-text formatting icon. -
ITALIC
Italic-text formatting icon. -
UNDERLINE
Underline-text formatting icon. -
STRIKETHROUGH
Strikethrough-text formatting icon. -
SUBSCRIPT
Subscript icon. -
SUPERSCRIPT
Superscript icon. -
CLEAR_FORMATTING
Eraser clear-formatting icon. -
HIGHLIGHT
Highlighter pen icon. -
FONT_COLOR
Font-color icon. -
ALIGN_LEFT
Left-aligned text lines icon. -
ALIGN_CENTER
Center-aligned text lines icon. -
ALIGN_RIGHT
Right-aligned text lines icon. -
JUSTIFY
Fully-justified text lines icon. -
BULLETS
Bullet list icon. -
NUMBERING
Numbered list icon. -
INDENT_DECREASE
Decrease-indent icon. -
INDENT_INCREASE
Increase-indent icon. -
PARAGRAPH_MARKS
Paragraph-marks toggle icon. -
IMAGE
Image/picture icon. -
TABLE
Table grid icon. -
LINK
Chain-link icon. -
COMMENT
Chat/comment bubble icon. -
CHART
Bar chart icon. -
SEARCH
Magnifying-glass search icon. -
SPELLCHECK
Spell-check icon. -
STAR
Star/bookmark icon. -
SHARE
Share icon.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-