- Task - Class in org.openide.util
-
A task that may be executed in a separate thread and permits examination of its status.
- Task(Runnable) - Constructor for class org.openide.util.Task
-
Create a new task.
- Task() - Constructor for class org.openide.util.Task
-
Constructor for subclasses that wants to control whole execution
itself.
- taskFinished(Task) - Method in interface org.openide.util.TaskListener
-
Called when a task finishes running.
- TaskListener - Interface in org.openide.util
-
Listener which can be notifies when a task finishes.
- throwException - Variable in class org.openide.util.io.NullInputStream
-
True if attempting to read from the stream should throw an
IOException
.
- throwException - Variable in class org.openide.util.io.NullOutputStream
-
is an exception be thrown while read?
- toArray() - Method in class org.openide.util.WeakSet
-
- toArray(T[]) - Method in class org.openide.util.WeakSet
-
- toAttributeValue(String) - Static method in class org.openide.xml.XMLUtil
-
Escape passed string as XML attibute value
(<
, &
, '
and "
will be escaped.
- toElementContent(String) - Static method in class org.openide.xml.XMLUtil
-
Escape passed string as XML element content (<
,
&
and > in ]]>
sequences).
- toFile(URI) - Static method in class org.openide.util.BaseUtilities
-
Converts a URI to a file while being safe for UNC paths.
- toHex(byte[], int, int) - Static method in class org.openide.xml.XMLUtil
-
Can be used to encode values that contain invalid XML characters.
- toObjectArray(Object) - Static method in class org.openide.util.BaseUtilities
-
Convert an array of primitive types to an array of objects.
- topologicalSets() - Method in exception org.openide.util.TopologicalSortException
-
As the full topological sort cannot be finished due to cycles
in the graph this methods performs a partition topological sort.
- topologicalSort(Collection<? extends T>, Map<? super T, ? extends Collection<? extends T>>) - Static method in class org.openide.util.BaseUtilities
-
Topologically sort some objects.
- TopologicalSortException - Exception in org.openide.util
-
Exception that signals that a topological sort failed due to
unsortable nature of the graph and that provides support for
reporting and recovering from that state.
- toPrimitiveArray(Object[]) - Static method in class org.openide.util.BaseUtilities
-
Convert an array of objects to an array of primitive types.
- toString() - Method in exception org.openide.util.io.FoldingIOException
-
- toString() - Method in class org.openide.util.Mutex
-
toString
- toString() - Method in class org.openide.util.Pair
-
- toString() - Method in class org.openide.util.RequestProcessor.Task
-
- toString() - Method in class org.openide.util.Task
-
- toString() - Method in exception org.openide.util.TopologicalSortException
-
- toString() - Method in class org.openide.util.WeakSet
-
- toURI(File) - Static method in class org.openide.util.BaseUtilities
-
Converts a file to a URI while being safe for UNC paths.
- translate(String) - Static method in class org.openide.util.BaseUtilities
-
Provides support for parts of the system that deal with classnames
(use Class.forName
, NbObjectInputStream
, etc.) or filenames
in layers.
- translateXML(Element, String) - Static method in class org.openide.xml.XMLUtil
-
Convert an XML fragment from one namespace to another.
- tryReadAccess(long) - Method in class org.openide.util.Mutex.Privileged
-
Tries to obtain read access.
- tryWriteAccess(long) - Method in class org.openide.util.Mutex.Privileged
-
Tries to obtain write access.