See: Description
Interface | Description |
---|---|
ExPropertyEditor |
An extension interface for property editors that hides
all the necessary communication with the property sheet.
|
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.
|
PropertyModel |
A model defining the behavior of a property.
|
Class | Description |
---|---|
DefaultPropertyModel | Deprecated
Use org.openide.nodes.PropertySupport.Reflection instead
|
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. |
PropertyPanel |
PropertyPanel is a generic GUI component for displaying and editing a JavaBeans™
property or any compatible getter/setter pair for which there is a property editor
available, in accordance with the JavaBeans specification.
|
PropertySheet |
Implements a property sheet for a set of nodes.
|
PropertySheetView |
An Explorer view displaying a
PropertySheet - e.g. |