Class ButtonFactoryProperty

    • Constructor Detail

      • ButtonFactoryProperty

        public ButtonFactoryProperty​(PropertyGroup group,
                                     java.lang.String name,
                                     java.lang.String description,
                                     PropertyValueHandler valueHandler)
        Constructor.
        Parameters:
        group - the property group
        name - the property name
        description - the property description
        valueHandler - handles values for this property
    • Method Detail

      • get

        public ButtonFactory get​(java.lang.Object valueContainer)
        Returns the ButtonFactory value of this property in a value container.
        Parameters:
        valueContainer - the value container
        Returns:
        the button factory value of this property
      • set

        public void set​(java.lang.Object valueContainer,
                        ButtonFactory buttonFactory)
        Sets the ButtonFactory value of this property in a value container.
        Parameters:
        valueContainer - the value container
        buttonFactory - the button factory