java.lang.Object
java.util.AbstractMap<String,Object>
org.tentackle.reflect.PropertyMap<javafx.scene.control.ButtonBar>
org.tentackle.fx.AbstractBuilder<javafx.scene.control.ButtonBar>
org.tentackle.fx.container.build.ButtonBarBuilder
@BuilderService(javafx.scene.control.ButtonBar.class)
public class ButtonBarBuilder
extends AbstractBuilder<javafx.scene.control.ButtonBar>
Builder to create a ButtonBar.
- Author:
- harald
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
-
Method Summary
Methods inherited from class org.tentackle.fx.AbstractBuilder
build, createMapping, get
Methods inherited from class org.tentackle.reflect.PropertyMap
containsKey, entrySet, equals, getBean, getBeanType, getMapping, 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
-
Constructor Details
-
ButtonBarBuilder
public ButtonBarBuilder()Creates the builder.
-