Uses of Class
org.controlsfx.control.WorldMapView.SelectionMode
-
Packages that use WorldMapView.SelectionMode Package Description org.controlsfx.control 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.SelectionMode Modifier and Type Method Description WorldMapView.SelectionMode
WorldMapView. getCountrySelectionMode()
Returns the value ofWorldMapView.countrySelectionModeProperty()
WorldMapView.SelectionMode
WorldMapView. getLocationSelectionMode()
Returns the value ofWorldMapView.locationSelectionModeProperty()
static WorldMapView.SelectionMode
WorldMapView.SelectionMode. valueOf(String name)
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.SelectionMode Modifier and Type Method Description 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.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.SelectionMode Modifier and Type Method Description void
WorldMapView. setCountrySelectionMode(WorldMapView.SelectionMode mode)
Sets the value ofWorldMapView.countrySelectionModeProperty()
.void
WorldMapView. setLocationSelectionMode(WorldMapView.SelectionMode mode)
Sets the value ofWorldMapView.locationSelectionModeProperty()
.
-