Skip navigation links
org.openide.util.ui 9.22
A B C D E F G H I K L M N O P Q R S T U V W 

T

toFile(URI) - Static method in class org.openide.util.Utilities
Converts a URI to a file while being safe for UNC paths.
toFile(URL) - Static method in class org.openide.util.Utilities
Deprecated.
Use URL.toURI() and Utilities.toFile(URI) instead under JDK 1.4. (There was no proper equivalent under JDK 1.3.)
toObjectArray(Object) - Static method in class org.openide.util.Utilities
Convert an array of primitive types to an array of objects.
topologicalSort(Collection<? extends T>, Map<? super T, ? extends Collection<? extends T>>) - Static method in class org.openide.util.Utilities
Topologically sort some objects.
toPrimitiveArray(Object[]) - Static method in class org.openide.util.Utilities
Convert an array of objects to an array of primitive types.
toString() - Method in class org.openide.ServiceType.Handle
Deprecated.
 
toString() - Method in class org.openide.util.HelpCtx
 
toURI(File) - Static method in class org.openide.util.Utilities
Converts a file to a URI while being safe for UNC paths.
toURL(File) - Static method in class org.openide.util.Utilities
Deprecated.
Use Utilities.toURI(java.io.File) and URI.toURL() instead under JDK 1.4. (File.toURL() is buggy in JDK 1.3 and the bugs are not fixed in JDK 1.4.)
transferableAccepted(Transferable, int) - Static method in class org.openide.util.datatransfer.ExClipboard
Notifies the transferable that it has been accepted by a drop.
transferableOwnershipLost(Transferable) - Static method in class org.openide.util.datatransfer.ExClipboard
Notifies the transferable that it has lost ownership in clipboard.
transferableRejected(Transferable) - Static method in class org.openide.util.datatransfer.ExClipboard
Notifies the transferable that it has been rejected by a drop.
TransferListener - Interface in org.openide.util.datatransfer
Allows listening to progress of manipulation with ExTransferable.
translate(String) - Static method in class org.openide.util.Utilities
Provides support for parts of the system that deal with classnames (use Class.forName, NbObjectInputStream, etc.) or filenames in layers.
TYPICAL_WINDOWS_TASKBAR_HEIGHT - Static variable in class org.openide.util.Utilities
A height of the windows's taskbar
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links
org.openide.util.ui 9.22