Class DropFilterProperty

All Implemented Interfaces:
Property

public class DropFilterProperty extends ValueHandlerProperty
A property that has a DropFilter object as value.
Since:
IDW 1.4.0
  • Constructor Details

    • DropFilterProperty

      public DropFilterProperty(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 DropFilter get(Object valueContainer)
      Gets the DropFilter value of this property in a value container.
      Parameters:
      valueContainer - the value container
      Returns:
      the DropFilter value
    • set

      public void set(Object valueContainer, DropFilter filter)
      Sets the value of this property in a value container.
      Parameters:
      valueContainer - the value container
      filter - the value