Uses of Class
ch.sahits.game.openpatrician.javafx.model.OpenPatricianSpinnerOptionDataModel
-
Packages that use OpenPatricianSpinnerOptionDataModel Package Description ch.sahits.game.openpatrician.javafx.control -
-
Uses of OpenPatricianSpinnerOptionDataModel in ch.sahits.game.openpatrician.javafx.control
Methods in ch.sahits.game.openpatrician.javafx.control that return types with arguments of type OpenPatricianSpinnerOptionDataModel Modifier and Type Method Description javafx.collections.ObservableList<OpenPatricianSpinnerOptionDataModel>OpenPatricianSpinner. getOptions()javafx.beans.property.ListProperty<OpenPatricianSpinnerOptionDataModel>OpenPatricianSpinner. optionsProperty()Method parameters in ch.sahits.game.openpatrician.javafx.control with type arguments of type OpenPatricianSpinnerOptionDataModel Modifier and Type Method Description voidOpenPatricianSpinner. setOptions(javafx.collections.ObservableList<OpenPatricianSpinnerOptionDataModel> options)
-