Uses of Class
org.controlsfx.control.WorldMapView.Location
Packages that use WorldMapView.Location
Package
Description
A package containing a number of useful controls-related classes that do not
exist in the base JavaFX distribution.
-
Uses of WorldMapView.Location in org.controlsfx.control
Methods in org.controlsfx.control that return types with arguments of type WorldMapView.LocationModifier and TypeMethodDescriptionfinal javafx.collections.ObservableList
<WorldMapView.Location> WorldMapView.getLocations()
Returns the list of locations shown by the map.final javafx.util.Callback
<WorldMapView.Location, javafx.scene.Node> WorldMapView.getLocationViewFactory()
Returns the value ofWorldMapView.locationViewFactoryProperty()
.final javafx.collections.ObservableList
<WorldMapView.Location> WorldMapView.getSelectedLocations()
Returns the list of currently selected locations.final javafx.beans.property.ListProperty
<WorldMapView.Location> WorldMapView.locationsProperty()
A property used to store the list of locations shown by the map.final javafx.beans.property.ObjectProperty
<javafx.util.Callback<WorldMapView.Location, javafx.scene.Node>> WorldMapView.locationViewFactoryProperty()
A property used to store a factory callback for creating new location views (nodes).final javafx.beans.property.ListProperty
<WorldMapView.Location> WorldMapView.selectedLocationsProperty()
A property used for storing the list of selected locations (aka "the selection model").Method parameters in org.controlsfx.control with type arguments of type WorldMapView.LocationModifier and TypeMethodDescriptionfinal void
WorldMapView.setLocations
(javafx.collections.ObservableList<WorldMapView.Location> locations) Sets the list of locations shown by the map.final void
WorldMapView.setLocationViewFactory
(javafx.util.Callback<WorldMapView.Location, javafx.scene.Node> factory) Sets the value ofWorldMapView.locationViewFactoryProperty()
.final void
WorldMapView.setSelectedLocations
(javafx.collections.ObservableList<WorldMapView.Location> locations) Sets the list of currently selected locations.