Uses of Class
org.controlsfx.control.WorldMapView.Location
-
Packages that use WorldMapView.Location 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.Location in org.controlsfx.control
Methods in org.controlsfx.control that return types with arguments of type WorldMapView.Location Modifier and Type Method Description javafx.collections.ObservableList<WorldMapView.Location>WorldMapView. getLocations()Returns the list of locations shown by the map.javafx.util.Callback<WorldMapView.Location,javafx.scene.Node>WorldMapView. getLocationViewFactory()Returns the value ofWorldMapView.locationViewFactoryProperty().javafx.collections.ObservableList<WorldMapView.Location>WorldMapView. getSelectedLocations()Returns the list of currently selected locations.javafx.beans.property.ListProperty<WorldMapView.Location>WorldMapView. locationsProperty()A property used to store the list of locations shown by the map.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).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.Location Modifier and Type Method Description voidWorldMapView. setLocations(javafx.collections.ObservableList<WorldMapView.Location> locations)Sets the list of locations shown by the map.voidWorldMapView. setLocationViewFactory(javafx.util.Callback<WorldMapView.Location,javafx.scene.Node> factory)Sets the value ofWorldMapView.locationViewFactoryProperty().voidWorldMapView. setSelectedLocations(javafx.collections.ObservableList<WorldMapView.Location> locations)Sets the list of currently selected locations.
-