- Pair<First,Second> - Class in org.openide.util
-
A type safe pair of two object.
- Parameters - Class in org.openide.util
-
Utilities for checking the values of method parameters.
- parse(String) - Method in class org.openide.util.MapFormat
-
Parses the string.
- parse(InputSource, boolean, boolean, ErrorHandler, EntityResolver) - Static method in class org.openide.xml.XMLUtil
-
Parses an XML document into a DOM tree.
- parseObject(String, ParsePosition) - Method in class org.openide.util.MapFormat
-
Parses the string.
- parseParameters(String) - Static method in class org.openide.util.Utilities
-
Parses parameters from a given string in shell-like manner.
- partialSort() - Method in exception org.openide.util.TopologicalSortException
-
Because the full sort was not possible, this methods
returns the best possible substitute for it that is available.
- partialSort(List, Comparator, boolean) - Static method in class org.openide.util.Utilities
-
- paste() - Method in class org.openide.util.datatransfer.PasteType
-
Perform the paste action.
- PasteType - Class in org.openide.util.datatransfer
-
Clipboard operation providing one kind of paste action.
- PasteType() - Constructor for class org.openide.util.datatransfer.PasteType
-
- performAction(SystemAction) - Method in interface org.openide.util.actions.ActionPerformer
-
Deprecated.
Called when the action is to be performed.
- performAction() - Method in class org.openide.util.actions.CallableSystemAction
-
Actually perform the action.
- performAction() - Method in class org.openide.util.actions.CallbackSystemAction
-
- post(Runnable) - Method in class org.openide.util.RequestProcessor
-
This methods asks the request processor to start given
runnable immediately.
- post(Runnable, int) - Method in class org.openide.util.RequestProcessor
-
This methods asks the request processor to start given
runnable after timeToWait
milliseconds.
- post(Runnable, int, int) - Method in class org.openide.util.RequestProcessor
-
This methods asks the request processor to start given
runnable after timeToWait
milliseconds.
- postReadRequest(Runnable) - Method in class org.openide.util.Mutex
-
Posts a read request.
- postRequest(Runnable) - Static method in class org.openide.util.RequestProcessor
-
Deprecated.
Sharing of one singlethreaded RequestProcessor
among different users and posting even blocking requests is inherently
deadlock-prone. See use cases.
- postRequest(Runnable, int) - Static method in class org.openide.util.RequestProcessor
-
Deprecated.
Sharing of one singlethreaded RequestProcessor
among different users and posting even blocking requests is inherently
deadlock-prone. See use cases.
- postRequest(Runnable, int, int) - Static method in class org.openide.util.RequestProcessor
-
Deprecated.
Sharing of one singlethreaded RequestProcessor
among different users and posting even blocking requests is inherently
deadlock-prone. See use cases.
- postWriteRequest(Runnable) - Method in class org.openide.util.Mutex
-
Posts a write request.
- preferencesForModule(Class) - Method in interface org.openide.util.NbPreferences.Provider
-
Returns user preference node.
- preferencesRoot() - Method in interface org.openide.util.NbPreferences.Provider
-
Returns the root preference node.
- Presenter - Interface in org.openide.util.actions
-
Provides a presentation feature for an action.
- Presenter.Menu - Interface in org.openide.util.actions
-
The presenter interface for presenting an action in a menu.
- Presenter.Popup - Interface in org.openide.util.actions
-
The presenter interface for presenting an action in a popup menu.
- Presenter.Toolbar - Interface in org.openide.util.actions
-
The presenter interface for presenting an action in a toolbar.
- printStackTrace(Throwable) - Static method in class org.openide.util.Exceptions
-
Notifies an exception with a severe level.
- printStackTrace() - Method in exception org.openide.util.io.FoldingIOException
-
Prints stack trace of the foreign exception
- printStackTrace(PrintStream) - Method in exception org.openide.util.io.FoldingIOException
-
Prints stack trace of the foreign exception
- printStackTrace(PrintWriter) - Method in exception org.openide.util.io.FoldingIOException
-
Prints stack trace of the foreign exception
- printStackTrace(PrintWriter) - Method in exception org.openide.util.TopologicalSortException
-
Adds description why the graph cannot be sorted.
- printStackTrace(PrintStream) - Method in exception org.openide.util.TopologicalSortException
-
Adds description why the graph cannot be sorted.
- process(T, Collection<T>) - Method in interface org.openide.util.Enumerations.Processor
-
- processKey(String) - Method in class org.openide.util.MapFormat
-
Returns the value for given key.
- processPattern(String) - Method in class org.openide.util.MapFormat
-
Scans the pattern and prepares internal variables.
- PROP_BOOLEAN_STATE - Static variable in class org.openide.util.actions.BooleanStateAction
-
Name of property hold the state of the action.
- PROP_ENABLED - Static variable in class org.openide.util.actions.SystemAction
-
Name of property indicating whether or not the action is enabled.
- PROP_ICON - Static variable in class org.openide.util.actions.SystemAction
-
Name of property for the action's display icon.
- PROP_NAME - Static variable in class org.openide.ServiceType
-
Deprecated.
Name of property for the name of the service type.
- propertyChange(PropertyChangeListener, Object) - Static method in class org.openide.util.WeakListeners
-
Creates a weak implementation of PropertyChangeListener.
- PUBLIC_ID - Static variable in class org.openide.xml.EntityCatalog
-
Deprecated.
Better to register entities individually by layer as described in class documentation.
- pureClassName(String) - Static method in class org.openide.util.Utilities
-
Turn full name of an inner class into its pure form.
- put(ExTransferable.Single) - Method in class org.openide.util.datatransfer.ExTransferable
-
Add a new flavor with its data.
- put(String, String) - Method in class org.openide.util.EditableProperties
-
- put(T) - Method in class org.openide.util.Queue
-
Deprecated.
Adds new item.
- putIfAbsent(E) - Method in class org.openide.util.WeakSet
-
Put object in this set if equal one is not yet in set.
- putProperty(Object, Object) - Method in class org.openide.util.SharedClassObject
-
Set a shared variable.
- putProperty(String, Object, boolean) - Method in class org.openide.util.SharedClassObject
-
Set a shared variable available only for string names.
- putValue(String, Object) - Method in class org.openide.util.actions.SystemAction
-
Set a property in the singleton.