Fields Summary |
---|
private static final Map | uiToRegionMap |
private static final Map | lowerCaseNameMap |
public static final Region | ARROW_BUTTONArrowButton's are special types of buttons that also render a
directional indicator, typically an arrow. ArrowButtons are used by
composite components, for example ScrollBar's contain ArrowButtons.
To bind a style to this Region use the name
ArrowButton . |
public static final Region | BUTTONButton region. To bind a style to this Region use the name
Button . |
public static final Region | CHECK_BOXCheckBox region. To bind a style to this Region use the name
CheckBox . |
public static final Region | CHECK_BOX_MENU_ITEMCheckBoxMenuItem region. To bind a style to this Region use
the name CheckBoxMenuItem . |
public static final Region | COLOR_CHOOSERColorChooser region. To bind a style to this Region use
the name ColorChooser . |
public static final Region | COMBO_BOXComboBox region. To bind a style to this Region use
the name ComboBox . |
public static final Region | DESKTOP_PANEDesktopPane region. To bind a style to this Region use
the name DesktopPane . |
public static final Region | DESKTOP_ICONDesktopIcon region. To bind a style to this Region use
the name DesktopIcon . |
public static final Region | EDITOR_PANEEditorPane region. To bind a style to this Region use
the name EditorPane . |
public static final Region | FILE_CHOOSERFileChooser region. To bind a style to this Region use
the name FileChooser . |
public static final Region | FORMATTED_TEXT_FIELDFormattedTextField region. To bind a style to this Region use
the name FormattedTextField . |
public static final Region | INTERNAL_FRAMEInternalFrame region. To bind a style to this Region use
the name InternalFrame . |
public static final Region | INTERNAL_FRAME_TITLE_PANETitlePane of an InternalFrame. The TitlePane typically
shows a menu, title, widgets to manipulate the internal frame.
To bind a style to this Region use the name
InternalFrameTitlePane . |
public static final Region | LABELLabel region. To bind a style to this Region use the name
Label . |
public static final Region | LISTList region. To bind a style to this Region use the name
List . |
public static final Region | MENUMenu region. To bind a style to this Region use the name
Menu . |
public static final Region | MENU_BARMenuBar region. To bind a style to this Region use the name
MenuBar . |
public static final Region | MENU_ITEMMenuItem region. To bind a style to this Region use the name
MenuItem . |
public static final Region | MENU_ITEM_ACCELERATORAccelerator region of a MenuItem. To bind a style to this
Region use the name MenuItemAccelerator . |
public static final Region | OPTION_PANEOptionPane region. To bind a style to this Region use
the name OptionPane . |
public static final Region | PANELPanel region. To bind a style to this Region use the name
Panel . |
public static final Region | PASSWORD_FIELDPasswordField region. To bind a style to this Region use
the name PasswordField . |
public static final Region | POPUP_MENUPopupMenu region. To bind a style to this Region use
the name PopupMenu . |
public static final Region | POPUP_MENU_SEPARATORPopupMenuSeparator region. To bind a style to this Region
use the name PopupMenuSeparator . |
public static final Region | PROGRESS_BARProgressBar region. To bind a style to this Region
use the name ProgressBar . |
public static final Region | RADIO_BUTTONRadioButton region. To bind a style to this Region
use the name RadioButton . |
public static final Region | RADIO_BUTTON_MENU_ITEMRegionButtonMenuItem region. To bind a style to this Region
use the name RadioButtonMenuItem . |
public static final Region | ROOT_PANERootPane region. To bind a style to this Region use
the name RootPane . |
public static final Region | SCROLL_BARScrollBar region. To bind a style to this Region use
the name ScrollBar . |
public static final Region | SCROLL_BAR_TRACKTrack of the ScrollBar. To bind a style to this Region use
the name ScrollBarTrack . |
public static final Region | SCROLL_BAR_THUMBThumb of the ScrollBar. The thumb is the region of the ScrollBar
that gives a graphical depiction of what percentage of the View is
currently visible. To bind a style to this Region use
the name ScrollBarThumb . |
public static final Region | SCROLL_PANEScrollPane region. To bind a style to this Region use
the name ScrollPane . |
public static final Region | SEPARATORSeparator region. To bind a style to this Region use
the name Separator . |
public static final Region | SLIDERSlider region. To bind a style to this Region use
the name Slider . |
public static final Region | SLIDER_TRACKTrack of the Slider. To bind a style to this Region use
the name SliderTrack . |
public static final Region | SLIDER_THUMBThumb of the Slider. The thumb of the Slider identifies the current
value. To bind a style to this Region use the name
SliderThumb . |
public static final Region | SPINNERSpinner region. To bind a style to this Region use the name
Spinner . |
public static final Region | SPLIT_PANESplitPane region. To bind a style to this Region use the name
SplitPane . |
public static final Region | SPLIT_PANE_DIVIDERDivider of the SplitPane. To bind a style to this Region
use the name SplitPaneDivider . |
public static final Region | TABBED_PANETabbedPane region. To bind a style to this Region use
the name TabbedPane . |
public static final Region | TABBED_PANE_TABRegion of a TabbedPane for one tab. To bind a style to this
Region use the name TabbedPaneTab . |
public static final Region | TABBED_PANE_TAB_AREARegion of a TabbedPane containing the tabs. To bind a style to this
Region use the name TabbedPaneTabArea . |
public static final Region | TABBED_PANE_CONTENTRegion of a TabbedPane containing the content. To bind a style to this
Region use the name TabbedPaneContent . |
public static final Region | TABLETable region. To bind a style to this Region use
the name Table . |
public static final Region | TABLE_HEADERTableHeader region. To bind a style to this Region use
the name TableHeader . |
public static final Region | TEXT_AREATextArea region. To bind a style to this Region use
the name TextArea . |
public static final Region | TEXT_FIELDTextField region. To bind a style to this Region use
the name TextField . |
public static final Region | TEXT_PANETextPane region. To bind a style to this Region use
the name TextPane . |
public static final Region | TOGGLE_BUTTONToggleButton region. To bind a style to this Region use
the name ToggleButton . |
public static final Region | TOOL_BARToolBar region. To bind a style to this Region use
the name ToolBar . |
public static final Region | TOOL_BAR_CONTENTRegion of the ToolBar containing the content. To bind a style to this
Region use the name ToolBarContent . |
public static final Region | TOOL_BAR_DRAG_WINDOWRegion for the Window containing the ToolBar. To bind a style to this
Region use the name ToolBarDragWindow . |
public static final Region | TOOL_TIPToolTip region. To bind a style to this Region use
the name ToolTip . |
public static final Region | TOOL_BAR_SEPARATORToolBar separator region. To bind a style to this Region use
the name ToolBarSeparator . |
public static final Region | TREETree region. To bind a style to this Region use the name
Tree . |
public static final Region | TREE_CELLRegion of the Tree for one cell. To bind a style to this
Region use the name TreeCell . |
public static final Region | VIEWPORTViewport region. To bind a style to this Region use
the name Viewport . |
private String | name |
private boolean | subregion |