|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node.Property | |
org.openide.explorer.propertysheet | The exact properties of a node may be displayed and edited with the Property Sheet. |
org.openide.explorer.view | The Explorer is really an abstraction that needs a view to actually display the nodes. |
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.explorer.propertysheet |
Methods in org.openide.explorer.propertysheet that return Node.Property | |
Node.Property |
PropertyPanel.getProperty()
Fetch the property that this PropertyPanel displays. |
Methods in org.openide.explorer.propertysheet with parameters of type Node.Property | |
void |
PropertyPanel.setProperty(Node.Property p)
Set or change the property this PropertyPanel will display |
Constructors in org.openide.explorer.propertysheet with parameters of type Node.Property | |
PropertyPanel(Node.Property p,
int preferences)
Create a new property panel for the specified property with the specified preferences. |
|
PropertyPanel(Node.Property p)
Create a new property panel for displaying/editing the specified property |
Uses of Node.Property in org.openide.explorer.view |
Methods in org.openide.explorer.view that return Node.Property | |
protected Node.Property |
NodeTableModel.getPropertyFor(Node node,
Node.Property prop)
Returns node property if found in nodes property sets. |
Methods in org.openide.explorer.view with parameters of type Node.Property | |
void |
TreeTableView.setProperties(Node.Property[] props)
Set columns. |
void |
NodeTableModel.setProperties(Node.Property[] props)
Set columns. |
protected Node.Property |
NodeTableModel.getPropertyFor(Node node,
Node.Property prop)
Returns node property if found in nodes property sets. |
void |
ListTableView.setProperties(Node.Property[] props)
Deprecated. Set columns. |
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 |