Uses of Package
org.controlsfx.control
-
Packages that use org.controlsfx.control Package Description impl.org.controlsfx.skin org.controlsfx.control A package containing a number of useful controls-related classes that do not exist in the base JavaFX distribution.org.controlsfx.control.action org.controlsfx.control.cell A package containing a number of useful cell-related classes that do not exist in the base JavaFX distribution, many related to the newGridView
control offered in ControlsFX.org.controlsfx.property A package containing a number of useful classes related to thePropertySheet
control.org.controlsfx.property.editor A package containing a number of useful editor classes related to thePropertySheet
control. -
Classes in org.controlsfx.control used by impl.org.controlsfx.skin Class Description BreadCrumbBar Represents a bread crumb bar.CheckComboBox A simple UI control that makes it possible to select zero or more items within a ComboBox-like control.GridCell A GridCell is created to represent items in theGridView
items list
.GridView A GridView is a virtualised control for displayingGridView.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 andhyperlinks
, 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.ListActionView A control used to perform actions on a ListView.ListSelectionView A control used to perform a multi-selection via the help of two list views.MaskerPane 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.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 theNotificationPane.show()
method, will show a non-modal message to the user.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.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 JavaFXSlider
control with support for two 'thumbs', rather than one.Rating A control for allowing users to provide a rating.SegmentedBar A control that makes it easy to create a horizontal bar that visualizes the segmentation of a total value.SegmentedBar.Segment A model class used by theSegmentedBar
control.SegmentedButton 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.SnapshotView 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.StatusBar The StatusBar control is normally placed at the bottom of a window.TaskProgressView The task progress view is used to visualize the progress of long running tasks.ToggleSwitch 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.control Class Description BreadCrumbBar.BreadCrumbActionEvent Represents an Event which is fired when a bread crumb was activated.CheckModel GridCell A GridCell is created to represent items in theGridView
items list
.GridView A GridView is a virtualised control for displayingGridView.getItems()
in a visual, scrollable, grid-like fashion.IndexedCheckModel ListSelectionView A control used to perform a multi-selection via the help of two list views.ListSelectionView.ListSelectionAction Specialized actions for ListSelectionView which get access to both the internal list views.Notifications 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.PlusMinusSlider.PlusMinusEvent An event class used by thePlusMinusSlider
to inform event handlers about changes.PopOver.ArrowLocation All possible arrow locations.PropertySheet.Item A wrapper interface for a single property to be displayed in aPropertySheet
control.PropertySheet.Mode Specifies how thePropertySheet
should be laid out.SegmentedBar.Segment A model class used by theSegmentedBar
control.SnapshotView.Boundary 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.WorldMapView.Country An enumerator listing all countries of the world.WorldMapView.CountryView A view used to visualize the bounds of a country via SVG.WorldMapView.Location An object using latitude and longitude information to specify a location in the real world.WorldMapView.SelectionMode The selection modes supported by the view. -
Classes in org.controlsfx.control used by org.controlsfx.control.action Class Description SegmentedButton 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. -
Classes in org.controlsfx.control used by org.controlsfx.control.cell Class Description GridCell A GridCell is created to represent items in theGridView
items list
. -
Classes in org.controlsfx.control used by org.controlsfx.property Class Description PropertySheet.Item A wrapper interface for a single property to be displayed in aPropertySheet
control. -
Classes in org.controlsfx.control used by org.controlsfx.property.editor Class Description PropertySheet.Item A wrapper interface for a single property to be displayed in aPropertySheet
control.