- waitFinished() - Method in class org.openide.util.RequestProcessor.Task
-
This method is an implementation of the waitFinished method
in the RequestProcessor.Task.
- waitFinished(long) - Method in class org.openide.util.RequestProcessor.Task
-
- waitFinished() - Method in class org.openide.util.Task
-
Wait until the task is finished.
- waitFinished(long) - Method in class org.openide.util.Task
-
Wait until the task is finished, but only a given time.
- WeakListeners - Class in org.openide.util
-
A generic weak listener factory.
- WeakSet<E> - Class in org.openide.util
-
This class provides storage functionality with Weak-referenced entries and
new method putIfAbsent.
- WeakSet(int, float) - Constructor for class org.openide.util.WeakSet
-
Constructs a new, empty WeakSet with the given initial
capacity and the given load factor.
- WeakSet(int) - Constructor for class org.openide.util.WeakSet
-
Constructs a new, empty WeakSet with the given initial
capacity and the default load factor (0.75).
- WeakSet() - Constructor for class org.openide.util.WeakSet
-
Constructs a new, empty WeakSet with the default initial
capacity (16) and load factor (0.75).
- WeakSet(Collection<? extends E>) - Constructor for class org.openide.util.WeakSet
-
Constructs a new WeakSet with the same mappings as the
specified map.
- willThrowExceptionIfKeyWasNotFound() - Method in class org.openide.util.MapFormat
-
Test whether formatter will throw exception if object for key was not found.
- wrapString(String, int, BreakIterator, boolean) - Static method in class org.openide.util.BaseUtilities
-
Wrap multi-line strings.
- wrapStringToArray(String, int, BreakIterator, boolean) - Static method in class org.openide.util.BaseUtilities
-
Wrap multi-line strings (and get the individual lines).
- write(int) - Method in class org.openide.util.io.NullOutputStream
-
write method
- write(Document, OutputStream, String) - Static method in class org.openide.xml.XMLUtil
-
Writes a DOM document to a stream.
- writeAccess(Mutex.Action<T>) - Method in class org.openide.util.Mutex
-
Run an action with write access.
- writeAccess(Mutex.ExceptionAction<T>) - Method in class org.openide.util.Mutex
-
Run an action with write access and possibly throw an exception.
- writeAccess(Runnable) - Method in class org.openide.util.Mutex
-
Run an action with write access and return no result.
- writeAccess(Runnable) - Method in interface org.openide.util.spi.MutexImplementation
-
- writeAccess(Mutex.ExceptionAction<T>) - Method in interface org.openide.util.spi.MutexImplementation
-
- writeSafely(ObjectOutput, Object) - Static method in class org.openide.util.io.NbObjectOutputStream
-
Writes an object safely to the object output.