Package javafx.scene.control

Behavior Encapsulates behavior interaction logic for a Skin, .
Button A simple command button control.
ButtonBase Base class for button-like UI Controls, including Hyperlinks, Buttons, ToggleButtons, CheckBoxes, and RadioButtons.
Cell The Cell API is used for virtualized controls such as ListView, TreeView, and TableView.
CheckBox A tri-state selection Control typically skinned as a box with a checkmark or tick mark when checked.
ChoiceBox
Control Base class for all user interface controls.
Hyperlink An HTML like text label which potentially responds to rollovers and clicks.
IndexedCell A base cell type which contains an index.
Keystroke
Label Label is a non-editable text control.
Labeled Several Control s are labeled, including Labels and Buttons, ToggleButtons, CheckBoxes, and RadioButtons.
ListCell The Cell, type used with the ListView, .
ListView Displays a horizontal or vertical list of items from which the user may select, or with which the user may interact.
OverrunStyle Defines the behavior of a labeled Control when the space for rendering the text is smaller than the space needed to render the entire string.
PasswordBox Password accepts input of password while displaying an echo string
ProgressBar
ProgressIndicator
RadioButton A RadioButton is a specialized ToggleButton.
ScrollBar
ScrollBarPolicy An enumeration denoting the policy to be used by a scrollable Control in deciding whether to show a scroll bar.
ScrollView A Control that provides a scrolled, clipped viewport of its contents.
Separator A horizontal or vertical separator line.
Skin Base class for user interface control skins.
Slider The Slider Control is used to display a continuous or discrete range of valid numeric choices and allows the user to interact with the control.
TextBox A control which displays and accepts input of text.
TextInputControl Several Control s accept and receive text input.
Toggle Mixin class used to represent a control that can be toggled between selected and non-selected states.
ToggleButton A ToggleButton is a specialized control which has the ability to be selected.
ToggleGroup A class which contains a reference to all Toggle s whose selected variables should be managed such that only a single Toggle within the ToggleGroup may be selected at any one time.
Tooltip Tooltips are common UI elements which are typically used for showing additional information about a Control when the Control is hovered over by the mouse.



JavaFXSript.ru - Java FX Specification