Alphabetical Index: R

< ? _ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

R

RADIO_BUTTON - static field in class javax.accessibility.AccessibleRole
A specialized choice which toggles radio buttons in the group when it is selected.
RADIO_BUTTON - static field in class javax.swing.plaf.synth.Region
Specifies the region of a radio button.
RADIO_BUTTON_MENU_ITEM - static field in class javax.swing.plaf.synth.Region
Specifies the region of a radio button menu item.
A border for drawing radio buttons in the Basic look and feel.
Constructs a new border for drawing a JRadioButton in the Basic look and feel.
RAISED - static field in class javax.swing.border.BevelBorder
Indicates that the BevelBorder looks like if the enclosed area was raising out of the screen.
RAISED - static field in class javax.swing.border.EtchedBorder
Indicates that the border appears as coming out of the background.
Random - class java.util.Random
This class generates pseudorandom numbers.
random() - static method in class java.lang.Math
Get a random number.
Random() - constructor for class java.util.Random
Creates a new pseudorandom number generator.
random() - static method in class java.lang.StrictMath
Get a random number.
Random(long) - constructor for class java.util.Random
Creates a new pseudorandom number generator, starting with the specified seed, using setSeed(seed);.
RandomAccess - interface java.util.RandomAccess
Marker interface used to inform List implementations that they support fast (usually constant time) random access.
This class allows reading and writing of files at random locations.
This method initializes a new instance of RandomAccessFile to read from the specified File object with the specified access mode.
This method initializes a new instance of RandomAccessFile to read from the specified file name with the specified access mode.
RANDOMPIXELORDER - static field in class java.awt.image.ImageConsumer
The pixel order may be random.
randomUUID() - static method in class java.util.UUID
Generate a Leach-Salz (Variant 2) randomly generated (version 4) UUID.
RANGE - static field in class java.awt.JobAttributes.DefaultSelectionType
Range - interface org.w3c.dom.ranges.Range
RangeException - exception org.w3c.dom.ranges.RangeException
Range operations may throw a RangeException as specified in their method descriptions.
RangeException(short,java.lang.String) - constructor for class org.w3c.dom.ranges.RangeException
raster - field in class javax.imageio.IIOImage
Image data as a Raster. null if this IIOImage uses the RenderedImage representation.
Raster - class java.awt.image.Raster
A rectangular collection of pixels composed from a DataBuffer which stores the pixel values, and a SampleModel which is used to retrieve the pixel values.
Creates a new raster.
Creates a new raster.
Raster(java.awt.image.SampleModel,java.awt.Point) - constructor for class java.awt.image.Raster
Creates a new raster.
RasterFormatException - exception java.awt.image.RasterFormatException
This exception is thrown when there is invalid layout information in Raster
RasterFormatException(java.lang.String) - constructor for class java.awt.image.RasterFormatException
Create a new instance with a descriptive error message.
RasterOp - interface java.awt.image.RasterOp
An operation that is performed on one raster (the source) producing a new raster (the destination).
RAW_SEND_SIZE - static field in class javax.security.sasl.Sasl
The name of a property that specifies the maximum size of the raw send buffer in bytes of SaslClient/SaslServer.
RAW_TEXT - static field in class java.awt.im.InputMethodHighlight
Raw text state (before conversion).
RC2ParameterSpec - class javax.crypto.spec.RC2ParameterSpec
A wrapper for parameters for the RC2 block cipher ("RC" means either "Rivest Cipher" or "Ron's Code", depending upon who you ask and when).
RC2ParameterSpec(int) - constructor for class javax.crypto.spec.RC2ParameterSpec
Create RC2 parameters without an IV.
RC2ParameterSpec(int,byte[]) - constructor for class javax.crypto.spec.RC2ParameterSpec
Create RC2 parameters with an IV.
RC2ParameterSpec(int,byte[],int) - constructor for class javax.crypto.spec.RC2ParameterSpec
Create RC2 parameters with an IV.
RC5ParameterSpec - class javax.crypto.spec.RC5ParameterSpec
A wrapper for parameters to the RC5 block cipher.
RC5ParameterSpec(int,int,int) - constructor for class javax.crypto.spec.RC5ParameterSpec
Create RC5 parameters without an IV.
RC5ParameterSpec(int,int,int,byte[]) - constructor for class javax.crypto.spec.RC5ParameterSpec
Create RC5 parameters with an IV.
RC5ParameterSpec(int,int,int,byte[],int) - constructor for class javax.crypto.spec.RC5ParameterSpec
Create RC5 parameters with an IV.
RCDATA - static field in class javax.swing.text.html.parser.DTDConstants
The RCDATA constant (Entity References and Character Data), specifies the content model, consisting of characters AND entities.
RCSID - static field in class javax.swing.undo.StateEdit
The ID of the Java source file in Sun’s Revision Control System (RCS).
RCSID - static field in class javax.swing.undo.StateEditable
The ID of the Java source file in Sun’s Revision Control System (RCS).
read() - method in class javax.sound.sampled.AudioInputStream
Read a single byte from the underlying stream.
read() - method in class java.io.BufferedInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class java.io.BufferedReader
Reads an char from the input stream and returns it as an int in the range of 0-65535.
read() - method in class java.io.ByteArrayInputStream
This method reads one byte from the stream.
read() - method in class java.io.CharArrayReader
This method reads one char from the stream.
read() - method in class java.util.zip.CheckedInputStream
Reads one byte, updates the checksum and returns the read byte (or -1 when the end of file was reached).
read() - method in class javax.crypto.CipherInputStream
Read a single byte from this input stream; returns -1 on the end-of-file.
read() - method in class java.security.DigestInputStream
Reads a byte from the input stream and updates the digest.
read() - method in class javax.imageio.stream.FileCacheImageInputStream
read() - method in class javax.imageio.stream.FileCacheImageOutputStream
read() - method in class javax.imageio.stream.FileImageInputStream
read() - method in class javax.imageio.stream.FileImageOutputStream
read() - method in class java.io.FileInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class java.io.FilterInputStream
Calls the in.read() method
read() - method in class java.io.FilterReader
Calls the in.read() method
read() - method in class javax.imageio.stream.ImageInputStream
read() - method in class javax.imageio.stream.ImageInputStreamImpl
read() - method in class java.util.zip.InflaterInputStream
Reads one byte of decompressed data.
read() - method in class java.io.InputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class org.omg.CORBA.portable.InputStream
Should read from the stream, but following specification it does not.
read() - method in class java.io.InputStreamReader
Reads an char from the input stream and returns it as an int in the range of 0-65535.
read() - method in class java.io.LineNumberInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class java.io.LineNumberReader
This method reads an unsigned char from the input stream and returns it as an int in the range of 0-65535.
read() - method in class javax.imageio.stream.MemoryCacheImageInputStream
read() - method in class javax.imageio.stream.MemoryCacheImageOutputStream
read() - method in class java.io.ObjectInput
This method reading a byte of data from a stream.
read() - method in class java.io.ObjectInputStream
read() - method in class java.io.PipedInputStream
This method reads one byte from the stream.
read() - method in class java.io.PipedReader
This method reads chars from the stream into a caller supplied buffer.
read() - method in class javax.swing.ProgressMonitorInputStream
Reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class java.io.PushbackInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class java.io.PushbackReader
This method reads an unsigned char from the input stream and returns it as an int in the range of 0-65535.
read() - method in class java.io.RandomAccessFile
This method reads a single byte of data from the file and returns it as an integer.
read() - method in class java.io.Reader
Reads an char from the input stream and returns it as an int in the range of 0-65535.
read() - method in class java.io.SequenceInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class java.io.StringBufferInputStream
This method reads one byte from the stream.
read() - method in class java.io.StringReader
read() - method in class java.util.zip.ZipInputStream
Reads a byte from the current zip entry.
read(buf[]) - method in class java.io.Reader
Reads chars from a stream and stores them into a caller supplied buffer.
read(buf[],int,int) - method in class java.io.Reader
Read chars from a stream and stores them into a caller supplied buffer.
read(byte[]) - method in class javax.sound.sampled.AudioInputStream
read(byte[]) - method in class javax.crypto.CipherInputStream
Read bytes into an array, returning the number of bytes read or -1 on the end-of-file.
read(byte[]) - method in class java.io.DataInputStream
This method reads bytes from the underlying stream into the specified byte array buffer.
read(byte[]) - method in class java.io.FileInputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
read(byte[]) - method in class java.io.FilterInputStream
Calls the read(byte[], int, int) overloaded method.
read(byte[]) - method in class javax.imageio.stream.ImageInputStream
read(byte[]) - method in class javax.imageio.stream.ImageInputStreamImpl
read(byte[]) - method in class java.io.InputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
read(byte[]) - method in class java.io.ObjectInput
This method reads raw bytes and stores them them a byte array buffer.
read(byte[]) - method in class javax.swing.ProgressMonitorInputStream
Reads bytes from the input stream and stores them in the supplied array, and updates the progress monitor (or closes it if the end of the stream is reached).
read(byte[]) - method in class java.io.RandomAccessFile
This method reads bytes from the file into the specified array.
read(byte[],int,int) - method in class javax.sound.sampled.AudioInputStream
read(byte[],int,int) - method in class java.io.BufferedInputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class java.io.ByteArrayInputStream
This method reads bytes from the stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class java.util.zip.CheckedInputStream
Reads at most len bytes in the supplied buffer and updates the checksum with it.
read(byte[],int,int) - method in class javax.crypto.CipherInputStream
Read bytes into an array, returning the number of bytes read or -1 on the end-of-file.
read(byte[],int,int) - method in class java.io.DataInputStream
This method reads bytes from the underlying stream into the specified byte array buffer.
read(byte[],int,int) - method in class java.security.DigestInputStream
Reads bytes from the input stream and updates the digest.
read(byte[],int,int) - method in class javax.imageio.stream.FileCacheImageInputStream
read(byte[],int,int) - method in class javax.imageio.stream.FileCacheImageOutputStream
read(byte[],int,int) - method in class javax.imageio.stream.FileImageInputStream
read(byte[],int,int) - method in class javax.imageio.stream.FileImageOutputStream
read(byte[],int,int) - method in class java.io.FileInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class java.io.FilterInputStream
Calls the in.read(byte[], int, int) method.
read(byte[],int,int) - method in class java.util.zip.GZIPInputStream
Reads in GZIP-compressed data and stores it in uncompressed form into an array of bytes.
read(byte[],int,int) - method in class javax.imageio.stream.ImageInputStream
read(byte[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
read(byte[],int,int) - method in class java.util.zip.InflaterInputStream
Decompresses data into the byte array
read(byte[],int,int) - method in class java.io.InputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class java.util.jar.JarInputStream
XXX
This method reads bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class javax.imageio.stream.MemoryCacheImageInputStream
read(byte[],int,int) - method in class javax.imageio.stream.MemoryCacheImageOutputStream
read(byte[],int,int) - method in class java.io.ObjectInput
This method reads raw bytes and stores them in a byte array buffer buf starting at position offset into the buffer.
read(byte[],int,int) - method in class java.io.ObjectInputStream
read(byte[],int,int) - method in class java.io.PipedInputStream
This method reads bytes from the stream into a caller supplied buffer.
read(byte[],int,int) - method in class javax.swing.ProgressMonitorInputStream
Reads up to length bytes from the input stream and stores them in the supplied array at the given index, and updates the progress monitor (or closes it if the end of the stream is reached).
read(byte[],int,int) - method in class java.io.PushbackInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class java.io.RandomAccessFile
This methods reads up to len bytes from the file into the specified array starting at position offset into the array.
read(byte[],int,int) - method in class java.io.SequenceInputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
This method reads bytes from the stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class javax.sound.sampled.TargetDataLine
Read data from the line into the given buffer.
read(byte[],int,int) - method in class java.util.zip.ZipInputStream
Reads a block of bytes from the current zip entry.
read(char[],int,int) - method in class java.io.BufferedReader
This method read chars from a stream and stores them into a caller supplied buffer.
read(char[],int,int) - method in class java.io.CharArrayReader
This method reads chars from the stream and stores them into a caller supplied buffer.
read(char[],int,int) - method in class java.io.FilterReader
Calls the in.read(char[], int, int) method.
read(char[],int,int) - method in class java.io.InputStreamReader
This method reads up to length characters from the stream into the specified array starting at index offset into the array.
read(char[],int,int) - method in class java.io.LineNumberReader
This method reads chars from a stream and stores them into a caller supplied buffer.
read(char[],int,int) - method in class java.io.PipedReader
This method reads characters from the stream into a caller supplied buffer.
read(char[],int,int) - method in class java.io.PushbackReader
This method read chars from a stream and stores them into a caller supplied buffer.
read(char[],int,int) - method in class java.io.StringReader
read(int) - method in class javax.imageio.ImageReader
Read the given frame all at once, using default image read parameters, and return a buffered image.
read(int,javax.imageio.ImageReadParam) - method in class javax.imageio.ImageReader
Read the given frame into a buffered image using the given read parameters.
read(java.io.DataInput) - static method in class java.rmi.server.UID
read(java.io.DataInputStream) - method in class javax.swing.text.html.parser.DTD
Reads DTD from an archived format.
read(java.io.File) - static method in class javax.imageio.ImageIO
Create a buffered image from a file.
read(java.io.InputStream) - static method in class javax.imageio.ImageIO
Create a buffered image from an input stream.
read(java.io.InputStream) - method in class java.util.jar.Manifest
Read and merge a Manifest from the designated input stream.
This method initializes from a stream.
Reads a document of the supported content type from an InputStream into the actual Document object.
Reads RTF data from stream into doc at the specified position pos.
read(java.io.ObjectInput) - static method in class java.rmi.server.ObjID
Read object id (as long), then the object UID.
read(java.io.Reader,java.lang.Object) - method in class javax.swing.text.JTextComponent
Read and set the content this component.
Reads a document of the supported content type from a Reader into the actual Document object.
Inserts content from the given stream.
Reads RTF data from reader into doc at the specified position pos.
read(java.net.URL) - static method in class javax.imageio.ImageIO
Create a buffered image from a URL.
read(java.nio.ByteBuffer) - method in class java.nio.channels.DatagramChannel
Reads data from this channel.
read(java.nio.ByteBuffer) - method in class java.nio.channels.FileChannel
Reads data from the channel.
read(java.nio.ByteBuffer) - method in class java.nio.channels.ReadableByteChannel
Reads a sequence of bytes from this channel into the given buffer
read(java.nio.ByteBuffer) - method in class java.nio.channels.SocketChannel
Reads data from the channel.
read(java.nio.ByteBuffer,long) - method in class java.nio.channels.FileChannel
Reads data from the channel.
read(java.nio.ByteBuffer[]) - method in class java.nio.channels.DatagramChannel
Reads data from this channel.
read(java.nio.ByteBuffer[]) - method in class java.nio.channels.FileChannel
Reads data from the channel.
read(java.nio.ByteBuffer[]) - method in class java.nio.channels.ScatteringByteChannel
Reads a sequence of bytes from this channel into the given buffers
read(java.nio.ByteBuffer[]) - method in class java.nio.channels.SocketChannel
Reads data from the channel.
read(java.nio.ByteBuffer[],int,int) - method in class java.nio.channels.DatagramChannel
Reads data from this channel.
read(java.nio.ByteBuffer[],int,int) - method in class java.nio.channels.FileChannel
Reads data from the channel.
Reads a sequence of bytes from this channel into a subsequence of the given buffers
read(java.nio.ByteBuffer[],int,int) - method in class java.nio.channels.SocketChannel
Reads data from the channel.
read(java.nio.CharBuffer) - method in class java.nio.CharBuffer
read(java.nio.CharBuffer) - method in class java.lang.Readable
Adds the character data supplied by this Readable to the specified character buffer.
read(java.nio.CharBuffer) - method in class java.io.Reader
read(javax.imageio.stream.ImageInputStream) - static method in class javax.imageio.ImageIO
Create a buffered image from an image input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.AdapterAlreadyExistsHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAManagerPackage.AdapterInactiveHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.AdapterManagerIdHelper
Read the int (adapter manager id) from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.AdapterNameHelper
Reads the String[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.AdapterNonExistentHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.AdapterStateHelper
Read the short (adapter state) from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextExtPackage.AddressHelper
Delegates functionality to InputStream.read_string().
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.AnySeqHelper
Reads the Any[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.AnySeqHelper
Delegates call to AnySeqHelper.read(InputStream).
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.BindingHelper
Read the binding from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.BindingIteratorHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.BindingListHelper
Read the array of bindings from the given CDR input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.BindingTypeHelper
Read the binding type from the CDR input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.BooleanSeqHelper
Reads the boolean[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.CharSeqHelper
Reads the char[] from the CORBA input stream.
This should read the CodecFactory from the CDR intput stream, but this is not possible as CodecFactory is a local object.
Reads the CompletionStatus from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.ComponentIdHelper
Read the ComponentId from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.CurrentHelper
Read the Current from the CDR intput stream (IOR profile expected).
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.CurrentHelper
Not supported for compatibility reasons.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.CurrentHelper
Not supported for compatibility reasons.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.DefinitionKindHelper
Read the definitin kind (as int) from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.DoubleSeqHelper
Reads the double[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateNameHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynAnyFactoryHelper
This should read DynAnyFactory from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynAnyHelper
This should read DynAny from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynAnySeqHelper
The method should read this object from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynArrayHelper
This should read DynArray from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynEnumHelper
This should read DynEnum from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynFixedHelper
This should read DynFixed from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynSequenceHelper
This should read DynSequence from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynStructHelper
This should read DynStruct from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynUnionHelper
This should read DynUnion from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynValueHelper
This should read DynValue from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.FieldNameHelper
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.FieldNameHelper
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.FloatSeqHelper
Reads the float[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.CodecPackage.FormatMismatchHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ForwardRequestHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.ForwardRequestHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.IdentifierHelper
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.IDLTypeHelper
Read the IDL type from the given input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCodeHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidNameHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.InvalidPolicyHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.InvalidSlotHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.CodecPackage.InvalidTypeForEncodingHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynAnyPackage.InvalidValueHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.IORHelper
Read the structure from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.IORInterceptor_3_0Helper
Read the IORInterceptor_3_0 from the CDR intput stream (IOR profile expected).
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.IstringHelper
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.LongLongSeqHelper
Reads the long long[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.LongSeqHelper
Reads the int[] from the CORBA input stream.
Read the sequence from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NameComponentHelper
Read the name component from the given CDR input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.NameDynAnyPairHelper
The method should read this object from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.NameDynAnyPairSeqHelper
The method should read this object from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NameHelper
Read the Name from the given CDR input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.NameValuePairHelper
Read the NameValuePair from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.NameValuePairHelper
Read the structure from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.NameValuePairSeqHelper
Read the sequence from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextExtHelper
Read the extended naming context from the given CDR input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextHelper
Read the naming context from the given CDR input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.CurrentPackage.NoContextHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.NoServantHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.ObjectAlreadyActiveHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ObjectHelper
Read the object from the given CDR input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ObjectIdHelper
Read the Object Id as a byte array.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.ObjectIdHelper
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.ObjectNotActiveHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ObjectReferenceFactoryHelper
Read the ObjectReferenceFactory from the CDR intput stream (ValueBase type expected).
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateHelper
Read the object reference template (as the value type).
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateSeqHelper
Reads the ObjectReferenceTemplate[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.OctetSeqHelper
Reads the byte[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ORBIdHelper
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ParameterModeHelper
Read the enumeration value (as int) from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAHelper
This should read POA from the CDR input stream, but, following the specs, it doesnot.
Delegates call to InputStream.read_short().
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.PolicyErrorHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.PolicyHelper
Read the object from the CDR intput stream (IOR profile expected).
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.PolicyListHelper
Read the sequence of policies from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.PolicyTypeHelper
Read the int (policy type) from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.ProfileIdHelper
Read the ProfileId from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.RepositoryIdHelper
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.ServantActivatorHelper
This should read the servant activator, but it cannot be transferred this way as its operations cannot be remote.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.ServantAlreadyActiveHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.ServantLocatorHelper
This should read the servant locator, but it cannot be transferred this way as its operations cannot be remote.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.ServantNotActiveHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ServerIdHelper
Read the context from the CDR intput stream (first id, then data as a flexible length byte sequence).
Read the ServiceContext[] from the CDR intput stream as a flexible lenth sequence.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ServiceDetailHelper
Read the service detail information from the given CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.ServiceIdHelper
Read the ServiceId from the CDR intput stream.
Read the service information from the given CDR input stream.
Read the enumeration value (as int) from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ShortSeqHelper
Reads the short[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextExtPackage.StringNameHelper
Delegates functionality to InputStream.read_string().
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.StringSeqHelper
Reads the String[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.StringValueHelper
Reads a string as a value type.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.StructMemberHelper
Read the StructMember from the input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.Messaging.SyncScopeHelper
Delegates call to InputStream.read_short().
Read the structure from the CDR intput stream.
Read the structure from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynAnyPackage.TypeMismatchHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.CodecPackage.TypeMismatchHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ULongLongSeqHelper
Reads the long[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ULongSeqHelper
Reads the int[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.UnionMemberHelper
Read the union member from the given stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper
Read the exception from the CDR intput stream.
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
Delegates functionality to InputStream.read_string().
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.UShortSeqHelper
Reads the short[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ValueBaseHelper
Read the value base from the given input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ValueMemberHelper
Reads the value member from the given stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.VersionSpecHelper
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.VisibilityHelper
Read the visibility value (as short) from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.WCharSeqHelper
Reads the char[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.WrongAdapterHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.WrongPolicyHelper
Read the exception from the CDR intput stream.
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.WStringSeqHelper
Reads the String[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.WStringValueHelper
Reads a wide string as a value type.
read_Abstract() - method in class org.omg.CORBA.DataInputStream
Read abstract interface.
read_abstract_interface() - method in class org.omg.CORBA_2_3.portable.InputStream
Read the abstract interface.
read_abstract_interface(java.lang.Class) - method in class org.omg.CORBA_2_3.portable.InputStream
Read the abstract interface, corresponding to the passed type.
read_any() - method in class org.omg.CORBA.DataInputStream
Read Any.
read_any() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA Any.
Read array of Any's.
read_boolean() - method in class org.omg.CORBA.DataInputStream
Read boolean.
read_boolean() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA boolean.
read_boolean_array(boolean[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA boolean values.
Read boolean array.
read_char() - method in class org.omg.CORBA.DataInputStream
Read narrow (usually 8 bit) char.
read_char() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA char.
read_char_array(char[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA characters.
Read array of narrow (usually 8 bit) chars.
read_Context() - method in class org.omg.CORBA.portable.InputStream
This should read the CORBA context, but following the 1.4 API specification, it must not be implemented.
read_double() - method in class org.omg.CORBA.DataInputStream
Read dobule.
read_double() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA double.
read_double_array(double[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA doubles.
Read array of doubles.
read_fixed() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA fixed.
read_float() - method in class org.omg.CORBA.DataInputStream
Read float.
read_float() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA float.
read_float_array(float[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA float.
Read array of floats.
read_long() - method in class org.omg.CORBA.DataInputStream
Read CORBA long (java int, 32 bits).
read_long() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA long that is mapped into java int.
read_long_array(int[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA longs.
Read array of CORBA longs (java ints).
read_longlong() - method in class org.omg.CORBA.DataInputStream
Read CORBA long long (java long, 64 bits).
read_longlong() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA long long that is mapped into java long.
read_longlong_array(long[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read an array of CORBA long long
Read array of CORBA long longs (java longs).
read_Object() - method in class org.omg.CORBA.DataInputStream
Read CORBA object.
read_Object() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA (not java) object
read_Object(java.lang.Class) - method in class org.omg.CORBA.portable.InputStream
Read a CORBA object that is an instance of the class, passed as an argument.
read_octet() - method in class org.omg.CORBA.DataInputStream
Read octet (byte).
read_octet() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA octed that is mapped into java byte.
read_octet_array(byte[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA octets that are mapped into java array of bytes.
Read array of bytes.
READ_ONLY - static field in class java.nio.channels.FileChannel.MapMode
read_Principal() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA Principal.
read_short() - method in class org.omg.CORBA.DataInputStream
Read short (16 bit int).
read_short() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA short.
Read array of shorts (16 bit ints).
read_short_array(short[],int,int) - method in class org.omg.CORBA.portable.InputStream
read_string() - method in class org.omg.CORBA.DataInputStream
Read narrow string (usually 8 bits per character).
read_string() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA string that is mapped into java String.
read_TypeCode() - method in class org.omg.CORBA.DataInputStream
Read typecode.
read_TypeCode() - method in class org.omg.CORBA.portable.InputStream
Read a TypeCode.
read_ulong() - method in class org.omg.CORBA.DataInputStream
Read CORBA unsigned long (java int).
read_ulong() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA unsigned long that is mapped into java int.
read_ulong_array(int[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read an array of CORBA unsigned long.
Read array of CORBA unsigned longs (java ints).
read_ulonglong() - method in class org.omg.CORBA.DataInputStream
Read unsigned CORBA long long (java long, 64 bits).
read_ulonglong() - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA unsigned longs.
read_ulonglong_array(long[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA unsigned longs.
Read array of CORBA unsigned long longs (java longs).
read_ushort() - method in class org.omg.CORBA.DataInputStream
Read unsigned short.
read_ushort() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA unsigned short that is mapped into java short.
Read array of unsigned shorts (16 bit ints).
read_ushort_array(short[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA unsigned shorts.
read_Value() - method in class org.omg.CORBA.DataInputStream
Read the CORBA value type.
read_value() - method in class org.omg.CORBA_2_3.portable.InputStream
Read a value type structure, extracting the repository id from the input stream itself.
read_value(java.io.Serializable) - method in class org.omg.CORBA_2_3.portable.InputStream
Read a value type structure content, when the unitialised instance is passed as a parameter.
read_value(java.lang.Class) - method in class org.omg.CORBA_2_3.portable.InputStream
Read a value type structure, corresponing to the passed type.
read_value(java.lang.String) - method in class org.omg.CORBA_2_3.portable.InputStream
Read a value type structure, having the given repository id.
read_value(org.omg.CORBA.portable.BoxedValueHelper) - method in class org.omg.CORBA_2_3.portable.InputStream
Use the provided boxed value helper to read the value.
read_value(org.omg.CORBA.portable.InputStream) - method in class org.omg.CORBA.portable.BoxedValueHelper
Read this value type from the CDR stream.
Read the string value from the input stream.
Read the wide string value from the input stream.
Read the value into this Any from the given input stream.
read_value(org.omg.CORBA_2_3.portable.InputStream) - method in class org.omg.CORBA.portable.ValueFactory
Read the value type.
read_wchar() - method in class org.omg.CORBA.DataInputStream
Read wide (usually 16 bit) char.
read_wchar() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA wchar that is mapped into java char.
read_wchar_array(char[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read array of wide (usually 16 bit) chars.
READ_WRITE - static field in class java.nio.channels.FileChannel.MapMode
read_wstring() - method in class org.omg.CORBA.DataInputStream
Read wide string (usually 16 bits per character).
read_wstring() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA wstring that is mapped into java String.
Readable - interface java.lang.Readable
A Readable object is simply a source for Unicode character data.
ReadableByteChannel - interface java.nio.channels.ReadableByteChannel
Reports that a read operation has been aborted.
readAll(ImageReadParam>) - method in class javax.imageio.ImageReader
Read all image frames all at once, using the given image read parameters iterator, and return an iterator over a collection of IIOImages.
Read the given frame all at once, using the given image read parameters, and return an IIOImage.
readAny(org.omg.CORBA.portable.InputStream) - static method in class javax.rmi.CORBA.Util
Read Any from the input stream.
Read Any from the input stream.
readArray() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java SQL Array.
readAsciiStream() - method in class java.sql.SQLInput
This method reads the next item from the stream a ASCII text InputStream.
Read a rendered image.
Handles reading in the attributes.
Reads a set of attributes from the given object input stream.
readBigDecimal() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java BigDecimal.
readBinaryStream() - method in class java.sql.SQLInput
This method reads the next item from the stream a binary InputStream.
readBit() - method in class javax.imageio.stream.ImageInputStream
readBit() - method in class javax.imageio.stream.ImageInputStreamImpl
readBits(int) - method in class javax.imageio.stream.ImageInputStream
readBits(int) - method in class javax.imageio.stream.ImageInputStreamImpl
readBlob() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java SQL Blob.
readBoolean() - method in class java.io.DataInput
This method reads a Java boolean value from an input stream.
readBoolean() - method in class java.io.DataInputStream
This method reads a Java boolean value from an input stream.
readBoolean() - method in class javax.imageio.stream.ImageInputStream
Reads a byte and checks whether or not its value is zero.
readBoolean() - method in class javax.imageio.stream.ImageInputStreamImpl
Reads a byte and checks whether or not its value is zero.
readBoolean() - method in class java.io.ObjectInputStream
readBoolean() - method in class java.io.RandomAccessFile
This method reads a Java boolean value from an input stream.
readBoolean() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java boolean.
readByte() - method in class java.io.DataInput
This method reads a Java byte value from an input stream.
readByte() - method in class java.io.DataInputStream
This method reads a Java byte value from an input stream.
readByte() - method in class javax.imageio.stream.ImageInputStream
Reads a signed byte.
readByte() - method in class javax.imageio.stream.ImageInputStreamImpl
Reads a signed byte.
readByte() - method in class java.io.ObjectInputStream
readByte() - method in class java.io.RandomAccessFile
This method reads a Java byte value from an input stream.
readByte() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java byte.
readBytes() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java byte array
Reads up to a specified number of bytes, and modifies a IIOByteBuffer to hold the read data.
Reads up to a specified number of bytes, and modifies a IIOByteBuffer to hold the read data.
readChar() - method in class java.io.DataInput
This method reads a Java char value from an input stream.
readChar() - method in class java.io.DataInputStream
This method reads a Java char value from an input stream.
readChar() - method in class javax.imageio.stream.ImageInputStream
Reads an unsigned 16-bit integer.
readChar() - method in class javax.imageio.stream.ImageInputStreamImpl
Reads an unsigned 16-bit integer.
readChar() - method in class java.io.ObjectInputStream
readChar() - method in class java.io.RandomAccessFile
This method reads a Java char value from an input stream.
readCharacterStream() - method in class java.sql.SQLInput
This method reads the next item from the stream a character Reader.
readChildren(java.io.ObjectInputStream) - method in class java.beans.beancontext.BeanContextSupport
Deerializes the children using the deserialize(ObjectInputStream, Collection method and then calls childDeserializedHook(Object, BCSChild) for each child deserialized.
readClassDescriptor() - method in class java.io.ObjectInputStream
This method reads a class descriptor from the real input stream and use these data to create a new instance of ObjectStreamClass.
readClob() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java SQL Clob.
readConfiguration() - method in class java.util.logging.LogManager
Configures the logging framework by reading a configuration file.
readConfiguration(java.io.InputStream) - method in class java.util.logging.LogManager
readDate() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java java.sql.Date.
readDouble() - method in class java.io.DataInput
This method reads a Java double value from an input stream.
readDouble() - method in class java.io.DataInputStream
This method reads a Java double value from an input stream.
readDouble() - method in class javax.imageio.stream.ImageInputStream
Reads an IEEE 64-bit double-precision floating point number.
readDouble() - method in class javax.imageio.stream.ImageInputStreamImpl
Reads an IEEE 64-bit double-precision floating point number.
readDouble() - method in class java.io.ObjectInputStream
readDouble() - method in class java.io.RandomAccessFile
This method reads a Java double value from an input stream.
readDouble() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java double.
Predefined static DocFlavor objects for document types which use an Reader to retrieve the print data.
Reader - class java.io.Reader
This abstract class forms the base of the hierarchy of classes that read input as a stream of characters.
Reader() - constructor for class java.io.Reader
Unitializes a Reader that will use the object itself for synchronization of critical code sections.
Reader(java.lang.Object) - constructor for class java.io.Reader
Initializes a Reader that will use the specified Object for synchronization of critical code sections.
READER(java.lang.String) - constructor for class javax.print.DocFlavor.READER
Constructor for doc flavor objects with the given MIME type and a print data representation class name of "java.io.Reader".
ReaderDelegate - class javax.xml.stream.util.ReaderDelegate
Base class for XML stream reader filters.
ReaderDelegate() - constructor for class javax.xml.stream.util.ReaderDelegate
Constructs an empty filter with no parent set.
ReaderDelegate(javax.xml.stream.XMLStreamReader) - constructor for class javax.xml.stream.util.ReaderDelegate
Constructs an empty filter with the specfied parent.
readerSpiNames - field in class javax.imageio.spi.ImageWriterSpi
readerSupportsThumbnails() - method in class javax.imageio.ImageReader
Check if this reader supports reading thumbnails.
readExternal(java.io.ObjectInput) - method in class java.awt.datatransfer.DataFlavor
De-serialize this class.
This method restores an object's state by reading in the instance data for the object from the passed in stream.
readFields() - method in class java.io.ObjectInputStream
This method should be called by a method called 'readObject' in the deserializing class (if present).
readFloat() - method in class java.io.DataInput
This method reads a Java float value from an input stream.
readFloat() - method in class java.io.DataInputStream
This method reads a Java float value from an input stream.
readFloat() - method in class javax.imageio.stream.ImageInputStream
Reads an IEEE 32-bit single-precision floating point number.
readFloat() - method in class javax.imageio.stream.ImageInputStreamImpl
Reads an IEEE 32-bit single-precision floating point number.
readFloat() - method in class java.io.ObjectInputStream
readFloat() - method in class java.io.RandomAccessFile
This method reads a Java float value from an input stream.
readFloat() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java float.
readFully(byte[]) - method in class java.io.DataInput
This method reads raw bytes into the passed array until the array is full.
readFully(byte[]) - method in class java.io.DataInputStream
This method reads raw bytes into the passed array until the array is full.
readFully(byte[]) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of signed 8-bit integers into a byte[] array.
readFully(byte[]) - method in class javax.imageio.stream.ImageInputStreamImpl
Reads a sequence of signed 8-bit integers into a byte[] array.
readFully(byte[]) - method in class java.io.RandomAccessFile
This method reads raw bytes into the passed array until the array is full.
readFully(byte[],int,int) - method in class java.io.DataInput
This method reads raw bytes into the passed array buf starting offset bytes into the buffer.
readFully(byte[],int,int) - method in class java.io.DataInputStream
This method reads raw bytes into the passed array buf starting offset bytes into the buffer.
readFully(byte[],int,int) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of signed 8-bit integers into a byte[] array.
readFully(byte[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
Reads a sequence of signed 8-bit integers into a byte[] array.
This method reads raw bytes into the passed array buf starting offset bytes into the buffer.
readFully(char[],int,int) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of unsigned 16-bit integers into a char[] array.
readFully(char[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
Reads a sequence of unsigned 16-bit integers into a char[] array.
readFully(data[]) - method in class java.io.ObjectInputStream
readFully(double[],int,int) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of IEEE 64-bit double-precision floating point numbers into a double[] array.
readFully(double[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
Reads a sequence of IEEE 64-bit double-precision floating point numbers into a double[] array.
readFully(float[],int,int) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of IEEE 32-bit single-precision floating point numbers into a float[] array.
readFully(float[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
Reads a sequence of IEEE 32-bit single-precision floating point numbers into a float[] array.
readFully(int[],int,int) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of signed 32-bit integers into a long[] array.
readFully(int[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
Reads a sequence of signed 32-bit integers into a long[] array.
readFully(long[],int,int) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of signed 64-bit integers into a long[] array.
readFully(long[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
Reads a sequence of signed 64-bit integers into a long[] array.
readFully(short[],int,int) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of signed 16-bit integers into a short[] array.
readFully(short[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
Reads a sequence of signed 16-bit integers into a short[] array.
READING - static field in class java.text.AttributedCharacterIterator.Attribute
This is the attribute for the reading form of text.
readInt() - method in class java.io.DataInput
This method reads a Java int value from an input stream It operates by reading four bytes from the stream and converting them to a single Java int.
readInt() - method in class java.io.DataInputStream
This method reads a Java int value from an input stream It operates by reading four bytes from the stream and converting them to a single Java int.
readInt() - method in class javax.imageio.stream.ImageInputStream
Reads a signed 32-bit integer.
readInt() - method in class javax.imageio.stream.ImageInputStreamImpl
Reads a signed 32-bit integer.
readInt() - method in class java.io.ObjectInputStream
readInt() - method in class java.io.RandomAccessFile
This method reads a Java int value from an input stream It operates by reading four bytes from the stream and converting them to a single Java int The bytes are stored most significant byte first (i.e., "big endian") regardless of the native host byte ordering.
readInt() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java int.
readLine() - method in class java.io.BufferedReader
This method reads a single line of text from the input stream, returning it as a String.
readLine() - method in class java.io.DataInput
This method reads the next line of text data from an input stream.
readLine() - method in class java.io.DataInputStream
This method reads the next line of text data from an input stream.
readLine() - method in class javax.imageio.stream.ImageInputStream
readLine() - method in class javax.imageio.stream.ImageInputStreamImpl
This method reads the next line of text data from an input stream.
readLine() - method in class java.io.LineNumberReader
This method reads a line of text from the input stream and returns it as a String.
readLine() - method in class java.io.ObjectInputStream
readLine() - method in class java.io.RandomAccessFile
This method reads the next line of text data from an input stream.
readLock() - method in class javax.swing.text.AbstractDocument
Blocks until a read lock can be obtained.
readLong() - method in class java.io.DataInput
This method reads a Java long value from an input stream It operates by reading eight bytes from the stream and converting them to a single Java long.
readLong() - method in class java.io.DataInputStream
This method reads a Java long value from an input stream It operates by reading eight bytes from the stream and converting them to a single Java long.
readLong() - method in class javax.imageio.stream.ImageInputStream
Reads a signed 64-bit integer.
readLong() - method in class javax.imageio.stream.ImageInputStreamImpl
Reads a signed 64-bit integer.
readLong() - method in class java.io.ObjectInputStream
readLong() - method in class java.io.RandomAccessFile
This method reads a Java long value from an input stream It operates by reading eight bytes from the stream and converting them to a single Java long The bytes are stored most significant byte first (i.e., "big endian") regardless of the native host byte ordering.
readLong() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java long.
readObject() - method in class java.io.ObjectInput
Reads an object instance and returns it.
readObject() - method in class java.io.ObjectInputStream
Returns the next deserialized object read from the underlying stream.
readObject() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java Object.
readObject() - method in class java.beans.XMLDecoder
Returns the next available decoded object.
Read this stub from the object input stream.
readObjectOverride() - method in class java.io.ObjectInputStream
This method allows subclasses to override the default de serialization mechanism provided by ObjectInputStream.
readOnlyAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that sets the editor in read only mode.
ReadOnlyBufferException() - constructor for class java.nio.ReadOnlyBufferException
Creates the exception
Read raw raster data.
readRef() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java SQL Ref.
Resolves an instance of AttributedCharacterIterator.Attribute that is being deserialized to one of the three pre-defined attribute constants.
readResolve() - method in class java.awt.AWTKeyStroke
Returns a cached version of the deserialized keystroke, if available.
readResolve() - method in class java.security.cert.Certificate.CertificateRep
Deserialize this certificate replacement into the appropriate certificate object.
readResolve() - method in class java.security.cert.CertPath.CertPathRep
Decode the data into an actual CertPath upon deserialization.
readResolve() - method in class java.text.DateFormat.Field
readResolve() - method in class javax.print.attribute.EnumSyntax
Needed for singelton semantics during deserialisation.
readResolve() - method in class java.awt.color.ICC_Profile
After deserializing we must determine if the class we want is really one of the more specialized ICC_ProfileRGB or ICC_ProfileGray classes.
readResolve() - method in class java.text.MessageFormat.Field
invoked to resolve the true static constant by comparing the deserialized object to know name.
readResolve() - method in class java.text.NumberFormat.Field
This function is used by the deserializer to know which object to use when it encounters an encoded NumberFormat.Field in a serialization stream.
readResolve() - method in class javax.management.openmbean.SimpleType<T>
Replaces instances of this class read from an ObjectInputStream with one of the predefined values.
readResolve() - method in class java.awt.font.TextAttribute
After deserialization, this method ensures that only one instance of each attribute is used.
readShort() - method in class java.io.DataInput
This method reads a signed 16-bit value into a Java in from the stream.
readShort() - method in class java.io.DataInputStream
This method reads a signed 16-bit value into a Java in from the stream.
readShort() - method in class javax.imageio.stream.ImageInputStream
Reads an signed 16-bit integer.
readShort() - method in class javax.imageio.stream.ImageInputStreamImpl
Reads an signed 16-bit integer.
readShort() - method in class java.io.ObjectInputStream
readShort() - method in class java.io.RandomAccessFile
This method reads a signed 16-bit value into a Java in from the stream.
readShort() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java short.
This method populates the data in the object from the specified stream.
readStreamHeader() - method in class java.io.ObjectInputStream
Reads stream magic and stream version information from the underlying stream.
readString() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java String.
readThumbnail(int,int) - method in class javax.imageio.ImageReader
Read a thumbnail.
readTile(int,int,int) - method in class javax.imageio.ImageReader
Read the given tile into a buffered image.
readTileRaster(int,int,int) - method in class javax.imageio.ImageReader
Read the given tile into a raster containing the raw image data.
readTime() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java java.sql.Time.
readTimestamp() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java java.sql.Timestamp.
readUnlock() - method in class javax.swing.text.AbstractDocument
Releases the read lock.
readUnshared() - method in class java.io.ObjectInputStream
Returns the next deserialized object read from the underlying stream in an unshared manner.
readUnsignedByte() - method in class java.io.DataInput
This method reads 8 unsigned bits into a Java int value from the stream.
readUnsignedByte() - method in class java.io.DataInputStream
This method reads 8 unsigned bits into a Java int value from the stream.
readUnsignedByte() - method in class javax.imageio.stream.ImageInputStream
Reads an unsigned byte.
readUnsignedByte() - method in class javax.imageio.stream.ImageInputStreamImpl
Reads an unsigned byte.
readUnsignedByte() - method in class java.io.ObjectInputStream
readUnsignedByte() - method in class java.io.RandomAccessFile
This method reads 8 unsigned bits into a Java int value from the stream.
readUnsignedInt() - method in class javax.imageio.stream.ImageInputStream
Reads an unsigned 32-bit integer.
readUnsignedInt() - method in class javax.imageio.stream.ImageInputStreamImpl
Reads an unsigned 32-bit integer.
readUnsignedShort() - method in class java.io.DataInput
This method reads 16 unsigned bits into a Java int value from the stream.
readUnsignedShort() - method in class java.io.DataInputStream
This method reads 16 unsigned bits into a Java int value from the stream.
readUnsignedShort() - method in class javax.imageio.stream.ImageInputStream
Reads an unsigned 16-bit integer.
readUnsignedShort() - method in class javax.imageio.stream.ImageInputStreamImpl
Reads an unsigned 16-bit integer.
readUnsignedShort() - method in class java.io.ObjectInputStream
readUnsignedShort() - method in class java.io.RandomAccessFile
This method reads 16 unsigned bits into a Java int value from the stream.
readURL() - method in class java.sql.SQLInput
readUTF() - method in class java.io.DataInput
This method reads a String from an input stream that is encoded in a modified UTF-8 format.
readUTF() - method in class java.io.DataInputStream
This method reads a String from an input stream that is encoded in a modified UTF-8 format.
readUTF() - method in class javax.imageio.stream.ImageInputStream
readUTF() - method in class javax.imageio.stream.ImageInputStreamImpl
This method reads a String from an input stream that is encoded in a modified UTF-8 format.
readUTF() - method in class java.io.ObjectInputStream
readUTF() - method in class java.io.RandomAccessFile
This method reads a String from an input stream that is encoded in a modified UTF-8 format.
readUTF(java.io.DataInput) - static method in class java.io.DataInputStream
This method reads a String encoded in UTF-8 format from the specified DataInput source.
Read value from the CORBA input stream in the case when the value is not Streamable or CustomMarshall'ed.
ready() - method in class java.io.BufferedReader
This method determines whether or not a stream is ready to be read.
ready() - method in class java.io.CharArrayReader
Return true if more characters are available to be read.
ready() - method in class java.io.FilterReader
Calls the in.read() method.
ready() - method in class java.io.InputStreamReader
This method checks to see if the stream is ready to be read.
ready() - method in class java.io.PipedReader
Determines whether or not this stream is ready to be read.
ready() - method in class java.io.PushbackReader
This method determines whether or not this stream is ready to be read.
ready() - method in class java.io.Reader
Determines whether or not this stream is ready to be read.
ready() - method in class java.io.StringReader
This method determines if the stream is ready to be read.
readyOps() - method in class java.nio.channels.SelectionKey
Retrieves this key's ready-operation set.
REAL - static field in class java.sql.Types
realEditor - field in class javax.swing.tree.DefaultTreeCellEditor
Editor handling the editing.
RealmCallback - class javax.security.sasl.RealmCallback
This callback is used by SaslClient and SaslServer to retrieve realm information.
RealmCallback(java.lang.String) - constructor for class javax.security.sasl.RealmCallback
Constructs a RealmCallback with a prompt.
RealmCallback(java.lang.String,java.lang.String) - constructor for class javax.security.sasl.RealmCallback
Constructs a RealmCallback with a prompt and default realm information.
RealmChoiceCallback - class javax.security.sasl.RealmChoiceCallback
This callback is used by SaslClient and SaslServer to obtain a realm given a list of realm choices.
Constructs a RealmChoiceCallback with a prompt, a list of choices and a default choice.
realSource - field in class javax.swing.undo.UndoableEditSupport
The source of the broadcast UndoableEditEvents.
reason - field in class org.omg.CORBA.PolicyError
REBIND - exception org.omg.CORBA.REBIND
Raised on the failure of the requested or implied attempt to rebind an object reference.
REBIND() - constructor for class org.omg.CORBA.REBIND
Creates REBIND with the default minor code of 0 and a completion state COMPLETED_NO.
REBIND(int,org.omg.CORBA.CompletionStatus) - constructor for class org.omg.CORBA.REBIND
Creates a REBIND exception with the specified minor code and completion status.
REBIND(java.lang.String) - constructor for class org.omg.CORBA.REBIND
Creates REBIND with the default minor code of 0, completion state COMPLETED_NO and the given explaining message.
Created REBIND exception, providing full information.
rebind(java.lang.String,java.lang.Object) - method in class javax.naming.Context
Give the specified name for the specified object.
rebind(java.lang.String,java.rmi.Remote) - static method in class java.rmi.Naming
Forces the binding between the given Remote-object and the given service name, even if there was already an object bound to this name.
rebind(java.lang.String,java.rmi.Remote) - method in class java.rmi.registry.Registry
Give the specified name for the specified object.
Names or renames the object.
Names or renames the object.
Names or renames the child context.
Names or renames the child context.
recalculateIfInsetsChanged() - method in class javax.swing.plaf.basic.BasicSliderUI
This method recalculates any rectangles that need to be recalculated after the insets of the component have changed.
recalculateIfOrientationChanged() - method in class javax.swing.plaf.basic.BasicSliderUI
This method recalculates any rectangles that need to be recalculated after the orientation of the slider changes.
recalcWidthCache() - method in class javax.swing.table.DefaultTableColumnModel
Recalculates the total width of the columns, if the cached value is -1.
receive(int) - method in class java.io.PipedInputStream
This method receives a byte of input from the source PipedOutputStream.
Reads a datagram packet from the socket.
Receives a packet of data from the network Will block until a packet arrives.
receive(java.nio.ByteBuffer) - method in class java.nio.channels.DatagramChannel
Receives a datagram via this channel.
ORB calls this method after the receiving the message that a remote exception has been thrown on a server side and before raising this exception in the client side.
/** ORB normally calls this method after receiving the forwarding message.
ORB calls this method after the normal reply is received from the server and before the control is returned to the calling client code.
ORB calls this method after all the information, including operation parameters, are available.
ORB calls this method before invoking the servant manager.
received_exception() - method in class org.omg.PortableInterceptor.ClientRequestInfoOperations
Returns the remote exception that was thrown on the server side.
received_exception_id() - method in class org.omg.PortableInterceptor.ClientRequestInfoOperations
Returns the repository id of the remote exception that was thrown on the server side.
Receiver - interface javax.sound.midi.Receiver
This interface describes the methods required by objects receiving MIDI messages.
Called to indicate that the attributes in attributes are no longer used.
reclaim(javax.swing.text.AttributeSet) - method in class javax.swing.text.StyleContext
Called to indicate that the attributes in attributes are no longer used.
reconnect(javax.naming.ldap.Control[]) - method in class javax.naming.ldap.LdapContext
reconvert() - method in class java.awt.im.InputContext
Starts a reconversion operation in the current input method.
reconvert() - method in class java.awt.im.spi.InputMethod
Starts a reconversion operation.
recordDisable(javax.sound.midi.Track) - method in class javax.sound.midi.Sequencer
Disable recording for a specific track.
recordEnable(javax.sound.midi.Track,int) - method in class javax.sound.midi.Sequencer
Enable recording for a specific track using data from a specific channel.
recover(int) - method in class javax.transaction.xa.XAResource
Rect - interface org.w3c.dom.css.Rect
The Rect interface is used to represent any rect value.
Rectangle - class java.awt.Rectangle
This class represents a rectangle and all the interesting things you might want to do with it.
Rectangle() - constructor for class java.awt.Rectangle
Initializes a new instance of Rectangle with a top left corner at (0,0) and a width and height of 0.
Rectangle(int,int) - constructor for class java.awt.Rectangle
Initializes a new instance of Rectangle with the specified width and height.
Rectangle(int,int,int,int) - constructor for class java.awt.Rectangle
Initializes a new instance of Rectangle from the specified inputs.
Rectangle(java.awt.Dimension) - constructor for class java.awt.Rectangle
Initializes a new instance of Rectangle with an upper left corner at the origin (0,0) and a width and height represented by the specified dimension.
Rectangle(java.awt.Point) - constructor for class java.awt.Rectangle
Initializes a new instance of Rectangle with a top left corner at the specified point and a width and height of zero.
Initializes a new instance of Rectangle with a top-left corner represented by the specified point and the width and height represented by the specified dimension.
Rectangle(java.awt.Rectangle) - constructor for class java.awt.Rectangle
Initializes a new instance of Rectangle from the coordinates of the specified rectangle.
Rectangle2D - class java.awt.geom.Rectangle2D
This class describes a rectangle by a point (x,y) and dimension (w x h).
Rectangle2D() - constructor for class java.awt.geom.Rectangle2D
Default constructor.
rectangleForCurrentValue() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Returns the bounds in which comboBox's selected item will be displayed.
RectangularShape - class java.awt.geom.RectangularShape
This class provides a generic framework, and several helper methods, for subclasses which represent geometric objects inside a rectangular frame.
RectangularShape() - constructor for class java.awt.geom.RectangularShape
Default constructor.
rects - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
An array of Rectangles keeping track of the tabs' area and position.
RED - static field in class java.awt.Color
Constant for the color red: R=255, G=0, B=0.
REDCOMPONENT - static field in class java.awt.color.ICC_ProfileRGB
Redefine classes present in the definitions array, with the corresponding class files.
redirectErrorStream() - method in class java.lang.ProcessBuilder
Returns true if the output stream and error stream of the process will be merged to form one composite stream.
redirectErrorStream(boolean) - method in class java.lang.ProcessBuilder
Sets the error stream redirection flag.
Handles redispatching of an event so that recursion of dispatch requests does not occur.
redo() - method in class javax.swing.undo.AbstractUndoableEdit
Redoes this editing action.
redo() - method in class javax.swing.undo.CompoundEdit
Redoes all edits that are part of of this CompoundEdit.
redo() - method in class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
Redos an attribute change.
redo() - method in class javax.swing.undo.StateEdit
Redoes this edit operation.
redo() - method in class javax.swing.undo.UndoableEdit
Redoes this editing action.
redo() - method in class javax.swing.undo.UndoManager
Redoes one significant edit action.
RedoName - static field in class javax.swing.undo.AbstractUndoableEdit
The constant string “Redo”, which was returned by getRedoPresentationName() on early versions of the platform.
redoTo(javax.swing.undo.UndoableEdit) - method in class javax.swing.undo.UndoManager
Redoes all editing actions in the same order as they were added to this UndoManager, up to the specified action.
Ref - interface java.sql.Ref
This interface provides a mechanism for obtaining information about a SQL structured type
ref - field in class java.rmi.server.RemoteObject
REF - static field in class java.sql.Types
RefAddr - class javax.naming.RefAddr
Abstract superclass of addresses used in References.
RefAddr(java.lang.String) - constructor for class javax.naming.RefAddr
Protected constructor for use by subclasses.
Reference<T> - class java.lang.ref.Reference<T>
This is the base class of all references.
Reference - class javax.naming.Reference
This class represents a reference to an object that is located outside of the naming/directory system.
Reference(java.lang.String) - constructor for class javax.naming.Reference
Create a new reference that is referencting to the object of the specified class.
Create a new reference that is referencing to the object of the specified class, specifying the class and location of the factory that produces these objects.
Reference(java.lang.String,javax.naming.RefAddr) - constructor for class javax.naming.Reference
Create a new reference that is referencing to the object of the specified class with the given address.
Create a new reference that is referencing to the object of the specified class, specifying the class and location of the factory that produces these objects and also the address of this object.
reference_to_id(org.omg.CORBA.Object) - method in class org.omg.PortableServer.POAOperations
Returns the Object Id, encapsulated in the given object reference.
reference_to_servant(org.omg.CORBA.Object) - method in class org.omg.PortableServer.POAOperations
Returns the servant that is serving this object.
Referenceable - interface javax.naming.Referenceable
The object, implementing this interface, can provided the Reference about itself.
ReferenceQueue<T> - class java.lang.ref.ReferenceQueue<T>
This is the queue, where references can enqueue themselve on.
ReferenceQueue() - constructor for class java.lang.ref.ReferenceQueue<T>
Creates a new empty reference queue.
ReferenceUriSchemesSupported - class javax.print.attribute.standard.ReferenceUriSchemesSupported
The ReferenceUriSchemesSupported attribute provides the supported URI schemes (e.g. ftp) which are supported by the printer service to be used as uri reference for document data.
ReferenceUriSchemesSupported(int) - constructor for class javax.print.attribute.standard.ReferenceUriSchemesSupported
Constructs a ReferenceUriSchemeSupported object.
REFERRAL - static field in class javax.naming.Context
Property defining how referrals encountered by the service provider are to be processed.
ReferralException - exception javax.naming.ReferralException
ReferralException() - constructor for class javax.naming.ReferralException
Create an exception without a message.
ReferralException(java.lang.String) - constructor for class javax.naming.ReferralException
Create an exception with a message.
ReflectionException - exception javax.management.ReflectionException
Represents one of the reflection exceptions thrown by a management bean.
ReflectionException(java.lang.Exception) - constructor for class javax.management.ReflectionException
Constructs a new ReflectionException wrapping the specified exception.
Constructs a new ReflectionException wrapping the specified exception and using the supplied message.
ReflectPermission - class java.lang.reflect.ReflectPermission
This class implements permissions for reflection.
ReflectPermission(java.lang.String) - constructor for class java.lang.reflect.ReflectPermission
Construct a ReflectPermission with the given name.
Construct a ReflectPermission with the given name.
refresh() - method in class javax.security.auth.login.Configuration
refresh() - method in class javax.security.auth.kerberos.KerberosTicket
If the ticket is renewable, and the renewal time has not yet elapsed, attempt to renew the ticket.
refresh() - method in class java.security.Policy
Causes this Policy instance to refresh / reload its configuration.
refresh() - method in class javax.security.auth.Policy
refresh() - method in class javax.security.auth.Refreshable
Refresh this object.
REFRESH_RATE_UNKNOWN - static field in class java.awt.DisplayMode
Value of an unknown refresh rate.
Refreshable - interface javax.security.auth.Refreshable
An object whose internal state may be refreshed: as in a credential object with a expiry date.
RefreshFailedException - exception javax.security.auth.RefreshFailedException
A signal that a call to Refreshable.refresh() failed.
RefreshFailedException() - constructor for class javax.security.auth.RefreshFailedException
Create a new RefreshFailedException with no detail message.
RefreshFailedException(java.lang.String) - constructor for class javax.security.auth.RefreshFailedException
Create a new RefreshFailedException with a detail message.
refreshRow() - method in class java.sql.ResultSet
This method refreshes the contents of the current row from the database.
Region - class javax.swing.plaf.synth.Region
Describes a region of a component or the complete component.
Region(java.lang.String,java.lang.String,boolean) - constructor for class javax.swing.plaf.synth.Region
Creates a new Region with the specified name and ui ID.
Predicate which determines if this String matches another String starting at a specified offset for each String and continuing for a specified length, optionally ignoring case.
Predicate which determines if this String matches another String starting at a specified offset for each String and continuing for a specified length.
Registers this channel with the given selector, returning a selection key.
Registers this channel with the given selector, returning a selection key.
Registers this channel with the given selector, returning a selection key.
Registers a channel for the selection process.
register(java.rmi.activation.ActivationDesc) - static method in class java.rmi.activation.Activatable
This method registers an activatable object.
Register the initial reference.
Registers a PolicyFactory for the given PolicyType.
This should register the given value factory under the given repository id.
RegisterableService - interface javax.imageio.spi.RegisterableService
An interface which service providers may optionally implement in order to get notified when they are added or removed from a ServiceRegistry.
registerApplicationClasspathSpis() - method in class javax.imageio.spi.IIORegistry
Registers all available service providers found on the application classpath.
This method registers a JComponent with the ToolTipManager.
registerDriver(java.sql.Driver) - static method in class java.sql.DriverManager
This method registers a new driver with the manager.
registerEditor(Class,Class) - static method in class java.beans.PropertyEditorManager
Register an editor for a class.
Establishes a binding between type and classname.
Establishes the default bindings of type to classname.
Register the new activation group.
An obsolete method to register a keyboard action on this component.
A variant of registerKeyboardAction(ActionListener,String,KeyStroke,int) which provides null for the command name.
registerKeyboardActions() - method in class javax.swing.plaf.basic.BasicDesktopPaneUI
This method registers the actions to the appropriate Action and Input maps.
registerListeners() - method in class java.awt.dnd.DragGestureRecognizer
registerListeners() - method in class java.awt.dnd.MouseDragGestureRecognizer
Registers the supplied instance with the server, using the specified ObjectName.
Registers the activation descriptor and creates (and returns) its activation identifier.
This method registers the specified parameter as an output parameter of the specified SQL type.
This method registers the specified parameter as an output parameter of the specified SQL type and scale.
This method registers the specified parameter as an output parameter of the specified SQL type.
This method registers the specified parameter as an output parameter of the specified SQL type.
This method registers the specified parameter as an output parameter of the specified SQL type.
This method registers the specified parameter as an output parameter of the specified SQL type.
Explicitly registers the provided print service instance.
Registers a provider under all service categories it implements.
Explicitly registers the provided print service lookup implementation.
registerServiceProviders(Iterator) - method in class javax.imageio.spi.ServiceRegistry
Registers a number of providers under all service categories they implement.
registerStaticAttributeKey(java.lang.Object) - static method in class javax.swing.text.StyleContext
Registers an attribute key as a well-known keys.
registerSubclass(Class) - static method in class java.awt.AWTKeyStroke
Registers a new subclass as being the type of keystrokes to generate in the factory methods.
Registers a given tag with a given Action.
registerTarget(javax.rmi.CORBA.Tie,java.rmi.Remote) - static method in class javax.rmi.CORBA.Util
Register the Tie-target pair.
Register the Tie-target pair.
Registers a ObjectInputValidation to be carried out on the object graph currently being deserialized before it is returned to the original caller of readObject ().
REGISTRATION_NOTIFICATION - static field in class javax.management.MBeanServerNotification
Notification type for the registration event.
Registry - interface java.rmi.registry.Registry
REGISTRY_ID - static field in class java.rmi.server.ObjID
Defines the ID of the naming service.
REGISTRY_PORT - static field in class java.rmi.registry.Registry
RegistryHandler - interface java.rmi.registry.RegistryHandler
registryImpl(int) - method in class java.rmi.registry.RegistryHandler
registryStub(java.lang.String,int) - method in class java.rmi.registry.RegistryHandler
rehash() - method in class java.util.Hashtable<K,V>
Increases the size of the Hashtable and rehashes all keys to new array indices; this is called when the addition of a new value would cause size() > threshold.
rejectDrag() - method in class java.awt.dnd.DropTargetContext
rejectDrag() - method in class java.awt.dnd.peer.DropTargetContextPeer
rejectDrag() - method in class java.awt.dnd.DropTargetDragEvent
rejectDrop() - method in class java.awt.dnd.DropTargetContext
rejectDrop() - method in class java.awt.dnd.peer.DropTargetContextPeer
rejectDrop() - method in class java.awt.dnd.DropTargetDropEvent
rejectedSetBCOnce - field in class java.beans.beancontext.BeanContextChildSupport
If setBeanContext() was vetoed once before, this is set to true so that the next time, vetoes will be ignored.
REL - static field in class javax.swing.text.html.HTML.Attribute
The rel attribute
relations - field in class javax.accessibility.AccessibleRelationSet
The list of relations, should be instances of AccessibleRelation.
RELATIVE - static field in class java.awt.GridBagConstraints
Occupy all remaining cells except last cell.
relative(int) - method in class java.sql.ResultSet
This method moves the result set position relative to the current row.
relativeCCW(double,double) - method in class java.awt.geom.Line2D
Computes the relative rotation direction needed to pivot this line about the first point in order to have the second point colinear with point p.
relativeCCW(double,double,double,double,double,double) - static method in class java.awt.geom.Line2D
Computes the relative rotation direction needed to pivot the line about the first point in order to have the second point colinear with point p.
relativeCCW(java.awt.geom.Point2D) - method in class java.awt.geom.Line2D
Computes the relative rotation direction needed to pivot this line about the first point in order to have the second point colinear with point p.
relativize(java.net.URI) - method in class java.net.URI
Relativizes the given URI against this URI.
RELAXNG_NS_URI - static field in class javax.xml.XMLConstants
The RELAX NG Namespace URI.
release() - method in class java.nio.channels.FileLock
Releases this lock.
release(org.omg.CORBA.Object) - method in class org.omg.CORBA.portable.Delegate
Free resoureces, occupied by this reference.
releaseBeanContextResources() - method in class java.beans.beancontext.BeanContextChildSupport
Called by setBeanContext() to release resources of a what will soon no longer be the parent.
releaseBeanContextResources() - method in class java.beans.beancontext.BeanContextServicesSupport
Relinquishes any resources obtained from the parent context.
releaseInputStream() - method in class java.rmi.server.RemoteCall
Removes the reference to the specified server, thus allowing it to be garbage collected.
releaseOutputStream() - method in class java.rmi.server.RemoteCall
Release the reply stream back to ORB after finishing reading the data from it.
Removes the specified savepoint from this Connection.
Release your copy of this service.
Releases the reference to a service held by a BeanContextChild (or an arbitrary object associated with it).
Release the service.
Release the service.
releaseWritableTile(int,int) - method in class java.awt.image.BufferedImage
releaseWritableTile(int,int) - method in class java.awt.image.WritableRenderedImage
reload() - method in class javax.swing.tree.DefaultTreeModel
Invoke this method if you've modified the TreeNodes upon which this model depends.
reload() - method in class java.util.ServiceLoader<S>
Clears the cache of the provider, so that all providers are again read from the configuration file and instantiated.
reload(javax.swing.tree.TreeNode) - method in class javax.swing.tree.DefaultTreeModel
Invoke this method if you've modified the TreeNodes upon which this model depends.
REMAINDER - static field in class java.awt.GridBagConstraints
Occupy all remaining cells.
remainder(java.math.BigDecimal) - method in class java.math.BigDecimal
Returns a BigDecimal whose value is the remainder in the quotient this / val.
remainder(java.math.BigInteger) - method in class java.math.BigInteger
remaining() - method in class java.nio.Buffer
Returns the number of elements between the current position and the limit.
remainingName - field in class javax.naming.NamingException
If the exception was caused while resolving a Name then this field contains that part of the name that could not be resolved.
remainingName - field in class javax.naming.spi.ResolveResult
The remaining, unresolved part of the name.
remainingNewName - field in class javax.naming.CannotProceedException
Move an intrument from one place to another.
RemarshalException - exception org.omg.CORBA.portable.RemarshalException
This is exception is potentially thrown by the _invoke() method of the object implementation, requiring to write the method parameters repeatedly.
Remote - interface java.rmi.Remote
Marker interface for interfaces which methods are invokable from outside of this virtual machine through remote method calls.
RemoteCall - interface java.rmi.server.RemoteCall
remoteEquals(java.rmi.server.RemoteRef) - method in class java.rmi.server.RemoteRef
Compare two remote objects for equality.
RemoteException - exception java.rmi.RemoteException
The superclass of exceptions related to RMI (remote method invocation).
RemoteException() - constructor for class java.rmi.RemoteException
Create an exception with no message, and cause initialized to null.
RemoteException(java.lang.String) - constructor for class java.rmi.RemoteException
Create an exception with the given message, and cause initialized to null.
Create an exception with the given message and cause.
remoteHashCode() - method in class java.rmi.server.RemoteRef
Get the hashcode for a remote object.
RemoteObject - class java.rmi.server.RemoteObject
RemoteObject() - constructor for class java.rmi.server.RemoteObject
RemoteObject(java.rmi.server.RemoteRef) - constructor for class java.rmi.server.RemoteObject
Together with dynamic proxy instance, this class replaces the generated RMI stub (*_Stub) classes that (following 1.5 specification) should be no longer required.
Construct the remote invocation handler that forwards calls to the given remote object.
RemoteRef - interface java.rmi.server.RemoteRef
Represents a handler to the remote object.
RemoteServer - class java.rmi.server.RemoteServer
A common superclass for the server implementations.
RemoteServer() - constructor for class java.rmi.server.RemoteServer
Does nothing, delegates to super().
RemoteServer(java.rmi.server.RemoteRef) - constructor for class java.rmi.server.RemoteServer
Does nothing, delegates to super(ref).
RemoteStub - class java.rmi.server.RemoteStub
This is a base class for the automatically generated RMI stubs.
RemoteStub() - constructor for class java.rmi.server.RemoteStub
Constructs the remote stub with no reference set.
RemoteStub(java.rmi.server.RemoteRef) - constructor for class java.rmi.server.RemoteStub
Constructs the remote stub that uses given remote reference for the method invocations.
remoteToString() - method in class java.rmi.server.RemoteRef
Get the string representation of this remote reference.
REMOVAL - static field in class org.w3c.dom.events.MutationEvent
The Attr was just removed.
REMOVE - static field in class javax.swing.event.DocumentEvent.EventType
REMOVE
remove() - method in class java.beans.beancontext.BeanContextSupport.BCSIterator
remove() - method in class javax.xml.stream.util.EventReaderDelegate
remove() - method in class java.util.Iterator<E>
Remove from the underlying collection the last element returned by next (optional operation).
remove() - method in class java.util.LinkedList<T>
Removes and returns the first element of the list.
remove() - method in class java.util.ListIterator<E>
Remove from the list the element last returned by a call to next or previous (optional operation).
remove() - method in class java.lang.ThreadLocal<T>
Removes the value associated with the ThreadLocal object for the currently executing Thread.
remove(Class) - method in class javax.print.attribute.AttributeSet
Removes the attribute entry of the given category from the set.
remove(Class) - method in class javax.print.attribute.HashAttributeSet
Removes the attribute entry of the given category from the set.
remove(int) - method in class java.util.AbstractList<E>
Remove the element at a given position in this list (optional operation).
remove(int) - method in class java.util.AbstractSequentialList<E>
Remove the element at a given position in this list (optional operation).
remove(int) - method in class java.util.ArrayList<E>
Removes the element at the user-supplied index.
remove(int) - method in class javax.naming.directory.Attribute
remove(int) - method in class javax.naming.directory.BasicAttribute
remove(int) - method in class java.awt.Choice
Removes the item at the specified index from the choice box.
remove(int) - method in class java.awt.peer.ChoicePeer
remove(int) - method in class javax.naming.CompositeName
remove(int) - method in class javax.naming.CompoundName
remove(int) - method in class java.awt.Container
Removes the component at the specified index from this container.
remove(int) - method in class org.omg.CORBA.ContextList
Remove the name at the given index.
remove(int) - method in class java.util.concurrent.CopyOnWriteArrayList<E>
Removes the element at the user-supplied index.
remove(int) - method in class javax.swing.DefaultListModel
Removes the element at a particular index from the list.
remove(int) - method in class javax.swing.tree.DefaultMutableTreeNode
Removes the child with the given index from this node.
remove(int) - method in class org.omg.CORBA.ExceptionList
Remove the item at the given position.
remove(int) - method in class org.w3c.dom.html2.HTMLSelectElement
Remove an element from the collection of OPTION elements for this SELECT.
remove(int) - method in class javax.swing.JLayeredPane
Removes a child from this container.
remove(int) - method in class javax.swing.JMenu
Removes component at the specified index from this menu
remove(int) - method in class javax.swing.JPopupMenu
Revomes component at the given index from the menu.
remove(int) - method in class javax.swing.JSplitPane
This method removes the component at the given index.
remove(int) - method in class javax.swing.JTabbedPane
Removes the tab and component which corresponds to the specified index.
remove(int) - method in class java.util.LinkedList<T>
Removes the element at the given position from the list.
remove(int) - method in class java.awt.List
Deletes the item at the specified index.
remove(int) - method in class java.util.List<E>
Remove the element at a given position in this list (optional operation).
remove(int) - method in class java.awt.Menu
Deletes the item at the specified index from this menu.
remove(int) - method in class java.awt.MenuBar
Removes the menu at the specified index.
remove(int) - method in class javax.swing.tree.MutableTreeNode
Removes the child node a given index.
remove(int) - method in class javax.naming.Name
Removes the component at the given index from this Name.
remove(int) - method in class org.omg.CORBA.NVList
Remove the item at the given index
remove(int) - method in class javax.naming.Reference
Remove the address at the given position.
remove(int) - method in class java.util.Vector<T>
Removes the element at the specified index, and returns it.
remove(int) - method in class javax.swing.text.View
remove(int,int) - method in class javax.swing.text.AbstractDocument
Removes a piece of content from this Document.
remove(int,int) - method in class javax.swing.text.AbstractDocument.Content
Removes a piece of content from the content model.
remove(int,int) - method in class javax.swing.text.Document
Removes a piece of content.
remove(int,int) - method in class javax.swing.text.DocumentFilter.FilterBypass
remove(int,int) - method in class javax.swing.text.GapContent
Removes a piece of content at th specified position.
remove(int,int) - method in class javax.swing.text.StringContent
Removes the specified range of characters and returns an UndoableEdit that enables undo/redo support.
Removes the content.
remove(java.awt.Component) - method in class java.awt.Container
Removes the specified component from this container.
remove(java.awt.Component) - method in class javax.swing.JApplet
Removes the specified component from this container.
remove(java.awt.Component) - method in class javax.swing.JDialog
This method removes a component from the JDialog.
remove(java.awt.Component) - method in class javax.swing.JFrame
Removes the specified component from this container.
remove(java.awt.Component) - method in class javax.swing.JInternalFrame
This method removes the given Component from the Container.
remove(java.awt.Component) - method in class javax.swing.JMenu
Removes given component from this menu.
remove(java.awt.Component) - method in class javax.swing.JSplitPane
This method removes the given component from the JSplitPane.
remove(java.awt.Component) - method in class javax.swing.JTabbedPane
Removes the specified Component from the JTabbedPane.
remove(java.awt.Component) - method in class javax.swing.JWindow
Removes the specified component from this container.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
remove(java.awt.MenuComponent) - method in class java.awt.Component
Removes the specified popup menu from this component.
remove(java.awt.MenuComponent) - method in class java.awt.Frame
Removes the specified menu component from this frame.
remove(java.awt.MenuComponent) - method in class java.awt.Menu
Removes the specifed item from the menu.
remove(java.awt.MenuComponent) - method in class java.awt.MenuBar
Removes the specified menu from the menu bar.
Removes the specified menu component from the menu.
Remove a single instance of an object from this collection (optional operation).
remove(java.lang.Object) - method in class java.util.AbstractMap<K,V>
Removes the mapping for this key if present (optional operation).
remove(java.lang.Object) - method in class javax.swing.ActionMap
Remove an entry from the ActionMap.
remove(java.lang.Object) - method in class javax.naming.directory.Attribute
remove(java.lang.Object) - method in class java.util.jar.Attributes
Remove a attribute name/value pair.
remove(java.lang.Object) - method in class javax.naming.directory.BasicAttribute
remove(java.lang.Object) - method in class java.beans.beancontext.BeanContextSupport
Remove the specified child from the context.
remove(java.lang.Object) - method in class java.util.Collection<E>
Remove a single occurrence of an object from this collection.
remove(java.lang.Object) - method in class java.util.Dictionary<K,V>
Removes from the Dictionary the value located by the given key.
remove(java.lang.Object) - method in class java.beans.Encoder
Remove a single occurrence of an object from this collection.
remove(java.lang.Object) - method in class java.util.HashMap<K,V>
Removes from the HashMap and returns the value which is mapped by the supplied key.
remove(java.lang.Object) - method in class java.util.HashSet<T>
Removes the supplied Object from this Set if it is in the Set.
remove(java.lang.Object) - method in class java.util.Hashtable<K,V>
Removes from the table and returns the value which is mapped by the supplied key.
Removes from the HashMap and returns the value which is mapped by the supplied key.
remove(java.lang.Object) - method in class java.util.LinkedList<T>
Removes the entry at the lowest index in the list that matches the given object, comparing by o == null ?
remove(java.lang.Object) - method in class java.util.List<E>
Remove the first occurence of an object from this list (optional operation).
remove(java.lang.Object) - method in class java.util.Map<K,V>
Removes the mapping for this key if present (optional operation).
remove(java.lang.Object) - method in class java.util.PriorityQueue<E>
remove(java.lang.Object) - method in class java.security.Provider
This method removes the specified key entry (and its associated value) from the property mapping collection.
remove(java.lang.Object) - method in class java.awt.RenderingHints
Removes a hint from the collection.
remove(java.lang.Object) - method in class java.util.Set<E>
Removes the specified element from this set (optional operation).
remove(java.lang.Object) - method in class javax.management.openmbean.TabularDataSupport
Removes the value for the specified key by simply calling remove((Object[]) key).
remove(java.lang.Object) - method in class java.util.TreeMap<K,V>
Removes from the TreeMap and returns the value which is mapped by the supplied key.
remove(java.lang.Object) - method in class java.util.TreeSet<T>
If the supplied Object is in this Set, it is removed, and true is returned; otherwise, false is returned.
remove(java.lang.Object) - method in class java.util.Vector<T>
Removes the given Object from the Vector.
remove(java.lang.Object) - method in class java.util.WeakHashMap<K,V>
Removes the key and the corresponding value from this map.
remove(java.lang.Object,boolean) - method in class java.beans.beancontext.BeanContextSupport
Removes a child from the bean context.
remove(java.lang.Object[]) - method in class javax.management.openmbean.TabularData
Removes the CompositeData value located at the specified index.
remove(java.lang.Object[]) - method in class javax.management.openmbean.TabularDataSupport
Removes the CompositeData value located at the specified index.
remove(java.lang.String) - method in class java.util.prefs.AbstractPreferences
Removes the preferences entry from this preferences node.
remove(java.lang.String) - method in class javax.naming.directory.Attributes
remove(java.lang.String) - method in class javax.naming.directory.BasicAttributes
remove(java.lang.String) - method in class java.awt.Choice
Removes the specified item from the choice box.
remove(java.lang.String) - method in class java.awt.List
Deletes the first occurrence of the specified item from the list.
remove(java.lang.String) - method in class java.util.prefs.Preferences
Removes the preferences entry from this preferences node.
Removes one instance of the specified listener from this multicaster chain.
Remove a relation from the set.
Remove a state from the set.
remove(javax.print.attribute.Attribute) - method in class javax.print.attribute.AttributeSet
Removes the given attribute from the set.
remove(javax.print.attribute.Attribute) - method in class javax.print.attribute.HashAttributeSet
Removes the given attribute from the set.
remove(javax.sound.midi.MidiEvent) - method in class javax.sound.midi.Track
Remove an event from this track.
remove(javax.swing.AbstractButton) - method in class javax.swing.ButtonGroup
Removes the specified button from this group.
remove(javax.swing.JMenuItem) - method in class javax.swing.JMenu
Removes given menu item from this menu.
remove(javax.swing.KeyStroke) - method in class javax.swing.ComponentInputMap
Remove an entry from the InputMap.
remove(javax.swing.KeyStroke) - method in class javax.swing.InputMap
Removes an entry from this InputMap.
Removes the given child from this node and sets its parent to null.
Removes a given child node.
REMOVE_ATTRIBUTE - static field in class javax.naming.directory.DirContext
removeAccessibleSelection(int) - method in class javax.accessibility.AccessibleSelection
Unselect the specified child of this Accessible object.
Removes the specified index from the current selection.
Removes the accessible item with the specified index to the selection.
Removes the item with the specified index from the selection.
Deselects the menu with index i.
Does nothing - it makes no sense to remove a selection for a tabbed pane, since one tab must always be selected.
Removes the accessible child with the specified index i from the current selection.
Removes the specified selected item in the object from the object's selection.
Removes the specified selected item in the object from the object's selection.
Removes the accessible child specified by the supplied index from the list of currently selected children.
Removes an ActionListener from the button's listener list.
Removes the ActionListener from the editor component.
Removes the specified listener from the list of listeners that will receive action events from this button.
Removes an ActionListener from the list of registered listeners.
This method removes given ActionListener from this ComboBoxEditor.
Remove an ActionListener to the model.
This method removes specified ActionListener from this JComboBox.
Removes an ActionListener from this file chooser.
Removes a listener object from this text field.
Removes the specified ActionListener from the list of registers listeners for this object.
Removes the specified listener from the list of action listeners for this object.
Remove the action listener.
Removes an adjustment listener from this object.
This method removes an AdjustmentListener from the scroll bar.
Removes the specified listener from the list of registered listeners for this object.
removeAll() - method in class java.awt.Choice
Removes all of the objects from this choice box.
removeAll() - method in class java.awt.peer.ChoicePeer
removeAll() - method in class java.awt.Container
Removes all components from this container.
removeAll() - method in class javax.swing.JLayeredPane
Removes all components from this container.
removeAll() - method in class javax.swing.JMenu
Removes all menu items from the menu
removeAll() - method in class javax.swing.JSplitPane
This method removes all components from the JSplitPane.
removeAll() - method in class javax.swing.JTabbedPane
This method removes all tabs and associated components from the JTabbedPane.
removeAll() - method in class java.awt.List
Deletes all of the items from the list.
removeAll() - method in class java.awt.peer.ListPeer
removeAll() - method in class java.awt.Menu
Removes all the elements from this menu.
removeAll() - method in class javax.swing.text.View
removeAll(Collection) - method in class java.util.AbstractCollection<E>
Remove from this collection all its elements that are contained in a given collection (optional operation).
removeAll(Collection) - method in class java.util.AbstractSet<E>
Removes from this set all elements in the given collection (optional operation).
removeAll(Collection) - method in class java.util.Collection<E>
Remove all elements of a given collection from this collection.
Remove all elements of a given collection from this collection.
removeAll(Collection) - method in class java.util.List<E>
Remove all elements of a given collection from this list (optional operation).
removeAll(Collection) - method in class java.util.Set<E>
Removes from this set all elements contained in the specified collection (optional operation).
removeAll(Collection) - method in class java.util.Vector<T>
Remove from this vector all elements contained in the given collection.
removeAll(java.util.Collection) - method in class java.beans.beancontext.BeanContextSupport
removeAllChildren() - method in class javax.swing.tree.DefaultMutableTreeNode
Removes all child nodes from this node.
removeAllElements() - method in class javax.swing.DefaultComboBoxModel
Removes all the items from the model's item list, resets and selected item to null, and sends a ListDataEvent to all registered listeners.
removeAllElements() - method in class javax.swing.DefaultListModel
Remove all elements in the list.
removeAllElements() - method in class java.util.Vector<T>
Removes all elements from the Vector.
removeAllHighlights() - method in class javax.swing.text.DefaultHighlighter
removeAllHighlights() - method in class javax.swing.text.Highlighter
removeAllIIOReadProgressListeners() - method in class javax.imageio.ImageReader
Uninstall all read progress listeners.
removeAllIIOReadUpdateListeners() - method in class javax.imageio.ImageReader
Uninstall all read update listeners.
removeAllIIOReadWarningListeners() - method in class javax.imageio.ImageReader
Uninstall all read warning listeners.
removeAllIIOWriteProgressListeners() - method in class javax.imageio.ImageWriter
Uninstall all write progress listeners.
removeAllIIOWriteWarningListeners() - method in class javax.imageio.ImageWriter
Uninstall all write warning listeners.
removeAllItems() - method in class javax.swing.JComboBox
This method removes all elements from this JComboBox.
Unregister an AncestorListener.
removeAttribute(int) - method in class org.xml.sax.ext.Attributes2Impl
Remove an attribute from the list.
removeAttribute(int) - method in class org.xml.sax.helpers.AttributesImpl
Remove an attribute from the list.
Removes an attribute from this element.
removeAttribute(java.lang.Object) - method in class javax.swing.text.html.MultiStyle
removeAttribute(java.lang.Object) - method in class javax.swing.text.MutableAttributeSet
Removes the attribute with the specified name, if this attribute is defined.
removeAttribute(java.lang.Object) - method in class javax.swing.text.SimpleAttributeSet
Removes the attribute with the specified name, if this attribute is defined.
removeAttribute(java.lang.String) - method in class org.xml.sax.helpers.AttributeListImpl
Remove an attribute from the list.
removeAttribute(java.lang.String) - method in class org.w3c.dom.Element
Removes an attribute by name.
removeAttribute(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataNode
Removes an attribute by name.
Returns a AttributeSet that has the attribute with the specified name removed from old.
Returns a AttributeSet that has the attribute with the specified name removed from old.
Removes an attribute from the set.
removeAttributeNode(org.w3c.dom.Attr) - method in class org.w3c.dom.Element
Removes the specified attribute node.
removeAttributeNode(org.w3c.dom.Attr) - method in class javax.imageio.metadata.IIOMetadataNode
Removes the specified attribute node.
Removes an attribute by local name and namespace URI.
Removes an attribute by local name and namespace URI.
Removes a set of attribute from this element.
removeAttributes(Enumeration) - method in class javax.swing.text.MutableAttributeSet
Removes the attributes listed in names.
removeAttributes(Enumeration) - method in class javax.swing.text.SimpleAttributeSet
Removes the attributes listed in names.
removeAttributes(Enumeration) - method in class javax.swing.text.StyleContext.NamedStyle
removeAttributes(java.util.Enumeration) - method in class javax.swing.text.html.MultiStyle
Removes a set of attributes from this element.
removeAttributes(javax.swing.text.AttributeSet) - method in class javax.swing.text.html.MultiStyle
Removes attributes from this set if they are found in the given set.
Removes attributes from this set if they are found in the given set.
Removes all attributes specified by names from old and returns the resulting AttributeSet.
Removes all attributes specified by names from old and returns the resulting AttributeSet.
Removes a set of attributes for the element.
Removes all attributes in attributes from old and returns the resulting AttributeSet.
Removes all attributes in attributes from old and returns the resulting AttributeSet.
Removes an attribute from the set.
Removes a LookAndFeel (LAF) from the list of auxiliary LAFs.
Removes an AWT event listener from this toolkit.
Remove a listener on changes to the membership of this BeanContext object.
Remove a listener on changes to the membership of this BeanContext object.
Remove a listener on all adds and removes of services.
removeBindings() - method in class javax.swing.text.Keymap
Removed a CaretListener object from this text component.
Removes the specified CellEditorListener from the list of the CellEditorListeners of this CellEditor.
Deregisters a listener so that it no longer receives ChangeEvent notifications from the CellEditor.
Removes a CellEditorListener object.
Removes a certificate from the list of ceritificates for this identity.
Removes a ChangeListener from the button's listener list.
Remove a particular listener.
Removes a ChangeListener from this object.
Adds an ChangeListener to the list of registered listeners.
Removes a ChangeListener from the list of registered listeners.
Deregisters a listener so that it no longer receives ChangeEvent notifications from this action.
Cancels the subscription of a ChangeListener.
Remove a ChangeListener to the model.
Removes a ChangeListener from the list of registered listeners.
Removes a listener from this model.
Deregisters a listener so that it no longer receives ChangeEvent notifications from this model.
Deregisters a listener so that it no longer receives notification of component state changes.
Removes a listener from this slider so that it will no longer receive ChangeEvent notifications from the slider.
Remove a particular listener
This method removes a ChangeListener to the JTabbedPane.
Removes ChangeListener from the list of registered listeners for this MenuSelectionManager.
Deregisters a listener so that it no longer receives ChangeEvent notifications from this model.
Removes a given ChangeListener from the list of registered listeners.
Removes a ChangeListener from to the style.
removeChild(org.w3c.dom.Node) - method in class javax.imageio.metadata.IIOMetadataNode
removeChild(org.w3c.dom.Node) - method in class org.w3c.dom.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
Removes a file filter from the list of available filters and sends a PropertyChangeEvent (with the property name CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY) to all registered listeners.
This method removes the given AbstractColorChooserPanel from the JColorChooser's list of chooserPanels.
Removes a column from the model then calls fireColumnRemoved(TableColumnModelEvent) to notify the registered listeners.
Removes specified column from displayable columns of this table.
Removes a column from the model.
Deregisters a listener so that it no longer receives notification of changes to this model.
Deregisters a listener, so that it will no longer receive TableColumnModelEvent notifications.
removeColumnSelectionInterval(int,int) - method in class javax.swing.JTable
Removes the specified listener from the component.
Used to remove an ImageConsumer from the list of registered consumers for this ImageProducer.
Used to remove an ImageConsumer from the list of registered consumers for this ImageProducer.
Used to remove an ImageConsumer from the list of registered consumers for this ImageProducer.
removeConsumer(java.awt.image.ImageConsumer) - method in class java.awt.image.renderable.RenderableImageProducer
Removes the specified container listener from this object's list of container listeners.
removeControlButtons() - method in class javax.swing.plaf.metal.MetalFileChooserUI
Removes all the buttons from the control panel.
Remove a controller listener from this sequencer for the specified controller numbers.
Removes any paths in the current set of selected paths that are descendants of path.
removeDescendantToggledPaths(Enumeration) - method in class javax.swing.JTree
Removes any descendants of the TreePaths in toRemove that have been expanded.
Removes a DocumentListener object from this document.
Removes a DocumentListener from this Document.
removeDropTarget(java.awt.dnd.DropTarget) - method in class java.awt.dnd.peer.DropTargetPeer
removeEditor() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Removes the current editor from the combo box.
removeEditor() - method in class javax.swing.JTable
Discards the editor object.
Returns true if this map should remove the eldest entry.
Removes an element from the model's item list and sends a ListDataEvent to all registered listeners.
Removes the first occurrence of a particular element in the list.
This method removes given element from the data model
removeElement(java.lang.Object) - method in class java.util.Vector<T>
Removes the first (the lowest index) occurrence of the given object from the Vector.
removeElement(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
removeElementAt(int) - method in class javax.swing.DefaultComboBoxModel
Removes the element at the specified index from the model's item list and sends a ListDataEvent to all registered listeners.
removeElementAt(int) - method in class javax.swing.DefaultListModel
Removes the element at a particular index from the list.
removeElementAt(int) - method in class javax.swing.MutableComboBoxModel
This method removes elements located at the given index in the data model.
removeElementAt(int) - method in class java.util.Vector<T>
Removes the element at index, and shifts all elements at positions greater than index to their index - 1.
removeEntries(int,int) - method in class javax.swing.SizeSequence
Removes the element(s) at index start (the number of elements removed is length).
This method delets the specified entry from the ACL
This method allows the removal of event listeners from the event target.
removeField(java.lang.String) - method in class javax.management.Descriptor
Removes a field from the descriptor.
removeFirst() - method in class java.util.LinkedList<T>
Remove and return the first element in the list.
Removes the first occurrence of the specified element from the list, when traversing the list from head to tail.
Removes the specified listener from this component.
Removes the specified listener from the component.
Removes a focus listener.
Removes a focus listener from the parent list.
Removes a focus listener from the cell.
Removes the specified focus listener so it no longer receives focus events from this component.
Removes the specified focus listener from the list of registered focus listeners for this component.
removeFromEnvironment(java.lang.String) - method in class javax.naming.Context
Removes the property with the given name from the environment.
removeFromParent() - method in class javax.swing.tree.DefaultMutableTreeNode
Removes this node from its parent.
removeFromParent() - method in class javax.swing.tree.MutableTreeNode
Removes this node from its parent.
removeFromSource() - method in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
Removes event from the source
removeHandler(java.util.logging.Handler) - method in class java.util.logging.Logger
Removes a handler from the set of handlers that get notified when a log record is to be published.
Removes a handshake listener from this socket.
Removes the specified listener from the component.
Removes the specified listener from the component.
removeHighlight(java.lang.Object) - method in class javax.swing.text.DefaultHighlighter
removeHighlight(java.lang.Object) - method in class javax.swing.text.Highlighter
Removes a HyperlinkListener object to this editor pane.
This is a helper method that removes the JDesktopIcon of the given JInternalFrame from the parent.
Removes an identity in this scope.
Uninstall the given read progress listener.
Uninstall the given read update listener.
Uninstall the given read warning listener.
Uninstall the given write progress listener.
Uninstall the given write warning listener.
removeImage(int) - method in class javax.imageio.ImageWriter
Remove the image at the specified index from the output stream.
removeImage(java.awt.Image) - method in class java.awt.MediaTracker
Removes an image from this MediaTracker.
Removes an image with the specified ID from this MediaTracker.
Removes an image with the specified ID and scale from this MediaTracker.
Removes a range from the set of indices.
removeIndexInterval(int,int) - method in class javax.swing.ListSelectionModel
Removes the items in the specified range (inclusive) from the selection model.
Removes the specified listener from the component.
Removes an InputListener object from this text component.
Removes the listener oldl from the listener l.
This method removes an InternalFrameListener from this JInternalFrame.
Remove a component from the invalidComponents vector.
removeItem(java.lang.Object) - method in class javax.swing.JComboBox
This method removes given element from this JComboBox.
removeItemAt(int) - method in class javax.swing.JComboBox
This method remove element location in the specified index in the JComboBox.
Removes an ItemListener from the button's listener list.
Adds an ItemListener to the list of registered listeners.
Removes a listener from the list of registered listeners for this object.
Removes the specified listener from the list of registered item listeners for this object.
Removes the specified listener from the list of registered listeners for this object.
Remove an ItemListener to the model.
Removes an item listener from this object.
This method unregisters given ItemListener from this JComboBox
Removes the specified ItemListener from the list of registers listeners for this object.
Removes the specified key event dispatcher from the list of registered dispatchers.
Removes the specified key event post processor from the list of registered post processors.
Removes the specified listener from the component.
removeKeymap(java.lang.String) - static method in class javax.swing.text.JTextComponent
Remove a Keymap from the global Keymap table, by name.
removeKeyStrokeBinding(javax.swing.KeyStroke) - method in class javax.swing.text.Keymap
removeLast() - method in class java.util.LinkedList<T>
Remove and return the last element in the list.
Removes the last occurrence of the specified element from the list, when traversing the list from head to tail.
Removes a component from the layout.
This method is called when removing a Component from the Container.
This method is called when a Component is removed from the JInternalFrame.
This method removes the given component from the layout manager's knowledge.
removeLayoutComponent(java.awt.Component) - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method removes a child component from the layout.
This method is called when a component is removed.
This method removes the component from the layout.
This method is called when a component is removed from the JTabbedPane.
Removes the specified component from the layout.
Removes a component from the layout.
Remove the indicated component from this layout manager.
Remove the indicated component from this layout manager.
Removes the specified component from the layout group.
Remove the indicated component from this layout manager.
DOCUMENT ME!
This method does nothing.
Removes the specified component from the layout group.
This method is not used in this layout manager.
Removes a layout component.
The method is not used with this manager.
removeLineListener(javax.sound.sampled.LineListener) - method in class javax.sound.sampled.Line
Remove the listener from this Line; after this call the listener will no longer be notified when this Line changes state.
Add a listener object to this model.
Add a listener object to this model.
removeListeners() - method in class javax.swing.plaf.metal.MetalComboBoxUI
Not used in Classpath.
Removes a registered listener.
Removes a ListSelectionListener from the listener list for this list.
Deregisters a listener so that it no longer receives notification of changes to the model.
removeMember(java.security.Principal) - method in class java.security.acl.Group
This method deletes a member from the group.
Removes a MenuDragMouseListener from the menuItem's listener list.
Removes an MenuKeyListener from the menuItem's listener list.
Removes a MenuKeyListener from the popup.
Removes MenuListener from the menu
Remove a meta event listener from this sequencer.
Removes the specified listener from the component.
Removes the specified listener from the component.
Removes the specified listener from the component.
removeNamedItem(java.lang.String) - method in class org.w3c.dom.NamedNodeMap
Removes a node specified by name.
Removes a node specified by local name and namespace URI.
removeNode() - method in class java.util.prefs.AbstractPreferences
Removes this and all subnodes from the backing store and clears all entries.
removeNode() - method in class java.util.prefs.Preferences
Removes this and all subnodes from the backing store and clears all entries.
Remove the indicated node change listener from the list of listeners to notify.
Message this to remove node from its parent.
removeNodeSpi() - method in class java.util.prefs.AbstractPreferences
Clears this node from this VM and removes it from the backing store.
Removes the specified listener from the list of recipients of notifications from this bean.
Removes the specified listener from the list of recipients of notifications from this bean.
Removes the specified listener from the list of recipients of notifications from this bean.
Removes the specified listener from the list of recipients of notifications from this delegate.
Removes the specified listener from the list of recipients of notifications from this bean.
Removes the specified listener from the list of recipients of notifications from this bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
removeNotify() - method in class java.awt.Component
Called to inform this component is has been removed from its container.
removeNotify() - method in class java.awt.Container
Called when this container is removed from its parent container to inform it to destroy its peer.
removeNotify() - method in class java.awt.dnd.DropTargetContext
removeNotify() - method in class java.awt.Frame
Called when this container is removed from its parent container to inform it to destroy its peer.
removeNotify() - method in class java.awt.im.spi.InputMethod
Notify the input method that a client component has been removed from its hierarchy, or that input method support has been disabled.
removeNotify() - method in class javax.swing.JButton
Overrides JComponent.removeNotify to check if this button is currently set as the default button on the RootPane, and if so, sets the RootPane's default button to null to ensure the RootPane doesn't hold onto an invalid button reference.
removeNotify() - method in class javax.swing.JComponent
Receives notification that this component no longer has a parent.
removeNotify() - method in class javax.swing.JMenuBar
This method overrides removeNotify() in the Container to unregister this menu bar from the current keyboard manager.
removeNotify() - method in class javax.swing.JTable
Called when this container is removed from its parent container to inform it to destroy its peer.
removeNotify() - method in class java.awt.List
Notifies this object to destroy its native peer.
removeNotify() - method in class java.awt.Menu
Destroys the native peer for this object.
removeNotify() - method in class java.awt.MenuBar
Destroys this object's native peer.
removeNotify() - method in class java.awt.MenuComponent
Destroys this component's native peer
removeNotify() - method in class java.awt.ScrollPane
Notifies this object that it should destroy its native peers.
removeNotify() - method in class java.awt.TextComponent
Notifies the component that it should destroy its native peer.
removeNotify(java.awt.Component) - method in class java.awt.im.InputContext
Notifies the input context that a client component has been removed from its containment hierarchy, or that input method support has been disabled for the component.
removeObjectValue(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
removeParameters() - method in class java.awt.image.renderable.ParameterBlock
removePermission(java.security.acl.Permission) - method in class java.security.acl.AclEntry
This method deletes the specified permission to this ACL entry.
Removes PopupMenuListener to combo box to listen to the events fired by the combo box's popup menu containing its list of items
Removes PopupMenuListener from JPopupMenu's list of listeners
Remove the indicated preference change listener from the list of listeners to notify.
Removes the given listener from the listeners registered for changes in their provided attribute set during processing of this print job.
Removes the given listener from the listeners registered for events occuring during processing of this print job.
De-registers a print service attribute listener from this print service.
removeProperty(java.lang.String) - method in class org.w3c.dom.css.CSSStyleDeclaration
Used to remove a CSS property if it has been explicitly set within this declaration block.
Deregisters a listener so that it no longer receives PropertyChangeEvent notifications from this action.
Remove a PropertyChangeListener from the listener list.
Deregisters a listener so that it no longer receives notification of changes to the action's properties.
Removes the specified property listener from the component.
Removes a global property change listener from this accessible component.
Remove a PropertyChangeListener.
Removes a PropertyChangeListener object from this model.
Removes a property change listener from the list of registered listeners.
This method does nothing, list children are transient accessible objects which means that they don't fire property change events.
Remove a PropertyChangeListener from the listener list.
Removes the supplied property change listener from the list of registered listeners.
Unregisters a listener.
Removes a PropertyChangeListener from the list of global listeners.
Removes a property change listener from this PropertyEditor.
Removes a property change listener from this property editor.
Removes a listener so that it no longer receives PropertyChangeEvent notifications from this column.
Removes a PropertyChangeListener from this UIDefaults map.
Remove a PropertyChangeListener from the listener list.
Remove a listener to a certain property.
Remove a listener to a certain property.
Removes the specified property listener on a particular property from the component.
Removes the supplied property change listener registered for the specified property from the list of registered listeners.
Removes a PropertyChangeListener from listening to a specific property.
removeProvider(java.lang.String) - static method in class java.security.Security
Removes an already installed Provider, given its name, from the current list of installed Providers.
removeRange(int,int) - method in class java.util.AbstractList<E>
Remove a subsection of the list.
removeRange(int,int) - method in class java.util.ArrayList<E>
Removes all elements in the half-open interval [fromIndex, toIndex).
removeRange(int,int) - method in class javax.swing.DefaultListModel
Remove all elements between startIndex and endIndex inclusive.
removeRange(int,int) - method in class java.util.Vector<T>
Removes a range of elements from this list.
removeRedundantState() - method in class javax.swing.undo.StateEdit
Removes all redundant entries from the pre- and post-edit state hash tables.
Removes a ResourceBundle.
removeRow(int) - method in class javax.swing.table.DefaultTableModel
Removes a row from the table and sends a TableModelEvent to all registered listeners.
removeRowSelectionInterval(int,int) - method in class javax.swing.JTable
Deselects all indices in the inclusive range [index0,index1].
removeSelectionInterval(int,int) - method in class javax.swing.JList
Removes the specified interval from the current selection.
removeSelectionInterval(int,int) - method in class javax.swing.JTree
Marks the items in the specified interval as not selected.
Removes the path from the selection.
Removes the paths from the selection.
This catches attempts to remove something from the selection.
removeSelectionRow(int) - method in class javax.swing.JTree
removeSelectionRows(int[]) - method in class javax.swing.JTree
removeShutdownHook(java.lang.Thread) - method in class java.lang.Runtime
De-register a shutdown hook.
removeSources() - method in class java.awt.image.renderable.ParameterBlock
removeSpi(java.lang.String) - method in class java.util.prefs.AbstractPreferences
Removes the given key entry from this preferences node.
removeStyle(java.lang.String) - method in class javax.swing.text.DefaultStyledDocument
Removes a named Style from the style hierarchy.
removeStyle(java.lang.String) - method in class javax.swing.JTextPane
Removes a named Style from the style hierarchy.
removeStyle(java.lang.String) - method in class javax.swing.text.StyleContext
removeStyle(java.lang.String) - method in class javax.swing.text.StyledDocument
removeStyle
removeStyle(java.lang.String) - method in class javax.swing.text.html.StyleSheet
Removes a style previously added.
removeStyleSheet(javax.swing.text.html.StyleSheet) - method in class javax.swing.text.html.StyleSheet
Removes ss from those of the receiver
removeTabAt(int) - method in class javax.swing.JTabbedPane
Removes the tab at index.
Removes a listener from the table model so that it will no longer receive notification of changes to the table model.
Removes a listener from the model.
Removes the specified listener from the list of listeners for this component.
Removes a tile observer.
Removes the given transformer from the set of transformers this Instrumentation object has.
Removes a TreeExpansionListener object from the tree.
Removes a listener from the model.
removeTreeModelListener
Removes a TreeSelectionListener object from this model.
Removes a TreeSelectionListener object from the tree.
Removes a TreeWillExpandListener object from the tree.
Removes an UndoableEditListener from this Document.
Removes an UndoableEditListener from this Document.
Unregisters a listener.
removeUpdate() - method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
Updates the element structure of the document in response to removal of content.
Remove update
Handle a text removal event and fire an AccessibleContext.ACCESSIBLE_TEXT_PROPERTY property change event.
This method is called when something is removed from the Document that this View is displaying.
Receice notification that some content has been removed from the region that this view is responsible for.
Receives notification that some text has been removed within the text fragment that this view is responsible for.
Receives notification that something was removed from the document in a location that this view is responsible for.
This method is called when something is removed from the Document that this View is displaying.
Receive notification about a remove update to the text model.
Called when something is removed.
Receive notification about a remove update to the text model.
Called before some content gets removed from this Document.
Updates the document structure in response to text removal.
Called before some content gets removed from this Document.
Receives notification from a FlowView that some content has been removed from the document at a location that the FlowView is responsible for.
removeValue(java.lang.String) - method in class javax.net.ssl.SSLSession
Un-binds a value.
Unregister a VetoableChangeChangeListener.
Removes the supplied vetoable property change listener from the list of registered listeners.
Removes a VetoableChangeListener from the list of global listeners.
Remove a listener to a certain property.
Remove a listener to a certain property.
Removes the supplied vetoable property change listener registered for the specified property from the list of registered listeners.
Removes a VetoableChangeListener from listening to a specific property.
Removes the specified listener from this window.
Removes the specified listener from the list of WindowListeners that will receive events for this window.
Removes the specified listener from this window.
rename(java.lang.String,java.lang.String) - method in class javax.naming.Context
Renames the existing binding, removing the existing and giving the new name for the same object.
Renames the existing binding, removing the existing and giving the new name for the same object.
renameFile(java.io.File,java.io.File) - method in class javax.swing.plaf.basic.BasicDirectoryModel
Renames a file - However, does not re-sort the list or replace the old file with the new one in the list.
Rename an existing node of type ELEMENT_NODE or ATTRIBUTE_NODE.
renameTo(java.io.File) - method in class java.io.File
This method renames the file represented by this object to the path of the file represented by the argument File.
render(java.lang.Runnable) - method in class javax.swing.text.AbstractDocument
Called to render this Document visually.
render(java.lang.Runnable) - method in class javax.swing.text.Document
This allows the Document to be rendered safely.
RENDERABLE_IMAGE - static field in class javax.print.DocFlavor.SERVICE_FORMATTED
Service formatted doc flavor with a representation class of "java.awt.image.renderable.RenderableImage".
RenderableImage - interface java.awt.image.renderable.RenderableImage
RenderableImageOp - class java.awt.image.renderable.RenderableImageOp
RenderableImageProducer - class java.awt.image.renderable.RenderableImageProducer
RenderContext - class java.awt.image.renderable.RenderContext
RenderContext(java.awt.geom.AffineTransform) - constructor for class java.awt.image.renderable.RenderContext
RenderContext(java.awt.geom.AffineTransform,java.awt.Shape) - constructor for class java.awt.image.renderable.RenderContext
RenderedImage - interface java.awt.image.RenderedImage
NEEDS DOCUMENTATION
RenderedImageFactory - interface java.awt.image.renderable.RenderedImageFactory
renderer - field in class javax.swing.tree.DefaultTreeCellEditor
Renderer, used to get border and offsets from.
Renderer - interface javax.swing.Renderer
This interface is not used and exists only for compatibility.
renderer - field in class javax.swing.JComboBox
Renderer renders(paints) every object in the combo box list in its associated list cell.
rendererPane - field in class javax.swing.plaf.basic.BasicListUI
The CellRendererPane that is used for painting.
rendererPane - field in class javax.swing.plaf.basic.BasicTableHeaderUI
Paint the header cell.
rendererPane - field in class javax.swing.plaf.basic.BasicTableUI
rendererPane - field in class javax.swing.plaf.basic.BasicTreeUI
Used to paint the TreeCellRenderer.
rendererPane - field in class javax.swing.plaf.metal.MetalComboBoxButton
Used for rendering the selected item.
A collection of (key, value) items that provide 'hints' for the Graphics2D rendering pipeline.
Creates a new collection containing a single (key, value) pair.
RenderingHints(Map) - constructor for class java.awt.RenderingHints
Creates a new collection of hints containing all the (key, value) pairs in the specified map.
reorderingAllowed - field in class javax.swing.table.JTableHeader
The reorderingAllowed property.
Reorder objects according to the levels passed in.
repaint() - method in class java.awt.Component
Repaint this entire component.
repaint() - method in class javax.swing.text.DefaultCaret
Causes the Caret to repaint itself.
repaint(int,int,int,int) - method in class java.awt.Component
Repaints the specified rectangular region within this component.
repaint(java.awt.Rectangle) - method in class javax.swing.table.DefaultTableCellRenderer
Overriden for performance.
repaint(java.awt.Rectangle) - method in class javax.swing.tree.DefaultTreeCellRenderer
For performance reasons, this method is overridden to do nothing.
repaint(java.awt.Rectangle) - method in class javax.swing.JComponent
Mark the described region of this component as dirty in the current RepaintManager.
repaint(long) - method in class java.awt.Component
Repaint this entire component.
repaint(long,int,int,int,int) - method in class java.awt.Component
Repaints the specified rectangular region within this component.
repaint(long,int,int,int,int) - method in class java.awt.peer.ComponentPeer
Repaints the specified rectangle of this component.
repaint(long,int,int,int,int) - method in class javax.swing.table.DefaultTableCellRenderer
Overriden for performance.
repaint(long,int,int,int,int) - method in class javax.swing.tree.DefaultTreeCellRenderer
For performance reasons, this method is overridden to do nothing.
repaint(long,int,int,int,int) - method in class javax.swing.JComponent
Mark the described region of this component as dirty in the current RepaintManager.
repaint(long,int,int,int,int) - method in class javax.swing.JViewport
Forward repaint to parent to make sure only one paint is performed by the RepaintManager.
repaintCellFocus() - method in class javax.swing.plaf.basic.BasicListUI.FocusHandler
Helper method to repaint the focused cell's lost or acquired focus state.
RepaintManager - class javax.swing.RepaintManager
The repaint manager holds a set of dirty regions, invalid components, and a double buffer surface.
RepaintManager() - constructor for class javax.swing.RepaintManager
Create a new RepaintManager object.
Reparent this component under another container.
repeatKeyAction - field in class javax.swing.plaf.basic.BasicTreeUI.KeyHandler
Key code that is being generated for.
REPLACE - static field in class java.nio.charset.CodingErrorAction
replace(char,char) - method in class java.lang.String
Replaces every instance of a character in this String with a new character.
replace(int,int,java.lang.Object,int) - method in class javax.swing.text.GapContent
Replaces a portion of the storage with the specified items.
Replace characters between index start (inclusive) and end (exclusive) with str.
Replace characters between index start (inclusive) and end (exclusive) with str.
Replaces a piece of content in this Document with another piece of content.
Replaces a set of child elements with a new set of child elemens.
replace(int,int,javax.swing.text.View[]) - method in class javax.swing.text.AsyncBoxView
Replaces child views with new child views.
replace(int,int,javax.swing.text.View[]) - method in class javax.swing.text.html.BlockView
Overridden to fetch additional CSS layout information.
replace(int,int,javax.swing.text.View[]) - method in class javax.swing.text.BoxView
Replaces child views by some other child views.
replace(int,int,javax.swing.text.View[]) - method in class javax.swing.text.CompositeView
Replaces child views by some other child views.
replace(int,int,javax.swing.text.View[]) - method in class javax.swing.text.TableView
Replaces a number of child views with a set of new child views.
Replaces some child views with a new set of child views.
replace(int,int,javax.swing.text.View[]) - method in class javax.swing.text.View
Replaces a couple of child views with new child views.
Returns a string that is this string with all instances of the sequence represented by target replaced by the sequence in replacement.
REPLACE_ATTRIBUTE - static field in class javax.naming.directory.DirContext
replaceAll(java.lang.String) - method in class java.util.regex.Matcher
Replaces all matching substrings of the regular expression with a given replacement.
replaceChild(org.w3c.dom.Node,org.w3c.dom.Node) - method in class javax.imageio.metadata.IIOMetadataNode
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
Replace the characters starting at the specified 16-bit unit offset with the specified string.
Incorporates another editing action into this one, thus forming a combined action that replaces the argument action.
replaceEdit(javax.swing.undo.UndoableEdit) - method in class javax.swing.undo.UndoableEdit
Incorporates another editing action into this one, thus forming a combined action that replaces the argument action.
Replace the old editor with the new one
replaceFirst(java.lang.String) - method in class java.util.regex.Matcher
Replaces the first substring match of the regular expression with a given replacement.
Replace the metadata associated with the image at the given index.
replaceItem(java.lang.String,int) - method in class java.awt.List
Replaces the item at the specified index with the specified item.
replacement() - method in class java.nio.charset.CharsetDecoder
replacement() - method in class java.nio.charset.CharsetEncoder
Allows subclasses to replace objects that are written to the stream with other objects to be written in their place.
This method replaces the currentPane with the newPane.
Replace a region of an image in the output stream with a portion of the given raster data.
Replace a region of an image in the output stream with a portion of the given rendered image.
Replace a range of characters with the specified text.
replaceSelection(java.lang.String) - method in class javax.swing.JEditorPane
Replaces the currently selected content with new content represented by the given string.
replaceSelection(java.lang.String) - method in class javax.swing.text.JTextComponent
replaceSelection(java.lang.String) - method in class javax.swing.JTextPane
Replaces the currently selected text with the specified content.
Replace the metadata associated with this image stream.
Replace the text between two points with the given string.
Replaces the text between two indexes with the given text.
Replace a range of characters with the specified text.
replaceText(java.lang.String,int,int) - method in class java.awt.peer.TextAreaPeer
Change the shared, UI-managed ActionMap for a given component.
Change the shared, UI-managed InputMap for a given component.
replaceWholeText(java.lang.String) - method in class org.w3c.dom.Text
Replaces the text of the current node and all logically-adjacent text nodes with the specified text.
replaceWith(byte[]) - method in class java.nio.charset.CharsetEncoder
replaceWith(java.lang.String) - method in class java.nio.charset.CharsetDecoder
This filter should be used for fast scaling of images where the result does not need to ensure straight lines are still straight, etc.
ReplicateScaleFilter(int,int) - constructor for class java.awt.image.ReplicateScaleFilter
reply_status() - method in class org.omg.PortableInterceptor.RequestInfoOperations
Get the reoly state as result of the operation invocation.
REPORT - static field in class java.nio.charset.CodingErrorAction
REPORT - static field in class javax.print.attribute.standard.Severity
Indicates that the reason is a report.
Reports an error.
REPORTER - static field in class javax.xml.stream.XMLInputFactory
Property used to control the error reporter implementation.
A formal helper for the CORBA Repository Id that is identical to the narrow string.
Request - class org.omg.CORBA.Request
An object, containing the information, needed to invoke the method of the local or remote CORBA object.
request(org.omg.CORBA.Object,java.lang.String) - method in class org.omg.CORBA.portable.Delegate
Create a request to invoke the method of this CORBA object.
request(org.omg.CORBA.Object,java.lang.String,boolean) - method in class org.omg.CORBA.portable.Delegate
Create a request to invoke the method of this CORBA object.
request_id() - method in class org.omg.PortableInterceptor.RequestInfoOperations
Get the request id.
Holds an integer RequestProcessingPolicy identifier.
requestAnonymity(boolean) - method in class org.ietf.jgss.GSSContext
Requests anonymous support over the context.
requestConf(boolean) - method in class org.ietf.jgss.GSSContext
Requests that confidentiality service be available over the context.
requestCredDeleg(boolean) - method in class org.ietf.jgss.GSSContext
Sets the request state for the credential delegation flag for the context.
requestDefaultFocus() - method in class javax.swing.JComponent
Request focus on the default component of this component's FocusTraversalPolicy.
requestFocus() - method in class javax.accessibility.AccessibleComponent
If this method is called this component will attempt to gain focus, but if it cannot accept focus nothing happens.
requestFocus() - method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SystemMenuBar
This method requests that focus be given to this Component.
requestFocus() - method in class java.awt.Component
Request that this Component be given the keyboard input focus and that its top-level ancestor become the focused Window.
Requests focus for this component.
requestFocus() - method in class java.awt.peer.ComponentPeer
Requests that this component receives the focus.
requestFocus() - method in class javax.swing.JCheckBoxMenuItem
This method overrides JComponent.requestFocus with an empty implementation, since JCheckBoxMenuItems should not receive focus in general.
requestFocus() - method in class javax.swing.JComponent
Requests that this component gets the input focus if the requestFocusEnabled property is set to true.
Requests focus on the parent list.
requestFocus() - method in class javax.swing.JRadioButtonMenuItem
This method overrides JComponent.requestFocus with an empty implementation, since JRadioButtonMenuItems should not receve focus in general.
Requests that this table cell gets the keyboard focus.
Requests focus for this object.
Requests that this component gains focus.
requestFocus(boolean) - method in class java.awt.Component
Request that this Component be given the keyboard input focus and that its top-level ancestor become the focused Window.
requestFocus(boolean) - method in class javax.swing.JComponent
This method is overridden to make it public so that it can be used by look and feel implementations.
Requests that this component receives the focus.
requestFocusInWindow() - method in class java.awt.Component
Request that this component be given the keyboard input focus, if its top-level ancestor is the currently focused Window.
requestFocusInWindow() - method in class javax.swing.JComponent
Requests that this component gets the input focus if the top level window that contains this component has the focus and the requestFocusEnabled property is set to true.
requestFocusInWindow(boolean) - method in class java.awt.Component
Request that this component be given the keyboard input focus, if its top-level ancestor is the currently focused Window.
requestFocusInWindow(boolean) - method in class javax.swing.JComponent
This method is overridden to make it public so that it can be used by look and feel implementations.
RequestInfo - interface org.omg.PortableInterceptor.RequestInfo
Provides access to request information, available to the ClientRequestInterceptor or ServerRequestInterceptor.
RequestInfoOperations - interface org.omg.PortableInterceptor.RequestInfoOperations
Defines operations that are applicable for both server and client request.
RequestingUserName - class javax.print.attribute.standard.RequestingUserName
The RequestingUserName attribute provides the name of the user which requests the printing of the given job.
RequestingUserName(java.lang.String,java.util.Locale) - constructor for class javax.print.attribute.standard.RequestingUserName
Creates a RequestingUserName object.
requestInteg(boolean) - method in class org.ietf.jgss.GSSContext
Requests that integrity services be available over the context.
requestLifetime(int) - method in class org.ietf.jgss.GSSContext
Sets the desired lifetime for the context in seconds.
requestMutualAuth(boolean) - method in class org.ietf.jgss.GSSContext
Sets the request state of the mutual authentication flag for the context.
This method is called whenever a username and password for a given network operation is required.
This method is called whenever a username and password for a given network operation is required.
RequestProcessingPolicy - interface org.omg.PortableServer.RequestProcessingPolicy
Specifies the behaviour in the case when the requested object is not found in the Active Object Map or that map is not in use.
Defines the operations, applicable to the RequestProcessingPolicy.
Specifies the behaviour in the case when the requested object is not found in the Active Object Map or that map is not in use.
RequestProcessingPolicyValue(int) - constructor for class org.omg.PortableServer.RequestProcessingPolicyValue
Normally, no new instances are required, so the constructor is protected.
requestReplayDet(boolean) - method in class org.ietf.jgss.GSSContext
Sets the request state of the replay detection service for the context.
requestSequenceDet(boolean) - method in class org.ietf.jgss.GSSContext
Sets the request state for the sequence checking service of the context.
Used to register an ImageConsumer with this ImageProducer and then request that this producer resend the image data in the order top-down, left-right.
Used to register an ImageConsumer with this ImageProducer and then request that this producer resend the image data in the order top-down, left-right.
Used to register an ImageConsumer with this ImageProducer and then request that this producer resend the image data in the order top-down, left-right.
requestWindowFocus() - method in class java.awt.peer.WindowPeer
Request that this window peer be given the window focus.
require(int,java.lang.String,java.lang.String) - method in class javax.xml.stream.util.ReaderDelegate
Tests whether the current event is of the given type and namespace.
REQUIRED - static field in class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
required - field in class java.sql.DriverPropertyInfo
A flag indicating whether or not a value for this property is required in order to connect to the database.
REQUIRED - static field in class javax.swing.text.html.parser.DTDConstants
The attribute modifier #REQUIRED constant, indicates that the value must be supplied.
REQUIRED - static field in class java.awt.GraphicsConfigTemplate
States that a feature is required to select a configuration.
REQUIRES_ATTENTION - static field in class javax.print.event.PrintJobEvent
Indicates a situation where human intervention might be needed.
requiresBidi(char[],int,int) - static method in class java.text.Bidi
Returns false if all characters in the text between start and end are all left-to-right text.
REQUISITE - static field in class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
RescaleOp - class java.awt.image.RescaleOp
RescaleOp is a filter that changes each pixel by a scaling factor and offset.
RescaleOp(float,float,java.awt.RenderingHints) - constructor for class java.awt.image.RescaleOp
Create a new RescaleOp object using the given scale factor and offset.
RescaleOp(float[],float[],java.awt.RenderingHints) - constructor for class java.awt.image.RescaleOp
Create a new RescaleOp object using the given scale factors and offsets.
rescanCurrentDirectory() - method in class javax.swing.JFileChooser
Rescans the current directory (this is handled by the UI delegate).
Rescans the current directory.
Refreshes the currently displayed directory.
Updates the current directory.
Calls the FileChooserUI.rescanCurrentDirectory(JFileChooser) method for all the UI delegates managed by this MultiFileChooserUI.
The ImageConsumer can use this method to request the pixels be delivered in top-down, left-right order.
RESERVED_ID_MAX - static field in class java.awt.AWTEvent
This is the highest number for event ids that are reserved for use by the AWT system itself.
RESERVED_UIROLE - static field in class javax.print.ServiceUIFactory
Role IDs greater than this may be used for other private roles.
RESET - static field in class javax.swing.text.html.FormView
If the value attribute of an <input type="reset"&gt> tag is not specified, then this string is used.
reset() - method in class java.util.zip.Adler32
Resets the Adler32 checksum to the initial value.
reset() - method in class java.awt.geom.Area
Clears the Area object, creating an empty area.
reset() - method in class javax.sound.sampled.AudioInputStream
reset() - method in class java.nio.Buffer
Resets this buffer's position to the previously-marked position.
reset() - method in class java.io.BufferedInputStream
This method resets a stream to the point where the mark() method was called.
reset() - method in class java.io.BufferedReader
Reset the stream to the point where the mark() method was called.
reset() - method in class java.io.ByteArrayInputStream
This method sets the read position in the stream to the mark point by setting the pos variable equal to the mark variable.
reset() - method in class java.io.ByteArrayOutputStream
This method discards all of the bytes that have been written to the internal buffer so far by setting the count variable to 0.
reset() - method in class java.io.CharArrayReader
This method sets the read position in the stream to the mark point by setting the pos variable equal to the mark variable.
reset() - method in class java.io.CharArrayWriter
This method discards all of the chars that have been written to the internal buffer so far by setting the count variable to 0.
reset() - method in class java.nio.charset.CharsetDecoder
reset() - method in class java.nio.charset.CharsetEncoder
reset() - method in class java.util.zip.Checksum
Resets the data checksum as if no update was ever called.
reset() - method in class javax.crypto.CipherInputStream
Reset to the mark.
reset() - method in class java.text.CollationElementIterator
This method resets the internal position pointer to read from the beginning of the String again.
reset() - method in class java.util.zip.CRC32
Resets the CRC32 data checksum as if no update was ever called.
reset() - method in class java.util.zip.Deflater
Resets the deflater.
reset() - method in class javax.xml.parsers.DocumentBuilder
Reset this document builder to its original configuration.
reset() - method in class java.io.FilterInputStream
Calls the in.reset() method.
reset() - method in class java.io.FilterReader
Calls the in.reset() method.
reset() - method in class java.awt.geom.GeneralPath
Resets the path.
reset() - method in class org.w3c.dom.html2.HTMLFormElement
Restores a form element's default values.
reset() - method in class javax.imageio.metadata.IIOMetadata
reset() - method in class javax.imageio.stream.ImageInputStream
reset() - method in class javax.imageio.stream.ImageInputStreamImpl
reset() - method in class javax.imageio.ImageReader
Reset this reader's internal state.
reset() - method in class javax.imageio.ImageWriter
Reset this writer's internal state.
reset() - method in class java.util.zip.Inflater
Resets the inflater so that a new stream can be decompressed.
reset() - method in class java.util.zip.InflaterInputStream
reset() - method in class java.io.InputStream
This method resets a stream to the point where the mark() method was called.
reset() - method in class java.io.LineNumberInputStream
This method resets a stream to the point where the mark() method was called.
reset() - method in class java.io.LineNumberReader
This method resets a stream to the point where the mark() method was called.
reset() - method in class java.util.logging.LogManager
Resets the logging configuration by removing all handlers for registered named loggers and setting their level to null.
reset() - method in class javax.crypto.Mac
Reset this instance.
reset() - method in class java.util.regex.Matcher
reset() - method in class java.security.MessageDigest
Resets this instance.
reset() - method in class org.xml.sax.helpers.NamespaceSupport
Reset this Namespace support object for reuse.
reset() - method in class java.io.ObjectOutputStream
Resets stream to state equivalent to the state just after it was constructed.
reset() - method in class java.awt.Polygon
Reset the polygon to be empty.
reset() - method in class javax.swing.ProgressMonitorInputStream
Resets the input stream to the point where mark(int) was called.
reset() - method in class java.io.PushbackInputStream
This method always throws an IOException in this class because mark/reset functionality is not supported.
reset() - method in class java.io.PushbackReader
This method always throws an IOException in this class because mark/reset functionality is not supported.
reset() - method in class java.io.Reader
Resets a stream to the point where the mark() method was called.
reset() - method in class javax.xml.parsers.SAXParser
Resets this parser to its original configuration.
reset() - method in class java.io.StringBufferInputStream
This method sets the read position in the stream to the beginning setting the pos variable equal to 0.
reset() - method in class java.io.StringReader
Sets the read position in the stream to the previously marked position or to 0 (i.e., the beginning of the stream) if the mark has not already been set.
reset() - method in class javax.xml.transform.Transformer
Reset this Transformer to its original configuration.
reset() - method in class javax.xml.validation.Validator
Reset this validator to its original state.
reset() - method in class javax.xml.datatype.XMLGregorianCalendar
Resets all fields to their original values.
reset() - method in class javax.xml.xpath.XPath
Resets the environment.
reset(java.lang.CharSequence) - method in class java.util.regex.Matcher
resetAllControllers() - method in class javax.sound.midi.MidiChannel
Reset all MIDI controllers to their default values.
resetChoosableFileFilters() - method in class javax.swing.JFileChooser
Clears the list of choosable file filters and installs the 'accept all' filter from the UI delegate.
resetInputValue() - method in class javax.swing.plaf.basic.BasicOptionPaneUI
Changes the inputValue property in the JOptionPane based on the current value of the inputComponent.
resetKeyboardActions() - method in class javax.swing.JComponent
Reset all keyboard action registries.
resetLayoutManager() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method resets the current layout manager.
resetMarksAtZero() - method in class javax.swing.text.GapContent
Resets all Position that have an offset of 0, to also have an array index of 0.
resetPeakThreadCount() - method in class java.lang.management.ThreadMXBean
Resets the peak live thread count to the current number of live threads, as returned by getThreadCount().
resetPeakUsage() - method in class java.lang.management.MemoryPoolMXBean
Resets the peak memory usage level to the current memory usage level.
resetRecognizer() - method in class java.awt.dnd.DragGestureRecognizer
Resets the recognizer.
resetRowSelection() - method in class javax.swing.tree.DefaultTreeSelectionModel
Updates the mappings from TreePaths to row indices.
resetRowSelection() - method in class javax.swing.tree.TreeSelectionModel
resetSizeAt(int) - method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
This method resets the size of Component to the preferred size.
resetSyntax() - method in class java.io.StreamTokenizer
This method removes all attributes (whitespace, alphabetic, numeric, quote, and comment) from all characters.
This method resets the sizes of all the components.
resetToPreferredSizes() - method in class javax.swing.JSplitPane
This method resets all children of the JSplitPane to their preferred sizes.
resetToPreferredSizes(javax.swing.JSplitPane) - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method is called when JSplitPane's resetToPreferredSizes is called.
resetToPreferredSizes(javax.swing.JSplitPane) - method in class javax.swing.plaf.multi.MultiSplitPaneUI
Calls the SplitPaneUI.resetToPreferredSizes(JSplitPane) method for all the UI delegates managed by this MultiSplitPaneUI.
Moves the divider to the location which best respects the preferred sizes of the children.
Resets the viewPort field when the scrollpane's viewport changes.
reshape(int,int,int,int) - method in class java.awt.Component
Sets the bounding rectangle for this component to the specified values.
reshape(int,int,int,int) - method in class java.awt.peer.ComponentPeer
Notifies the peer that the bounds of this component have changed.
reshape(int,int,int,int) - method in class javax.swing.JComponent
Moves and resizes the component.
reshape(int,int,int,int) - method in class javax.swing.JInternalFrame
This method resizes and positions this JInternalFrame.
reshape(int,int,int,int) - method in class javax.swing.JViewport
Moves and resizes the component.
reshape(int,int,int,int) - method in class java.awt.Rectangle
Updates this rectangle to have the specified dimensions.
RESIZABLE - static field in class javax.accessibility.AccessibleState
Indicates the size of this object is not fixed.
resizable - field in class javax.swing.JInternalFrame
Whether the JInternalFrame is resizable.
resize(int,int) - method in class java.applet.Applet
Requests that the applet window for this applet be resized.
resize(int,int) - method in class java.awt.Component
Sets the size of this component to the specified value.
resize(int,int) - method in class java.awt.Rectangle
Sets the size of this rectangle based on the specified dimensions.
resize(java.awt.Dimension) - method in class java.applet.Applet
Requests that the applet window for this applet be resized.
resize(java.awt.Dimension) - method in class java.awt.Component
Sets the size of this component to the specified value.
RESIZE_NONE - field in class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
FIXME: Use for something.
RESIZE_WEIGHT_PROPERTY - static field in class javax.swing.JSplitPane
The property fired when the resize weight property changes.
resizeAndRepaint() - method in class javax.swing.JTable
This revalidates the JTable and queues a repaint.
resizeAndRepaint() - method in class javax.swing.table.JTableHeader
Validates the layout of this table header and repaints it.
resizedPostingDisableCount - field in class javax.swing.table.TableColumn
resizedPostingDisableCount
This method resizes the give JComponent.
This method is called to resize the given JInternalFrame to the given bounds.
resizingAllowed - field in class javax.swing.table.JTableHeader
The resizingAllowed property.
resizingColumn - field in class javax.swing.table.JTableHeader
The resizingColumn property.
resolution - field in class javax.sound.midi.MidiFileFormat
The timing resolution of the MIDI file.
resolution - field in class javax.sound.midi.Sequence
The timing resolution in ticks/beat or ticks/frame, depending on the division type.
ResolutionSyntax - class javax.print.attribute.ResolutionSyntax
ResolutionSyntax is the abstract base class of all attribute classes which provide a resolution as value (e.g. printer resolution).
ResolutionSyntax(int,int,int) - constructor for class javax.print.attribute.ResolutionSyntax
Creates a ResolutionSyntax object with the given arguments.
resolve(java.lang.String) - method in class java.net.URI
Resolves the given URI string against this URI
resolve(java.lang.String,java.lang.String) - method in class javax.xml.transform.URIResolver
Resolves an xsl:include, xsl:import, or XPath document() function.
resolve(java.net.URI) - method in class java.net.URI
Resolves the given URI against this URI
resolve(org.omg.CosNaming.NameComponent[]) - method in class org.omg.CosNaming.NamingContext
Get the object, bound to the specified name in this context.
Get the object, bound to the specified name in this context.
resolve_initial_references(java.lang.String) - method in class org.omg.CORBA.ORB
Find and return the easily accessible CORBA object, addressed by name.
resolve_initial_references(java.lang.String) - method in class org.omg.PortableInterceptor.ORBInitInfoOperations
resolve_str(java.lang.String) - method in class org.omg.CosNaming._NamingContextExtStub
resolve_str(java.lang.String) - method in class org.omg.CosNaming.NamingContextExtOperations
Resolve the name, represented in the form of the string.
ResolveAttribute - static field in class javax.swing.text.AttributeSet
Key of the attribute that is used to identify the resolving parent of an AttributeSet.
ResolveAttribute - static field in class javax.swing.text.StyleConstants
resolveClass(Class) - method in class java.lang.ClassLoader
Links the class, if that has not already been done.
Called when a class is being deserialized.
resolvedName - field in class javax.naming.NamingException
If the exception was caused while resolving a Name then this field contains that part of the name that could be resolved.
resolvedObj - field in class javax.naming.NamingException
If the exception was caused while resolving a Name then this field contains the object that part of the name could be resolved to.
resolvedObj - field in class javax.naming.spi.ResolveResult
The object, to that part of the name has been resolved.
Resolve an external entity.
Invokes EntityResolver2.resolveEntity() with null entity name and base URI.
Allow the application to resolve external entities.
Resolve an external entity.
Filter an external entity resolution.
Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI.
Allows applications to map references to external entities into input sources, or tell the parser it should use conventional URI resolution.
Returns an input source from which the specified external entity can be read.
Returns the function with the specified name and arity.
Allows subclasses to resolve objects that are read from the stream with other objects to be returned in their place.
Resolver - interface javax.naming.spi.Resolver
Represents the object, capable for the at least partial name resolution.
RESOLVER - static field in class javax.xml.stream.XMLInputFactory
Property used to control the entity resolver implementation.
Allow the application to resolve external resources.
ResolveResult - class javax.naming.spi.ResolveResult
Stores the partial resolution of the name.
ResolveResult() - constructor for class javax.naming.spi.ResolveResult
Create the unitialised instance with both parts being null.
ResolveResult(java.lang.Object,java.lang.String) - constructor for class javax.naming.spi.ResolveResult
Create the initialised instance
ResolveResult(java.lang.Object,javax.naming.Name) - constructor for class javax.naming.spi.ResolveResult
Create the initialised instance
resolveToClass(java.lang.String,Context>) - method in class javax.naming.spi.Resolver
resolveToClass(javax.naming.Name,Context>) - method in class javax.naming.spi.Resolver
ResourceBundle - class java.util.ResourceBundle
A resource bundle contains locale-specific data.
ResourceBundle() - constructor for class java.util.ResourceBundle
The constructor.
RESOURCES_ARE_NOT_READY - static field in class javax.print.attribute.standard.JobStateReason
One or more resources needed by the job are not ready.
response_expected() - method in class org.omg.PortableInterceptor.RequestInfoOperations
Indicates whether request sender expected any response.
responseCode - field in class java.net.HttpURLConnection
The response code received from the server
ResponseHandler - interface org.omg.CORBA.portable.ResponseHandler
The interface, able to return streams, where the reply data can be marshalled.
responseMessage - field in class java.net.HttpURLConnection
The response message string received from the server.
rest_of_name - field in class org.omg.CosNaming.NamingContextPackage.CannotProceed
Contains the remainder of the non working name.
rest_of_name - field in class org.omg.CosNaming.NamingContextPackage.NotFound
Contains the remainder of the non working name.
restack() - method in class java.awt.peer.ContainerPeer
Restack the component peers in this container peer.
restart() - method in class javax.swing.Timer
Cancel all pending tasks and fire the first event after the initial delay.
RESTORE_CMD - static field in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The action command for the Restore action.
This Action is responsible for restoring the JInternalFrame.
RestoreAction() - constructor for class javax.swing.plaf.basic.BasicInternalFrameTitlePane.RestoreAction
Creates a new action.
restoreState(Hashtable) - method in class javax.swing.undo.StateEditable
Performs an edit action, taking any editable state information from the specified hash table.
restoreSubcomponentFocus() - method in class javax.swing.JInternalFrame
This method gives focus to the last child Component that had focus.
Result - interface javax.xml.transform.Result
The result of an XSL transformation.
result() - method in class org.omg.CORBA.Request
Get the value, returned by the method, together with its name.
result() - method in class org.omg.PortableInterceptor.RequestInfoOperations
Get the result of the operation invocation.
result(org.omg.CORBA.Any) - method in class org.omg.CORBA.ServerRequest
This method is deprecated, set_result(Any) (same parameter).
ResultSet - interface java.sql.ResultSet
This interface provides access to the data set returned by a SQL statement.
This interface provides a mechanism for obtaining information about the columns that are present in a ResultSet.
resume() - method in class java.lang.Thread
Resume this Thread.
resume() - method in class java.lang.ThreadGroup
Resume all suspended Threads in this ThreadGroup and its descendants.
resume(javax.transaction.Transaction) - method in class javax.transaction.TransactionManager
RETAIN - static field in class org.omg.PortableServer.ServantRetentionPolicyValue
An instance of ServantRetentionPolicyValue, indicating that the POA retains active servants in its Active Object Map.
retainAll(Collection) - method in class java.util.AbstractCollection<E>
Remove from this collection all its elements that are not contained in a given collection (optional operation).
retainAll(Collection) - method in class java.util.Collection<E>
Remove all elements of this collection that are not contained in a given collection.
Remove all elements of this collection that are not contained in a given collection.
retainAll(Collection) - method in class java.util.List<E>
Remove all elements of this list that are not contained in a given collection (optional operation).
retainAll(Collection) - method in class java.util.Set<E>
Retains only the elements in this set that are also in the specified collection (optional operation).
retainAll(Collection) - method in class java.util.Vector<T>
Retain in this vector only the elements contained in the given collection.
retainAll(java.util.Collection) - method in class java.beans.beancontext.BeanContextSupport
Retention - interface java.lang.annotation.Retention
This annotation is used to specify the desired lifetime of another annotation.
RetentionPolicy - class java.lang.annotation.RetentionPolicy
This enum is used to control the lifetime of an annotation.
retryReferral() - method in class javax.naming.ReferralException
RETURN_GENERATED_KEYS - static field in class java.sql.Statement
return_value() - method in class org.omg.CORBA.Request
Get the value, returned by the method.
REUSE - static field in class javax.security.sasl.Sasl
The name of a property that specifies whether to reuse previously authenticated session information.
REV - static field in class javax.swing.text.html.HTML.Attribute
The rev attribute
revalidate() - method in class java.awt.Component.BltBufferStrategy
Re-create the image buffer resources if they've been lost.
revalidate() - method in class java.awt.Component.FlipBufferStrategy
Re-create the image buffer resources if they've been lost.
revalidate() - method in class javax.swing.DefaultListCellRenderer
revalidate() - method in class javax.swing.table.DefaultTableCellRenderer
Queue a an invalidation and revalidation of this component, using RepaintManager.addInvalidComponent(JComponent).
revalidate() - method in class javax.swing.tree.DefaultTreeCellRenderer
For performance reasons, this method is overridden to do nothing.
revalidate() - method in class javax.swing.JComponent
Queue a an invalidation and revalidation of this component, using RepaintManager.addInvalidComponent(JComponent).
REVERB - static field in class javax.sound.sampled.EnumControl.Type
This describes an enum control used for reverb.
REVERB_RETURN - static field in class javax.sound.sampled.FloatControl.Type
Post-reverb gain.
REVERB_SEND - static field in class javax.sound.sampled.FloatControl.Type
Pre-reverb gain.
ReverbType - class javax.sound.sampled.ReverbType
This represents a reverb effect which can be applied to an audio signal.
ReverbType(java.lang.String,int,float,int,float,int) - constructor for class javax.sound.sampled.ReverbType
Create a new ReverbType given its attributes.
reverse() - method in class java.lang.StringBuffer
Reverse the characters in this StringBuffer.
reverse() - method in class java.lang.StringBuilder
Reverse the characters in this StringBuilder.
reverse(int) - static method in class java.lang.Integer
Reverse the bits in val.
reverse(List) - static method in class java.util.Collections
Reverse a given list.
reverse(long) - static method in class java.lang.Long
Reverse the bits in val.
REVERSE_LANDSCAPE - static field in class javax.print.attribute.standard.OrientationRequested
Orientation as reversed landscape.
REVERSE_LANDSCAPE - static field in class java.awt.print.PageFormat
A constant for a reversed landscaped page orientation.
REVERSE_PORTRAIT - static field in class javax.print.attribute.standard.OrientationRequested
Orientation as reversed portrait.
reverseBytes(char) - static method in class java.lang.Character
Reverse the bytes in val.
reverseBytes(int) - static method in class java.lang.Integer
Reverse the bytes in val.
reverseBytes(long) - static method in class java.lang.Long
Reverse the bytes in val.
reverseBytes(short) - static method in class java.lang.Short
Reverse the bytes in val.
REVERT - static field in class javax.swing.JFormattedTextField
Make it so that no one else can use this service.
Revokes the given service.
rewind() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
rewind() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
rewind() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
rewind() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
rewind() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
rewind() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
rewind() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
rewind() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
rewind() - method in class java.nio.Buffer
Rewinds this buffer.
rewind() - method in class org.omg.CORBA.DynAny
Moves the internal pointer, described in the current_component(), to the first component.
rewind() - method in class org.omg.DynamicAny.DynAnyOperations
Moves the internal pointer, described in the current_component(), to the first component.
RFC1779 - static field in class javax.security.auth.x500.X500Principal
RFC2253 - static field in class javax.security.auth.x500.X500Principal
RFC822_TIME_ZONE - static field in class java.text.DateFormat.Field
RFC822_TIMEZONE_FIELD - static field in class java.text.DateFormat
Represents the position of the RFC822 timezone pattern character in the array of localized pattern characters.
RGBColor - interface org.w3c.dom.css.RGBColor
The RGBColor interface is used to represent any RGB color value.
RGBImageFilter - class java.awt.image.RGBImageFilter
A filter designed to filter images in the default RGBColorModel regardless of the ImageProducer's ColorModel.
RGBImageFilter() - constructor for class java.awt.image.RGBImageFilter
Construct new RGBImageFilter.
RGBtoHSB(int,int,int,array[]) - static method in class java.awt.Color
Converts from the RGB (red, green, blue) color model to the HSB (hue, saturation, brightness) color model.
right - field in class javax.swing.border.EmptyBorder
The number of pixels required at the right edge.
RIGHT - static field in class java.awt.Event
RIGHT - static field in class java.awt.FlowLayout
Constant that specifies right alignment.
right - field in class java.awt.Insets
The gap from the right.
RIGHT - static field in class javax.swing.JSplitPane
The constraints string used to add components to the right.
RIGHT - static field in class java.awt.Label
Alignment constant aligning the text to the right of its window.
RIGHT - static field in class javax.swing.SwingConstants
RIGHT - static field in class javax.swing.border.TitledBorder
A value for the titleJustification property that horizontally aligns the title text with the right-hand edge of the border.
RIGHT_ALIGNMENT - static field in class java.awt.Component
Constant returned by the getAlignmentX method to indicate that the component wishes to be aligned to the right relative to other components.
RIGHT_TO_LEFT - static field in class java.awt.ComponentOrientation
Items run right to left, and lines flow top to bottom.
rightButton - field in class javax.swing.plaf.basic.BasicSplitPaneDivider
The button for showing and hiding the right (or bottom) component of the JSplitPane.
rightChildIndent - field in class javax.swing.plaf.basic.BasicTreeUI
Distance between leftChildIndent and where cell contents will be drawn.
rightComponent - field in class javax.swing.JSplitPane
The component on the right or bottom.
RightIndent - static field in class javax.swing.text.StyleConstants
RightIndent - static field in class javax.swing.text.StyleConstants.ParagraphConstants
A key for the right indentation paragraph attribute.
rightKey - field in class javax.swing.plaf.basic.BasicSplitPaneUI
rightKey - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
This is the keystroke for moving right.
rightKey - field in class javax.swing.plaf.basic.BasicToolBarUI
rint(double) - static method in class java.lang.Math
Take the nearest integer to the argument.
rint(double) - static method in class java.lang.StrictMath
Take the nearest integer to the argument.
RMIClassLoader - class java.rmi.server.RMIClassLoader
This class provides a set of public static utility methods for supporting network-based class loading in RMI.
RMIClassLoaderSpi - class java.rmi.server.RMIClassLoaderSpi
RMIClassLoaderSpi() - constructor for class java.rmi.server.RMIClassLoaderSpi
A single constant interface, defining the RMICustomMaxStreamFormat (= 17) service context.
RMIFailureHandler - interface java.rmi.server.RMIFailureHandler
Never thrown, but originally intended to wrap a SecurityException in the case of RMI.
Create an exception with a message.
Create an exception with a message and a cause.
RMISecurityManager() - constructor for class java.rmi.RMISecurityManager
RMISocketFactory - class java.rmi.server.RMISocketFactory
RMISocketFactory() - constructor for class java.rmi.server.RMISocketFactory
Robot - class java.awt.Robot
The Robot class is used to simulate user interaction with graphical programs.
Robot() - constructor for class java.awt.Robot
Construct a Robot object that operates on the default screen.
Robot(java.awt.GraphicsDevice) - constructor for class java.awt.Robot
Construct a Robot object that operates on the specified screen.
RobotPeer - interface java.awt.peer.RobotPeer
roll(int,boolean) - method in class java.util.Calendar
Rolls the specified time field up or down.
roll(int,boolean) - method in class java.util.GregorianCalendar
Rolls the specified time field up or down.
roll(int,int) - method in class java.util.Calendar
Rolls up or down the specified time field by the given amount.
roll(int,int) - method in class java.util.GregorianCalendar
Rolls the specified time field by the given amount.
rollback() - method in class java.sql.Connection
This method rolls back any SQL statements executed on this connection since the last commit or rollback.
rollback() - method in class javax.transaction.Transaction
rollback() - method in class javax.transaction.TransactionManager
rollback() - method in class javax.transaction.UserTransaction
rollback(java.sql.Savepoint) - method in class java.sql.Connection
Undoes all changes made after the specified savepoint was set.
rollback(javax.transaction.xa.Xid) - method in class javax.transaction.xa.XAResource
RollbackException - exception javax.transaction.RollbackException
RollbackException() - constructor for class javax.transaction.RollbackException
Create an exception without a message.
RollbackException(java.lang.String) - constructor for class javax.transaction.RollbackException
Create an exception with a message.
ROLLOVER - static field in class javax.swing.DefaultButtonModel
State constant indicating that the mouse is currently positioned over the button.
ROLLOVER_ENABLED_CHANGED_PROPERTY - static field in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "rolloverEnabled" property changes.
ROLLOVER_ICON_CHANGED_PROPERTY - static field in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "rolloverIcon" property changes.
ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY - static field in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "rolloverSelectedIcon" property changes.
A one-pixel thick border for rollover buttons, for example in tool bars.
A button border that is only visible when the mouse pointer is within the button's bounds.
RolloverButtonBorder() - constructor for class javax.swing.plaf.metal.MetalBorders.RolloverButtonBorder
Creates a new border instance.
Constructs a new border for drawing a roll-over button in the Basic look and feel.
rolloverListener - field in class javax.swing.plaf.metal.MetalToolBarUI
The rollover listener (an implementation specific field, according to the spec, and not used in GNU Classpath).
ROMAN_BASELINE - static field in class java.awt.Font
Constant indicating the baseline mode characteristic of Roman.
ROMAN_BASELINE - static field in class java.awt.font.GraphicAttribute
root - field in class javax.swing.tree.DefaultTreeModel
root
ROOT - static field in class java.util.Locale
The root locale, used as the base case in lookups by locale-sensitive operations.
ROOT_PANE - static field in class javax.accessibility.AccessibleRole
A specialized pane with a glass pane and layered pane as children.
ROOT_PANE - static field in class javax.swing.plaf.synth.Region
Specifies the region of a root pane.
ROOT_PANE_PROPERTY - static field in class javax.swing.JInternalFrame
The property fired in a PropertyChangeEvent when the rootPane property changes.
ROOT_VISIBLE_PROPERTY - static field in class javax.swing.JTree
rootException - field in class javax.naming.NamingException
The root cause of this exception.
RootLayout() - constructor for class javax.swing.JRootPane.RootLayout
Creates a new RootLayout object.
rootPane - field in class javax.swing.JApplet
rootPane - field in class javax.swing.JDialog
The single RootPane in the Dialog.
rootPane - field in class javax.swing.JFrame
rootPane - field in class javax.swing.JInternalFrame
The rootPane of the JInternalFrame.
rootPane - field in class javax.swing.JWindow
rootPaneCheckingEnabled - field in class javax.swing.JApplet
rootPaneCheckingEnabled - field in class javax.swing.JDialog
Whether checking is enabled on the RootPane.
rootPaneCheckingEnabled - field in class javax.swing.JFrame
rootPaneCheckingEnabled - field in class javax.swing.JInternalFrame
Whether the JInternalFrame has rootPaneChecking enabled.
rootPaneCheckingEnabled - field in class javax.swing.JWindow
RootPaneContainer - interface javax.swing.RootPaneContainer
Components that contain a single JRootPane as only child implement this interface, typically this is implemented by the Swing top-level containers.
RootPaneUI - class javax.swing.plaf.RootPaneUI
An abstract base class for delegates that implement the pluggable look and feel for a JRootPane.
RootPaneUI() - constructor for class javax.swing.plaf.RootPaneUI
Constructs a new RootPaneUI.
rootVisible - field in class javax.swing.tree.AbstractLayoutCache
rootVisible
rootVisible - field in class javax.swing.JTree
rotate(double) - method in class java.awt.geom.AffineTransform
Concatenate a rotation onto this transform.
rotate(double) - method in class java.awt.Graphics2D
rotate(double,double,double) - method in class java.awt.geom.AffineTransform
Concatenate a rotation about a point onto this transform.
rotate(double,double,double) - method in class java.awt.Graphics2D
rotate(List,int) - static method in class java.util.Collections
Rotate the elements in a list by a specified distance.
rotateInsets(java.awt.Insets,java.awt.Insets,int) - static method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method rotates the insets given a direction to rotate them in.
rotateLeft(int,int) - static method in class java.lang.Integer
Rotate x to the left by distance bits.
rotateLeft(long,int) - static method in class java.lang.Long
Rotate x to the left by distance bits.
rotateRight(int,int) - static method in class java.lang.Integer
Rotate x to the right by distance bits.
rotateRight(long,int) - static method in class java.lang.Long
Rotate x to the right by distance bits.
rotateTabRuns(int,int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
This method rotates the places each run in the correct place the tabRuns array.
rotateTabRuns(int,int) - method in class javax.swing.plaf.metal.MetalTabbedPaneUI.TabbedPaneLayout
Overridden to do nothing, because tab runs are not rotated in the MetalLookAndFeel.
round(double) - static method in class java.lang.Math
Take the nearest long to the argument.
round(double) - static method in class java.lang.StrictMath
Take the nearest long to the argument.
round(float) - static method in class java.lang.Math
Take the nearest integer to the argument.
round(float) - static method in class java.lang.StrictMath
Take the nearest integer to the argument.
round(java.math.MathContext) - method in class java.math.BigDecimal
Returns a BigDecimal which is this BigDecimal rounded according to the MathContext rounding settings.
ROUND_CEILING - static field in class java.math.BigDecimal
ROUND_DOWN - static field in class java.math.BigDecimal
ROUND_FLOOR - static field in class java.math.BigDecimal
ROUND_HALF_DOWN - static field in class java.math.BigDecimal
ROUND_HALF_EVEN - static field in class java.math.BigDecimal
ROUND_HALF_UP - static field in class java.math.BigDecimal
ROUND_UNNECESSARY - static field in class java.math.BigDecimal
ROUND_UP - static field in class java.math.BigDecimal
roundedCorners - field in class javax.swing.border.LineBorder
Indicates whether the line is drawn with rounded corners (true) or not ((false).
RoundingMode - class java.math.RoundingMode
An enum to specify rounding behaviour for numerical operations that may discard precision.
RoundRectangle2D - class java.awt.geom.RoundRectangle2D
This class implements a rectangle with rounded corners.
RoundRectangle2D() - constructor for class java.awt.geom.RoundRectangle2D
Create a RoundRectangle2D.
ROW_HEADER - static field in class javax.accessibility.AccessibleRole
The header for a row of data.
ROW_HEADER - static field in class javax.swing.ScrollPaneConstants
ROW_HEADER
ROW_HEIGHT_PROPERTY - static field in class javax.swing.JTree
rowAtPoint(java.awt.Point) - method in class javax.swing.JTable
Returns index of the row that contains specified point or -1 if this table doesn't contain this point.
rowDeleted() - method in class java.sql.ResultSet
This method tests whether or not the current row in the result set has been deleted.
rowHead - field in class javax.swing.ScrollPaneLayout
rowHeader - field in class javax.swing.JScrollPane
rowHeight - field in class javax.swing.tree.AbstractLayoutCache
rowHeight
rowHeight - field in class javax.swing.JTable
The height in pixels of any row of the table.
rowHeight - field in class javax.swing.JTree
rowHeights - field in class java.awt.GridBagLayout
rowInserted() - method in class java.sql.ResultSet
This method tests whether or not the current row in the result set has been inserted.
rowMapper - field in class javax.swing.tree.DefaultTreeSelectionModel
The current RowMapper.
RowMapper - interface javax.swing.tree.RowMapper
RowMapper public interface
rowMargin - field in class javax.swing.JTable
The height in pixels of the gap left between any two rows of the table.
ROWS - static field in class javax.swing.text.html.HTML.Attribute
The rows attribute
rowSelectionAllowed - field in class javax.swing.JTable
Whether or not the table should allow row selection.
RowSet - interface javax.sql.RowSet
RowSetEvent - class javax.sql.RowSetEvent
RowSetEvent(javax.sql.RowSet) - constructor for class javax.sql.RowSetEvent
RowSetInternal - interface javax.sql.RowSetInternal
RowSetListener - interface javax.sql.RowSetListener
RowSetMetaData - interface javax.sql.RowSetMetaData
RowSetReader - interface javax.sql.RowSetReader
RowSetWriter - interface javax.sql.RowSetWriter
ROWSPAN - static field in class javax.swing.text.html.HTML.Attribute
The rowspan attribute
Sends the specified event to all registered listeners.
rowUpdated() - method in class java.sql.ResultSet
This method tests whether or not the current row in the result set has been updated.
rowWeights - field in class java.awt.GridBagLayout
RSAKey - interface java.security.interfaces.RSAKey
A generic RSA Key interface for public and private keys
This class generates a set of RSA Key parameters used in the generation of RSA keys.
Create a new RSAKeyGenParameterSpec to store the RSA key's keysize and public exponent
RSAMultiPrimePrivateCrtKey - interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
The interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.
This class represents an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.
Constructs a new instance of RSAMultiPrimePrivateCrtKeySpec given the various PKCS#1 v2.1 parameters.
RSAOtherPrimeInfo - class java.security.spec.RSAOtherPrimeInfo
An in-memory representation of the RSA triplet (prime, exponent, and coefficient) inside a PKCS#1 v2.1 OtherPrimeInfo structure.
Constructs a new RSAOtherPrimeInfo given the PKCS#1 MPIs.
RSAPrivateCrtKey - interface java.security.interfaces.RSAPrivateCrtKey
This interface provides access to information about an RSA private key in Chinese Remainder Theorem (CRT) format.
RSAPrivateCrtKeySpec - class java.security.spec.RSAPrivateCrtKeySpec
RSA Private Certificate Key class Specification.
Constructs a new RSAPrivateKeySpec with the specified variables.
RSAPrivateKey - interface java.security.interfaces.RSAPrivateKey
This interface provides access to information about an RSA private key.
RSAPrivateKeySpec - class java.security.spec.RSAPrivateKeySpec
RSA Private Key class Specification.
Constructs a new RSAPrivateKeySpec with the specified modulus and privateExponent.
RSAPublicKey - interface java.security.interfaces.RSAPublicKey
This interface provides access to information about an RSA public key.
RSAPublicKeySpec - class java.security.spec.RSAPublicKeySpec
RSA Public Key class Specification.
Constructs a new RSAPublicKeySpec with the specified modulus and publicExponent.
RTFEditorKit - class javax.swing.text.rtf.RTFEditorKit
Provides support for RTF data for use in JEditorPanes.
RTFEditorKit() - constructor for class javax.swing.text.rtf.RTFEditorKit
Constructs a new RTFEditorKit.
This class is a concrete subclass of Collator suitable for string collation in a wide variety of languages.
RuleBasedCollator(java.lang.String) - constructor for class java.text.RuleBasedCollator
This method initializes a new instance of RuleBasedCollator with the specified collation rules.
RULER - static field in class javax.accessibility.AccessibleRole
A ruler is a method of measuring the distance between two points.
run() - method in class javax.swing.text.AsyncBoxView.ChildState
Performs the layout update for the child view managed by this ChildState.
run() - method in class org.omg.CORBA.ORB
Start listening on the input socket.
run() - method in class java.security.PrivilegedAction<T>
This method performs an operation that requires higher privileges to perform.
run() - method in class java.security.PrivilegedExceptionAction<T>
This method performs an operation that requires higher privileges to successfully complete.
run() - method in class java.awt.image.renderable.RenderableImageProducer
run() - method in class java.lang.Runnable
This method will be called by whoever wishes to run your class implementing Runnable.
run() - method in class java.lang.Thread
The method of Thread that will be run if there is no Runnable object associated with the Thread.
run() - method in class java.util.TimerTask
Method that is called when this task is scheduled for execution.
RUN_DIRECTION - static field in class java.awt.font.TextAttribute
A key for the RUN_DIRECTION attribute.
RUN_DIRECTION_LTR - static field in class java.awt.font.TextAttribute
A value that can be used with the RUN_DIRECTION attribute.
RUN_DIRECTION_RTL - static field in class java.awt.font.TextAttribute
A value that can be used with the RUN_DIRECTION attribute.
runCount - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
The number of runs in the JTabbedPane.
HTMLDocument.RunElement - class javax.swing.text.html.HTMLDocument.RunElement
RunElement represents a section of text that has a set of HTML character level attributes assigned to it.
Constructs an element that has no children.
runFinalization() - method in class java.lang.Runtime
Run finalization on all Objects that are waiting to be finalized.
runFinalization() - static method in class java.lang.System
Runs object finalization on pending objects.
runFinalizersOnExit(boolean) - static method in class java.lang.Runtime
Tell the VM to run the finalize() method on every single Object before it exits.
runFinalizersOnExit(boolean) - static method in class java.lang.System
Tell the Runtime whether to run finalization before exiting the JVM.
RUNIC - static field in class java.lang.Character.UnicodeBlock
Runic.
runnable - field in class java.awt.event.InvocationEvent
This is the Runnable object to call when dispatched.
Runnable - interface java.lang.Runnable
Runnable is an interface you implement to indicate that your class can be executed as the main part of a Thread, among other places.
Runtime - class java.lang.Runtime
Runtime represents the Virtual Machine.
RunTime - interface org.omg.SendingContext.RunTime
Defines the base class that represents the Sending Context.
RUNTIME_MXBEAN_NAME - static field in class java.lang.management.ManagementFactory
The object name for the runtime bean.
RuntimeErrorException - exception javax.management.RuntimeErrorException
Represents an arbitrary error thrown by a management bean.
RuntimeErrorException(java.lang.Error) - constructor for class javax.management.RuntimeErrorException
Constructs a new RuntimeErrorException wrapping the specified error.
Constructs a new RuntimeErrorException wrapping the specified error and using the supplied message.
RuntimeException - exception java.lang.RuntimeException
All exceptions which are subclasses of RuntimeException can be thrown at any time during the execution of a Java virtual machine.
RuntimeException() - constructor for class java.lang.RuntimeException
Create an exception without a message.
RuntimeException(java.lang.String) - constructor for class java.lang.RuntimeException
Create an exception with a message.
Create an exception with a message and a cause.
Create an exception with the given cause, and a message of cause == null ?
RuntimeMBeanException - exception javax.management.RuntimeMBeanException
Represents an arbitrary runtime exception thrown by a management bean.
Constructs a new RuntimeMBeanException wrapping the specified exception.
Constructs a new RuntimeMBeanException wrapping the specified exception and using the supplied message.
RuntimeMXBean - interface java.lang.management.RuntimeMXBean
Provides access to information about the underlying virtual machine.
RunTimeOperations - interface org.omg.SendingContext.RunTimeOperations
Defines the operations, applicable for Sending Context.
Represents a runtime exception thrown by a management bean operation.
Constructs a new RuntimeOperationsException wrapping the specified exception.
Constructs a new RuntimeOperationsException wrapping the specified exception and using the supplied message.
A RuntimePermission contains a permission name, but no actions list.
RuntimePermission(java.lang.String) - constructor for class java.lang.RuntimePermission
Create a new permission with the specified name.
Create a new permission with the specified name.