java.lang.Object
java.util.AbstractMap<String,Object>
org.tentackle.reflect.PropertyMap<T>
org.tentackle.fx.AbstractBuilder<javafx.scene.control.ChoiceBox<?>>
org.tentackle.fx.component.build.ChoiceBoxBuilder
- All Implemented Interfaces:
Map<String,,Object> javafx.util.Builder<javafx.scene.control.ChoiceBox<?>>
@BuilderService(javafx.scene.control.ChoiceBox.class)
public class ChoiceBoxBuilder
extends AbstractBuilder<javafx.scene.control.ChoiceBox<?>>
Builder to create a ChoiceBox.
- Author:
- harald
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.AbstractBuilder
build, createMapping, getMethods inherited from class org.tentackle.reflect.PropertyMap
containsKey, entrySet, equals, getBean, getBeanType, getMapping, hashCode, put, removeMethods inherited from class java.util.AbstractMap
clear, clone, containsValue, isEmpty, keySet, putAll, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ChoiceBoxBuilder
public ChoiceBoxBuilder()Creates the builder.
-