org.openide.nodes 7.3.0

Uses of Interface
org.openide.nodes.Index

Packages that use Index
org.openide.nodes NetBeans 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
protected  Index Index.KeysChildren.createIndex()
          The method that creates the supporting index for this children object.
 Index Index.KeysChildren.getIndex()
          Getter for the index that works with this children.
 

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.
 


org.openide.nodes 7.3.0

Built on April 30 2009.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.