org.openide.nodes 7.12.1

Uses of Class
org.openide.nodes.Sheet

Packages that use Sheet
org.openide.nodes NetBeans uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. 
 

Uses of Sheet in org.openide.nodes
 

Methods in org.openide.nodes that return Sheet
 Sheet Sheet.cloneSheet()
          Create a deep copy of the sheet.
static Sheet Sheet.createDefault()
          Convenience method to create new sheet with only one empty set, named PROPERTIES.
protected  Sheet AbstractNode.createSheet()
          Initialize a default property sheet; commonly overridden.
protected  Sheet AbstractNode.getSheet()
          Get the current property sheet.
 

Methods in org.openide.nodes with parameters of type Sheet
protected  void AbstractNode.setSheet(Sheet s)
          Set the set of properties.
 


org.openide.nodes 7.12.1

Built on February 22 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.