站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Interface org.openide.explorer.propertysheet.PropertyModel (NetBeans Explorer API) - NetBeans API Javadoc 5.0.0

 

Uses of Interface
org.openide.explorer.propertysheet.PropertyModel

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.
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.