org.openide.nodes
Class PropertySupport.ReadWrite
java.lang.Object
|
+--java.beans.FeatureDescriptor
|
+--org.openide.nodes.Node.Property
|
+--org.openide.nodes.PropertySupport
|
+--org.openide.nodes.PropertySupport.ReadWrite
- Enclosing class:
- PropertySupport
- public abstract static class PropertySupport.ReadWrite
- extends PropertySupport
A simple read/write property.
Subclasses should implement
Node.Property.getValue()
and Node.Property.setValue(java.lang.Object)
.
Methods inherited from class java.beans.FeatureDescriptor |
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue |
PropertySupport.ReadWrite
public PropertySupport.ReadWrite(String name,
Class type,
String displayName,
String shortDescription)
- Construct a new support.
- Parameters:
name
- the name of the propertytype
- the class type of the propertydisplayName
- the display name of the propertyshortDescription
- a short description of the property
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.