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

Uses of Class org.openide.nodes.Sheet (NetBeans Nodes API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.openide.nodes.Sheet

Packages that use Sheet
org.openide.nodes The IDE 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.
 


 

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