站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

T-Index (NetBeans Utilities API) - NetBeans API Javadoc 5.5.0

org.openide.util 6.8.22
A B C D E F G H I K L M N O P Q R S T U V W X

T

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(Object[]) - Method in class org.openide.util.WeakSet
 
toArray() - 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(URL) - Static method in class org.openide.util.Utilities
Deprecated. Use URI.URI(String) and File.File(URI) instead under JDK 1.4. (There was no proper equivalent under JDK 1.3.)
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.Utilities
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, Map) - Static method in class org.openide.util.Utilities
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.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
 
toString() - Method in exception org.openide.util.io.FoldingIOException
Deprecated.  
toString() - Method in class org.openide.util.lookup.AbstractLookup
 
toString() - Method in class org.openide.util.Lookup.Item
 
toString() - Method in class org.openide.util.lookup.ProxyLookup
 
toString() - Method in class org.openide.util.Lookup.Template
 
toString() - Method in class org.openide.util.Mutex
toString
toString() - Method in class org.openide.util.RequestProcessor.Task
 
toString() - Method in class org.openide.util.Task
 
toString() - Method in class org.openide.util.WeakSet
 
toURL(File) - Static method in class org.openide.util.Utilities
Deprecated. Use File.toURI() 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.).
type(Object) - Method in interface org.openide.util.lookup.InstanceContent.Convertor
Return type of converted object.
TYPICAL_WINDOWS_TASKBAR_HEIGHT - Static variable in class org.openide.util.Utilities
A height of the windows's taskbar

org.openide.util 6.8.22
A B C D E F G H I K L M N O P Q R S T U V W X
Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.