- AbstractNode - Class in org.openide.nodes
-
A basic implementation of a node.
- AbstractNode(Children) - Constructor for class org.openide.nodes.AbstractNode
-
Create a new abstract node with a given child set.
- AbstractNode(Children, Lookup) - Constructor for class org.openide.nodes.AbstractNode
-
Create a new abstract node with a given child set and associated
lookup.
- acceptNodes(Node[]) - Method in interface org.openide.nodes.NodeAcceptor
-
Is the set of nodes acceptable?
- actionPerformed(ActionEvent) - Method in class org.openide.util.actions.NodeAction
-
- add(Node[]) - Method in class org.openide.nodes.Children
-
Add nodes to this container but do not call this method.
- add(Node[]) - Method in class org.openide.nodes.Children.Array
-
- add(Node[]) - Method in class org.openide.nodes.Children.Keys
-
- add(Node[]) - Method in class org.openide.nodes.Children.Map
-
Does nothing.
- add(Node.Cookie) - Method in class org.openide.nodes.CookieSet
-
Add a new cookie to the set.
- add(Class<? extends Node.Cookie>, CookieSet.Factory) - Method in class org.openide.nodes.CookieSet
-
Registers a Factory for given cookie class
- add(Class<? extends Node.Cookie>[], CookieSet.Factory) - Method in class org.openide.nodes.CookieSet
-
Registers a Factory for given cookie classes
- add(Node[]) - Method in class org.openide.nodes.FilterNode.Children
-
Deprecated.
- addChangeListener(ChangeListener) - Method in class org.openide.nodes.CookieSet
-
Add a listener to changes in the cookie set.
- addChangeListener(ChangeListener) - Method in interface org.openide.nodes.Index
-
Add a new listener to the listener list.
- addChangeListener(ChangeListener) - Method in class org.openide.nodes.Index.ArrayChildren
-
- addChangeListener(ChangeListener) - Method in class org.openide.nodes.Index.Support
-
- addNodeListener(NodeListener) - Method in class org.openide.nodes.Node
-
Add a listener to changes in the node's intrinsic properties (name, cookies, etc.).
- addNotify() - Method in class org.openide.nodes.BeanChildren
-
- addNotify() - Method in class org.openide.nodes.ChildFactory.Detachable
-
Called immediately before the first call to createKeys().
- addNotify() - Method in class org.openide.nodes.Children
-
Called when children are first asked for nodes.
- addNotify() - Method in class org.openide.nodes.FilterNode.Children
-
Initializes listening to changes in original node.
- addNotify() - Method in class org.openide.util.actions.NodeAction
-
Initializes selection listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.IndexedCustomizer
-
Deprecated.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Node
-
Add a listener to the node's computed Bean properties.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Sheet
-
Add a change listener.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Sheet.Set
-
Add a property change listener.
- Array(Collection<Node>) - Constructor for class org.openide.nodes.Children.Array
-
Constructs a new list and allows a subclass to
provide its own implementation of Collection
to store
data in.
- Array() - Constructor for class org.openide.nodes.Children.Array
-
Constructs a new array children without any assigned collection.
- ArrayChildren() - Constructor for class org.openide.nodes.Index.ArrayChildren
-
Constructor for the support.
- assign(Class<? extends T>, T...) - Method in class org.openide.nodes.CookieSet
-
Removes all instances of clazz from the set and replaces them
with newly provided instance(s).