org.jplot2d.swing.proptable.property
Class SizeModeProperty
- java.lang.Object
-
- org.jplot2d.swing.proptable.property.MainProperty<T>
-
- org.jplot2d.swing.proptable.property.SizeModeProperty
-
public class SizeModeProperty extends MainProperty<T>
-
-
Constructor Summary
Constructors Constructor and Description SizeModeProperty(PropertyInfo descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetDisplayDigits()java.lang.StringgetDisplayName()java.lang.StringgetName()java.lang.StringgetShortDescription()java.lang.Class<T>getType()booleanisEditable()voidreadFromObject(java.lang.Object object)Load property from the given object, by the PropertyDescriptor's read method.voidwriteToObject(java.lang.Object object)Write property to the given object, by the PropertyDescriptor's write method.-
Methods inherited from class org.jplot2d.swing.proptable.property.MainProperty
addPropertyChangeListener, getAvailableValues, getSubProperties, getValue, removePropertyChangeListener, setValue, toString
-
-
-
-
Constructor Detail
-
SizeModeProperty
public SizeModeProperty(PropertyInfo descriptor)
-
-
Method Detail
-
isEditable
public boolean isEditable()
- Specified by:
isEditablein interfaceProperty<SizeMode>
-
getName
public java.lang.String getName()
-
getDisplayName
public java.lang.String getDisplayName()
-
getShortDescription
public java.lang.String getShortDescription()
-
getDisplayDigits
public int getDisplayDigits()
-
getType
public java.lang.Class<T> getType()
-
readFromObject
public void readFromObject(java.lang.Object object)
Load property from the given object, by the PropertyDescriptor's read method.- Specified by:
readFromObjectin classMainProperty<T>
-
writeToObject
public void writeToObject(java.lang.Object object) throws java.lang.ThrowableWrite property to the given object, by the PropertyDescriptor's write method.- Specified by:
writeToObjectin classMainProperty<T>- Throws:
java.lang.Throwable
-
-
DMelt 3.0 © DataMelt by jWork.ORG