- save() - Method in interface org.openide.cookies.SaveCookie
-
Invoke the save operation.
- SaveCookie - Interface in org.openide.cookies
-
The cookie for the save operation.
- select(String, String, Node, NodeAcceptor, Component) - Method in class org.openide.nodes.NodeOperation
-
Open a modal Explorer on a root node, permitting a node selection to be returned.
- select(String, String, Node, NodeAcceptor) - Method in class org.openide.nodes.NodeOperation
-
Open a modal Explorer without any extra dialog component.
- select(String, String, Node) - Method in class org.openide.nodes.NodeOperation
-
Open a modal Explorer accepting only a single node.
- serialVersionUID - Static variable in interface org.openide.nodes.Node.Handle
-
Deprecated.
Only public by accident.
- setBefore(boolean) - Method in class org.openide.nodes.Children.Keys
-
Set whether new nodes should be added to the beginning or end of sublists for a given key.
- setChildren(Children) - Method in class org.openide.nodes.Node
-
Allows to change Children of the node.
- setComparator(Comparator<? super Node>) - Method in class org.openide.nodes.Children.SortedArray
-
Set the comparator.
- setComparator(Comparator<? super Node>) - Method in class org.openide.nodes.Children.SortedMap
-
Set the comparator.
- setCookieSet(CookieSet) - Method in class org.openide.nodes.AbstractNode
-
Deprecated.
just use getCookieSet().add(...) instead
- setDefaultAction(SystemAction) - Method in class org.openide.nodes.AbstractNode
-
- setDefaultActions(SystemAction[]) - Static method in class org.openide.nodes.NodeOp
-
- setDisplayName(String) - Method in class org.openide.nodes.FilterNode
-
- setDisplayName(String) - Method in class org.openide.nodes.IndexedPropertySupport
-
- setDisplayName(String) - Method in class org.openide.nodes.Node
-
Set the display name.
- setEnabled(boolean) - Method in class org.openide.util.actions.NodeAction
-
- setFilter(Object) - Method in interface org.openide.cookies.FilterCookie
-
Deprecated.
Set the current filter.
- setHidden(boolean) - Method in class org.openide.nodes.Node
-
Deprecated.
Has no effect. To make a node disappear, simply remove it from the
children of its parent. For example, you might call
Children.Keys.setKeys(Collection)
with a smaller collection.
- setIconBase(String) - Method in class org.openide.nodes.AbstractNode
-
- setIconBaseWithExtension(String) - Method in class org.openide.nodes.AbstractNode
-
Change the icon.
- setImmediateReorder(boolean) - Method in class org.openide.nodes.IndexedCustomizer
-
Deprecated.
Set whether reorders will take effect immediately.
- setIndexedValue(int, E) - Method in class org.openide.nodes.IndexedPropertySupport
-
- setIndexedValue(int, E) - Method in class org.openide.nodes.Node.IndexedProperty
-
Set the value of the property at an index.
- setKeys(Collection<? extends T>) - Method in class org.openide.nodes.Children.Keys
-
Set new keys for this children object.
- setKeys(T[]) - Method in class org.openide.nodes.Children.Keys
-
Set keys for this list.
- setName(String) - Method in class org.openide.nodes.AbstractNode
-
Set the system name.
- setName(String) - Method in class org.openide.nodes.BeanNode
-
Set the node name.
- setName(String) - Method in class org.openide.nodes.FilterNode
-
- setName(String) - Method in class org.openide.nodes.IndexedPropertySupport
-
- setName(String) - Method in class org.openide.nodes.Node
-
Set the system name.
- setObject(Object) - Method in class org.openide.nodes.IndexedCustomizer
-
Deprecated.
Set the nodes to reorder.
- setPropertyEditorClass(Class<? extends PropertyEditor>) - Method in class org.openide.nodes.PropertySupport.Reflection
-
Set the property editor explicitly.
- setSheet(Sheet) - Method in class org.openide.nodes.AbstractNode
-
Set the set of properties.
- setShortDescription(String) - Method in class org.openide.nodes.FilterNode
-
- setShortDescription(String) - Method in class org.openide.nodes.IndexedPropertySupport
-
- setShortDescription(String) - Method in class org.openide.nodes.Node
-
Set the short description of the node.
- setSynchronizeName(boolean) - Method in class org.openide.nodes.BeanNode
-
Set whether or not to keep the node name and Bean name synchronized automatically.
- setValue(String, Object) - Method in class org.openide.nodes.FilterNode
-
- setValue(T) - Method in class org.openide.nodes.IndexedPropertySupport
-
- setValue(T) - Method in class org.openide.nodes.Node.Property
-
Set the value.
- setValue(String) - Method in class org.openide.nodes.PropertySupport.Name
-
- setValue(T) - Method in class org.openide.nodes.PropertySupport.ReadOnly
-
- setValue(T) - Method in class org.openide.nodes.PropertySupport.Reflection
-
- Sheet - Class in org.openide.nodes
-
Support for creation of property sets.
- Sheet() - Constructor for class org.openide.nodes.Sheet
-
Default constructor.
- Sheet.Set - Class in org.openide.nodes
-
A list of bean properties.
- Sheet.Set() - Constructor for class org.openide.nodes.Sheet.Set
-
Default constructor.
- showIndexedCustomizer(Index) - Static method in class org.openide.nodes.Index.Support
-
Utility method to create and show an indexed customizer.
- showProperties(Node) - Method in class org.openide.nodes.NodeOperation
-
Open a modal Property Sheet on a node.
- showProperties(Node[]) - Method in class org.openide.nodes.NodeOperation
-
Open a modal Property Sheet on a set of nodes.
- snapshot() - Method in class org.openide.nodes.Children
-
Creates an immutable snapshot representing the current view of the nodes
in this children object.
- support - Variable in class org.openide.nodes.Index.ArrayChildren
-
Support instance for delegation of some Index
methods.
- supportsDefaultValue() - Method in class org.openide.nodes.Node.Property
-
Test whether the property had a default value.
- surviveFocusChange() - Method in class org.openide.util.actions.NodeAction
-
Specify the behavior of the action when a window with no
activated nodes is selected.
- systemActions - Variable in class org.openide.nodes.AbstractNode
-