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

Uses of Interface org.openide.nodes.Index (NetBeans Nodes API) - NetBeans API Javadoc 5.0.0

 

Uses of Interface
org.openide.nodes.Index

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

Uses of Index in org.openide.nodes
 

Classes in org.openide.nodes that implement Index
static class Index.ArrayChildren
          Reorderable children list stored in an array.
static class Index.Support
          A support class implementing some methods of the Index cookie.
 

Fields in org.openide.nodes declared as Index
protected  Index Index.ArrayChildren.support
          Support instance for delegation of some Index methods.
 

Methods in org.openide.nodes that return Index
 Index Index.KeysChildren.getIndex()
          Getter for the index that works with this children.
protected  Index Index.KeysChildren.createIndex()
          The method that creates the supporting index for this children object.
 

Methods in org.openide.nodes with parameters of type Index
static void Index.Support.showIndexedCustomizer(Index idx)
          Utility method to create and show an indexed customizer.
 

Constructors in org.openide.nodes with parameters of type Index
IndexedNode(Children children, Index indexImpl)
          Allows subclasses to provide their own children and index handling.
 


 

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