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

I-Index (NetBeans Nodes API) - NetBeans API Javadoc 5.0.0

 
A B C D E F G H I L M N O P R S T U V W

I

Index - interface org.openide.nodes.Index.
Index cookie providing operations useful for reordering child nodes.
Index.ArrayChildren - class org.openide.nodes.Index.ArrayChildren.
Reorderable children list stored in an array.
Index.ArrayChildren() - Constructor for class org.openide.nodes.Index.ArrayChildren
Constructor for the support.
Index.KeysChildren - class org.openide.nodes.Index.KeysChildren.
Implementation of index interface that operates on an list of objects that are presented by given nodes.
Index.KeysChildren(List) - Constructor for class org.openide.nodes.Index.KeysChildren
Constructor.
Index.Support - class org.openide.nodes.Index.Support.
A support class implementing some methods of the Index cookie.
Index.Support() - Constructor for class org.openide.nodes.Index.Support
Default constructor.
IndexedCustomizer - class org.openide.nodes.IndexedCustomizer.
Deprecated. Better to use Index.Support.showIndexedCustomizer which behaves better with the window system.
IndexedCustomizer() - Constructor for class org.openide.nodes.IndexedCustomizer
Deprecated. Construct a new customizer.
IndexedNode - class org.openide.nodes.IndexedNode.
An implementation of a node that has children and supports reordering by providing Index implementor.
IndexedNode() - Constructor for class org.openide.nodes.IndexedNode
Create an indexed node.
IndexedNode(Children, Index) - Constructor for class org.openide.nodes.IndexedNode
Allows subclasses to provide their own children and index handling.
IndexedPropertySupport - class org.openide.nodes.IndexedPropertySupport.
Support for indexed properties.
IndexedPropertySupport(Object, Class, Class, Method, Method, Method, Method) - Constructor for class org.openide.nodes.IndexedPropertySupport
Constructor.
InstanceCookie - interface org.openide.cookies.InstanceCookie.
Cookie that should be provided by all nodes that are able to create a "instance".
InstanceCookie.Of - interface org.openide.cookies.InstanceCookie.Of.
Enhanced cookie that can answer queries about the type of the instance it creates.
indexOf(Node) - Method in class org.openide.nodes.Index.ArrayChildren
 
indexOf(Node) - Method in class org.openide.nodes.Index.Support
Get the index of a node.
indexOf(Node) - Method in interface org.openide.nodes.Index
Get the index of a given node.
initCollection() - Method in class org.openide.nodes.Children.Array
Allow subclasses to create a collection, the first time the children are used.
initCollection() - Method in class org.openide.nodes.Index.ArrayChildren
If default constructor is used, then this method is called to lazily create the collection.
initMap() - Method in class org.openide.nodes.Children.Map
Initialize some nodes.
initialize() - Method in class org.openide.util.actions.NodeAction
 
instance - Variable in class org.openide.nodes.IndexedPropertySupport
Instance of the bean.
instance - Variable in class org.openide.nodes.PropertySupport.Reflection
Instance of a bean.
instanceClass() - Method in interface org.openide.cookies.InstanceCookie
The representation type that may be created as instances.
instanceCreate() - Method in interface org.openide.cookies.InstanceCookie
Create an instance.
instanceName() - Method in interface org.openide.cookies.InstanceCookie
The name of InstanceCookie.instanceClass().
instanceOf(Class) - Method in interface org.openide.cookies.InstanceCookie.Of
Query to found out if the object created by this cookie is instance of given type.
isAddEvent() - Method in class org.openide.nodes.NodeMemberEvent
Get the type of action.
isDefaultValue() - Method in class org.openide.nodes.Node.Property
This method indicates whether the current value is the same as the value that would otherwise be restored by calling restoreDefaultValue() (if supportsDefaultValue() returns true).
isEnabled() - Method in class org.openide.util.actions.NodeAction
Test for enablement based on NodeAction.enable(org.openide.nodes.Node[]).
isImmediateReorder() - Method in class org.openide.nodes.IndexedCustomizer
Deprecated. Will reorders be reflected immediately?
isInitialized() - Method in class org.openide.nodes.Children
Method that can be used to test whether the children content has ever been used or it is still not initalized.
isLeaf() - Method in class org.openide.nodes.Node
Test whether the node is a leaf, or may contain children.
isPersistent() - Method in interface org.openide.cookies.ConnectionCookie.Type
Deprecated. Getter whether the registration to this type of event is persistent or is valid only till the source disappears (the IDE shutdowns).
isSon(Node, Node) - Static method in class org.openide.nodes.NodeOp
Test whether the second node is a (direct) child of the first one.

 
A B C D E F G H I L M N O P R S T U V W
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.