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

R

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<T>) - Method in class org.openide.util.Mutex
Run an action only with read access.
readAccess(Mutex.ExceptionAction<T>) - 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.
ReaderInputStream - Class in org.openide.util.io
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.
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(DataFlavor) - Method in class org.openide.util.datatransfer.ExTransferable
Remove a flavor from the supported set.
remove(Object) - Method in class org.openide.util.WeakSet
 
removeAll(Collection<?>) - Method in class org.openide.util.WeakSet
 
removeChangeListener(ChangeListener) - Method in class org.openide.util.ChangeSupport
Removes a ChangeListener from the listener list.
removeClipboardListener(ClipboardListener) - Method in class org.openide.util.datatransfer.ExClipboard
Remove a listener to clipboard operations.
removeDuplicates(Enumeration<T>) - 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.
removeNotify() - Method in class org.openide.util.SharedClassObject
Notify subclasses that the last listener has been removed from this object.
removeNulls(Enumeration<T>) - Static method in class org.openide.util.Enumerations
Removes all nulls from the input enumeration.
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
RequestProcessor - Class in org.openide.util
Request processor is Executor (since version 7.16) capable to perform asynchronous requests in a dedicated thread pool.
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(Class<?>) - Constructor for class org.openide.util.RequestProcessor
Convenience constructor for a new 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(String, int, boolean, boolean) - Constructor for class org.openide.util.RequestProcessor
Creates a new named RequestProcessor that allows to disable stack trace filling.
RequestProcessor.Task - Class in org.openide.util
The task describing the request sent to the processor.
reset() - Method in class org.openide.util.SharedClassObject
Is called by the infrastructure in cases when a clean instance is requested.
resize(int) - Method in class org.openide.util.WeakSet
compact set if it is empty by setting new capacity
resolveClass(ObjectStreamClass) - Method in class org.openide.util.io.NbObjectInputStream
 
retainAll(Collection<?>) - Method in class org.openide.util.WeakSet
 
root() - Static method in class org.openide.util.NbPreferences
Returns the root preference node.
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 J K L M N O P Q R S T U V W X 
org.openide.util 8.15.1

Built on October 19 2013.  |  Portions Copyright 1997-2013 Sun Microsystems, Inc. All rights reserved.