Interface PropertyAdapter<T>

    • Method Detail

      • getName

        java.lang.String getName()
        Returns:
        the property name used in PropertyChangeEvents.
      • getLabel

        java.lang.String getLabel()
        Returns:
        the label for the UI element.
      • getValue

        T getValue()
        Returns:
        the property value.
      • getFormat

        java.text.Format getFormat()
        Returns:
        a formatter for converting the value to a String.