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