|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node.Property | |
org.openide.nodes | The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. |
Uses of Node.Property in org.openide.nodes |
Subclasses of Node.Property in org.openide.nodes | |
class |
IndexedPropertySupport
Support for indexed properties. |
static class |
Node.IndexedProperty
Description of an indexed property and operations on it. |
class |
PropertySupport
Support class for Node.Property . |
static class |
PropertySupport.Name
Support for the name property of a node. |
static class |
PropertySupport.ReadOnly
A simple read-only property. |
static class |
PropertySupport.ReadWrite
A simple read/write property. |
static class |
PropertySupport.Reflection
Support for properties from Java Reflection. |
static class |
PropertySupport.WriteOnly
A simple write-only property. |
Fields in org.openide.nodes declared as Node.Property | |
Node.Property[] |
BeanNode.Descriptor.property
Regular properties. |
Node.Property[] |
BeanNode.Descriptor.expert
Expert properties. |
Node.Property[] |
BeanNode.Descriptor.hidden
Hidden properties. |
Methods in org.openide.nodes that return Node.Property | |
Node.Property |
Sheet.Set.get(String name)
Get a property by name. |
Node.Property[] |
Sheet.Set.getProperties()
Get all properties in this set. |
Node.Property |
Sheet.Set.put(Node.Property p)
Add a property to this set, replacing any old one with the same name. |
Node.Property |
Sheet.Set.remove(String name)
Remove a property from the set. |
abstract Node.Property[] |
Node.PropertySet.getProperties()
Get the list of contained properties. |
Methods in org.openide.nodes with parameters of type Node.Property | |
Node.Property |
Sheet.Set.put(Node.Property p)
Add a property to this set, replacing any old one with the same name. |
void |
Sheet.Set.put(Node.Property[] ar)
Add several properties to this set, replacing old ones with the same names. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |