- readOnly(String, Class<T>, Supplier<T>) - Static method in class org.openide.nodes.PropertySupport
-
Creates a read-only "virtual" property where getter is backed by the
provided
Supplier
functional interface.
- ReadOnly(String, Class<T>, String, String) - Constructor for class org.openide.nodes.PropertySupport.ReadOnly
-
Construct a new support.
- readWrite(String, Class<T>, Supplier<T>, Consumer<T>) - Static method in class org.openide.nodes.PropertySupport
-
Creates a "virtual" property where getter and setter are backed by the
provided
Supplier
and
Consumer
functional interfaces.
- ReadWrite(String, Class<T>, String, String) - Constructor for class org.openide.nodes.PropertySupport.ReadWrite
-
Construct a new support.
- Reflection(Object, Class<T>, Method, Method) - Constructor for class org.openide.nodes.PropertySupport.Reflection
-
Create a support with method objects specified.
- Reflection(Object, Class<T>, String, String) - Constructor for class org.openide.nodes.PropertySupport.Reflection
-
Create a support with methods specified by name.
- Reflection(Object, Class<T>, String) - Constructor for class org.openide.nodes.PropertySupport.Reflection
-
Create a support based on the property name.
- refresh(boolean) - Method in class org.openide.nodes.ChildFactory
-
Call this method when the list of objects being modelled by the
has changed and the child Nodes of this Node should be updated.
- refresh() - Method in class org.openide.nodes.Children.Array
-
This method can be called by subclasses that
directly modify the nodes collection to update the
state of the nodes appropriatelly.
- refresh() - Method in class org.openide.nodes.Children.Map
-
Allows subclasses that directly modifies the
map with nodes to synchronize the state of the children.
- refreshKey(T) - Method in class org.openide.nodes.Children.Keys
-
Refresh the child nodes for a given key.
- refreshKey(T) - Method in class org.openide.nodes.Children.Map
-
Allows subclasses that directly modifies the
map with nodes to synchronize the state of the children.
- register(ConnectionCookie.Type, Node) - Method in interface org.openide.cookies.ConnectionCookie
-
Deprecated.
Attaches new node to listen to events produced by this
event.
- registerPropertyEditors() - Static method in class org.openide.nodes.NodeOp
-
Registers Property Editors and sets the Property Editors search path.
- remove(Node[]) - Method in class org.openide.nodes.Children.Array
-
- remove(Node[]) - Method in class org.openide.nodes.Children.Keys
-
- remove(T) - Method in class org.openide.nodes.Children.Map
-
Remove a given child node from the list by its key.
- remove(Node[]) - Method in class org.openide.nodes.Children.Map
-
Does nothing.
- remove(Node[]) - Method in class org.openide.nodes.Children
-
Remove nodes from the list.
- remove(Node.Cookie) - Method in class org.openide.nodes.CookieSet
-
Remove a cookie from the set.
- remove(Class<? extends Node.Cookie>, CookieSet.Factory) - Method in class org.openide.nodes.CookieSet
-
Unregisters a Factory for given cookie class
- remove(Class<? extends Node.Cookie>[], CookieSet.Factory) - Method in class org.openide.nodes.CookieSet
-
Unregisters a Factory for given cookie classes
- remove(Node[]) - Method in class org.openide.nodes.FilterNode.Children
-
Deprecated.
- remove(String) - Method in class org.openide.nodes.Sheet
-
Remove a property set from the sheet.
- remove(String) - Method in class org.openide.nodes.Sheet.Set
-
Remove a property from the set.
- removeAll(Collection<? extends T>) - Method in class org.openide.nodes.Children.Map
-
Remove some children from the list by key.
- removeChangeListener(ChangeListener) - Method in class org.openide.nodes.CookieSet
-
Remove a listener to changes in the cookie set.
- removeChangeListener(ChangeListener) - Method in class org.openide.nodes.Index.ArrayChildren
-
- removeChangeListener(ChangeListener) - Method in interface org.openide.nodes.Index
-
Remove a listener from the listener list.
- removeChangeListener(ChangeListener) - Method in class org.openide.nodes.Index.Support
-
- removeNodeListener(NodeListener) - Method in class org.openide.nodes.Node
-
Remove a node listener.
- removeNotify() - Method in class org.openide.nodes.BeanChildren
-
Removes the listener and does some necessary clean up.
- removeNotify() - Method in class org.openide.nodes.ChildFactory.Detachable
-
Called when this child factory is no longer in memory.
- removeNotify() - Method in class org.openide.nodes.Children
-
Called when all the children Nodes are freed from memory.
- removeNotify() - Method in class org.openide.nodes.FilterNode.Children
-
Clears current keys, because all mirrored nodes disappeared.
- removeNotify() - Method in class org.openide.util.actions.NodeAction
-
Shuts down the selection listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.IndexedCustomizer
-
Deprecated.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Node
-
Remove a Bean property change listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Sheet
-
Remove a change listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.nodes.Sheet.Set
-
Remove a property change listener.
- reorder(int[]) - Method in class org.openide.nodes.Index.ArrayChildren
-
- reorder() - Method in class org.openide.nodes.Index.ArrayChildren
-
- reorder(int[]) - Method in class org.openide.nodes.Index.KeysChildren
-
- reorder() - Method in interface org.openide.nodes.Index
-
Invoke a dialog for reordering the children.
- reorder(int[]) - Method in interface org.openide.nodes.Index
-
Reorder all children with a given permutation.
- reorder() - Method in class org.openide.nodes.Index.Support
-
Reorder the nodes with dialog; should be overridden if needed.
- reorder(int[]) - Method in class org.openide.nodes.Index.Support
-
Reorder by permutation.
- restoreDefaultValue() - Method in class org.openide.nodes.Node.Property
-
Restore this property to its default value, if supported.