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

Class SubProperty<T>

  • All Implemented Interfaces:
    Property<T>


    public abstract class SubProperty<T>
    extends java.lang.Object
    implements Property<T>
    The sub-property has no sub-property, and has no method to readFromObject/writeToObject
    • Constructor Detail

      • SubProperty

        public SubProperty(MainProperty<?> mainProp)
    • Method Detail

      • getMainProperty

        public MainProperty<?> getMainProperty()
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Property<T>
      • getDisplayName

        public java.lang.String getDisplayName()
        Specified by:
        getDisplayName in interface Property<T>
      • getType

        public java.lang.Class<T> getType()
        Specified by:
        getType in interface Property<T>
      • getAvailableValues

        public T[] getAvailableValues()
        Description copied from interface: Property
        If the returned value is not null, The table will use a JComboBox to edit this property.
        Specified by:
        getAvailableValues in interface Property<T>
        Returns:
        all available values

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.