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
          An extension to the PropertyModel interface that allows the property to supply information for ExPropertyEditor.
 

Classes in org.openide.explorer.propertysheet that implement PropertyModel
 class DefaultPropertyModel
          The default implementation of PropertyModel interface.
 

Methods in org.openide.explorer.propertysheet that return PropertyModel
 PropertyModel PropertyPanel.getModel()
          Getter for property model.
 

Methods in org.openide.explorer.propertysheet with parameters of type PropertyModel
 void PropertyPanel.setModel(PropertyModel model)
          Setter for property model.
 

Constructors in org.openide.explorer.propertysheet with parameters of type PropertyModel
PropertyPanel(PropertyModel model, int preferences)
          Creates new PropertyPanel
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.