public abstract static class PropertySupport.ReadWrite<T> extends PropertySupport<T>
Node.Property.getValue()
and Node.Property.setValue(T)
.PropertySupport.Name, PropertySupport.ReadOnly<T>, PropertySupport.ReadWrite<T>, PropertySupport.Reflection<T>, PropertySupport.WriteOnly<T>
Constructor and Description |
---|
ReadWrite(String name,
Class<T> type,
String displayName,
String shortDescription)
Construct a new support.
|
canRead, canWrite
equals, getHtmlDisplayName, getPropertyEditor, getValue, getValueType, hashCode, isDefaultValue, restoreDefaultValue, setValue, supportsDefaultValue
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, toString
public ReadWrite(String name, Class<T> type, String displayName, String shortDescription)
name
- the name of the propertytype
- the class type of the propertydisplayName
- the display name of the propertyshortDescription
- a short description of the propertyBuilt on July 23 2017. | Portions Copyright 1997-2017 Oracle. All rights reserved.