- 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.BaseUtilities
-
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.
- 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.
- postReadRequest(Runnable) - Method in interface org.openide.util.spi.MutexImplementation
-
- postRequest(Runnable) - Static method in class org.openide.util.RequestProcessor
-
- postRequest(Runnable, int) - Static method in class org.openide.util.RequestProcessor
-
- postRequest(Runnable, int, int) - Static method in class org.openide.util.RequestProcessor
-
- postWriteRequest(Runnable) - Method in class org.openide.util.Mutex
-
Posts a write request.
- postWriteRequest(Runnable) - Method in interface org.openide.util.spi.MutexImplementation
-
- 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.
- 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.
- Privileged() - Constructor for class org.openide.util.Mutex.Privileged
-
- 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.
- propertyChange(PropertyChangeListener, Object) - Static method in class org.openide.util.WeakListeners
-
Creates a weak implementation of PropertyChangeListener.
- propertyChange(PropertyChangeListener, String, Object) - Static method in class org.openide.util.WeakListeners
-
Creates a weak implementation of PropertyChangeListener to be attached
for a specific property name.
- PUBLIC_ID - Static variable in class org.openide.xml.EntityCatalog
-
- pureClassName(String) - Static method in class org.openide.util.BaseUtilities
-
Turn full name of an inner class into its pure form.
- put(String, String) - Method in class org.openide.util.EditableProperties
-
- putIfAbsent(E) - Method in class org.openide.util.WeakSet
-
Put object in this set if equal one is not yet in set.