Uses of Package
org.controlsfx.control
Packages that use org.controlsfx.control
Package
Description
A package containing a number of useful controls-related classes that do not
exist in the base JavaFX distribution.
A package containing a number of useful cell-related classes that do not
exist in the base JavaFX distribution, many related to the new
GridView
control offered in
ControlsFX.A package containing a number of useful classes related to the
PropertySheet
control.A package containing a number of useful editor classes related to the
PropertySheet
control.-
Classes in org.controlsfx.control used by impl.org.controlsfx.skinClassDescriptionRepresents a bread crumb bar.A simple UI control that makes it possible to select zero or more items within a ComboBox-like control.A GridCell is created to represent items in the
GridView
items list
.A GridView is a virtualised control for displayingGridView.getItems()
in a visual, scrollable, grid-like fashion.A pane used to display a full-size content node and four initially hidden nodes on the four sides.A UI control that will convert the given text into a series of text labels andhyperlinks
, based on the use of delimiter characters to specify where hyperlinks should appear.A simple UI control that allows for an information popup to be displayed over a node to describe it in further detail.A control used to perform actions on a ListView.A control used to perform a multi-selection via the help of two list views.MaskerPane is designed to be placed alongside other controls in aStackPane
, in order to visually mask these controls, preventing them from being accessed for a short period of time.A master / detail pane is used to display two nodes with a strong relationship to each other.The NotificationPane control is a container control that, when prompted by theNotificationPane.show()
method, will show a non-modal message to the user.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.The PopOver control provides detailed information about an owning node in a popup window.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.The RangeSlider control is simply a JavaFXSlider
control with support for two 'thumbs', rather than one.A control for allowing users to provide a rating.A control that makes it easy to create a horizontal bar that visualizes the segmentation of a total value.A model class used by theSegmentedBar
control.The SegmentedButton is a simple control that forces together a group ofToggleButton
instances such that they appear as one collective button (with sub-buttons), rather than as individual buttons.ASnapshotView
is a control which allows the user to select an area of a node in the typical manner used by picture editors and crate snapshots of the selection.The StatusBar control is normally placed at the bottom of a window.The task progress view is used to visualize the progress of long running tasks.Much like a Toggle Button this control allows the user to toggle between one of two states. -
Classes in org.controlsfx.control used by org.controlsfx.controlClassDescriptionRepresents an Event which is fired when a bread crumb was activated.A GridCell is created to represent items in the
GridView
items list
.A GridView is a virtualised control for displayingGridView.getItems()
in a visual, scrollable, grid-like fashion.A control used to perform a multi-selection via the help of two list views.Specialized actions for ListSelectionView which get access to both the internal list views.An API to show popup notification messages to the user in the corner of their screen, unlike theNotificationPane
which shows notification messages within your application itself.An event class used by thePlusMinusSlider
to inform event handlers about changes.All possible arrow locations.A wrapper interface for a single property to be displayed in aPropertySheet
control.Specifies how thePropertySheet
should be laid out.A model class used by theSegmentedBar
control.TheselectionArea
, in which the user can create a selection, and theunselectedArea
, in which the unselected area is visualized, are limited to a certain area of the control.An enumerator listing all countries of the world.A view used to visualize the bounds of a country via SVG.An object using latitude and longitude information to specify a location in the real world.The selection modes supported by the view. -
Classes in org.controlsfx.control used by org.controlsfx.control.actionClassDescriptionThe 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. -
Classes in org.controlsfx.control used by org.controlsfx.control.cell
-
Classes in org.controlsfx.control used by org.controlsfx.propertyClassDescriptionA wrapper interface for a single property to be displayed in a
PropertySheet
control. -
Classes in org.controlsfx.control used by org.controlsfx.property.editorClassDescriptionA wrapper interface for a single property to be displayed in a
PropertySheet
control.