Skip navigation links
org.openide.nodes 7.69
A B C D E F G H I K L M N O P R S T U V W 

I

Index - Interface in org.openide.nodes
Index cookie providing operations useful for reordering child nodes.
Index.ArrayChildren - Class in org.openide.nodes
Reorderable children list stored in an array.
Index.KeysChildren<T> - Class in org.openide.nodes
Implementation of index interface that operates on an list of objects that are presented by given nodes.
Index.Support - Class in org.openide.nodes
A support class implementing some methods of the Index cookie.
IndexedCustomizer - Class in org.openide.nodes
Deprecated.
Better to use Index.Support.showIndexedCustomizer(org.openide.nodes.Index) which behaves better with the window system.
IndexedCustomizer() - Constructor for class org.openide.nodes.IndexedCustomizer
Deprecated.
Construct a new customizer.
IndexedNode - Class in org.openide.nodes
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.
IndexedNode(Children, Index, Lookup) - Constructor for class org.openide.nodes.IndexedNode
Allows subclasses to provide their own children and index handling as well as Lookup.
IndexedProperty(Class<T>, Class<E>) - Constructor for class org.openide.nodes.Node.IndexedProperty
Constructor.
IndexedPropertySupport<T,E> - Class in org.openide.nodes
Support for indexed properties.
IndexedPropertySupport(Object, Class<T>, Class<E>, Method, Method, Method, Method) - Constructor for class org.openide.nodes.IndexedPropertySupport
Constructor.
indexOf(Node) - Method in class org.openide.nodes.Index.ArrayChildren
 
indexOf(Node) - Method in interface org.openide.nodes.Index
Get the index of a given node.
indexOf(Node) - Method in class org.openide.nodes.Index.Support
Get the index of a 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.
initialize() - Method in class org.openide.util.actions.NodeAction
 
initMap() - Method in class org.openide.nodes.Children.Map
Initialize some nodes.
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 type that the instance is expected to be assignable to.
InstanceCookie - Interface in org.openide.cookies
Cookie that should be provided by all nodes that are able to create or return an "instance".
InstanceCookie.Of - Interface in org.openide.cookies
Enhanced cookie that can answer queries about the type of the instance it creates.
instanceCreate() - Method in interface org.openide.cookies.InstanceCookie
Create or obtain an instance.
instanceName() - Method in interface org.openide.cookies.InstanceCookie
instanceOf(Class<?>) - Method in interface org.openide.cookies.InstanceCookie.Of
Checks if the object created by this cookie is an instance of the 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 K L M N O P R S T U V W 
Skip navigation links
org.openide.nodes 7.69