- performAction() - Method in class org.openide.util.actions.NodeAction
-
- performAction(Node[]) - Method in class org.openide.util.actions.NodeAction
-
Perform the action based on the currently activated nodes.
- PrintCookie - Interface in org.openide.cookies
-
Cookie permitting an object to be printed.
- PROP_COOKIE - Static variable in class org.openide.nodes.Node
-
Property for a node's cookie set.
- PROP_DISPLAY_NAME - Static variable in class org.openide.nodes.Node
-
Property for node display name.
- PROP_ICON - Static variable in class org.openide.nodes.Node
-
Property for the normal (closed) icon of a node.
- PROP_LEAF - Static variable in class org.openide.nodes.Node
-
Property saying whether the Node is Leaf
- PROP_NAME - Static variable in class org.openide.nodes.Node
-
Property for internal (not displayable) name of a node.
- PROP_OPENED_ICON - Static variable in class org.openide.nodes.Node
-
Property for the opened icon of a node.
- PROP_PARENT_NODE - Static variable in class org.openide.nodes.Node
-
Property for a node's parent.
- PROP_PROPERTY_SETS - Static variable in class org.openide.nodes.Node
-
Property for a node's list of property sets.
- PROP_SHORT_DESCRIPTION - Static variable in class org.openide.nodes.Node
-
Property for short description of a node.
- PROPERTIES - Static variable in class org.openide.nodes.Sheet
-
Name for regular Bean property set.
- property - Variable in class org.openide.nodes.BeanNode.Descriptor
-
Regular properties.
- Property(Class<T>) - Constructor for class org.openide.nodes.Node.Property
-
Constructor.
- propertyChange(PropertyChangeEvent) - Method in class org.openide.nodes.FilterNode.NodeAdapter
-
- propertyChange(FilterNode, PropertyChangeEvent) - Method in class org.openide.nodes.FilterNode.NodeAdapter
-
Actually refire the change event in a subclass.
- propertyChange(PropertyChangeEvent) - Method in class org.openide.nodes.FilterNode.PropertyChangeAdapter
-
- propertyChange(FilterNode, PropertyChangeEvent) - Method in class org.openide.nodes.FilterNode.PropertyChangeAdapter
-
Actually propagate the event.
- propertyChange(PropertyChangeEvent) - Method in class org.openide.nodes.NodeAdapter
-
- PropertyChangeAdapter(FilterNode) - Constructor for class org.openide.nodes.FilterNode.PropertyChangeAdapter
-
Create a new adapter.
- PropertyEditorRegistration - Annotation Type in org.openide.nodes
-
Register an editor class to be used to editor values of a given target class.
- PropertyEditorSearchPath - Annotation Type in org.openide.nodes
-
Add the annotated package to the list of package names that will be used for finding property editors.
- PropertySet() - Constructor for class org.openide.nodes.Node.PropertySet
-
Default constructor.
- PropertySet(String, String, String) - Constructor for class org.openide.nodes.Node.PropertySet
-
Create a property set.
- PropertySupport<T> - Class in org.openide.nodes
-
Support class for Node.Property
.
- PropertySupport(String, Class<T>, String, String, boolean, boolean) - Constructor for class org.openide.nodes.PropertySupport
-
Constructs a new support.
- PropertySupport.Name - Class in org.openide.nodes
-
Support for the name property of a node.
- PropertySupport.ReadOnly<T> - Class in org.openide.nodes
-
A simple read-only property.
- PropertySupport.ReadWrite<T> - Class in org.openide.nodes
-
A simple read/write property.
- PropertySupport.Reflection<T> - Class in org.openide.nodes
-
Support for properties from Java Reflection.
- PropertySupport.WriteOnly<T> - Class in org.openide.nodes
-
A simple write-only property.
- put(T, Node) - Method in class org.openide.nodes.Children.Map
-
Add one key and one node to the list.
- put(Sheet.Set) - Method in class org.openide.nodes.Sheet
-
Add a property set.
- put(Node.Property<?>) - Method in class org.openide.nodes.Sheet.Set
-
Add a property to this set, replacing any old one with the same name.
- put(Node.Property<?>[]) - Method in class org.openide.nodes.Sheet.Set
-
Add several properties to this set, replacing old ones with the same names.
- putAll(Map<? extends T, ? extends Node>) - Method in class org.openide.nodes.Children.Map
-
Add a collection of new key/value pairs into the map.