- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- org.tentackle.reflect.PropertyMap<T>
-
- org.tentackle.fx.AbstractBuilder<javafx.scene.control.ComboBox<?>>
-
- org.tentackle.fx.rdc.component.build.RdcComboBoxBuilder
-
- All Implemented Interfaces:
Map<String,Object>,javafx.util.Builder<javafx.scene.control.ComboBox<?>>
@BuilderService(javafx.scene.control.ComboBox.class) public class RdcComboBoxBuilder extends AbstractBuilder<javafx.scene.control.ComboBox<?>>
Builder to create a ComboBox.- 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 Constructor Description RdcComboBoxBuilder()Creates the builder.
-
Method Summary
-
Methods inherited from class org.tentackle.fx.AbstractBuilder
build, get
-
Methods inherited from class org.tentackle.reflect.PropertyMap
containsKey, entrySet, equals, getBean, getBeanType, hashCode, put, remove
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsValue, isEmpty, keySet, putAll, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-