Uses of Class
org.openide.nodes.Sheet

Packages that use Sheet
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
org.openide.nodes The IDE uses nodes to represent JavaBeans or other property containers, formed into a hierarchical tree. 
org.openide.src.nodes Source elements can be represented by default element nodes
 

Uses of Sheet in org.openide.loaders
 

Methods in org.openide.loaders that return Sheet
protected  Sheet DataNode.createSheet()
           
protected  Sheet DataFolder.FolderNode.createSheet()
           
 

Uses of Sheet in org.openide.nodes
 

Methods in org.openide.nodes that return Sheet
protected  Sheet AbstractNode.createSheet()
          Initialize a default property sheet; commonly overridden.
protected  Sheet AbstractNode.getSheet()
          Get the current property 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.
 

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

Uses of Sheet in org.openide.src.nodes
 

Methods in org.openide.src.nodes that return Sheet
protected  Sheet InitializerElementNode.createSheet()
           
protected  Sheet ConstructorElementNode.createSheet()
           
protected  Sheet FieldElementNode.createSheet()
           
protected  Sheet ClassElementNode.createSheet()
           
protected  Sheet MethodElementNode.createSheet()
           
 



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