Package | Description |
---|---|
org.openide.explorer.propertysheet |
The exact properties of a node may be displayed and edited with the
Property Sheet.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ExPropertyModel |
Deprecated.
- Use PropertySupport.Reflection or BeanNode if you need to
expose bean properties
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultPropertyModel |
Deprecated.
Use org.openide.nodes.PropertySupport.Reflection instead
|
Modifier and Type | Method | Description |
---|---|---|
PropertyModel |
PropertyPanel.getModel() |
Get the property model associated with this property panel.
|
PropertyModel |
InplaceEditor.getPropertyModel() |
Inplace editors cache the property model used to update a
property value at the conclusion of editing.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PropertyPanel.setModel(PropertyModel model) |
Setter for property model.
|
void |
InplaceEditor.setPropertyModel(PropertyModel pm) |
Set the property model that should be updated in the event of a
change.
|
Constructor | Description |
---|---|
PropertyPanel(PropertyModel model,
int preferences) |
Creates a new PropertyPanel.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.