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

R-Index (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

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

R

ReaderInputStream - class org.openide.util.io.ReaderInputStream.
This class convert Reader to InputStream.
ReaderInputStream(Reader) - Constructor for class org.openide.util.io.ReaderInputStream
Creates new input stream from the given reader.
ReaderInputStream(Reader, String) - Constructor for class org.openide.util.io.ReaderInputStream
Creates new input stream from the given reader and encoding.
RequestProcessor - class org.openide.util.RequestProcessor.
Request processor that is capable to execute requests in dedicated threads.
RequestProcessor() - Constructor for class org.openide.util.RequestProcessor
Creates new RequestProcessor with automatically assigned unique name.
RequestProcessor(String) - Constructor for class org.openide.util.RequestProcessor
Creates a new named RequestProcessor with throughput 1.
RequestProcessor(String, int) - Constructor for class org.openide.util.RequestProcessor
Creates a new named RequestProcessor with defined throughput.
RequestProcessor(String, int, boolean) - Constructor for class org.openide.util.RequestProcessor
Creates a new named RequestProcessor with defined throughput which can support interruption of the thread the processor runs in.
RequestProcessor.Task - class org.openide.util.RequestProcessor.Task.
The task describing the request sent to the processor.
read() - Method in class org.openide.util.io.NullInputStream
 
read() - Method in class org.openide.util.io.ReaderInputStream
 
read(byte[], int, int) - Method in class org.openide.util.io.ReaderInputStream
 
readAccess(Mutex.Action) - Method in class org.openide.util.Mutex
Run an action only with read access.
readAccess(Mutex.ExceptionAction) - Method in class org.openide.util.Mutex
Run an action with read access and possibly throw a checked exception.
readAccess(Runnable) - Method in class org.openide.util.Mutex
Run an action with read access, returning no result.
readClassDescriptor() - Method in class org.openide.util.io.NbObjectInputStream
Provides a special handling for renaming of serialized classes.
readExternal(ObjectInput) - Method in class org.openide.util.SharedClassObject
Reads nothing from the stream.
readSafely(ObjectInput) - Static method in class org.openide.util.io.NbObjectInputStream
Reads an object from the given object input.
rejected() - Method in interface org.openide.util.datatransfer.TransferListener
The transfer has been rejected.
remove(Object) - Method in class org.openide.util.WeakSet
Removes the given element from this set if it is present.
remove(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable
Remove a flavor from the supported set.
remove(Object) - Method in class org.openide.util.lookup.InstanceContent
Remove instance.
remove(Object, InstanceContent.Convertor) - Method in class org.openide.util.lookup.InstanceContent
Remove instance added with a convertor.
removeClipboardListener(ClipboardListener) - Method in class org.openide.util.datatransfer.ExClipboard
Remove a listener to clipboard operations.
removeDuplicates(Enumeration) - Static method in class org.openide.util.Enumerations
Filters the input enumeration to new one that should contain each of the provided elements just once.
removeLookupListener(LookupListener) - Method in class org.openide.util.Lookup.Result
Unregisters a listener previously added.
removeNotify() - Method in class org.openide.util.SharedClassObject
Notify subclasses that the last listener has been removed from this object.
removeNulls(Enumeration) - Static method in class org.openide.util.Enumerations
Removes all nulls from the input enumeration.
removePair(AbstractLookup.Pair) - Method in class org.openide.util.lookup.AbstractLookup.Content
Remove instance.
removePair(AbstractLookup.Pair) - Method in class org.openide.util.lookup.AbstractLookup
Remove instance.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.ServiceType
Deprecated. Remove a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.util.SharedClassObject
Removes the specified property change listener so that it no longer receives property change events from this object.
removeTaskListener(TaskListener) - Method in class org.openide.util.Task
Remove a listener from the task.
removeTransferListener(TransferListener) - Method in class org.openide.util.datatransfer.ExTransferable
Removes a listener.
replaceObject(Object) - Method in class org.openide.util.io.NbObjectOutputStream
 
replaceString(String, String, String) - Static method in class org.openide.util.Utilities
Search-and-replace fixed string matches within a string.
reset() - Method in class org.openide.util.SharedClassObject
Is called by the infrastructure in cases when a clean instance is requested.
resolveClass(ObjectStreamClass) - Method in class org.openide.util.io.NbObjectInputStream
 
resultChanged(LookupEvent) - Method in interface org.openide.util.LookupListener
A change in lookup occured.
run() - Method in interface org.openide.util.Mutex.Action
Execute the action.
run() - Method in interface org.openide.util.Mutex.ExceptionAction
Execute the action.
run() - Method in class org.openide.util.RequestProcessor.Task
 
run() - Method in class org.openide.util.Task
Start the task.

 
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 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.