Package | Description |
---|---|
org.openide.explorer.propertysheet |
The exact properties of a node may be displayed and edited with the
Property Sheet.
|
Class and Description |
---|
ExPropertyModel
Deprecated.
- Use PropertySupport.Reflection or BeanNode if you need to
expose bean properties
|
InplaceEditor
Interface defining the contract of reusable inline cell editors for
properties.
|
InplaceEditor.Factory
A factory for inplace editor instances.
|
PropertyEnv
PropertyEnv is a class which allows an object (such as a
Node.Property instance) to communicate hints to property
editor instances that affect the behavior or visual
rendering of the property in a
PropertySheet
or PropertyPanel component. |
PropertyModel
A model defining the behavior of a property.
|
PropertySheet
Implements a property sheet for a set of nodes.
|