Class DropFilterProperty

    • Constructor Detail

      • DropFilterProperty

        public DropFilterProperty​(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 DropFilter get​(java.lang.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​(java.lang.Object valueContainer,
                        DropFilter filter)
        Sets the value of this property in a value container.
        Parameters:
        valueContainer - the value container
        filter - the value