See: Description
| Interface | Description |
|---|---|
| PropertySheet.Item |
A wrapper interface for a single property to be displayed in a
PropertySheet control. |
| Class | Description |
|---|---|
| ButtonBar |
A ButtonBar is essentially an
HBox for controls extending
ButtonBase, most notably Button, which have been annotated
with a specific type (from the ButtonBar.ButtonType enumeration). |
| CustomTextField |
A base class for people wanting to customize a
TextField to contain nodes
inside the text field itself, without being on top of the users typed-in text. |
| GridCell<T> |
A GridCell is created to represent items in the
GridView
items list. |
| GridView<T> |
A GridView is a virtualised control for displaying
GridView.getItems() in a
visual, scrollable, grid-like fashion. |
| HyperlinkLabel |
A UI control that will convert the given text into a series of text labels
and
hyperlinks, based on the use of delimiter characters
to specify where hyperlinks should appear. |
| NotificationPane |
The NotificationPane control is a container control that, when prompted by
the
NotificationPane.show() method, will show a non-modal message to the user. |
| PropertySheet |
The PropertySheet control is a powerful control designed to make it really
easy for developers to present to end users a list of properties that the
end user is allowed to manipulate.
|
| RangeSlider |
The RangeSlider control is simply a JavaFX
Slider control with support
for two 'thumbs', rather than one. |
| Rating |
A control for allowing users to provide a rating.
|
| SegmentedButton |
The SegmentedButton is a simple control that forces together a group of
ToggleButton instances such that they appear as one collective button
(with sub-buttons), rather than as individual buttons. |
| TextFields |
A class containing useful customisations for the JavaFX
TextField. |
| Enum | Description |
|---|---|
| ButtonBar.ButtonType |
An enumeration of all available button types.
|
| PropertySheet.Mode |
Specifies how the
PropertySheet should be laid out. |