Uses of Interface
org.openide.nodes.Index

Packages that use Index
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. 
 

Uses of Index in org.openide.loaders
 

Classes in org.openide.loaders that implement Index
static class DataFolder.Index
          Support for index cookie for folder nodes.
 

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.
 

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 February 22 2001.  |  Portions Copyright 1997-2000 Sun Microsystems, Inc. All rights reserved.