Class BorderProperty

    • Constructor Detail

      • BorderProperty

        public BorderProperty​(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 javax.swing.border.Border get​(java.lang.Object valueContainer)
        Returns the border value of this property in a value container.
        Parameters:
        valueContainer - the value container
        Returns:
        the border value of this property
      • set

        public void set​(java.lang.Object valueContainer,
                        javax.swing.border.Border border)
        Sets the border value of this property in a value container.
        Parameters:
        valueContainer - the value container
        border - the border value