Enum Class SyThemeClassNameStandard
- All Implemented Interfaces:
SyThemeClassNameType, Serializable, Comparable<SyThemeClassNameStandard>, Constable
public enum SyThemeClassNameStandard
extends Enum<SyThemeClassNameStandard>
implements SyThemeClassNameType
A list of standard class names that are expected to be recognized by themes.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA generic button class.A checkbox class.A generic container class.A grid view class.An image view class.A list view class.A menu class.A menu bar class.A menu bar item.The text in a menu bar item.A menu item class.A menu item class.A menu item class.A menu item class.A menu item text class.A generic meter class.A horizontal scrollbar class.A scrollbar button class.A scrollbar button icon class.A scrollbar button class.A scrollbar button icon class.A scrollbar button class.A scrollbar button icon class.A horizontal scrollbar track class.A horizontal scrollbar class.A scrollbar button class.A scrollbar button icon class.A scrollbar button class.A scrollbar button icon class.A scrollbar button class.A scrollbar button icon class.A horizontal scrollbar track class.A scrollpane class.A scrollpane content area class.A scrollpane content area viewport class.A text area class.A text field class.A multi-line text view class.A text view class.The close button for a window.The close button icon for a window.The maximize button for a window.The menu button for a window.The content area for a window.The east resize area for a window.The north resize area for a window.The north-east resize area for a window.The north-west resize area for a window.The south resize area for a window.The south-east resize area for a window.The south-west resize area for a window.The west resize area for a window.The root component for a window.The title component for a window.The title text component for a window. -
Method Summary
Modifier and TypeMethodDescriptiontoString()static SyThemeClassNameStandardReturns the enum constant of this class with the specified name.static SyThemeClassNameStandard[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BUTTON
A generic button class. -
CHECKBOX
A checkbox class. -
CONTAINER
A generic container class. -
GRID_VIEW
A grid view class. -
IMAGE_VIEW
An image view class. -
LIST_VIEW
A list view class. -
MENU_BAR
A menu bar class. -
MENU_BAR_ITEM
A menu bar item. -
MENU_BAR_ITEM_TEXT
The text in a menu bar item. -
MENU_ITEM
A menu item class. -
MENU_ITEM_ATOM
A menu item class. -
MENU_ITEM_SEPARATOR
A menu item class. -
MENU_ITEM_SUBMENU
A menu item class. -
MENU
A menu class. -
MENU_ITEM_TEXT
A menu item text class. -
METER
A generic meter class. -
SCROLLBAR_HORIZONTAL
A horizontal scrollbar class. -
SCROLLBAR_HORIZONTAL_TRACK
A horizontal scrollbar track class. -
SCROLLBAR_HORIZONTAL_BUTTON_LEFT
A scrollbar button class. -
SCROLLBAR_HORIZONTAL_BUTTON_LEFT_ICON
A scrollbar button icon class. -
SCROLLBAR_HORIZONTAL_BUTTON_RIGHT
A scrollbar button class. -
SCROLLBAR_HORIZONTAL_BUTTON_RIGHT_ICON
A scrollbar button icon class. -
SCROLLBAR_HORIZONTAL_BUTTON_THUMB
A scrollbar button class. -
SCROLLBAR_HORIZONTAL_BUTTON_THUMB_ICON
A scrollbar button icon class. -
SCROLLBAR_VERTICAL
A horizontal scrollbar class. -
SCROLLBAR_VERTICAL_TRACK
A horizontal scrollbar track class. -
SCROLLBAR_VERTICAL_BUTTON_UP
A scrollbar button class. -
SCROLLBAR_VERTICAL_BUTTON_UP_ICON
A scrollbar button icon class. -
SCROLLBAR_VERTICAL_BUTTON_DOWN
A scrollbar button class. -
SCROLLBAR_VERTICAL_BUTTON_DOWN_ICON
A scrollbar button icon class. -
SCROLLBAR_VERTICAL_BUTTON_THUMB
A scrollbar button class. -
SCROLLBAR_VERTICAL_BUTTON_THUMB_ICON
A scrollbar button icon class. -
SCROLLPANE
A scrollpane class. -
SCROLLPANE_CONTENT_AREA
A scrollpane content area class. -
SCROLLPANE_CONTENT_AREA_VIEWPORT
A scrollpane content area viewport class. -
TEXT_AREA
A text area class. -
TEXT_FIELD
A text field class. -
TEXT_VIEW
A text view class. -
TEXT_MULTILINE_VIEW
A multi-line text view class. -
WINDOW_BUTTON_CLOSE
The close button for a window. -
WINDOW_BUTTON_CLOSE_ICON
The close button icon for a window. -
WINDOW_BUTTON_MAXIMIZE
The maximize button for a window. -
WINDOW_BUTTON_MENU
The menu button for a window. -
WINDOW_CONTENT_AREA
The content area for a window. -
WINDOW_RESIZE_E
The east resize area for a window. -
WINDOW_RESIZE_N
The north resize area for a window. -
WINDOW_RESIZE_NE
The north-east resize area for a window. -
WINDOW_RESIZE_NW
The north-west resize area for a window. -
WINDOW_RESIZE_S
The south resize area for a window. -
WINDOW_RESIZE_SE
The south-east resize area for a window. -
WINDOW_RESIZE_SW
The south-west resize area for a window. -
WINDOW_RESIZE_W
The west resize area for a window. -
WINDOW_ROOT
The root component for a window. -
WINDOW_TITLE
The title component for a window. -
WINDOW_TITLE_TEXT
The title text component for a window.
-
-
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
-
toString
- Overrides:
toStringin classEnum<SyThemeClassNameStandard>
-
className
- Specified by:
classNamein interfaceSyThemeClassNameType- Returns:
- The theme class name
-
description
- Specified by:
descriptionin interfaceSyThemeClassNameType- Returns:
- A humanly-readable description of the style class
-