- get(String) - Method in class org.openide.nodes.Sheet
-
Find the property set with a given name.
- get(String) - Method in class org.openide.nodes.Sheet.Set
-
Get a property by name.
- getActions() - Method in class org.openide.nodes.AbstractNode
-
- getActions(boolean) - Method in class org.openide.nodes.BeanNode
-
- getActions() - Method in class org.openide.nodes.FilterNode
-
Deprecated.
- getActions(boolean) - Method in class org.openide.nodes.FilterNode
-
- getActions(boolean) - Method in class org.openide.nodes.Node
-
Get the set of actions that are associated with this node.
- getActions() - Method in class org.openide.nodes.Node
-
- getActivatedNodes() - Method in class org.openide.util.actions.NodeAction
-
Get the currently activated nodes.
- getBean() - Method in class org.openide.nodes.BeanNode
-
Provides access to the bean represented by this BeanNode.
- getChildren() - Method in class org.openide.nodes.Node
-
Get the list of children.
- getClosestNode() - Method in exception org.openide.nodes.NodeNotFoundException
-
Get the closest node to the target that was able to be found.
- getClosestNodeDepth() - Method in exception org.openide.nodes.NodeNotFoundException
-
Getter for the depth of the closest node found.
- getComparator() - Method in class org.openide.nodes.Children.SortedArray
-
Get the current comparator.
- getComparator() - Method in class org.openide.nodes.Children.SortedMap
-
Get the current comparator.
- getContextActions() - Method in class org.openide.nodes.FilterNode
-
Deprecated.
- getContextActions() - Method in class org.openide.nodes.Node
-
- getContextMenu() - Method in class org.openide.nodes.Node
-
Makes a context menu for this node.
- getCookie(Class<T>) - Method in class org.openide.nodes.AbstractNode
-
Get a cookie from the node.
- getCookie(Class<T>) - Method in class org.openide.nodes.CookieSet
-
Get a cookie.
- getCookie(Class<T>) - Method in class org.openide.nodes.FilterNode
-
Delegates to original, if no special lookup provided in constructor,
Otherwise it delegates to the lookup.
- getCookie(Class<T>) - Method in class org.openide.nodes.IndexedNode
-
Get a cookie.
- getCookie(Class<T>) - Method in class org.openide.nodes.Node
-
Get a cookie for this node.
- getCookieSet() - Method in class org.openide.nodes.AbstractNode
-
Get the cookie set.
- getCustomizer() - Method in class org.openide.nodes.AbstractNode
-
Get the customizer.
- getCustomizer() - Method in class org.openide.nodes.BeanNode
-
- getCustomizer() - Method in class org.openide.nodes.FilterNode
-
- getCustomizer() - Method in class org.openide.nodes.IndexedNode
-
- getCustomizer() - Method in class org.openide.nodes.Node
-
Get the customizer component.
- getDefault() - Static method in class org.openide.nodes.NodeOperation
-
Get default instance from lookup.
- getDefaultAction() - Method in class org.openide.nodes.AbstractNode
-
- getDefaultAction() - Method in class org.openide.nodes.FilterNode
-
Deprecated.
- getDefaultAction() - Method in class org.openide.nodes.Node
-
- getDefaultActions() - Static method in class org.openide.nodes.NodeOp
-
- getDelta() - Method in class org.openide.nodes.NodeMemberEvent
-
Get a list of children that changed.
- getDeltaIndices() - Method in class org.openide.nodes.NodeMemberEvent
-
Get an array of indices of the changed nodes.
- getDisplayName() - Method in class org.openide.nodes.FilterNode
-
- getDropType(Transferable, int, int) - Method in class org.openide.nodes.AbstractNode
-
Default implementation that tries to delegate the implementation
to the createPasteTypes method.
- getDropType(Transferable, int, int) - Method in class org.openide.nodes.FilterNode
-
- getDropType(Transferable, int, int) - Method in class org.openide.nodes.Node
-
Determine if there is a paste operation that can be performed
on provided transferable.
- getElementType() - Method in class org.openide.nodes.Node.IndexedProperty
-
Get the element type of the property (not the type of the whole property).
- getEventClass() - Method in interface org.openide.cookies.ConnectionCookie.Type
-
Deprecated.
The class that is passed into the listener's notify
method when an event of this type is fired.
- getFilter() - Method in interface org.openide.cookies.FilterCookie
-
Deprecated.
Get the current filter.
- getFilterClass() - Method in interface org.openide.cookies.FilterCookie
-
Deprecated.
Get the declared filter (super-)class.
- getHandle() - Method in class org.openide.nodes.AbstractNode
-
Get a serializable handle for this node.
- getHandle() - Method in class org.openide.nodes.FilterNode
-
If this is FilterNode without any changes (subclassed, changed children)
and the original provides handle, stores them and
returns a new handle for the proxy.
- getHandle() - Method in class org.openide.nodes.Node
-
Obtain handle for this node (for serialization).
- getHelpCtx() - Method in class org.openide.nodes.AbstractNode
-
- getHelpCtx() - Method in class org.openide.nodes.BeanNode
-
- getHelpCtx() - Method in class org.openide.nodes.FilterNode
-
- getHelpCtx() - Method in class org.openide.nodes.Node
-
Get context help associated with this node.
- getHtmlDisplayName() - Method in class org.openide.nodes.FilterNode
-
Get a display name containing HTML markup.
- getHtmlDisplayName() - Method in class org.openide.nodes.Node
-
Return a variant of the display name containing HTML markup
conforming to the limited subset of font-markup HTML supported by
the lightweight HTML renderer org.openide.awt.HtmlRenderer
(font color, bold, italic and strike-through supported; font
colors can be UIManager color keys if they are prefixed with
a ! character, i.e.
- getHtmlDisplayName() - Method in class org.openide.nodes.Node.Property
-
Return a variant of the display name containing HTML markup
conforming to the limited subset of font-markup HTML supported by
the lightweight HTML renderer
HtmlRenderer
(font color, bold, italic and strike-through supported; font
colors can be UIManager color keys if they are prefixed with
a ! character, i.e.
- getHtmlDisplayName() - Method in class org.openide.nodes.Node.PropertySet
-
Return a variant of the display name containing HTML markup
conforming to the limited subset of font-markup HTML supported by
the lightweight HTML renderer org.openide.awt.HtmlRenderer
(font color, bold, italic and strikethrough supported; font
colors can be UIManager color keys if they are prefixed with
a ! character, i.e.
- getIcon(int) - Method in class org.openide.nodes.AbstractNode
-
Find an icon for this node.
- getIcon(int) - Method in class org.openide.nodes.BeanNode
-
Get an icon for this node in the closed state.
- getIcon(int) - Method in class org.openide.nodes.FilterNode
-
- getIcon(int) - Method in class org.openide.nodes.Node
-
Find an icon for this node (in the closed state).
- getIndex() - Method in class org.openide.nodes.Index.KeysChildren
-
Getter for the index that works with this children.
- getIndexedPropertyEditor() - Method in class org.openide.nodes.Node.IndexedProperty
-
Get a property editor for individual elements in this property.
- getIndexedValue(int) - Method in class org.openide.nodes.IndexedPropertySupport
-
- getIndexedValue(int) - Method in class org.openide.nodes.Node.IndexedProperty
-
Get the value of the property at an index.
- getLookup() - Method in class org.openide.nodes.CookieSet
-
The lookup associated with this cookie set.
- getLookup() - Method in class org.openide.nodes.Node
-
Obtains a Lookup representing additional content of this Node.
- getMessage() - Method in exception org.openide.nodes.NodeNotFoundException
-
- getMissingChildName() - Method in exception org.openide.nodes.NodeNotFoundException
-
Get the name of the missing child of the closest node.
- getName() - Method in class org.openide.nodes.FilterNode
-
- getNewTypes() - Method in class org.openide.nodes.AbstractNode
-
- getNewTypes() - Method in class org.openide.nodes.FilterNode
-
- getNewTypes() - Method in class org.openide.nodes.Node
-
Get the new types that can be created in this node.
- getNode() - Method in class org.openide.cookies.ConnectionCookie.Event
-
Deprecated.
Getter for the node that produced the action.
- getNode() - Method in class org.openide.nodes.Children
-
Get the parent node of these children.
- getNode() - Method in class org.openide.nodes.DefaultHandle
-
Find the node.
- getNode() - Method in interface org.openide.nodes.Node.Handle
-
Reconstitute the node for this handle.
- getNode() - Method in class org.openide.nodes.NodeEvent
-
Get the node where the change occurred.
- getNodeAt(int) - Method in class org.openide.nodes.Children
-
Getter for a child at a given position.
- getNodes() - Method in class org.openide.nodes.Children
-
Get a (sorted) array of nodes in this list.
- getNodes(boolean) - Method in class org.openide.nodes.Children
-
Get a (sorted) array of nodes in this list.
- getNodes(boolean) - Method in class org.openide.nodes.FilterNode.Children
-
Implementation that ensures the original node is fully initialized
if optimal result is requested.
- getNodes() - Method in interface org.openide.nodes.Index
-
Get the child nodes.
- getNodes() - Method in class org.openide.nodes.Index.Support
-
Get the nodes; should be overridden if needed.
- getNodesCount() - Method in class org.openide.nodes.Children
-
Get the number of nodes in the list.
- getNodesCount(boolean) - Method in class org.openide.nodes.Children
-
Get the number of nodes in the list
- getNodesCount(boolean) - Method in class org.openide.nodes.FilterNode.Children
-
- getNodesCount() - Method in interface org.openide.nodes.Index
-
Get the number of nodes.
- getNodesCount() - Method in class org.openide.nodes.Index.Support
-
Get the node count.
- getOpenedIcon(int) - Method in class org.openide.nodes.AbstractNode
-
Finds an icon for this node when opened.
- getOpenedIcon(int) - Method in class org.openide.nodes.BeanNode
-
Get an icon for this node in the open state.
- getOpenedIcon(int) - Method in class org.openide.nodes.FilterNode
-
- getOpenedIcon(int) - Method in class org.openide.nodes.Node
-
Find an icon for this node (in the open state).
- getOriginal() - Method in class org.openide.nodes.FilterNode
-
Get the original node.
- getParentNode() - Method in class org.openide.nodes.Node
-
Get the parent node.
- getPasteTypes(Transferable) - Method in class org.openide.nodes.AbstractNode
-
Determine which paste operations are allowed when a given transferable is in the clipboard.
- getPasteTypes(Transferable) - Method in class org.openide.nodes.FilterNode
-
- getPasteTypes(Transferable) - Method in class org.openide.nodes.Node
-
Determine which paste operations are allowed when a given transferable is in the clipboard.
- getPermutation() - Method in class org.openide.nodes.NodeReorderEvent
-
Get the permutation used for reordering.
- getPermutationSize() - Method in class org.openide.nodes.NodeReorderEvent
-
Get the number of children reordered.
- getPreferredAction() - Method in class org.openide.nodes.AbstractNode
-
Gets preferred action.
- getPreferredAction() - Method in class org.openide.nodes.BeanNode
-
- getPreferredAction() - Method in class org.openide.nodes.FilterNode
-
- getPreferredAction() - Method in class org.openide.nodes.Node
-
Gets the preferred action for this node.
- getPreferredSize() - Method in class org.openide.nodes.IndexedCustomizer
-
Deprecated.
- getProperties() - Method in class org.openide.nodes.Node.PropertySet
-
Get the list of contained properties.
- getProperties() - Method in class org.openide.nodes.Sheet.Set
-
Get all properties in this set.
- getPropertyEditor() - Method in class org.openide.nodes.Node.Property
-
Get a property editor for this property.
- getPropertyEditor() - Method in class org.openide.nodes.PropertySupport.Reflection
-
- getPropertySets() - Method in class org.openide.nodes.AbstractNode
-
Get a list of property sets.
- getPropertySets() - Method in class org.openide.nodes.FilterNode
-
- getPropertySets() - Method in class org.openide.nodes.Node
-
Get the list of property sets for this node.
- getSheet() - Method in class org.openide.nodes.AbstractNode
-
Get the current property sheet.
- getShortDescription() - Method in class org.openide.nodes.FilterNode
-
- getSnapshot() - Method in class org.openide.nodes.NodeMemberEvent
-
Provides static and immmutable info about the number, and instances of
nodes available during the time the event was emited.
- getSnapshot() - Method in class org.openide.nodes.NodeReorderEvent
-
Provides static and immmutable info about the number, and instances of
nodes available during the time the event was emited.
- getType() - Method in class org.openide.cookies.ConnectionCookie.Event
-
Deprecated.
Getter for the type of the event.
- getTypes() - Method in interface org.openide.cookies.ConnectionCookie
-
Deprecated.
Immutable set of types supported by this connection source.
- getValue(String) - Method in class org.openide.nodes.FilterNode
-
- getValue() - Method in class org.openide.nodes.IndexedPropertySupport
-
- getValue() - Method in class org.openide.nodes.Node.Property
-
Get the value.
- getValue() - Method in class org.openide.nodes.PropertySupport.Name
-
- getValue() - Method in class org.openide.nodes.PropertySupport.Reflection
-
- getValue() - Method in class org.openide.nodes.PropertySupport.WriteOnly
-
- getValueType() - Method in class org.openide.nodes.Node.Property
-
Get the value type.