Documentation of 'org.jplot2d.swing.proptable.property.Property' Java class
Property
org.jplot2d.swing.proptable.property

Interface Property<T>

    • Method Detail

      • getName

        java.lang.String getName()
      • getDisplayName

        java.lang.String getDisplayName()
      • getShortDescription

        java.lang.String getShortDescription()
      • getDisplayDigits

        int getDisplayDigits()
      • getType

        java.lang.Class<T> getType()
      • getValue

        T getValue()
      • setValue

        void setValue(T value)
      • isEditable

        boolean isEditable()
      • getSubProperties

        Property<?>[] getSubProperties()
      • getAvailableValues

        java.lang.Object[] getAvailableValues()
        If the returned value is not null, The table will use a JComboBox to edit this property.
        Returns:
        all available values

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.