Class AccordionBuilder

  • All Implemented Interfaces:
    java.util.Map<java.lang.String,​java.lang.Object>, javafx.util.Builder<javafx.scene.control.Accordion>

    @BuilderService(javafx.scene.control.Accordion.class)
    public class AccordionBuilder
    extends AbstractBuilder<javafx.scene.control.Accordion>
    Builder to create an Accordion.
    Author:
    harald
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Field Summary

      • Fields inherited from class com.sun.javafx.fxml.BeanAdapter

        GET_PREFIX, IS_PREFIX, PROPERTY_SUFFIX, SET_PREFIX, VALUE_OF_METHOD_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      AccordionBuilder()
      Creates the builder.
    • Method Summary

      • Methods inherited from class com.sun.javafx.fxml.BeanAdapter

        coerce, containsKey, entrySet, equals, get, getConstantValue, getGenericListItemType, getGenericMapValueType, getGenericType, getGenericType, getListItemType, getMapValueType, getPropertyModel, getType, getType, hashCode, isDefined, isReadOnly, put, put
      • Methods inherited from class java.util.AbstractMap

        clear, clone, containsValue, isEmpty, keySet, putAll, remove, 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 Detail

      • AccordionBuilder

        public AccordionBuilder()
        Creates the builder.