|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyModel | |
org.openide.explorer.propertysheet | The exact properties of a node may be displayed and edited with the Property Sheet. |
Uses of PropertyModel in org.openide.explorer.propertysheet |
Subinterfaces of PropertyModel in org.openide.explorer.propertysheet | |
interface |
ExPropertyModel
Deprecated. - Use PropertySupport.Reflection or BeanNode if you need to expose bean properties |
Classes in org.openide.explorer.propertysheet that implement PropertyModel | |
class |
DefaultPropertyModel
Deprecated. Use org.openide.nodes.PropertySupport.Reflection instead |
Methods in org.openide.explorer.propertysheet that return PropertyModel | |
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. |
Methods in org.openide.explorer.propertysheet with parameters of type PropertyModel | |
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. |
Constructors in org.openide.explorer.propertysheet with parameters of type PropertyModel | |
PropertyPanel(PropertyModel model,
int preferences)
Creates a new PropertyPanel. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |