|
org.openide.nodes 7.9.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.FeatureDescriptor
org.openide.nodes.Node.Property<T>
org.openide.nodes.PropertySupport<T>
org.openide.nodes.PropertySupport.ReadWrite<T>
public abstract static class PropertySupport.ReadWrite<T>
A simple read/write property.
Subclasses should implement
Node.Property.getValue()
and Node.Property.setValue(T)
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.openide.nodes.PropertySupport |
---|
PropertySupport.Name, PropertySupport.ReadOnly<T>, PropertySupport.ReadWrite<T>, PropertySupport.Reflection<T>, PropertySupport.WriteOnly<T> |
Constructor Summary | |
---|---|
PropertySupport.ReadWrite(String name,
Class<T> type,
String displayName,
String shortDescription)
Construct a new support. |
Method Summary |
---|
Methods inherited from class org.openide.nodes.PropertySupport |
---|
canRead, canWrite |
Methods inherited from class org.openide.nodes.Node.Property |
---|
equals, getHtmlDisplayName, getPropertyEditor, getValue, getValueType, hashCode, isDefaultValue, restoreDefaultValue, setValue, supportsDefaultValue |
Methods inherited from class java.beans.FeatureDescriptor |
---|
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertySupport.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 property
|
org.openide.nodes 7.9.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |