Uses of Class
com.iamsoft.util.ui.javafx.test.Person
Packages that use Person
-
Uses of Person in com.iamsoft.util.ui.javafx.test
Fields in com.iamsoft.util.ui.javafx.test with type parameters of type PersonModifier and TypeFieldDescriptionPersonUtils.ACCUMULATOR
There are several ways to setup property binding.PersonUtils.ACCUMULATOR
There are several ways to setup property binding.static final UnaryOperator<Person>
PersonUtils.CLONE_FUNCTION
static final Function<Person,
Collection<? extends javafx.beans.Observable>> PersonUtils.PROPERTIES_FUNCTION
Methods in com.iamsoft.util.ui.javafx.test that return PersonMethods in com.iamsoft.util.ui.javafx.test that return types with arguments of type PersonModifier and TypeMethodDescriptionjavafx.util.Callback<javafx.scene.control.TableColumn.CellDataFeatures<Person,
?>, javafx.beans.value.ObservableValue<?>> PersonUtils.Attrib.getCellValueFactory()
PersonUtils.Attrib.getFunction()
PersonUtils.makeColumns()
javafx.scene.control.TableColumn<Person,
?> PersonUtils.Attrib.makeTableColumn()
PersonUtils.personIterator()
Infinite iterator of person objects.PersonUtils.personIterator
(Random pRandom) Infinite iterator of person objects.Methods in com.iamsoft.util.ui.javafx.test with parameters of type PersonModifier and TypeMethodDescriptionstatic void
Method parameters in com.iamsoft.util.ui.javafx.test with type arguments of type PersonModifier and TypeMethodDescriptionvoid
PersonUtils.Attrib.configureTableColumn
(javafx.scene.control.TableColumn<Person, ?> pColumn) Constructors in com.iamsoft.util.ui.javafx.test with parameters of type Person