class |
Accordion |
Component that provides access to a set of components via selectable headers.
|
class |
Alert |
Class representing an "alert", a dialog commonly used to facilitate simple
user interaction.
|
class |
Border |
Container that displays a border.
|
class |
Checkbox |
Component representing a checkbox.
|
class |
Expander |
Navigation container that allows a user to expand and collapse a content
component.
|
class |
Form |
A container that arranges field components in a form layout.
|
class |
GridPane |
Container that arranges components in a two-dimensional grid, where every
cell is the same size.
|
class |
HyperlinkButton |
Specialized subclass of LinkButton that actually implements an HTML hyperlink
using the Desktop.browse(java.net.URI) method.
|
class |
ImageView |
Component that displays an image.
|
class |
LinkButton |
Button component that resembles an HTML hyperlink.
|
class |
ListButton |
Component that allows a user to select one of several list options.
|
class |
ListView |
Component that displays a sequence of items, optionally allowing a user to
select or check one or more items.
|
class |
Menu |
Component that presents a cascading menu.
|
static class |
Menu.Item |
Component representing a menu item.
|
class |
MenuBar |
Component representing a menu bar.
|
static class |
MenuBar.Item |
Component representing a menu bar item.
|
class |
MenuButton |
Component that allows a user to select one of several menu options.
|
class |
MenuPopup |
Popup class that displays a cascading menu.
|
class |
MovieView |
Component that plays a movie.
|
class |
Prompt |
Class representing a "prompt", a sheet commonly used to facilitate simple
user interaction.
|
class |
PushButton |
Component representing a push button.
|
class |
RadioButton |
Component representing a "radio button".
|
class |
Rollup |
Container that can be expanded or collapsed to respectively show or hide its
content.
|
class |
Spinner |
Component that presents a means of cycling through a list of items.
|
class |
TablePane |
Container that arranges components in a two-dimensional grid, optionally
spanning multiple rows and columns, much like an HTML <table>
element.
|
class |
TableView |
Component that displays a sequence of rows partitioned into columns,
optionally allowing a user to select one or more rows.
|
static class |
TableView.Column |
Contains information about a table column.
|
class |
TabPane |
Container that provides access to a set of components via selectable tabs,
only one of which is visible at a time.
|
class |
TextPane |
Component that allows a user to enter and edit multiple lines of (optionally
formatted) text.
|
class |
TreeView |
Class that displays a hierarchical data structure, allowing a user to select
one or more paths.
|
class |
Viewport |
Abstract base class for viewport components.
|
class |
Window |
Top-level container representing the entry point into a user interface.
|