Uses of Class
org.controlsfx.control.WorldMapView.CountryView
-
Packages that use WorldMapView.CountryView 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.CountryView in org.controlsfx.control
Methods in org.controlsfx.control that return types with arguments of type WorldMapView.CountryView Modifier and Type Method Description 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.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.CountryView Modifier and Type Method Description void
WorldMapView. setCountryViewFactory(javafx.util.Callback<WorldMapView.Country,WorldMapView.CountryView> factory)
Sets the value ofWorldMapView.countryViewFactoryProperty()
.
-