Uses of Enum
org.controlsfx.control.WorldMapView.SelectionMode
Packages that use WorldMapView.SelectionMode
Package
Description
A package containing a number of useful controls-related classes that do not
exist in the base JavaFX distribution.
-
Uses of WorldMapView.SelectionMode in org.controlsfx.control
Methods in org.controlsfx.control that return WorldMapView.SelectionModeModifier and TypeMethodDescriptionWorldMapView.getCountrySelectionMode()
Returns the value ofWorldMapView.countrySelectionModeProperty()
WorldMapView.getLocationSelectionMode()
Returns the value ofWorldMapView.locationSelectionModeProperty()
static WorldMapView.SelectionMode
Returns the enum constant of this type with the specified name.static WorldMapView.SelectionMode[]
WorldMapView.SelectionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.controlsfx.control that return types with arguments of type WorldMapView.SelectionModeModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty
<WorldMapView.SelectionMode> WorldMapView.countrySelectionModeProperty()
A property used to store the selection mode that will be applied for the selection of countries.final javafx.beans.property.ObjectProperty
<WorldMapView.SelectionMode> WorldMapView.locationSelectionModeProperty()
A property used to store the selection mode that will be applied for the selection of locations.Methods in org.controlsfx.control with parameters of type WorldMapView.SelectionModeModifier and TypeMethodDescriptionfinal void
WorldMapView.setCountrySelectionMode
(WorldMapView.SelectionMode mode) Sets the value ofWorldMapView.countrySelectionModeProperty()
.final void
WorldMapView.setLocationSelectionMode
(WorldMapView.SelectionMode mode) Sets the value ofWorldMapView.locationSelectionModeProperty()
.