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

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

 

Uses of Class
org.openide.nodes.Sheet.Set

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

Uses of Sheet.Set in org.openide.nodes
 

Methods in org.openide.nodes that return Sheet.Set
 Sheet.Set Sheet.get(String name)
          Find the property set with a given name.
 Sheet.Set Sheet.put(Sheet.Set set)
          Add a property set.
 Sheet.Set Sheet.remove(String set)
          Remove a property set from the sheet.
static Sheet.Set Sheet.createPropertiesSet()
          Convenience method to create new sheet set named Sheet.PROPERTIES.
static Sheet.Set Sheet.createExpertSet()
          Convenience method to create new sheet set named Sheet.EXPERT.
 Sheet.Set Sheet.Set.cloneSet()
          Clone the property set.
 

Methods in org.openide.nodes with parameters of type Sheet.Set
 Sheet.Set Sheet.put(Sheet.Set set)
          Add a property set.
 


 

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