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 and Description |
---|---|
interface |
ExPropertyModel
Deprecated.
- Use PropertySupport.Reflection or BeanNode if you need to
expose bean properties
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPropertyModel
Deprecated.
Use org.openide.nodes.PropertySupport.Reflection instead
|
Modifier and Type | Method and 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 and 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 and Description |
---|
PropertyPanel(PropertyModel model,
int preferences)
Creates a new PropertyPanel.
|
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.