Uses of Class
org.controlsfx.control.WorldMapView.CountryView
Packages that use WorldMapView.CountryView
Package
Description
A package containing a number of useful controls-related classes that do not
exist in the base JavaFX distribution.
-
Uses of WorldMapView.CountryView in org.controlsfx.control
Methods in org.controlsfx.control that return types with arguments of type WorldMapView.CountryViewModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty
<javafx.util.Callback<WorldMapView.Country, WorldMapView.CountryView>> WorldMapView.countryViewFactoryProperty()
A property used to store a factory callback for creating new country views.final javafx.util.Callback
<WorldMapView.Country, WorldMapView.CountryView> WorldMapView.getCountryViewFactory()
Returns the value ofWorldMapView.countryViewFactoryProperty()
.Method parameters in org.controlsfx.control with type arguments of type WorldMapView.CountryViewModifier and TypeMethodDescriptionfinal void
WorldMapView.setCountryViewFactory
(javafx.util.Callback<WorldMapView.Country, WorldMapView.CountryView> factory) Sets the value ofWorldMapView.countryViewFactoryProperty()
.