See: Description
| Interface | Description |
|---|---|
| PropertySheet.Item |
A wrapper interface for a single property to be displayed in a
PropertySheet control. |
| Class | Description |
|---|---|
| BreadCrumbBar<T> |
Represents a bread crumb bar.
|
| BreadCrumbBar.BreadCrumbActionEvent<TE> |
Represents an Event which is fired when a bread crumb was activated.
|
| 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). |
| CheckComboBox<T> |
A simple UI control that makes it possible to select zero or more items within
a ComboBox-like control.
|
| CheckListView<T> |
A simple UI control that makes it possible to select zero or more items within
a ListView without the need to set a custom cell factory or manually create
boolean properties for each row - simply use the
check model to request the current selection
state. |
| CheckTreeView<T> |
A simple UI control that makes it possible to select zero or more items within
a TreeView without the need to set a custom cell factory or manually create
boolean properties for each row - simply use the
check model to request the current selection
state. |
| 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. |
| HiddenSidesPane |
A pane used to display a full-size content node and four initially hidden
nodes on the four sides.
|
| 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. |
| InfoOverlay |
A simple UI control that allows for an information popup to be displayed over
a node to describe it in further detail.
|
| MasterDetailPane |
A master / detail pane is used to display two nodes with a strong
relationship to each other.
|
| 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. |
| Notifications |
An API to show popup notification messages to the user in the corner of their
screen, unlike the
NotificationPane which shows notification messages
within your application itself. |
| PlusMinusSlider |
A plus minus slider allows the user to continously fire an event carrying a
value between -1 and +1 by moving a thumb from its center position to the
left or right (or top and bottom) edge of the control.
|
| PlusMinusSlider.PlusMinusEvent |
An event class used by the
PlusMinusSlider to inform event
handlers about changes. |
| PopOver |
The PopOver control provides detailed information about an owning node in a
popup window.
|
| 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. |
| Enum | Description |
|---|---|
| ButtonBar.ButtonType |
An enumeration of all available button types.
|
| PopOver.ArrowLocation |
All possible arrow locations.
|
| PropertySheet.Mode |
Specifies how the
PropertySheet should be laid out. |