Class ButtonFactoryProperty

All Implemented Interfaces:
Property

public class ButtonFactoryProperty extends ValueHandlerProperty
A property which has ButtonFactory's as values.
  • Constructor Details

    • ButtonFactoryProperty

      public ButtonFactoryProperty(PropertyGroup group, String name, 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 Details

    • get

      public ButtonFactory get(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(Object valueContainer, ButtonFactory buttonFactory)
      Sets the ButtonFactory value of this property in a value container.
      Parameters:
      valueContainer - the value container
      buttonFactory - the button factory