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

Class MainProperty<T>

    • Constructor Detail

      • MainProperty

        public MainProperty()
    • Method Detail

      • setValue

        public void setValue(T value)
        Specified by:
        setValue in interface Property<T>
      • addPropertyChangeListener

        public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
      • removePropertyChangeListener

        public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
      • readFromObject

        public abstract void readFromObject(java.lang.Object object)
        Load property from the given object.
        Parameters:
        object -
        Throws:
        java.lang.Throwable
      • writeToObject

        public abstract void writeToObject(java.lang.Object object)
                                    throws java.lang.Throwable
        Write property to the given object.
        Parameters:
        object -
        Throws:
        java.lang.Throwable
      • getAvailableValues

        public java.lang.Object[] 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.