- RadialGradientPaint - Class in java.awt
- 
The RadialGradientPaintclass provides a way to fill a shape with
 a circular radial color gradient pattern.
 
- RadialGradientPaint(float, float, float, float[], Color[]) - Constructor for class java.awt.RadialGradientPaint
- 
Constructs a RadialGradientPaintwith a defaultNO_CYCLErepeating method andSRGBcolor space,
 using the center as the focus point.
 
- RadialGradientPaint(Point2D, float, float[], Color[]) - Constructor for class java.awt.RadialGradientPaint
- 
Constructs a RadialGradientPaintwith a defaultNO_CYCLErepeating method andSRGBcolor space,
 using the center as the focus point.
 
- RadialGradientPaint(float, float, float, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
- 
Constructs a RadialGradientPaintwith a defaultSRGBcolor space, using the center as the focus point.
 
- RadialGradientPaint(Point2D, float, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
- 
Constructs a RadialGradientPaintwith a defaultSRGBcolor space, using the center as the focus point.
 
- RadialGradientPaint(float, float, float, float, float, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
- 
Constructs a RadialGradientPaintwith a defaultSRGBcolor space.
 
- RadialGradientPaint(Point2D, float, Point2D, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
- 
Constructs a RadialGradientPaintwith a defaultSRGBcolor space.
 
- RadialGradientPaint(Point2D, float, Point2D, float[], Color[], MultipleGradientPaint.CycleMethod, MultipleGradientPaint.ColorSpaceType, AffineTransform) - Constructor for class java.awt.RadialGradientPaint
- 
Constructs a RadialGradientPaint.
 
- RadialGradientPaint(Rectangle2D, float[], Color[], MultipleGradientPaint.CycleMethod) - Constructor for class java.awt.RadialGradientPaint
- 
Constructs a RadialGradientPaintwith a defaultSRGBcolor space.
 
- RADIO_BUTTON - Static variable in class javax.accessibility.AccessibleRole
- 
A specialized check box that will cause other radio buttons in the
 same group to become unchecked when this one is checked. 
- RADIO_BUTTON - Static variable in class javax.swing.plaf.synth.Region
- 
RadioButton region. 
- RADIO_BUTTON_MENU_ITEM - Static variable in class javax.swing.plaf.synth.Region
- 
RegionButtonMenuItem region. 
- radix() - Method in class java.util.Scanner
- 
Returns this scanner's default radix. 
- RAISED - Static variable in class javax.swing.border.BevelBorder
- 
Raised bevel type. 
- RAISED - Static variable in class javax.swing.border.EtchedBorder
- 
Raised etched type. 
- random() - Static method in class java.lang.Math
- 
Returns a doublevalue with a positive sign, greater
 than or equal to0.0and less than1.0.
 
- random() - Static method in class java.lang.StrictMath
- 
Returns a doublevalue with a positive sign, greater
 than or equal to0.0and less than1.0.
 
- Random - Class in java.util
- 
An instance of this class is used to generate a stream of
 pseudorandom numbers. 
- Random() - Constructor for class java.util.Random
- 
Creates a new random number generator. 
- Random(long) - Constructor for class java.util.Random
- 
Creates a new random number generator using a single longseed.
 
- RandomAccess - Interface in java.util
- 
Marker interface used by List implementations to indicate that
 they support fast (generally constant time) random access. 
- RandomAccessFile - Class in java.io
- 
Instances of this class support both reading and writing to a
 random access file. 
- RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
- 
Creates a random access file stream to read from, and optionally
 to write to, a file with the specified name. 
- RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
- 
Creates a random access file stream to read from, and optionally to
 write to, the file specified by the  File argument. 
- RANDOMPIXELORDER - Static variable in interface java.awt.image.ImageConsumer
- 
The pixels will be delivered in a random order. 
- randomUUID() - Static method in class java.util.UUID
- 
Static factory to retrieve a type 4 (pseudo randomly generated) UUID. 
- RANGE - Static variable in class java.awt.JobAttributes.DefaultSelectionType
- 
The DefaultSelectionTypeinstance to use for
 specifying that a range of pages of the job should be printed.
 
- range(E, E) - Static method in class java.util.EnumSet
- 
Creates an enum set initially containing all of the elements in the
 range defined by the two specified endpoints. 
- Raster - Class in java.awt.image
- 
A class representing a rectangular array of pixels. 
- Raster(SampleModel, Point) - Constructor for class java.awt.image.Raster
- 
Constructs a Raster with the given SampleModel. 
- Raster(SampleModel, DataBuffer, Point) - Constructor for class java.awt.image.Raster
- 
Constructs a Raster with the given SampleModel and DataBuffer. 
- Raster(SampleModel, DataBuffer, Rectangle, Point, Raster) - Constructor for class java.awt.image.Raster
- 
Constructs a Raster with the given SampleModel, DataBuffer, and
 parent. 
- raster - Variable in class javax.imageio.IIOImage
- 
The Rasterbeing referenced.
 
- RasterFormatException - Exception in java.awt.image
- 
The  RasterFormatException is thrown if there is
 invalid layout information in the  Raster. 
- RasterFormatException(String) - Constructor for exception java.awt.image.RasterFormatException
- 
Constructs a new RasterFormatExceptionwith the
 specified message.
 
- RasterOp - Interface in java.awt.image
- 
This interface describes single-input/single-output
 operations performed on Raster objects. 
- RAW_SEND_SIZE - Static variable 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 variable in class java.awt.im.InputMethodHighlight
- 
Constant for the raw text state. 
- RAW_X509_CERTIFICATE_TYPE - Static variable in interface javax.xml.crypto.dsig.keyinfo.X509Data
- 
URI identifying the binary (ASN.1 DER) X.509 Certificate KeyInfo type:
 http://www.w3.org/2000/09/xmldsig#rawX509Certificate. 
- RC2ParameterSpec - Class in javax.crypto.spec
- 
This class specifies the parameters used with the
  RC2
 algorithm. 
- RC2ParameterSpec(int) - Constructor for class javax.crypto.spec.RC2ParameterSpec
- 
Constructs a parameter set for RC2 from the given effective key size
 (in bits). 
- RC2ParameterSpec(int, byte[]) - Constructor for class javax.crypto.spec.RC2ParameterSpec
- 
Constructs a parameter set for RC2 from the given effective key size
 (in bits) and an 8-byte IV. 
- RC2ParameterSpec(int, byte[], int) - Constructor for class javax.crypto.spec.RC2ParameterSpec
- 
Constructs a parameter set for RC2 from the given effective key size
 (in bits) and IV. 
- RC5ParameterSpec - Class in javax.crypto.spec
- 
This class specifies the parameters used with the
  RC5
 algorithm. 
- RC5ParameterSpec(int, int, int) - Constructor for class javax.crypto.spec.RC5ParameterSpec
- 
Constructs a parameter set for RC5 from the given version, number of
 rounds and word size (in bits). 
- RC5ParameterSpec(int, int, int, byte[]) - Constructor for class javax.crypto.spec.RC5ParameterSpec
- 
Constructs a parameter set for RC5 from the given version, number of
 rounds, word size (in bits), and IV. 
- RC5ParameterSpec(int, int, int, byte[], int) - Constructor for class javax.crypto.spec.RC5ParameterSpec
- 
Constructs a parameter set for RC5 from the given version, number of
 rounds, word size (in bits), and IV. 
- RCDATA - Static variable in interface javax.swing.text.html.parser.DTDConstants
-  
- RCSID - Static variable in class javax.swing.undo.StateEdit
-  
- RCSID - Static variable in interface javax.swing.undo.StateEditable
- 
Resource ID for this class. 
- Rdn - Class in javax.naming.ldap
- 
This class represents a relative distinguished name, or RDN, which is a
 component of a distinguished name as specified by
  RFC 2253. 
- Rdn(Attributes) - Constructor for class javax.naming.ldap.Rdn
- 
Constructs an Rdn from the given attribute set. 
- Rdn(String) - Constructor for class javax.naming.ldap.Rdn
- 
Constructs an Rdn from the given string. 
- Rdn(Rdn) - Constructor for class javax.naming.ldap.Rdn
- 
Constructs an Rdn from the given rdn. 
- Rdn(String, Object) - Constructor for class javax.naming.ldap.Rdn
- 
Constructs an Rdn from the given attribute type and
 value. 
- read() - Method in class java.io.BufferedInputStream
- 
See
 the general contract of the readmethod ofInputStream.
 
- read(byte[], int, int) - Method in class java.io.BufferedInputStream
- 
Reads bytes from this byte-input stream into the specified byte array,
 starting at the given offset. 
- read() - Method in class java.io.BufferedReader
- 
Reads a single character. 
- read(char[], int, int) - Method in class java.io.BufferedReader
- 
Reads characters into a portion of an array. 
- read() - Method in class java.io.ByteArrayInputStream
- 
Reads the next byte of data from this input stream. 
- read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
- 
Reads up to lenbytes of data into an array of bytes
 from this input stream.
 
- read() - Method in class java.io.CharArrayReader
- 
Reads a single character. 
- read(char[], int, int) - Method in class java.io.CharArrayReader
- 
Reads characters into a portion of an array. 
- read(byte[]) - Method in class java.io.DataInputStream
- 
Reads some number of bytes from the contained input stream and
 stores them into the buffer array b.
 
- read(byte[], int, int) - Method in class java.io.DataInputStream
- 
Reads up to lenbytes of data from the contained
 input stream into an array of bytes.
 
- read() - Method in class java.io.FileInputStream
- 
Reads a byte of data from this input stream. 
- read(byte[]) - Method in class java.io.FileInputStream
- 
Reads up to b.lengthbytes of data from this input
 stream into an array of bytes.
 
- read(byte[], int, int) - Method in class java.io.FileInputStream
- 
Reads up to lenbytes of data from this input stream
 into an array of bytes.
 
- read() - Method in class java.io.FilterInputStream
- 
Reads the next byte of data from this input stream. 
- read(byte[]) - Method in class java.io.FilterInputStream
- 
Reads up to byte.lengthbytes of data from this
 input stream into an array of bytes.
 
- read(byte[], int, int) - Method in class java.io.FilterInputStream
- 
Reads up to lenbytes of data from this input stream
 into an array of bytes.
 
- read() - Method in class java.io.FilterReader
- 
Reads a single character. 
- read(char[], int, int) - Method in class java.io.FilterReader
- 
Reads characters into a portion of an array. 
- read() - Method in class java.io.InputStream
- 
Reads the next byte of data from the input stream. 
- read(byte[]) - Method in class java.io.InputStream
- 
Reads some number of bytes from the input stream and stores them into
 the buffer array b.
 
- read(byte[], int, int) - Method in class java.io.InputStream
- 
Reads up to lenbytes of data from the input stream into
 an array of bytes.
 
- read() - Method in class java.io.InputStreamReader
- 
Reads a single character. 
- read(char[], int, int) - Method in class java.io.InputStreamReader
- 
Reads characters into a portion of an array. 
- read() - Method in class java.io.LineNumberInputStream
- 
Deprecated. Reads the next byte of data from this input stream. 
- read(byte[], int, int) - Method in class java.io.LineNumberInputStream
- 
Deprecated. Reads up to lenbytes of data from this input stream
 into an array of bytes.
 
- read() - Method in class java.io.LineNumberReader
- 
Read a single character. 
- read(char[], int, int) - Method in class java.io.LineNumberReader
- 
Read characters into a portion of an array. 
- read() - Method in interface java.io.ObjectInput
- 
Reads a byte of data. 
- read(byte[]) - Method in interface java.io.ObjectInput
- 
Reads into an array of bytes. 
- read(byte[], int, int) - Method in interface java.io.ObjectInput
- 
Reads into an array of bytes. 
- read() - Method in class java.io.ObjectInputStream
- 
Reads a byte of data. 
- read(byte[], int, int) - Method in class java.io.ObjectInputStream
- 
Reads into an array of bytes. 
- read() - Method in class java.io.PipedInputStream
- 
Reads the next byte of data from this piped input stream. 
- read(byte[], int, int) - Method in class java.io.PipedInputStream
- 
Reads up to lenbytes of data from this piped input
 stream into an array of bytes.
 
- read() - Method in class java.io.PipedReader
- 
Reads the next character of data from this piped stream. 
- read(char[], int, int) - Method in class java.io.PipedReader
- 
Reads up to lencharacters of data from this piped
 stream into an array of characters.
 
- read() - Method in class java.io.PushbackInputStream
- 
Reads the next byte of data from this input stream. 
- read(byte[], int, int) - Method in class java.io.PushbackInputStream
- 
Reads up to lenbytes of data from this input stream into
 an array of bytes.
 
- read() - Method in class java.io.PushbackReader
- 
Reads a single character. 
- read(char[], int, int) - Method in class java.io.PushbackReader
- 
Reads characters into a portion of an array. 
- read() - Method in class java.io.RandomAccessFile
- 
Reads a byte of data from this file. 
- read(byte[], int, int) - Method in class java.io.RandomAccessFile
- 
Reads up to lenbytes of data from this file into an
 array of bytes.
 
- read(byte[]) - Method in class java.io.RandomAccessFile
- 
Reads up to b.lengthbytes of data from this file
 into an array of bytes.
 
- read(CharBuffer) - Method in class java.io.Reader
- 
Attempts to read characters into the specified character buffer. 
- read() - Method in class java.io.Reader
- 
Reads a single character. 
- read(char[]) - Method in class java.io.Reader
- 
Reads characters into an array. 
- read(char[], int, int) - Method in class java.io.Reader
- 
Reads characters into a portion of an array. 
- read() - Method in class java.io.SequenceInputStream
- 
Reads the next byte of data from this input stream. 
- read(byte[], int, int) - Method in class java.io.SequenceInputStream
- 
Reads up to lenbytes of data from this input stream
 into an array of bytes.
 
- read() - Method in class java.io.StringBufferInputStream
- 
Deprecated. Reads the next byte of data from this input stream. 
- read(byte[], int, int) - Method in class java.io.StringBufferInputStream
- 
Deprecated. Reads up to lenbytes of data from this input stream
 into an array of bytes.
 
- read() - Method in class java.io.StringReader
- 
Reads a single character. 
- read(char[], int, int) - Method in class java.io.StringReader
- 
Reads characters into a portion of an array. 
- read(CharBuffer) - Method in interface java.lang.Readable
- 
Attempts to read characters into the specified character buffer. 
- read(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in interface java.nio.channels.AsynchronousByteChannel
- 
Reads a sequence of bytes from this channel into the given buffer. 
- read(ByteBuffer) - Method in interface java.nio.channels.AsynchronousByteChannel
- 
Reads a sequence of bytes from this channel into the given buffer. 
- read(ByteBuffer, long, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels.AsynchronousFileChannel
- 
Reads a sequence of bytes from this channel into the given buffer,
 starting at the given file position. 
- read(ByteBuffer, long) - Method in class java.nio.channels.AsynchronousFileChannel
- 
Reads a sequence of bytes from this channel into the given buffer,
 starting at the given file position. 
- read(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
- 
Reads a sequence of bytes from this channel into the given buffer. 
- read(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
-  
- read(ByteBuffer) - Method in class java.nio.channels.AsynchronousSocketChannel
-  
- read(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler<Long, ? super A>) - Method in class java.nio.channels.AsynchronousSocketChannel
- 
Reads a sequence of bytes from this channel into a subsequence of the
 given buffers. 
- read(ByteBuffer) - Method in class java.nio.channels.DatagramChannel
- 
Reads a datagram from this channel. 
- read(ByteBuffer[], int, int) - Method in class java.nio.channels.DatagramChannel
- 
Reads a datagram from this channel. 
- read(ByteBuffer[]) - Method in class java.nio.channels.DatagramChannel
- 
Reads a datagram from this channel. 
- read(ByteBuffer) - Method in class java.nio.channels.FileChannel
- 
Reads a sequence of bytes from this channel into the given buffer. 
- read(ByteBuffer[], int, int) - Method in class java.nio.channels.FileChannel
- 
Reads a sequence of bytes from this channel into a subsequence of the
 given buffers. 
- read(ByteBuffer[]) - Method in class java.nio.channels.FileChannel
- 
Reads a sequence of bytes from this channel into the given buffers. 
- read(ByteBuffer, long) - Method in class java.nio.channels.FileChannel
- 
Reads a sequence of bytes from this channel into the given buffer,
 starting at the given file position. 
- read(ByteBuffer) - Method in interface java.nio.channels.ReadableByteChannel
- 
Reads a sequence of bytes from this channel into the given buffer. 
- read(ByteBuffer[], int, int) - Method in interface java.nio.channels.ScatteringByteChannel
- 
Reads a sequence of bytes from this channel into a subsequence of the
 given buffers. 
- read(ByteBuffer[]) - Method in interface java.nio.channels.ScatteringByteChannel
- 
Reads a sequence of bytes from this channel into the given buffers. 
- read(ByteBuffer) - Method in interface java.nio.channels.SeekableByteChannel
- 
Reads a sequence of bytes from this channel into the given buffer. 
- read(ByteBuffer) - Method in class java.nio.channels.SocketChannel
-  
- read(ByteBuffer[], int, int) - Method in class java.nio.channels.SocketChannel
-  
- read(ByteBuffer[]) - Method in class java.nio.channels.SocketChannel
-  
- read(CharBuffer) - Method in class java.nio.CharBuffer
- 
Attempts to read characters into the specified character buffer. 
- read(String, ByteBuffer) - Method in interface java.nio.file.attribute.UserDefinedFileAttributeView
- 
Read the value of a user-defined attribute into a buffer. 
- read(ObjectInput) - Static method in class java.rmi.server.ObjID
- 
Constructs and returns a new ObjIDinstance by
 unmarshalling a binary representation from anObjectInputinstance.
 
- read(DataInput) - Static method in class java.rmi.server.UID
- 
Constructs and returns a new UIDinstance by
 unmarshalling a binary representation from anDataInputinstance.
 
- read() - Method in class java.security.DigestInputStream
- 
Reads a byte, and updates the message digest (if the digest
 function is on). 
- read(byte[], int, int) - Method in class java.security.DigestInputStream
- 
Reads into a byte array, and updates the message digest (if the
 digest function is on). 
- read(byte[], int, int) - Method in class java.util.jar.JarInputStream
- 
Reads from the current JAR file entry into an array of bytes. 
- read(InputStream) - Method in class java.util.jar.Manifest
- 
Reads the Manifest from the specified InputStream. 
- read() - Method in class java.util.zip.CheckedInputStream
- 
Reads a byte. 
- read(byte[], int, int) - Method in class java.util.zip.CheckedInputStream
- 
Reads into an array of bytes. 
- read() - Method in class java.util.zip.DeflaterInputStream
- 
Reads a single byte of compressed data from the input stream. 
- read(byte[], int, int) - Method in class java.util.zip.DeflaterInputStream
- 
Reads compressed data into a byte array. 
- read(byte[], int, int) - Method in class java.util.zip.GZIPInputStream
- 
Reads uncompressed data into an array of bytes. 
- read() - Method in class java.util.zip.InflaterInputStream
- 
Reads a byte of uncompressed data. 
- read(byte[], int, int) - Method in class java.util.zip.InflaterInputStream
- 
Reads uncompressed data into an array of bytes. 
- read(byte[], int, int) - Method in class java.util.zip.ZipInputStream
- 
Reads from the current ZIP entry into an array of bytes. 
- read() - Method in class javax.crypto.CipherInputStream
- 
Reads the next byte of data from this input stream. 
- read(byte[]) - Method in class javax.crypto.CipherInputStream
- 
Reads up to b.lengthbytes of data from this input
 stream into an array of bytes.
 
- read(byte[], int, int) - Method in class javax.crypto.CipherInputStream
- 
Reads up to lenbytes of data from this input stream
 into an array of bytes.
 
- read(File) - Static method in class javax.imageio.ImageIO
- 
Returns a BufferedImageas the result of decoding
 a suppliedFilewith anImageReaderchosen automatically from among those currently registered.
 
- read(InputStream) - Static method in class javax.imageio.ImageIO
- 
Returns a BufferedImageas the result of decoding
 a suppliedInputStreamwith anImageReaderchosen automatically from among those currently registered.
 
- read(URL) - Static method in class javax.imageio.ImageIO
- 
Returns a BufferedImageas the result of decoding
 a suppliedURLwith anImageReaderchosen automatically from among those currently registered.
 
- read(ImageInputStream) - Static method in class javax.imageio.ImageIO
- 
Returns a BufferedImageas the result of decoding
 a suppliedImageInputStreamwith anImageReaderchosen automatically from among those
 currently registered.
 
- read(int) - Method in class javax.imageio.ImageReader
- 
Reads the image indexed by imageIndexand returns
 it as a completeBufferedImage, using a defaultImageReadParam.
 
- read(int, ImageReadParam) - Method in class javax.imageio.ImageReader
- 
Reads the image indexed by imageIndexand returns
 it as a completeBufferedImage, using a suppliedImageReadParam.
 
- read() - Method in class javax.imageio.stream.FileCacheImageInputStream
-  
- read(byte[], int, int) - Method in class javax.imageio.stream.FileCacheImageInputStream
-  
- read() - Method in class javax.imageio.stream.FileCacheImageOutputStream
-  
- read(byte[], int, int) - Method in class javax.imageio.stream.FileCacheImageOutputStream
-  
- read() - Method in class javax.imageio.stream.FileImageInputStream
-  
- read(byte[], int, int) - Method in class javax.imageio.stream.FileImageInputStream
-  
- read() - Method in class javax.imageio.stream.FileImageOutputStream
-  
- read(byte[], int, int) - Method in class javax.imageio.stream.FileImageOutputStream
-  
- read() - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads a single byte from the stream and returns it as an
 integer between 0 and 255. 
- read(byte[]) - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads up to b.lengthbytes from the stream, and
 stores them intobstarting at index 0.
 
- read(byte[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads up to lenbytes from the stream, and stores
 them intobstarting at indexoff.
 
- read() - Method in class javax.imageio.stream.ImageInputStreamImpl
- 
Reads a single byte from the stream and returns it as an
 intbetween 0 and 255.
 
- read(byte[]) - Method in class javax.imageio.stream.ImageInputStreamImpl
- 
A convenience method that calls read(b, 0, b.length).
 
- read(byte[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
- 
Reads up to lenbytes from the stream, and stores
 them intobstarting at indexoff.
 
- read() - Method in class javax.imageio.stream.MemoryCacheImageInputStream
-  
- read(byte[], int, int) - Method in class javax.imageio.stream.MemoryCacheImageInputStream
-  
- read() - Method in class javax.imageio.stream.MemoryCacheImageOutputStream
-  
- read(byte[], int, int) - Method in class javax.imageio.stream.MemoryCacheImageOutputStream
-  
- read() - Method in class javax.sound.sampled.AudioInputStream
- 
Reads the next byte of data from the audio input stream. 
- read(byte[]) - Method in class javax.sound.sampled.AudioInputStream
- 
Reads some number of bytes from the audio input stream and stores them into
 the buffer array b.
 
- read(byte[], int, int) - Method in class javax.sound.sampled.AudioInputStream
- 
Reads up to a specified maximum number of bytes of data from the audio
 stream, putting them into the given byte array. 
- read(byte[], int, int) - Method in interface javax.sound.sampled.TargetDataLine
- 
Reads audio data from the data line's input buffer. 
- read(InputStream, Object) - Method in class javax.swing.JEditorPane
- 
This method initializes from a stream. 
- read() - Method in class javax.swing.ProgressMonitorInputStream
- 
Overrides FilterInputStream.readto update the progress monitor after the read.
 
- read(byte[]) - Method in class javax.swing.ProgressMonitorInputStream
- 
Overrides FilterInputStream.readto update the progress monitor after the read.
 
- read(byte[], int, int) - Method in class javax.swing.ProgressMonitorInputStream
- 
Overrides FilterInputStream.readto update the progress monitor after the read.
 
- read(InputStream, Document, int) - Method in class javax.swing.text.DefaultEditorKit
- 
Inserts content from the given stream which is expected
 to be in a format appropriate for this kind of content
 handler. 
- read(Reader, Document, int) - Method in class javax.swing.text.DefaultEditorKit
- 
Inserts content from the given stream, which will be
 treated as plain text. 
- read(InputStream, Document, int) - Method in class javax.swing.text.EditorKit
- 
Inserts content from the given stream which is expected
 to be in a format appropriate for this kind of content
 handler. 
- read(Reader, Document, int) - Method in class javax.swing.text.EditorKit
- 
Inserts content from the given stream which is expected
 to be in a format appropriate for this kind of content
 handler. 
- read(Reader, Document, int) - Method in class javax.swing.text.html.HTMLEditorKit
- 
Inserts content from the given stream. 
- read(DataInputStream) - Method in class javax.swing.text.html.parser.DTD
- 
Recreates a DTD from an archived format. 
- read(Reader, Object) - Method in class javax.swing.text.JTextComponent
- 
Initializes from a stream. 
- read(InputStream, Document, int) - Method in class javax.swing.text.rtf.RTFEditorKit
- 
Insert content from the given stream which is expected
 to be in a format appropriate for this kind of content
 handler. 
- read(Reader, Document, int) - Method in class javax.swing.text.rtf.RTFEditorKit
- 
Insert content from the given stream, which will be
 treated as plain text. 
- read(InputStream) - Static method in class org.omg.CORBA.AnySeqHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.BooleanSeqHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.CharSeqHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.CompletionStatusHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.CurrentHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.DefinitionKindHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.DoubleSeqHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.FieldNameHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.FloatSeqHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.IdentifierHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.IDLTypeHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.LongLongSeqHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.LongSeqHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.NameValuePairHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.ObjectHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.OctetSeqHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.ParameterModeHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.PolicyErrorCodeHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.PolicyErrorHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.PolicyHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.PolicyListHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.PolicyTypeHelper
-  
- read() - Method in class org.omg.CORBA.portable.InputStream
-  
- read(InputStream) - Static method in class org.omg.CORBA.RepositoryIdHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.ServiceDetailHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.ServiceInformationHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.SetOverrideTypeHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.ShortSeqHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.StringSeqHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.StringValueHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.StructMemberHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.ULongLongSeqHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.ULongSeqHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.UnionMemberHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.UnknownUserExceptionHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.UShortSeqHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.ValueBaseHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.ValueMemberHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.VersionSpecHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.VisibilityHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.WCharSeqHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.WrongTransactionHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.WStringSeqHelper
-  
- read(InputStream) - Static method in class org.omg.CORBA.WStringValueHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.BindingHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.BindingIteratorHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.BindingListHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.BindingTypeHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.IstringHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.NameComponentHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.NameHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.AddressHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.StringNameHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
-  
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.AnySeqHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyFactoryHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCodeHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyPackage.InvalidValueHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyPackage.TypeMismatchHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.DynAnySeqHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.DynArrayHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.DynEnumHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.DynFixedHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.DynSequenceHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.DynStructHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.DynUnionHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.DynValueHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.FieldNameHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.NameDynAnyPairHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.NameDynAnyPairSeqHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.NameValuePairHelper
-  
- read(InputStream) - Static method in class org.omg.DynamicAny.NameValuePairSeqHelper
-  
- read(InputStream) - Static method in class org.omg.IOP.CodecFactoryHelper
-  
- read(InputStream) - Static method in class org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper
-  
- read(InputStream) - Static method in class org.omg.IOP.CodecPackage.FormatMismatchHelper
-  
- read(InputStream) - Static method in class org.omg.IOP.CodecPackage.InvalidTypeForEncodingHelper
-  
- read(InputStream) - Static method in class org.omg.IOP.CodecPackage.TypeMismatchHelper
-  
- read(InputStream) - Static method in class org.omg.IOP.ComponentIdHelper
-  
- read(InputStream) - Static method in class org.omg.IOP.IORHelper
-  
- read(InputStream) - Static method in class org.omg.IOP.MultipleComponentProfileHelper
-  
- read(InputStream) - Static method in class org.omg.IOP.ProfileIdHelper
-  
- read(InputStream) - Static method in class org.omg.IOP.ServiceContextHelper
-  
- read(InputStream) - Static method in class org.omg.IOP.ServiceContextListHelper
-  
- read(InputStream) - Static method in class org.omg.IOP.ServiceIdHelper
-  
- read(InputStream) - Static method in class org.omg.IOP.TaggedComponentHelper
-  
- read(InputStream) - Static method in class org.omg.IOP.TaggedProfileHelper
-  
- read(InputStream) - Static method in class org.omg.Messaging.SyncScopeHelper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.AdapterManagerIdHelper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.AdapterNameHelper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.AdapterStateHelper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.CurrentHelper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ForwardRequestHelper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.InvalidSlotHelper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.IORInterceptor_3_0Helper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectIdHelper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectReferenceFactoryHelper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateHelper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateSeqHelper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBIdHelper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateNameHelper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidNameHelper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.ObjectIdHelper
-  
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ServerIdHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.CurrentHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.CurrentPackage.NoContextHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.ForwardRequestHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.POAHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.POAManagerPackage.AdapterInactiveHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.AdapterAlreadyExistsHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.AdapterNonExistentHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.InvalidPolicyHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.NoServantHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ObjectAlreadyActiveHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ObjectNotActiveHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ServantAlreadyActiveHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ServantNotActiveHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.WrongAdapterHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.WrongPolicyHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.ServantActivatorHelper
-  
- read(InputStream) - Static method in class org.omg.PortableServer.ServantLocatorHelper
-  
- read_Abstract() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL Abstract interface from the input stream. 
- read_abstract_interface() - Method in class org.omg.CORBA_2_3.portable.InputStream
- 
Unmarshal the value object or a suitable stub object. 
- read_abstract_interface(Class) - Method in class org.omg.CORBA_2_3.portable.InputStream
- 
Unmarshal the class object or the stub class corresponding to the passed type. 
- read_any() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL Anyvalue from the input stream.
 
- read_any() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads an Any from this input stream. 
- read_any_array(AnySeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
- 
Reads array of IDL Anys from offset for length elements from the
 input stream. 
- read_boolean() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL boolean value from the input stream. 
- read_boolean() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a boolean value from this input stream. 
- read_boolean_array(BooleanSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
- 
Reads array of IDL booleans from offset for length elements from the
 input stream. 
- read_boolean_array(boolean[], int, int) - Method in class org.omg.CORBA.portable.InputStream
- 
Reads an array of booleans from this input stream. 
- read_char() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL character value from the input stream. 
- read_char() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a char value from this input stream. 
- read_char_array(CharSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
- 
Reads array of IDL characters from offset for length elements from the
 input stream. 
- read_char_array(char[], int, int) - Method in class org.omg.CORBA.portable.InputStream
- 
Reads an array of chars from this input stream. 
- read_Context() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a CORBA context from the stream. 
- read_double() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL double from the input stream. 
- read_double() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a double value from this input stream. 
- read_double_array(DoubleSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
- 
Reads array of IDL doubles from offset for length elements from the
 input stream. 
- read_double_array(double[], int, int) - Method in class org.omg.CORBA.portable.InputStream
- 
Reads an array of doubles from this input stream. 
- read_fixed() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a BigDecimal number. 
- read_float() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL float from the input stream. 
- read_float() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a float value from this input stream. 
- read_float_array(FloatSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
- 
Reads array of IDL floats from offset for length elements from the
 input stream. 
- read_float_array(float[], int, int) - Method in class org.omg.CORBA.portable.InputStream
- 
Reads an array of floats from this input stream. 
- read_long() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL long from the input stream. 
- read_long() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a CORBA long (that is, Java int) value from this input stream. 
- read_long_array(LongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
- 
Reads array of IDL longs from offset for length elements from the
 input stream. 
- read_long_array(int[], int, int) - Method in class org.omg.CORBA.portable.InputStream
- 
Reads an array of CORBA longs (that is, Java ints) from this input stream. 
- read_longlong() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL long long from the input stream. 
- read_longlong() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a CORBA longlong (that is, Java long) value from this input stream. 
- read_longlong_array(LongLongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
- 
Reads array of IDL long longs from offset for length elements from the
 input stream. 
- read_longlong_array(long[], int, int) - Method in class org.omg.CORBA.portable.InputStream
- 
Reads an array of CORBA longlongs (that is, Java longs) from this input
stream. 
- read_Object() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL CORBA::Object from the input stream. 
- read_Object() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a CORBA object from this input stream. 
- read_Object(Class) - Method in class org.omg.CORBA.portable.InputStream
- 
Unmarshals an object and returns a CORBA Object,
 which is an instance of the class passed as its argument. 
- read_octet() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL octet value from the input stream. 
- read_octet() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads an octet (that is, a byte) value from this input stream. 
- read_octet_array(OctetSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
- 
Reads array of IDL octets from offset for length elements from the
 input stream. 
- read_octet_array(byte[], int, int) - Method in class org.omg.CORBA.portable.InputStream
- 
Reads an array of octets (that is, bytes) from this input stream. 
- READ_ONLY - Static variable in class java.nio.channels.FileChannel.MapMode
- 
Mode for a read-only mapping. 
- read_Principal() - Method in class org.omg.CORBA.portable.InputStream
- 
Deprecated.
Deprecated by CORBA 2.2. 
 
- read_short() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL short from the input stream. 
- read_short() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a short value from this input stream. 
- read_short_array(ShortSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
- 
Reads array of IDL shorts from offset for length elements from the
 input stream. 
- read_short_array(short[], int, int) - Method in class org.omg.CORBA.portable.InputStream
- 
Reads an array of shorts from this input stream. 
- read_string() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL string from the input stream. 
- read_string() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a string value from this input stream. 
- read_TypeCode() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL typecode from the input stream. 
- read_TypeCode() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a TypeCodefrom this input stream.
 
- read_ulong() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL unsigned long from the input stream. 
- read_ulong() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads an unsigned CORBA long (that is, Java int) value from this input
stream. 
- read_ulong_array(ULongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
- 
Reads array of IDL unsigned longs from offset for length elements from the
 input stream. 
- read_ulong_array(int[], int, int) - Method in class org.omg.CORBA.portable.InputStream
- 
Reads an array of unsigned CORBA longs (that is, Java ints) from this input
stream. 
- read_ulonglong() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an unsigned IDL long long from the input stream. 
- read_ulonglong() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a CORBA unsigned longlong (that is, Java long) value from this input
stream. 
- read_ulonglong_array(ULongLongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
- 
Reads array of IDL unsigned long longs from offset for length elements from the
 input stream. 
- read_ulonglong_array(long[], int, int) - Method in class org.omg.CORBA.portable.InputStream
- 
Reads an array of unsigned CORBA longlongs (that is, Java longs) from this
input stream. 
- read_ushort() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL unsigned short from the input stream. 
- read_ushort() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a unsigned short value from this input stream. 
- read_ushort_array(UShortSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
- 
Reads array of IDL unsigned shorts from offset for length elements from the
 input stream. 
- read_ushort_array(short[], int, int) - Method in class org.omg.CORBA.portable.InputStream
- 
Reads an array of unsigned shorts from this input stream. 
- read_value(InputStream, TypeCode) - Method in class org.omg.CORBA.Any
- 
Reads off (unmarshals) the value of an Anyobject from
 the given input stream using the given typecode.
 
- read_Value() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL value type from the input stream. 
- read_value(InputStream) - Method in interface org.omg.CORBA.portable.BoxedValueHelper
-  
- read_value(InputStream) - Method in interface org.omg.CORBA.portable.ValueFactory
- 
Is called by
 the ORB runtime while in the process of unmarshaling a value type. 
- read_value(InputStream) - Method in class org.omg.CORBA.StringValueHelper
-  
- read_value(InputStream) - Method in class org.omg.CORBA.WStringValueHelper
-  
- read_value() - Method in class org.omg.CORBA_2_3.portable.InputStream
- 
Unmarshalls a value type from the input stream. 
- read_value(Class) - Method in class org.omg.CORBA_2_3.portable.InputStream
- 
Unmarshalls a value type from the input stream. 
- read_value(BoxedValueHelper) - Method in class org.omg.CORBA_2_3.portable.InputStream
- 
Unmarshalls a value type from the input stream. 
- read_value(String) - Method in class org.omg.CORBA_2_3.portable.InputStream
- 
Unmarshalls a value type from the input stream. 
- read_value(Serializable) - Method in class org.omg.CORBA_2_3.portable.InputStream
- 
Unmarshalls a value type from the input stream. 
- read_wchar() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL wide character value from the input stream. 
- read_wchar() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a wide char value from this input stream. 
- read_wchar_array(WCharSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
- 
Reads array of IDL wide characters from offset for length elements from the
 input stream. 
- read_wchar_array(char[], int, int) - Method in class org.omg.CORBA.portable.InputStream
- 
Reads an array of wide chars from this input stream. 
- READ_WRITE - Static variable in class java.nio.channels.FileChannel.MapMode
- 
Mode for a read/write mapping. 
- read_wstring() - Method in interface org.omg.CORBA.DataInputStream
- 
Reads an IDL wide string from the input stream. 
- read_wstring() - Method in class org.omg.CORBA.portable.InputStream
- 
Reads a wide string value from this input stream. 
- Readable - Interface in java.lang
- 
A Readable is a source of characters. 
- ReadableByteChannel - Interface in java.nio.channels
- 
A channel that can read bytes. 
- readAborted(ImageReader) - Method in interface javax.imageio.event.IIOReadProgressListener
- 
Reports that a read has been aborted via the reader's
 abortmethod.
 
- readAll(int, ImageReadParam) - Method in class javax.imageio.ImageReader
- 
Reads the image indexed by imageIndexand returns
 anIIOImagecontaining the image, thumbnails, and
 associated image metadata, using a suppliedImageReadParam.
 
- readAll(Iterator<? extends ImageReadParam>) - Method in class javax.imageio.ImageReader
- 
Returns an Iteratorcontaining all the images,
 thumbnails, and metadata, starting at the index given bygetMinIndex, from the input source in the form ofIIOImageobjects.
 
- readAllBytes(Path) - Static method in class java.nio.file.Files
- 
Reads all the bytes from a file. 
- readAllLines(Path, Charset) - Static method in class java.nio.file.Files
- 
Read all lines from a file. 
- readAny(InputStream) - Static method in class javax.rmi.CORBA.Util
- 
Reads a java.lang.Object as a CORBA any. 
- readAny(InputStream) - Method in interface javax.rmi.CORBA.UtilDelegate
- 
- readArray() - Method in interface java.sql.SQLInput
- 
Reads an SQL ARRAYvalue from the stream and returns it as anArrayobject in the Java programming language.
 
- readArray() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Reads an SQL ARRAYvalue from the stream and
 returns it as anArrayobject in the Java programming
 language.
 
- readAsciiStream() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as a stream of ASCII characters. 
- readAsciiStream() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Returns the next attribute in this SQLInputImplobject
 as a stream of ASCII characters.
 
- readAsRenderedImage(int, ImageReadParam) - Method in class javax.imageio.ImageReader
- 
Returns a RenderedImageobject that contains the
 contents of the image indexed byimageIndex.
 
- readAttributes() - Method in interface java.nio.file.attribute.BasicFileAttributeView
- 
Reads the basic file attributes as a bulk operation. 
- readAttributes() - Method in interface java.nio.file.attribute.DosFileAttributeView
-  
- readAttributes() - Method in interface java.nio.file.attribute.PosixFileAttributeView
-  
- readAttributes(Path, Class<A>, LinkOption...) - Static method in class java.nio.file.Files
- 
Reads a file's attributes as a bulk operation. 
- readAttributes(Path, String, LinkOption...) - Static method in class java.nio.file.Files
- 
Reads a set of file attributes as a bulk operation. 
- readAttributes(Path, Class<A>, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
- 
Reads a file's attributes as a bulk operation. 
- readAttributes(Path, String, LinkOption...) - Method in class java.nio.file.spi.FileSystemProvider
- 
Reads a set of file attributes as a bulk operation. 
- readAttributes(ObjectInputStream, MutableAttributeSet) - Method in class javax.swing.text.StyleContext
- 
Context-specific handling of reading in attributes 
- readAttributeSet(ObjectInputStream, MutableAttributeSet) - Static method in class javax.swing.text.StyleContext
- 
Reads a set of attributes from the given object input
 stream that have been previously written out with
 writeAttributeSet.
 
- readBigDecimal() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as a java.math.BigDecimalobject in the Java programming language.
 
- readBigDecimal() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the next attribute in this SQLInputImplobject
 as ajava.math.BigDecimal.
 
- readBinaryStream() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as a stream of uninterpreted
 bytes. 
- readBinaryStream() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Returns the next attribute in this SQLInputImplobject
 as a stream of uninterpreted bytes.
 
- readBit() - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads a single bit from the stream and returns it as an
 intwith the value0or1.
 
- readBit() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readBits(int) - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads a bitstring from the stream and returns it as a
 long, with the first bit read becoming the most
 significant bit of the output.
 
- readBits(int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readBlob() - Method in interface java.sql.SQLInput
- 
Reads an SQL BLOBvalue from the stream and returns it as aBlobobject in the Java programming language.
 
- readBlob() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the BLOBvalue at the head of thisSQLInputImplobject as aBlobobject
 in the Java programming language.
 
- readBoolean() - Method in interface java.io.DataInput
- 
Reads one input byte and returns
 trueif that byte is nonzero,falseif that byte is zero.
 
- readBoolean() - Method in class java.io.DataInputStream
- 
See the general contract of the readBooleanmethod ofDataInput.
 
- readBoolean() - Method in class java.io.ObjectInputStream
- 
Reads in a boolean. 
- readBoolean() - Method in class java.io.RandomAccessFile
- 
Reads a booleanfrom this file.
 
- readBoolean() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as a booleanin the Java programming language.
 
- readBoolean() - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads a byte from the stream and returns a booleanvalue oftrueif it is nonzero,falseif it is zero.
 
- readBoolean() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readBoolean() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the next attribute in this SQLInputImplobject as
 abooleanin the Java programming language.
 
- readByte() - Method in interface java.io.DataInput
- 
Reads and returns one input byte. 
- readByte() - Method in class java.io.DataInputStream
- 
See the general contract of the readBytemethod ofDataInput.
 
- readByte() - Method in class java.io.ObjectInputStream
- 
Reads an 8 bit byte. 
- readByte() - Method in class java.io.RandomAccessFile
- 
Reads a signed eight-bit value from this file. 
- readByte() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as a bytein the Java programming language.
 
- readByte() - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads a byte from the stream and returns it as a
 bytevalue.
 
- readByte() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readByte() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the next attribute in this SQLInputImplobject as
 abytein the Java programming language.
 
- readBytes() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as an array of bytes
 in the Java programming language. 
- readBytes(IIOByteBuffer, int) - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads up to lenbytes from the stream, and
 modifies the suppliedIIOByteBufferto indicate
 the byte array, offset, and length where the data may be found.
 
- readBytes(IIOByteBuffer, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readBytes() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the next attribute in this SQLInputImplobject
 as an array of bytes.
 
- readChar() - Method in interface java.io.DataInput
- 
Reads two input bytes and returns a charvalue.
 
- readChar() - Method in class java.io.DataInputStream
- 
See the general contract of the readCharmethod ofDataInput.
 
- readChar() - Method in class java.io.ObjectInputStream
- 
Reads a 16 bit char. 
- readChar() - Method in class java.io.RandomAccessFile
- 
Reads a character from this file. 
- readChar() - Method in interface javax.imageio.stream.ImageInputStream
- 
Equivalent to readUnsignedShort, except that the
 result is returned using thechardatatype.
 
- readChar() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readCharacterStream() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as a stream of Unicode characters. 
- readCharacterStream() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the next attribute in this SQLInputImplobject
 as a stream of Unicode characters.
 
- readChildren(ObjectInputStream) - Method in class java.beans.beancontext.BeanContextSupport
- 
When an instance of this class is used as a delegate for the
 implementation of the BeanContext protocols (and its subprotocols)
 there exists a 'chicken and egg' problem during deserialization 
- readClassDescriptor() - Method in class java.io.ObjectInputStream
- 
Read a class descriptor from the serialization stream. 
- readClob() - Method in interface java.sql.SQLInput
- 
Reads an SQL CLOBvalue from the stream and returns it as aClobobject in the Java programming language.
 
- readClob() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the CLOBvalue at the head of thisSQLInputImplobject as aClobobject
 in the Java programming language.
 
- readConfiguration() - Method in class java.util.logging.LogManager
- 
Reinitialize the logging properties and reread the logging configuration. 
- readConfiguration(InputStream) - Method in class java.util.logging.LogManager
- 
Reinitialize the logging properties and reread the logging configuration
 from the given stream, which should be in java.util.Properties format. 
- readData(RowSetInternal) - Method in interface javax.sql.RowSetReader
- 
Reads the new contents of the calling RowSetobject.
 
- readDate() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as a java.sql.Dateobject.
 
- readDate() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the next attribute in this SQLInputImplas
 ajava.sql.Dateobject.
 
- readDouble() - Method in interface java.io.DataInput
- 
Reads eight input bytes and returns
 a doublevalue.
 
- readDouble() - Method in class java.io.DataInputStream
- 
See the general contract of the readDoublemethod ofDataInput.
 
- readDouble() - Method in class java.io.ObjectInputStream
- 
Reads a 64 bit double. 
- readDouble() - Method in class java.io.RandomAccessFile
- 
Reads a doublefrom this file.
 
- readDouble() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as a doublein the Java programming language.
 
- readDouble() - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads 8 bytes from the stream, and (conceptually) concatenates
 them according to the current byte order and returns the result
 as a double.
 
- readDouble() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readDouble() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the next attribute in this SQLInputImplobject
 as adoublein the Java programming language.
 
- readEndpointReference(Source) - Method in class javax.xml.ws.spi.Provider
- 
read an EndpointReference from the infoset contained in
 eprInfoset.
 
- reader() - Method in class java.io.Console
- 
Retrieves the unique  Reader object associated
 with this console. 
- Reader - Class in java.io
- 
Abstract class for reading character streams. 
- Reader() - Constructor for class java.io.Reader
- 
Creates a new character-stream reader whose critical sections will
 synchronize on the reader itself. 
- Reader(Object) - Constructor for class java.io.Reader
- 
Creates a new character-stream reader whose critical sections will
 synchronize on the given object. 
- reader - Variable in class javax.script.SimpleScriptContext
- 
This is the reader to be used for input from scripts. 
- readerSpiNames - Variable in class javax.imageio.spi.ImageWriterSpi
- 
An array of strings to be returned from
 getImageReaderSpiNames, initiallynull.
 
- readerSupportsThumbnails() - Method in class javax.imageio.ImageReader
- 
Returns trueif the image format understood by
 this reader supports thumbnail preview images associated with
 it.
 
- readExternal(ObjectInput) - Method in class java.awt.datatransfer.DataFlavor
- 
Restores this DataFlavorfrom a Serialized state.
 
- readExternal(ObjectInput) - Method in interface java.io.Externalizable
- 
The object implements the readExternal method to restore its
 contents by calling the methods of DataInput for primitive
 types and readObject for objects, strings and arrays. 
- readExternal(ObjectInput) - Method in class javax.activation.MimeType
- 
The object implements the readExternal method to restore its
 contents by calling the methods of DataInput for primitive
 types and readObject for objects, strings and arrays. 
- readExternal(ObjectInput) - Method in class javax.management.loading.MLet
- 
Restore this MLet's contents from the given  ObjectInput. 
- readFields() - Method in class java.io.ObjectInputStream
- 
Reads the persistent fields from the stream and makes them available by
 name. 
- readFloat() - Method in interface java.io.DataInput
- 
Reads four input bytes and returns
 a floatvalue.
 
- readFloat() - Method in class java.io.DataInputStream
- 
See the general contract of the readFloatmethod ofDataInput.
 
- readFloat() - Method in class java.io.ObjectInputStream
- 
Reads a 32 bit float. 
- readFloat() - Method in class java.io.RandomAccessFile
- 
Reads a floatfrom this file.
 
- readFloat() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as a floatin the Java programming language.
 
- readFloat() - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads 4 bytes from the stream, and (conceptually) concatenates
 them according to the current byte order and returns the result
 as a float.
 
- readFloat() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readFloat() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the next attribute in this SQLInputImplobject
 as afloatin the Java programming language.
 
- readFrom(Source) - Static method in class javax.xml.ws.EndpointReference
- 
Factory method to read an EndpointReference from the infoset contained in
 eprInfoset.
 
- readFully(byte[]) - Method in interface java.io.DataInput
- 
Reads some bytes from an input
 stream and stores them into the buffer
 array b.
 
- readFully(byte[], int, int) - Method in interface java.io.DataInput
- 
Reads lenbytes from
 an input stream.
 
- readFully(byte[]) - Method in class java.io.DataInputStream
- 
See the general contract of the readFullymethod ofDataInput.
 
- readFully(byte[], int, int) - Method in class java.io.DataInputStream
- 
See the general contract of the readFullymethod ofDataInput.
 
- readFully(byte[]) - Method in class java.io.ObjectInputStream
- 
Reads bytes, blocking until all bytes are read. 
- readFully(byte[], int, int) - Method in class java.io.ObjectInputStream
- 
Reads bytes, blocking until all bytes are read. 
- readFully(byte[]) - Method in class java.io.RandomAccessFile
- 
Reads b.lengthbytes from this file into the byte
 array, starting at the current file pointer.
 
- readFully(byte[], int, int) - Method in class java.io.RandomAccessFile
- 
Reads exactly lenbytes from this file into the byte
 array, starting at the current file pointer.
 
- readFully(byte[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads lenbytes from the stream, and stores them
 intobstarting at indexoff.
 
- readFully(byte[]) - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads b.lengthbytes from the stream, and stores them
 intobstarting at index0.
 
- readFully(short[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads lenshorts (signed 16-bit integers) from the
 stream according to the current byte order, and
 stores them intosstarting at indexoff.
 
- readFully(char[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads lenchars (unsigned 16-bit integers) from the
 stream according to the current byte order, and
 stores them intocstarting at indexoff.
 
- readFully(int[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads lenints (signed 32-bit integers) from the
 stream according to the current byte order, and
 stores them intoistarting at indexoff.
 
- readFully(long[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads lenlongs (signed 64-bit integers) from the
 stream according to the current byte order, and
 stores them intolstarting at indexoff.
 
- readFully(float[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads lenfloats (32-bit IEEE single-precision
 floats) from the stream according to the current byte order,
 and stores them intofstarting at
 indexoff.
 
- readFully(double[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads lendoubles (64-bit IEEE double-precision
 floats) from the stream according to the current byte order,
 and stores them intodstarting at
 indexoff.
 
- readFully(byte[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readFully(byte[]) - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readFully(short[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readFully(char[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readFully(int[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readFully(long[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readFully(float[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readFully(double[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- READING - Static variable in class java.text.AttributedCharacterIterator.Attribute
- 
Attribute key for the reading of some text. 
- readInt() - Method in interface java.io.DataInput
- 
Reads four input bytes and returns an
 intvalue.
 
- readInt() - Method in class java.io.DataInputStream
- 
See the general contract of the readIntmethod ofDataInput.
 
- readInt() - Method in class java.io.ObjectInputStream
- 
Reads a 32 bit int. 
- readInt() - Method in class java.io.RandomAccessFile
- 
Reads a signed 32-bit integer from this file. 
- readInt() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as an intin the Java programming language.
 
- readInt() - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads 4 bytes from the stream, and (conceptually) concatenates
 them according to the current byte order and returns the result
 as an int.
 
- readInt() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readInt() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the next attribute in this SQLInputImplobject
 as anintin the Java programming language.
 
- readLine() - Method in class java.io.BufferedReader
- 
Reads a line of text. 
- readLine(String, Object...) - Method in class java.io.Console
- 
Provides a formatted prompt, then reads a single line of text from the
 console. 
- readLine() - Method in class java.io.Console
- 
Reads a single line of text from the console. 
- readLine() - Method in interface java.io.DataInput
- 
Reads the next line of text from the input stream. 
- readLine() - Method in class java.io.DataInputStream
- 
Deprecated.
This method does not properly convert bytes to characters.
 As of JDK 1.1, the preferred way to read lines of text is via the
 BufferedReader.readLine()method.  Programs that use theDataInputStreamclass to read lines can be converted to use
 theBufferedReaderclass by replacing code of the form:
     DataInputStream d = new DataInputStream(in);
 
 with:
     BufferedReader d
          = new BufferedReader(new InputStreamReader(in));
 
 
 
 
- readLine() - Method in class java.io.LineNumberReader
- 
Read a line of text. 
- readLine() - Method in class java.io.ObjectInputStream
- 
Deprecated.
This method does not properly convert bytes to characters.
          see DataInputStream for the details and alternatives. 
 
- readLine() - Method in class java.io.RandomAccessFile
- 
Reads the next line of text from this file. 
- readLine() - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads the next line of text from the input stream. 
- readLine() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readLock() - Method in interface java.util.concurrent.locks.ReadWriteLock
- 
Returns the lock used for reading. 
- readLock() - Method in class java.util.concurrent.locks.ReentrantReadWriteLock
-  
- readLock() - Method in class javax.swing.text.AbstractDocument
- 
Acquires a lock to begin reading some state from the
 document. 
- readLong() - Method in interface java.io.DataInput
- 
Reads eight input bytes and returns
 a longvalue.
 
- readLong() - Method in class java.io.DataInputStream
- 
See the general contract of the readLongmethod ofDataInput.
 
- readLong() - Method in class java.io.ObjectInputStream
- 
Reads a 64 bit long. 
- readLong() - Method in class java.io.RandomAccessFile
- 
Reads a signed 64-bit integer from this file. 
- readLong() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as a longin the Java programming language.
 
- readLong() - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads 8 bytes from the stream, and (conceptually) concatenates
 them according to the current byte order and returns the result
 as a long.
 
- readLong() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readLong() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the next attribute in this SQLInputImplobject
 as alongin the Java programming language.
 
- readNClob() - Method in interface java.sql.SQLInput
- 
Reads an SQL NCLOBvalue from the stream and returns it as aNClobobject in the Java programming language.
 
- readNClob() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Reads an SQL NCLOBvalue from the stream and returns it as aClobobject in the Java programming language.
 
- readNString() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as a Stringin the Java programming language.
 
- readNString() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Reads the next attribute in the stream and returns it as a Stringin the Java programming language.
 
- readObject() - Method in class java.beans.XMLDecoder
- 
Reads the next object from the underlying input stream. 
- readObject() - Method in interface java.io.ObjectInput
- 
Read and return an object. 
- readObject() - Method in class java.io.ObjectInputStream
- 
Read an object from the ObjectInputStream. 
- readObject() - Method in interface java.sql.SQLInput
- 
Reads the datum at the head of the stream and returns it as an
 Objectin the Java programming language.
 
- readObject(Stub, ObjectInputStream) - Method in interface javax.rmi.CORBA.StubDelegate
- 
- readObject() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the value at the head of this SQLInputImplobject as anObjectin the Java programming language.
 
- readObjectOverride() - Method in class java.io.ObjectInputStream
- 
This method is called by trusted subclasses of ObjectOutputStream that
 constructed ObjectOutputStream using the protected no-arg constructor. 
- readOnlyAction - Static variable in class javax.swing.text.DefaultEditorKit
- 
Name of the action to set the editor into read-only
 mode. 
- ReadOnlyBufferException - Exception in java.nio
- 
Unchecked exception thrown when a content-mutation method such as
 put or compact is invoked upon a read-only buffer. 
- ReadOnlyBufferException() - Constructor for exception java.nio.ReadOnlyBufferException
- 
Constructs an instance of this class. 
- ReadOnlyFileSystemException - Exception in java.nio.file
- 
Unchecked exception thrown when an attempt is made to update an object
 associated with a  read-onlyFileSystem. 
- ReadOnlyFileSystemException() - Constructor for exception java.nio.file.ReadOnlyFileSystemException
- 
Constructs an instance of this class. 
- readPassword(String, Object...) - Method in class java.io.Console
- 
Provides a formatted prompt, then reads a password or passphrase from
 the console with echoing disabled. 
- readPassword() - Method in class java.io.Console
- 
Reads a password or passphrase from the console with echoing disabled 
- ReadPendingException - Exception in java.nio.channels
- 
Unchecked exception thrown when an attempt is made to read from an
 asynchronous socket channel and a previous read has not completed. 
- ReadPendingException() - Constructor for exception java.nio.channels.ReadPendingException
- 
Constructs an instance of this class. 
- readRaster(int, ImageReadParam) - Method in class javax.imageio.ImageReader
- 
Returns a new Rasterobject containing the raw pixel data
 from the image stream, without any color conversion applied.
 
- readRef() - Method in interface java.sql.SQLInput
- 
Reads an SQL REFvalue from the stream and returns it as aRefobject in the Java programming language.
 
- readRef() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the value at the head of this SQLInputImplobject
 as aRefobject in the Java programming language.
 
- readResolve() - Method in class java.awt.AWTKeyStroke
- 
Returns a cached instance of AWTKeyStroke(or a subclass ofAWTKeyStroke) which is equal to this instance.
 
- readResolve() - Method in class java.awt.color.ICC_Profile
- 
Resolves instances being deserialized into instances registered
 with CMM. 
- readResolve() - Method in class java.awt.font.TextAttribute
- 
Resolves instances being deserialized to the predefined constants. 
- readResolve() - Method in class java.security.cert.Certificate.CertificateRep
- 
Resolve the Certificate Object. 
- readResolve() - Method in class java.security.cert.CertPath.CertPathRep
- 
Returns a CertPathconstructed from the type and data.
 
- readResolve() - Method in class java.security.KeyRep
- 
Resolve the Key object. 
- readResolve() - Method in class java.text.AttributedCharacterIterator.Attribute
- 
Resolves instances being deserialized to the predefined constants. 
- readResolve() - Method in class java.text.DateFormat.Field
- 
Resolves instances being deserialized to the predefined constants. 
- readResolve() - Method in class java.text.MessageFormat.Field
- 
Resolves instances being deserialized to the predefined constants. 
- readResolve() - Method in class java.text.NumberFormat.Field
- 
Resolves instances being deserialized to the predefined constants. 
- readResolve() - Method in class javax.management.openmbean.SimpleType
- 
Replace an object read from an  ObjectInputStream with the unique instance for that
 value. 
- readResolve() - Method in class javax.print.attribute.EnumSyntax
- 
During object input, convert this deserialized enumeration instance to
 the proper enumeration value defined in the enumeration attribute class. 
- readRowId() - Method in interface java.sql.SQLInput
- 
Reads an SQL ROWIDvalue from the stream and returns it as aRowIdobject in the Java programming language.
 
- readRowId() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Reads an SQL ROWIDvalue from the stream and returns it as aRowIdobject in the Java programming language.
 
- readShort() - Method in interface java.io.DataInput
- 
Reads two input bytes and returns
 a shortvalue.
 
- readShort() - Method in class java.io.DataInputStream
- 
See the general contract of the readShortmethod ofDataInput.
 
- readShort() - Method in class java.io.ObjectInputStream
- 
Reads a 16 bit short. 
- readShort() - Method in class java.io.RandomAccessFile
- 
Reads a signed 16-bit number from this file. 
- readShort() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as a shortin the Java programming language.
 
- readShort() - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads two bytes from the stream, and (conceptually)
 concatenates them according to the current byte order, and
 returns the result as a shortvalue.
 
- readShort() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readShort() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the next attribute in this SQLInputImplobject
 as ashortin the Java programming language.
 
- readSQL(SQLInput, String) - Method in interface java.sql.SQLData
- 
Populates this object with data read from the database. 
- readSQLXML() - Method in interface java.sql.SQLInput
- 
Reads an SQL XMLvalue from the stream and returns it as aSQLXMLobject in the Java programming language.
 
- readSQLXML() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Reads an SQL XMLvalue from the stream and returns it as aSQLXMLobject in the Java programming language.
 
- readStreamHeader() - Method in class java.io.ObjectInputStream
- 
The readStreamHeader method is provided to allow subclasses to read and
 verify their own stream headers. 
- readString() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as a Stringin the Java programming language.
 
- readString() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the next attribute in this SQLInputImplobject as
 aStringin the Java programming language.
 
- readSymbolicLink(Path) - Static method in class java.nio.file.Files
- 
Reads the target of a symbolic link (optional operation). 
- readSymbolicLink(Path) - Method in class java.nio.file.spi.FileSystemProvider
- 
Reads the target of a symbolic link. 
- readThumbnail(int, int) - Method in class javax.imageio.ImageReader
- 
Returns the thumbnail preview image indexed by
 thumbnailIndex, associated with the image indexed
 byImageIndexas aBufferedImage.
 
- readTile(int, int, int) - Method in class javax.imageio.ImageReader
- 
Reads the tile indicated by the tileXandtileYarguments, returning it as aBufferedImage.
 
- readTileRaster(int, int, int) - Method in class javax.imageio.ImageReader
- 
Returns a new Rasterobject containing the raw
 pixel data from the tile, without any color conversion applied.
 
- readTime() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as a java.sql.Timeobject.
 
- readTime() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the next attribute in this SQLInputImplobject as
 ajava.sql.Timeobject.
 
- readTimestamp() - Method in interface java.sql.SQLInput
- 
Reads the next attribute in the stream and returns it as a java.sql.Timestampobject.
 
- readTimestamp() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Retrieves the next attribute in this SQLInputImplobject as
 ajava.sql.Timestampobject.
 
- readUnlock() - Method in class javax.swing.text.AbstractDocument
- 
Does a read unlock. 
- readUnshared() - Method in class java.io.ObjectInputStream
- 
Reads an "unshared" object from the ObjectInputStream. 
- readUnsignedByte() - Method in interface java.io.DataInput
- 
Reads one input byte, zero-extends
 it to type int, and returns
 the result, which is therefore in the range0through255.
 
- readUnsignedByte() - Method in class java.io.DataInputStream
- 
See the general contract of the readUnsignedBytemethod ofDataInput.
 
- readUnsignedByte() - Method in class java.io.ObjectInputStream
- 
Reads an unsigned 8 bit byte. 
- readUnsignedByte() - Method in class java.io.RandomAccessFile
- 
Reads an unsigned eight-bit number from this file. 
- readUnsignedByte() - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads a byte from the stream, and (conceptually) converts it to
 an int, masks it with 0xffin order to strip off
 any sign-extension bits, and returns it as abytevalue.
 
- readUnsignedByte() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readUnsignedInt() - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads 4 bytes from the stream, and (conceptually) concatenates
 them according to the current byte order, converts the result
 to a long, masks it with 0xffffffffLin order to
 strip off any sign-extension bits, and returns the result as an
 unsignedlongvalue.
 
- readUnsignedInt() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readUnsignedShort() - Method in interface java.io.DataInput
- 
Reads two input bytes and returns
 an intvalue in the range0through65535.
 
- readUnsignedShort() - Method in class java.io.DataInputStream
- 
See the general contract of the readUnsignedShortmethod ofDataInput.
 
- readUnsignedShort() - Method in class java.io.ObjectInputStream
- 
Reads an unsigned 16 bit short. 
- readUnsignedShort() - Method in class java.io.RandomAccessFile
- 
Reads an unsigned 16-bit number from this file. 
- readUnsignedShort() - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads two bytes from the stream, and (conceptually)
 concatenates them according to the current byte order, converts
 the resulting value to an int, masks it with0xffffin order to strip off any sign-extension
 buts, and returns the result as an unsignedintvalue.
 
- readUnsignedShort() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readURL() - Method in interface java.sql.SQLInput
- 
Reads an SQL DATALINKvalue from the stream and returns it as ajava.net.URLobject in the Java programming language.
 
- readURL() - Method in class javax.sql.rowset.serial.SQLInputImpl
- 
Reads an SQL DATALINKvalue from the stream and
 returns it as anURLobject in the Java programming
 language.
 
- readUTF() - Method in interface java.io.DataInput
- 
Reads in a string that has been encoded using a
  modified UTF-8
 format. 
- readUTF() - Method in class java.io.DataInputStream
- 
See the general contract of the readUTFmethod ofDataInput.
 
- readUTF(DataInput) - Static method in class java.io.DataInputStream
- 
Reads from the
 stream  in a representation
 of a Unicode  character string encoded in
  modified UTF-8 format;
 this string of characters is then returned as a  String. 
- readUTF() - Method in class java.io.ObjectInputStream
- 
- readUTF() - Method in class java.io.RandomAccessFile
- 
Reads in a string from this file. 
- readUTF() - Method in interface javax.imageio.stream.ImageInputStream
- 
Reads in a string that has been encoded using a
  modified
 UTF-8
 format. 
- readUTF() - Method in class javax.imageio.stream.ImageInputStreamImpl
-  
- readValue(InputStream, int, Class, String, RunTime) - Method in interface javax.rmi.CORBA.ValueHandler
- 
Reads a value from the stream using Java semantics. 
- ReadWriteLock - Interface in java.util.concurrent.locks
- 
A  ReadWriteLock maintains a pair of associated  locks, one for read-only operations and one for writing. 
- readXML(WebRowSet, Reader) - Method in interface javax.sql.rowset.spi.XmlReader
- 
Reads and parses the given WebRowSetobject from the given
 input stream in XML format.
 
- readXml(Reader) - Method in interface javax.sql.rowset.WebRowSet
- 
Reads a WebRowSetobject in its XML format from the givenReaderobject.
 
- readXml(InputStream) - Method in interface javax.sql.rowset.WebRowSet
- 
Reads a stream based XML input to populate this WebRowSetobject.
 
- ready() - Method in class java.io.BufferedReader
- 
Tells whether this stream is ready to be read. 
- ready() - Method in class java.io.CharArrayReader
- 
Tells whether this stream is ready to be read. 
- ready() - Method in class java.io.FilterReader
- 
Tells whether this stream is ready to be read. 
- ready() - Method in class java.io.InputStreamReader
- 
Tells whether this stream is ready to be read. 
- ready() - Method in class java.io.PipedReader
- 
Tell whether this stream is ready to be read. 
- ready() - Method in class java.io.PushbackReader
- 
Tells whether this stream is ready to be read. 
- ready() - Method in class java.io.Reader
- 
Tells whether this stream is ready to be read. 
- ready() - Method in class java.io.StringReader
- 
Tells whether this stream is ready to be read. 
- readyOps() - Method in class java.nio.channels.SelectionKey
- 
Retrieves this key's ready-operation set. 
- REAL - Static variable in class java.sql.Types
- 
The constant in the Java programming language, sometimes referred
 to as a type code, that identifies the generic SQL type
 REAL.
 
- realEditor - Variable in class javax.swing.tree.DefaultTreeCellEditor
- 
Editor handling the editing. 
- RealmCallback - Class in javax.security.sasl
- 
This callback is used by SaslClient and SaslServer
 to retrieve realm information. 
- RealmCallback(String) - Constructor for class javax.security.sasl.RealmCallback
- 
Constructs a RealmCallback with a prompt. 
- RealmCallback(String, String) - Constructor for class javax.security.sasl.RealmCallback
- 
Constructs a RealmCallback with a prompt and default
 realm information. 
- RealmChoiceCallback - Class in javax.security.sasl
- 
This callback is used by SaslClient and SaslServer
 to obtain a realm given a list of realm choices. 
- RealmChoiceCallback(String, String[], int, boolean) - Constructor for class javax.security.sasl.RealmChoiceCallback
- 
Constructs a RealmChoiceCallback with a prompt, a list of
 choices and a default choice. 
- realSource - Variable in class javax.swing.undo.UndoableEditSupport
-  
- reason - Variable in exception org.omg.CORBA.PolicyError
- 
The reason for the PolicyErrorexception being thrown.
 
- rebind(String, Remote) - Static method in class java.rmi.Naming
- 
Rebinds the specified name to a new remote object. 
- rebind(String, Remote) - Method in interface java.rmi.registry.Registry
- 
Replaces the binding for the specified namein
 this registry with the supplied remote reference.
 
- rebind(Name, Object) - Method in interface javax.naming.Context
- 
Binds a name to an object, overwriting any existing binding. 
- rebind(String, Object) - Method in interface javax.naming.Context
- 
Binds a name to an object, overwriting any existing binding. 
- rebind(Name, Object, Attributes) - Method in interface javax.naming.directory.DirContext
- 
Binds a name to an object, along with associated attributes,
 overwriting any existing binding. 
- rebind(String, Object, Attributes) - Method in interface javax.naming.directory.DirContext
- 
Binds a name to an object, along with associated attributes,
 overwriting any existing binding. 
- rebind(String, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
-  
- rebind(Name, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
-  
- rebind(String, Object) - Method in class javax.naming.InitialContext
-  
- rebind(Name, Object) - Method in class javax.naming.InitialContext
-  
- REBIND - Exception in org.omg.CORBA
- 
REBINDis raised when the current effective RebindPolicy,
 has a value of NO_REBIND or NO_RECONNECT and an invocation on a bound
 object reference results in a LocateReply message with status
 OBJECT_FORWARD or a Reply message with status LOCATION_FORWARD.
 
- REBIND() - Constructor for exception org.omg.CORBA.REBIND
- 
Constructs an REBINDexception with
 minor code set to 0 and CompletionStatus set to COMPLETED_NO.
 
- REBIND(String) - Constructor for exception org.omg.CORBA.REBIND
- 
Constructs an REBINDexception with the
 specified message.
 
- REBIND(int, CompletionStatus) - Constructor for exception org.omg.CORBA.REBIND
- 
Constructs an REBINDexception with the
 specified minor code and completion status.
 
- REBIND(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.REBIND
- 
Constructs an REBINDexception with the
 specified message, minor code, and completion status.
 
- rebind(NameComponent[], Object) - Method in class org.omg.CosNaming._NamingContextExtStub
- 
Creates a binding of a name and an object in the naming context
 even if the name is already bound in the context. 
- rebind(NameComponent[], Object) - Method in class org.omg.CosNaming._NamingContextStub
- 
Creates a binding of a name and an object in the naming context
 even if the name is already bound in the context. 
- rebind(NameComponent[], Object) - Method in interface org.omg.CosNaming.NamingContextOperations
- 
Creates a binding of a name and an object in the naming context
 even if the name is already bound in the context. 
- rebind_context(NameComponent[], NamingContext) - Method in class org.omg.CosNaming._NamingContextExtStub
- 
Creates a binding of a name and a naming context in the naming
 context even if the name is already bound in the context. 
- rebind_context(NameComponent[], NamingContext) - Method in class org.omg.CosNaming._NamingContextStub
- 
Creates a binding of a name and a naming context in the naming
 context even if the name is already bound in the context. 
- rebind_context(NameComponent[], NamingContext) - Method in interface org.omg.CosNaming.NamingContextOperations
- 
Creates a binding of a name and a naming context in the naming
 context even if the name is already bound in the context. 
- recalculateIfInsetsChanged() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- recalculateIfInsetsChanged() - Method in class javax.swing.plaf.synth.SynthSliderUI
-  
- recalculateIfOrientationChanged() - Method in class javax.swing.plaf.basic.BasicSliderUI
-  
- recalcWidthCache() - Method in class javax.swing.table.DefaultTableColumnModel
- 
Recalculates the total combined width of all columns. 
- receive(int) - Method in class java.io.PipedInputStream
- 
Receives a byte of data. 
- receive(DatagramPacket) - Method in class java.net.DatagramSocket
- 
Receives a datagram packet from this socket. 
- receive(DatagramPacket) - Method in class java.net.DatagramSocketImpl
- 
Receive the datagram packet. 
- receive(ByteBuffer) - Method in class java.nio.channels.DatagramChannel
- 
Receives a datagram via this channel. 
- receive_exception(ClientRequestInfo) - Method in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
- 
Indicates to the interceptor that an exception occurred. 
- receive_other(ClientRequestInfo) - Method in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
- 
Allows an Interceptor to query the information available when a 
 request results in something other than a normal reply or an 
 exception. 
- receive_reply(ClientRequestInfo) - Method in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
- 
Allows an Interceptor to query the information on a reply after it 
 is returned from the server and before control is returned to the 
 client. 
- receive_request(ServerRequestInfo) - Method in interface org.omg.PortableInterceptor.ServerRequestInterceptorOperations
- 
Allows an Interceptor to query request information after all the 
 information, including operation parameters, are available. 
- receive_request_service_contexts(ServerRequestInfo) - Method in interface org.omg.PortableInterceptor.ServerRequestInterceptorOperations
- 
Allows the interceptor to process service context information. 
- received_exception() - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
- 
Returns an any which contains the exception to be returned to 
 the client. 
- received_exception_id() - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
- 
Returns the repository id of the exception to be returned to 
 the client. 
- Receiver - Interface in javax.sound.midi
- 
A  Receiver receives  MidiEvent
 objects and
 typically does something useful in response, such as interpreting them to
 generate sound or raw MIDI output. 
- reclaim(AttributeSet) - Method in interface javax.swing.text.AbstractDocument.AttributeContext
- 
Reclaims an attribute set. 
- reclaim(AttributeSet) - Method in class javax.swing.text.StyleContext
- 
Returns a set no longer needed by the MutableAttributeSet implmentation. 
- reconnect(Control[]) - Method in class javax.naming.ldap.InitialLdapContext
-  
- reconnect(Control[]) - Method in interface javax.naming.ldap.LdapContext
- 
Reconnects to the LDAP server using the supplied controls and
 this context's environment. 
- reconvert() - Method in class java.awt.im.InputContext
- 
Asks the current input method to reconvert text from the
 current client component. 
- reconvert() - Method in interface java.awt.im.spi.InputMethod
- 
Starts the reconversion operation. 
- recordDisable(Track) - Method in interface javax.sound.midi.Sequencer
- 
Disables recording to the specified track. 
- recordEnable(Track, int) - Method in interface javax.sound.midi.Sequencer
- 
Prepares the specified track for recording events received on a particular channel. 
- recover(int) - Method in interface javax.transaction.xa.XAResource
- 
Obtains a list of prepared transaction branches from a resource
 manager. 
- Rectangle - Class in java.awt
- 
A Rectanglespecifies an area in a coordinate space that is
 enclosed by theRectangleobject's upper-left point(x,y)in the coordinate space, its width, and its height.
 
- Rectangle() - Constructor for class java.awt.Rectangle
- 
Constructs a new Rectanglewhose upper-left corner
 is at (0, 0) in the coordinate space, and whose width and
 height are both zero.
 
- Rectangle(Rectangle) - Constructor for class java.awt.Rectangle
- 
Constructs a new Rectangle, initialized to match
 the values of the specifiedRectangle.
 
- Rectangle(int, int, int, int) - Constructor for class java.awt.Rectangle
- 
Constructs a new Rectanglewhose upper-left corner is
 specified as(x,y)and whose width and height
 are specified by the arguments of the same name.
 
- Rectangle(int, int) - Constructor for class java.awt.Rectangle
- 
Constructs a new Rectanglewhose upper-left corner
 is at (0, 0) in the coordinate space, and whose width and
 height are specified by the arguments of the same name.
 
- Rectangle(Point, Dimension) - Constructor for class java.awt.Rectangle
- 
Constructs a new  Rectangle whose upper-left corner is
 specified by the  Point argument, and
 whose width and height are specified by the
  Dimension argument. 
- Rectangle(Point) - Constructor for class java.awt.Rectangle
- 
Constructs a new Rectanglewhose upper-left corner is the
 specifiedPoint, and whose width and height are both zero.
 
- Rectangle(Dimension) - Constructor for class java.awt.Rectangle
- 
Constructs a new Rectanglewhose top left corner is
 (0, 0) and whose width and height are specified
 by theDimensionargument.
 
- Rectangle2D - Class in java.awt.geom
- 
The Rectangle2Dclass describes a rectangle
 defined by a location(x,y)and dimension(w x h).
 
- Rectangle2D() - Constructor for class java.awt.geom.Rectangle2D
- 
This is an abstract class that cannot be instantiated directly. 
- Rectangle2D.Double - Class in java.awt.geom
- 
The Doubleclass defines a rectangle specified in
 double coordinates.
 
- Rectangle2D.Double() - Constructor for class java.awt.geom.Rectangle2D.Double
- 
Constructs a new Rectangle2D, initialized to
 location (0, 0) and size (0, 0).
 
- Rectangle2D.Double(double, double, double, double) - Constructor for class java.awt.geom.Rectangle2D.Double
- 
Constructs and initializes a Rectangle2Dfrom the specifieddoublecoordinates.
 
- Rectangle2D.Float - Class in java.awt.geom
- 
The Floatclass defines a rectangle specified in float
 coordinates.
 
- Rectangle2D.Float() - Constructor for class java.awt.geom.Rectangle2D.Float
- 
Constructs a new Rectangle2D, initialized to
 location (0.0, 0.0) and size (0.0, 0.0).
 
- Rectangle2D.Float(float, float, float, float) - Constructor for class java.awt.geom.Rectangle2D.Float
- 
Constructs and initializes a Rectangle2Dfrom the specifiedfloatcoordinates.
 
- rectangleForCurrentValue() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
- 
Returns the area that is reserved for drawing the currently selected item. 
- RectangularShape - Class in java.awt.geom
- 
RectangularShape is the base class for a number of
  Shape objects whose geometry is defined by a rectangular frame. 
- RectangularShape() - Constructor for class java.awt.geom.RectangularShape
- 
This is an abstract class that cannot be instantiated directly. 
- rects - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- RecursiveAction - Class in java.util.concurrent
- 
- RecursiveAction() - Constructor for class java.util.concurrent.RecursiveAction
-  
- RecursiveTask<V> - Class in java.util.concurrent
- 
- RecursiveTask() - Constructor for class java.util.concurrent.RecursiveTask
-  
- recycleNode() - Method in interface javax.xml.soap.Node
- 
Notifies the implementation that this Nodeobject is no longer being used by the application and that the
 implementation is free to reuse this object for nodes that may
 be created later.
 
- red - Static variable in class java.awt.Color
- 
The color red. 
- RED - Static variable in class java.awt.Color
- 
The color red. 
- REDCOMPONENT - Static variable in class java.awt.color.ICC_ProfileRGB
- 
Used to get a gamma value or TRC for the red component. 
- redefineClasses(ClassDefinition...) - Method in interface java.lang.instrument.Instrumentation
- 
Redefine the supplied set of classes using the supplied class files. 
- redirectError(ProcessBuilder.Redirect) - Method in class java.lang.ProcessBuilder
- 
Sets this process builder's standard error destination. 
- redirectError(File) - Method in class java.lang.ProcessBuilder
- 
Sets this process builder's standard error destination to a file. 
- redirectError() - Method in class java.lang.ProcessBuilder
- 
Returns this process builder's standard error destination. 
- redirectErrorStream() - Method in class java.lang.ProcessBuilder
- 
Tells whether this process builder merges standard error and
 standard output. 
- redirectErrorStream(boolean) - Method in class java.lang.ProcessBuilder
- 
Sets this process builder's redirectErrorStreamproperty.
 
- redirectInput(ProcessBuilder.Redirect) - Method in class java.lang.ProcessBuilder
- 
Sets this process builder's standard input source. 
- redirectInput(File) - Method in class java.lang.ProcessBuilder
- 
Sets this process builder's standard input source to a file. 
- redirectInput() - Method in class java.lang.ProcessBuilder
- 
Returns this process builder's standard input source. 
- redirectOutput(ProcessBuilder.Redirect) - Method in class java.lang.ProcessBuilder
- 
Sets this process builder's standard output destination. 
- redirectOutput(File) - Method in class java.lang.ProcessBuilder
- 
Sets this process builder's standard output destination to a file. 
- redirectOutput() - Method in class java.lang.ProcessBuilder
- 
Returns this process builder's standard output destination. 
- redispatchEvent(Component, AWTEvent) - Method in class java.awt.KeyboardFocusManager
- 
Redispatches an AWTEvent in such a way that the AWT event dispatcher
 will not recursively request that the KeyboardFocusManager, or any
 installed KeyEventDispatchers, dispatch the event again. 
- redo() - Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
- 
Redoes a change. 
- redo() - Method in class javax.swing.text.AbstractDocument.ElementEdit
- 
Redoes a change. 
- redo() - Method in class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
- 
Redoes a change. 
- redo() - Method in class javax.swing.undo.AbstractUndoableEdit
- 
Throws CannotRedoExceptionifcanRedoreturns false.
 
- redo() - Method in class javax.swing.undo.CompoundEdit
- 
Sends redoto all containedUndoableEdits in the order in
 which they were added.
 
- redo() - Method in class javax.swing.undo.StateEdit
- 
Tells the edited object to apply the state after the edit 
- redo() - Method in interface javax.swing.undo.UndoableEdit
- 
Re-applies the edit. 
- redo() - Method in class javax.swing.undo.UndoManager
- 
Redoes the appropriate edits. 
- RedoName - Static variable in class javax.swing.undo.AbstractUndoableEdit
- 
String returned by getRedoPresentationName;
 as of Java 2 platform v1.3.1 this field is no longer used.
 
- redoTo(UndoableEdit) - Method in class javax.swing.undo.UndoManager
- 
Redoes all changes from the index of the next edit to
 edit, updating the index of the next edit appropriately.
 
- reducePermits(int) - Method in class java.util.concurrent.Semaphore
- 
Shrinks the number of available permits by the indicated
 reduction. 
- ReentrantLock - Class in java.util.concurrent.locks
- 
A reentrant mutual exclusion  Lock with the same basic
 behavior and semantics as the implicit monitor lock accessed using
  synchronized methods and statements, but with extended
 capabilities. 
- ReentrantLock() - Constructor for class java.util.concurrent.locks.ReentrantLock
- 
Creates an instance of ReentrantLock.
 
- ReentrantLock(boolean) - Constructor for class java.util.concurrent.locks.ReentrantLock
- 
Creates an instance of ReentrantLockwith the
 given fairness policy.
 
- ReentrantReadWriteLock - Class in java.util.concurrent.locks
- 
- ReentrantReadWriteLock() - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock
- 
Creates a new ReentrantReadWriteLockwith
 default (nonfair) ordering properties.
 
- ReentrantReadWriteLock(boolean) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock
- 
Creates a new ReentrantReadWriteLockwith
 the given fairness policy.
 
- ReentrantReadWriteLock.ReadLock - Class in java.util.concurrent.locks
- 
- ReentrantReadWriteLock.ReadLock(ReentrantReadWriteLock) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock
- 
Constructor for use by subclasses 
- ReentrantReadWriteLock.WriteLock - Class in java.util.concurrent.locks
- 
- ReentrantReadWriteLock.WriteLock(ReentrantReadWriteLock) - Constructor for class java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock
- 
Constructor for use by subclasses 
- ref - Variable in class java.rmi.server.RemoteObject
- 
The object's remote reference. 
- Ref - Interface in java.sql
- 
The mapping in the Java programming language of an SQL REFvalue, which is a reference to an SQL structured type value in the database.
 
- REF - Static variable in class java.sql.Types
- 
The constant in the Java programming language, sometimes referred to
 as a type code, that identifies the generic SQL type
 REF.
 
- REF_MBEAN_NOT_REGISTERED - Static variable in class javax.management.relation.RoleStatus
- 
Problem type when trying to set a role value including the ObjectName of
 a MBean not registered in the MBean Server. 
- REF_MBEAN_OF_INCORRECT_CLASS - Static variable in class javax.management.relation.RoleStatus
- 
Problem type when trying to set a role value including the ObjectName of
 a MBean not of the class expected for that role. 
- RefAddr - Class in javax.naming
- 
This class represents the address of a communications end-point. 
- RefAddr(String) - Constructor for class javax.naming.RefAddr
- 
Constructs a new instance of RefAddr using its address type. 
- Reference<T> - Class in java.lang.ref
- 
Abstract base class for reference objects. 
- Reference - Class in javax.naming
- 
This class represents a reference to an object that is found outside of
 the naming/directory system. 
- Reference(String) - Constructor for class javax.naming.Reference
- 
Constructs a new reference for an object with class name 'className'. 
- Reference(String, RefAddr) - Constructor for class javax.naming.Reference
- 
Constructs a new reference for an object with class name 'className' and
 an address. 
- Reference(String, String, String) - Constructor for class javax.naming.Reference
- 
Constructs a new reference for an object with class name 'className',
 and the class name and location of the object's factory. 
- Reference(String, RefAddr, String, String) - Constructor for class javax.naming.Reference
- 
Constructs a new reference for an object with class name 'className',
 the class name and location of the object's factory, and the address for
 the object. 
- Reference - Interface in javax.xml.crypto.dsig
- 
- REFERENCE_PARAMETERS - Static variable in interface javax.xml.ws.handler.MessageContext
- 
Standard property: WS Addressing Reference Parameters. 
- reference_to_id(Object) - Method in interface org.omg.PortableServer.POAOperations
- 
This operation returns the Object Id value 
 encapsulated by the specified reference. 
- reference_to_servant(Object) - Method in interface org.omg.PortableServer.POAOperations
- 
If the POA has the RETAIN policy and the specified 
 object is present in the Active Object Map, this 
 operation returns the servant associated with that 
 object in the Active Object Map. 
- Referenceable - Interface in javax.naming
- 
This interface is implemented by an object that can provide a
 Reference to itself. 
- referenceParameter(Element) - Method in class javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder
- 
Adds the referenceParameterto theW3CEndpointReferenceinstancewsa:ReferenceParameterselement.
 
- ReferenceQueue<T> - Class in java.lang.ref
- 
Reference queues, to which registered reference objects are appended by the
 garbage collector after the appropriate reachability changes are detected. 
- ReferenceQueue() - Constructor for class java.lang.ref.ReferenceQueue
- 
Constructs a new reference-object queue. 
- ReferenceType - Interface in javax.lang.model.type
- 
Represents a reference type. 
- ReferenceUriSchemesSupported - Class in javax.print.attribute.standard
- 
Class ReferenceUriSchemesSupported is a printing attribute class
 an enumeration, that indicates a "URI scheme," such as "http:" or "ftp:",
 that a printer can use to retrieve print data stored at a URI location. 
- ReferenceUriSchemesSupported(int) - Constructor for class javax.print.attribute.standard.ReferenceUriSchemesSupported
- 
Construct a new reference URI scheme enumeration value with the given
 integer value. 
- REFERRAL - Static variable in interface javax.naming.Context
- 
Constant that holds the name of the environment property for
 specifying how referrals encountered by the service provider
 are to be processed. 
- ReferralException - Exception in javax.naming
- 
This abstract class is used to represent a referral exception,
 which is generated in response to a referral
 such as that returned by LDAP v3 servers. 
- ReferralException(String) - Constructor for exception javax.naming.ReferralException
- 
Constructs a new instance of ReferralException using the
 explanation supplied. 
- ReferralException() - Constructor for exception javax.naming.ReferralException
- 
Constructs a new instance of ReferralException. 
- ReflectionException - Exception in javax.management
- 
Represents exceptions thrown in the MBean server when using the
 java.lang.reflect classes to invoke methods on MBeans. 
- ReflectionException(Exception) - Constructor for exception javax.management.ReflectionException
- 
Creates a ReflectionExceptionthat wraps the actualjava.lang.Exception.
 
- ReflectionException(Exception, String) - Constructor for exception javax.management.ReflectionException
- 
Creates a ReflectionExceptionthat wraps the actualjava.lang.Exceptionwith
 a detail message.
 
- ReflectiveOperationException - Exception in java.lang
- 
Common superclass of exceptions thrown by reflective operations in
 core reflection. 
- ReflectiveOperationException() - Constructor for exception java.lang.ReflectiveOperationException
- 
Constructs a new exception with nullas its detail
 message.
 
- ReflectiveOperationException(String) - Constructor for exception java.lang.ReflectiveOperationException
- 
Constructs a new exception with the specified detail message. 
- ReflectiveOperationException(String, Throwable) - Constructor for exception java.lang.ReflectiveOperationException
- 
Constructs a new exception with the specified detail message
 and cause. 
- ReflectiveOperationException(Throwable) - Constructor for exception java.lang.ReflectiveOperationException
- 
Constructs a new exception with the specified cause and a detail
 message of (cause==null ? null : cause.toString())(which
 typically contains the class and detail message ofcause).
 
- ReflectPermission - Class in java.lang.reflect
- 
The Permission class for reflective operations. 
- ReflectPermission(String) - Constructor for class java.lang.reflect.ReflectPermission
- 
Constructs a ReflectPermission with the specified name. 
- ReflectPermission(String, String) - Constructor for class java.lang.reflect.ReflectPermission
- 
Constructs a ReflectPermission with the specified name and actions. 
- refresh() - Method in class java.security.Policy
- 
Refreshes/reloads the policy configuration. 
- refresh() - Method in class javax.security.auth.kerberos.KerberosTicket
- 
Extends the validity period of this ticket. 
- refresh() - Method in class javax.security.auth.login.Configuration
- 
Refresh and reload the Configuration. 
- refresh() - Method in class javax.security.auth.Policy
- 
Deprecated. Refresh and reload the Policy. 
- refresh() - Method in interface javax.security.auth.Refreshable
- 
Update or extend the validity period for this
 Object.
 
- REFRESH_RATE_UNKNOWN - Static variable in class java.awt.DisplayMode
- 
Value of the refresh rate if not known. 
- Refreshable - Interface in javax.security.auth
- 
Objects such as credentials may optionally implement this
 interface to provide the capability to refresh itself. 
- RefreshFailedException - Exception in javax.security.auth
- 
Signals that a refreshoperation failed.
 
- RefreshFailedException() - Constructor for exception javax.security.auth.RefreshFailedException
- 
Constructs a RefreshFailedException with no detail message. 
- RefreshFailedException(String) - Constructor for exception javax.security.auth.RefreshFailedException
- 
Constructs a RefreshFailedException with the specified detail
 message. 
- refreshRow() - Method in interface java.sql.ResultSet
- 
Refreshes the current row with its most recent value in
 the database. 
- regexFilter(String, int...) - Static method in class javax.swing.RowFilter
- 
Returns a RowFilterthat uses a regular
 expression to determine which entries to include.
 
- region(int, int) - Method in class java.util.regex.Matcher
- 
Sets the limits of this matcher's region. 
- Region - Class in javax.swing.plaf.synth
- 
A distinct rendering area of a Swing component. 
- Region(String, String, boolean) - Constructor for class javax.swing.plaf.synth.Region
- 
Creates a Region with the specified name. 
- regionEnd() - Method in class java.util.regex.Matcher
- 
Reports the end index (exclusive) of this matcher's region. 
- regionMatches(int, String, int, int) - Method in class java.lang.String
- 
Tests if two string regions are equal. 
- regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
- 
Tests if two string regions are equal. 
- regionStart() - Method in class java.util.regex.Matcher
- 
Reports the start index of this matcher's region. 
- register(Selector, int, Object) - Method in class java.nio.channels.SelectableChannel
- 
Registers this channel with the given selector, returning a selection
 key. 
- register(Selector, int) - Method in class java.nio.channels.SelectableChannel
- 
Registers this channel with the given selector, returning a selection
 key. 
- register(Selector, int, Object) - Method in class java.nio.channels.spi.AbstractSelectableChannel
- 
Registers this channel with the given selector, returning a selection key. 
- register(AbstractSelectableChannel, int, Object) - Method in class java.nio.channels.spi.AbstractSelector
- 
Registers the given channel with this selector. 
- register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in interface java.nio.file.Path
- 
Registers the file located by this path with a watch service. 
- register(WatchService, WatchEvent.Kind<?>...) - Method in interface java.nio.file.Path
- 
Registers the file located by this path with a watch service. 
- register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in interface java.nio.file.Watchable
- 
Registers an object with a watch service. 
- register(WatchService, WatchEvent.Kind<?>...) - Method in interface java.nio.file.Watchable
- 
Registers an object with a watch service. 
- register(ActivationDesc) - Static method in class java.rmi.activation.Activatable
- 
Register an object descriptor for an activatable remote
 object so that is can be activated on demand. 
- register() - Method in class java.util.concurrent.Phaser
- 
Adds a new unarrived party to this phaser. 
- register(Region, String) - Method in class javax.swing.plaf.nimbus.NimbusLookAndFeel
- 
Registers a third party component with the NimbusLookAndFeel. 
- register_initial_reference(String, Object) - Method in interface org.omg.PortableInterceptor.ORBInitInfoOperations
- 
Identical to ORB.register_initial_reference.
 
- register_policy_factory(int, PolicyFactory) - Method in interface org.omg.PortableInterceptor.ORBInitInfoOperations
- 
Registers a PolicyFactoryfor the givenPolicyType.
 
- register_value_factory(String, ValueFactory) - Method in class org.omg.CORBA_2_3.ORB
-  
- RegisterableService - Interface in javax.imageio.spi
- 
An optional interface that may be provided by service provider
 objects that will be registered with a
 ServiceRegistry.
 
- registerApplicationClasspathSpis() - Method in class javax.imageio.spi.IIORegistry
- 
Registers all available service providers found on the
 application class path, using the default
 ClassLoader.
 
- registerAsParallelCapable() - Static method in class java.lang.ClassLoader
- 
Registers the caller as parallel capable. 
- registerComponent(JComponent) - Method in class javax.swing.ToolTipManager
- 
Registers a component for tooltip management. 
- registerDriver(Driver) - Static method in class java.sql.DriverManager
- 
Registers the given driver with the DriverManager.
 
- registerEditor(Class<?>, Class<?>) - Static method in class java.beans.PropertyEditorManager
- 
Registers an editor class to edit values of the given target class. 
- registerEditorKitForContentType(String, String) - Static method in class javax.swing.JEditorPane
- 
Establishes the default bindings of typetoclassname.
 
- registerEditorKitForContentType(String, String, ClassLoader) - Static method in class javax.swing.JEditorPane
- 
Establishes the default bindings of typetoclassname.
 
- registerEngineExtension(String, ScriptEngineFactory) - Method in class javax.script.ScriptEngineManager
- 
Registers a ScriptEngineFactoryto handle an extension.
 
- registerEngineMimeType(String, ScriptEngineFactory) - Method in class javax.script.ScriptEngineManager
- 
Registers a ScriptEngineFactoryto handle a mime type.
 
- registerEngineName(String, ScriptEngineFactory) - Method in class javax.script.ScriptEngineManager
- 
Registers a ScriptEngineFactoryto handle a language
 name.
 
- registerFont(Font) - Method in class java.awt.GraphicsEnvironment
- 
Registers a created Fontin thisGraphicsEnvironment.
 
- registerGroup(ActivationGroupDesc) - Method in interface java.rmi.activation.ActivationSystem
- 
Register the activation group. 
- registerKeyboardAction(ActionListener, String, KeyStroke, int) - Method in class javax.swing.JComponent
- 
This method is now obsolete, please use a combination of
 getActionMap()andgetInputMap()for
 similiar behavior.
 
- registerKeyboardAction(ActionListener, KeyStroke, int) - Method in class javax.swing.JComponent
- 
This method is now obsolete, please use a combination of
 getActionMap()andgetInputMap()for
 similiar behavior.
 
- registerKeyboardActions() - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-  
- registerListeners() - Method in class java.awt.dnd.DragGestureRecognizer
- 
register this DragGestureRecognizer's Listeners with the Component
 subclasses must override this method 
- registerListeners() - Method in class java.awt.dnd.MouseDragGestureRecognizer
- 
register this DragGestureRecognizer's Listeners with the Component 
- registerMBean(Object, ObjectName) - Method in interface javax.management.MBeanServer
- 
Registers a pre-existing object as an MBean with the MBean
 server. 
- registerObject(ActivationDesc) - Method in interface java.rmi.activation.ActivationSystem
- 
The registerObjectmethod is used to register an
 activation descriptor,desc, and obtain an
 activation identifier for a activatable remote object.
 
- registerOutParameter(int, int) - Method in interface java.sql.CallableStatement
- 
Registers the OUT parameter in ordinal position
 parameterIndexto the JDBC typesqlType.
 
- registerOutParameter(int, int, int) - Method in interface java.sql.CallableStatement
- 
Registers the parameter in ordinal position
 parameterIndexto be of JDBC typesqlType.
 
- registerOutParameter(int, int, String) - Method in interface java.sql.CallableStatement
- 
Registers the designated output parameter. 
- registerOutParameter(String, int) - Method in interface java.sql.CallableStatement
- 
Registers the OUT parameter named
 parameterNameto the JDBC typesqlType.
 
- registerOutParameter(String, int, int) - Method in interface java.sql.CallableStatement
- 
Registers the parameter named
 parameterNameto be of JDBC typesqlType.
 
- registerOutParameter(String, int, String) - Method in interface java.sql.CallableStatement
- 
Registers the designated output parameter. 
- registerProvider(String) - Static method in class javax.sql.rowset.spi.SyncFactory
- 
Adds the the given synchronization provider to the factory register. 
- registerService(PrintService) - Static method in class javax.print.PrintServiceLookup
- 
Allows an application to directly register an instance of a
 class which implements a print service. 
- registerServiceProvider(T, Class<T>) - Method in class javax.imageio.spi.ServiceRegistry
- 
Adds a service provider object to the registry. 
- registerServiceProvider(Object) - Method in class javax.imageio.spi.ServiceRegistry
- 
Adds a service provider object to the registry. 
- registerServiceProvider(PrintServiceLookup) - Static method in class javax.print.PrintServiceLookup
- 
Allows an application to explicitly register a class that
 implements lookup services. 
- registerServiceProviders(Iterator<?>) - Method in class javax.imageio.spi.ServiceRegistry
- 
Adds a set of service provider objects, taken from an
 Iteratorto the registry.
 
- registerStaticAttributeKey(Object) - Static method in class javax.swing.text.StyleContext
- 
Registers an object as a static object that is being
 used as a key in attribute sets. 
- registerSubclass(Class<?>) - Static method in class java.awt.AWTKeyStroke
- 
Registers a new class which the factory methods in
 AWTKeyStrokewill use when generating new
 instances ofAWTKeyStrokes.
 
- registerTag(HTML.Tag, HTMLDocument.HTMLReader.TagAction) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
- 
Registers a handler for the given tag. 
- registerTarget(Tie, Remote) - Static method in class javax.rmi.CORBA.Util
- 
Registers a target for a tie. 
- registerTarget(Tie, Remote) - Method in interface javax.rmi.CORBA.UtilDelegate
- 
- registerValidation(ObjectInputValidation, int) - Method in class java.io.ObjectInputStream
- 
Register an object to be validated before the graph is returned. 
- REGISTRATION_NOTIFICATION - Static variable in class javax.management.MBeanServerNotification
- 
Notification type denoting that an MBean has been registered. 
- Registry - Interface in java.rmi.registry
- 
Registryis a remote interface to a simple remote
 object registry that provides methods for storing and retrieving
 remote object references bound with arbitrary string names.
 
- REGISTRY_ID - Static variable in class java.rmi.server.ObjID
- 
Object number for well-known ObjIDof the registry.
 
- REGISTRY_PORT - Static variable in interface java.rmi.registry.Registry
- 
Well known port for registry. 
- RegistryHandler - Interface in java.rmi.registry
- 
Deprecated.
no replacement 
 
- registryImpl(int) - Method in interface java.rmi.registry.RegistryHandler
- 
Deprecated.
no replacement.  As of the Java 2 platform v1.2, RMI no
 longer uses the RegistryHandlerto obtain the registry's
 implementation.
 
 
- registryStub(String, int) - Method in interface java.rmi.registry.RegistryHandler
- 
Deprecated.
no replacement.  As of the Java 2 platform v1.2, RMI no
 longer uses the RegistryHandlerto obtain the registry's
 stub.
 
 
- rehash() - Method in class java.util.Hashtable
- 
Increases the capacity of and internally reorganizes this
 hashtable, in order to accommodate and access its entries more
 efficiently. 
- reinitialize() - Method in class java.util.concurrent.ForkJoinTask
- 
Resets the internal bookkeeping state of this task, allowing a
 subsequent fork.
 
- REJANG - Static variable in class java.lang.Character.UnicodeBlock
- 
Constant for the "Rejang" Unicode character block. 
- rejectDrag() - Method in class java.awt.dnd.DropTargetContext
- 
reject the Drag. 
- rejectDrag() - Method in class java.awt.dnd.DropTargetDragEvent
- 
Rejects the drag as a result of examining either the
 dropActionor the availableDataFlavortypes.
 
- rejectDrop() - Method in class java.awt.dnd.DropTargetContext
- 
called to signal that the drop is unacceptable. 
- rejectDrop() - Method in class java.awt.dnd.DropTargetDropEvent
- 
reject the Drop. 
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in interface java.util.concurrent.RejectedExecutionHandler
- 
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.AbortPolicy
- 
Always throws RejectedExecutionException. 
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy
- 
Executes task r in the caller's thread, unless the executor
 has been shut down, in which case the task is discarded. 
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy
- 
Obtains and ignores the next task that the executor
 would otherwise execute, if one is immediately available,
 and then retries execution of task r, unless the executor
 is shut down, in which case task r is instead discarded. 
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class java.util.concurrent.ThreadPoolExecutor.DiscardPolicy
- 
Does nothing, which has the effect of discarding task r. 
- RejectedExecutionException - Exception in java.util.concurrent
- 
Exception thrown by an  Executor when a task cannot be
 accepted for execution. 
- RejectedExecutionException() - Constructor for exception java.util.concurrent.RejectedExecutionException
- 
Constructs a RejectedExecutionException with no detail message. 
- RejectedExecutionException(String) - Constructor for exception java.util.concurrent.RejectedExecutionException
- 
Constructs a RejectedExecutionException with the
 specified detail message. 
- RejectedExecutionException(String, Throwable) - Constructor for exception java.util.concurrent.RejectedExecutionException
- 
Constructs a RejectedExecutionException with the
 specified detail message and cause. 
- RejectedExecutionException(Throwable) - Constructor for exception java.util.concurrent.RejectedExecutionException
- 
Constructs a RejectedExecutionException with the
 specified cause. 
- RejectedExecutionHandler - Interface in java.util.concurrent
- 
- rejectedSetBCOnce - Variable in class java.beans.beancontext.BeanContextChildSupport
- 
A flag indicating that there has been
 at least one PropertyChangeVetoExceptionthrown for the attempted setBeanContext operation.
 
- REL - Static variable in class javax.swing.text.html.HTML.Attribute
-  
- Relation - Interface in javax.management.relation
- 
This interface has to be implemented by any MBean class expected to
 represent a relation managed using the Relation Service. 
- RELATION_BASIC_CREATION - Static variable in class javax.management.relation.RelationNotification
- 
Type for the creation of an internal relation. 
- RELATION_BASIC_REMOVAL - Static variable in class javax.management.relation.RelationNotification
- 
Type for the removal from the Relation Service of an internal relation. 
- RELATION_BASIC_UPDATE - Static variable in class javax.management.relation.RelationNotification
- 
Type for an update of an internal relation. 
- RELATION_MBEAN_CREATION - Static variable in class javax.management.relation.RelationNotification
- 
Type for the relation MBean added into the Relation Service. 
- RELATION_MBEAN_REMOVAL - Static variable in class javax.management.relation.RelationNotification
- 
Type for the removal from the Relation Service of a relation MBean. 
- RELATION_MBEAN_UPDATE - Static variable in class javax.management.relation.RelationNotification
- 
Type for the update of a relation MBean. 
- RelationException - Exception in javax.management.relation
- 
This class is the superclass of any exception which can be raised during
 relation management. 
- RelationException() - Constructor for exception javax.management.relation.RelationException
- 
Default constructor, no message put in exception. 
- RelationException(String) - Constructor for exception javax.management.relation.RelationException
- 
Constructor with given message put in exception. 
- RelationNotFoundException - Exception in javax.management.relation
- 
This exception is raised when there is no relation for a given relation id
 in a Relation Service. 
- RelationNotFoundException() - Constructor for exception javax.management.relation.RelationNotFoundException
- 
Default constructor, no message put in exception. 
- RelationNotFoundException(String) - Constructor for exception javax.management.relation.RelationNotFoundException
- 
Constructor with given message put in exception. 
- RelationNotification - Class in javax.management.relation
- 
A notification of a change in the Relation Service. 
- RelationNotification(String, Object, long, long, String, String, String, ObjectName, List<ObjectName>) - Constructor for class javax.management.relation.RelationNotification
- 
Creates a notification for either a relation creation (RelationSupport
 object created internally in the Relation Service, or an MBean added as a
 relation) or for a relation removal from the Relation Service. 
- RelationNotification(String, Object, long, long, String, String, String, ObjectName, String, List<ObjectName>, List<ObjectName>) - Constructor for class javax.management.relation.RelationNotification
- 
Creates a notification for a role update in a relation. 
- relations - Variable in class javax.accessibility.AccessibleRelationSet
- 
Each entry in the Vector represents an AccessibleRelation. 
- RelationService - Class in javax.management.relation
- 
The Relation Service is in charge of creating and deleting relation types
 and relations, of handling the consistency and of providing query
 mechanisms. 
- RelationService(boolean) - Constructor for class javax.management.relation.RelationService
- 
Constructor. 
- RelationServiceMBean - Interface in javax.management.relation
- 
The Relation Service is in charge of creating and deleting relation types
 and relations, of handling the consistency and of providing query
 mechanisms. 
- RelationServiceNotRegisteredException - Exception in javax.management.relation
- 
This exception is raised when an access is done to the Relation Service and
 that one is not registered. 
- RelationServiceNotRegisteredException() - Constructor for exception javax.management.relation.RelationServiceNotRegisteredException
- 
Default constructor, no message put in exception. 
- RelationServiceNotRegisteredException(String) - Constructor for exception javax.management.relation.RelationServiceNotRegisteredException
- 
Constructor with given message put in exception. 
- RelationSupport - Class in javax.management.relation
- 
A RelationSupport object is used internally by the Relation Service to
 represent simple relations (only roles, no properties or methods), with an
 unlimited number of roles, of any relation type. 
- RelationSupport(String, ObjectName, String, RoleList) - Constructor for class javax.management.relation.RelationSupport
- 
Creates a RelationSupportobject.
 
- RelationSupport(String, ObjectName, MBeanServer, String, RoleList) - Constructor for class javax.management.relation.RelationSupport
- 
Creates a RelationSupportobject.
 
- RelationSupportMBean - Interface in javax.management.relation
- 
A RelationSupport object is used internally by the Relation Service to
 represent simple relations (only roles, no properties or methods), with an
 unlimited number of roles, of any relation type. 
- RelationType - Interface in javax.management.relation
- 
The RelationType interface has to be implemented by any class expected to
 represent a relation type. 
- RelationTypeNotFoundException - Exception in javax.management.relation
- 
This exception is raised when there is no relation type with given name in
 Relation Service. 
- RelationTypeNotFoundException() - Constructor for exception javax.management.relation.RelationTypeNotFoundException
- 
Default constructor, no message put in exception. 
- RelationTypeNotFoundException(String) - Constructor for exception javax.management.relation.RelationTypeNotFoundException
- 
Constructor with given message put in exception. 
- RelationTypeSupport - Class in javax.management.relation
- 
A RelationTypeSupport object implements the RelationType interface. 
- RelationTypeSupport(String, RoleInfo[]) - Constructor for class javax.management.relation.RelationTypeSupport
- 
Constructor where all role definitions are dynamically created and
 passed as parameter. 
- RelationTypeSupport(String) - Constructor for class javax.management.relation.RelationTypeSupport
- 
Constructor to be used for subclasses. 
- RELATIVE - Static variable in class java.awt.GridBagConstraints
- 
Specifies that this component is the next-to-last component in its
 column or row (gridwidth,gridheight),
 or that this component be placed next to the previously added
 component (gridx,gridy).
 
- relative(int) - Method in interface java.sql.ResultSet
- 
Moves the cursor a relative number of rows, either positive or negative. 
- relativeCCW(double, double, double, double, double, double) - Static method in class java.awt.geom.Line2D
- 
Returns an indicator of where the specified point
 (px,py)lies with respect to the line segment from(x1,y1)to(x2,y2).
 
- relativeCCW(double, double) - Method in class java.awt.geom.Line2D
- 
Returns an indicator of where the specified point
 (px,py)lies with respect to this line segment.
 
- relativeCCW(Point2D) - Method in class java.awt.geom.Line2D
- 
Returns an indicator of where the specified Point2Dlies with respect to this line segment.
 
- relativize(URI) - Method in class java.net.URI
- 
Relativizes the given URI against this URI. 
- relativize(Path) - Method in interface java.nio.file.Path
- 
Constructs a relative path between this path and a given path. 
- RELAXNG_NS_URI - Static variable in class javax.xml.XMLConstants
- 
RELAX NG Namespace URI. 
- release() - Method in class java.nio.channels.FileLock
- 
Releases this lock. 
- release(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
- 
Releases in exclusive mode. 
- release(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
- 
Releases in exclusive mode. 
- release() - Method in class java.util.concurrent.Semaphore
- 
Releases a permit, returning it to the semaphore. 
- release(int) - Method in class java.util.concurrent.Semaphore
- 
Releases the given number of permits, returning them to the semaphore. 
- release() - Method in interface javax.sql.rowset.CachedRowSet
- 
Releases the current contents of this CachedRowSetobject and sends arowSetChangedevent to all
 registered listeners.
 
- release(Object) - Method in class org.omg.CORBA.portable.Delegate
- 
Releases resources associated with the object reference provided. 
- releaseBeanContextResources() - Method in class java.beans.beancontext.BeanContextChildSupport
- 
This method may be overridden by subclasses to provide their own
 release behaviors. 
- releaseBeanContextResources() - Method in class java.beans.beancontext.BeanContextServicesSupport
- 
called from setBeanContext to notify a BeanContextChild
 to release resources obtained from the nesting BeanContext. 
- releaseInputStream() - Method in interface java.rmi.server.RemoteCall
- 
Deprecated.
no replacement 
 
- releaseMBeanServer(MBeanServer) - Static method in class javax.management.MBeanServerFactory
- 
Remove internal MBeanServerFactory references to a created
 MBeanServer. 
- releaseOutputStream() - Method in interface java.rmi.server.RemoteCall
- 
Deprecated.
no replacement 
 
- releaseReply(Object, InputStream) - Method in class org.omg.CORBA.portable.Delegate
- 
releaseReply may optionally be called by a stub to release a
 reply stream back to the ORB when the unmarshaling has
 completed. 
- releaseSavepoint(Savepoint) - Method in interface java.sql.Connection
- 
Removes the specified Savepointand subsequentSavepointobjects from the current
 transaction.
 
- releaseService(BeanContextServices, Object, Object) - Method in interface java.beans.beancontext.BeanContextServiceProvider
- 
Invoked by BeanContextServices,
 this method releases a nestedBeanContextChild's
 (or any arbitrary object associated with aBeanContextChild) reference to the specified service.
 
- releaseService(BeanContextChild, Object, Object) - Method in interface java.beans.beancontext.BeanContextServices
- 
Releases a BeanContextChild's
 (or any arbitrary object associated with a BeanContextChild)
 reference to the specified service by calling releaseService()
 on the underlyingBeanContextServiceProvider.
 
- releaseService(BeanContextServices, Object, Object) - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-  
- releaseService(BeanContextChild, Object, Object) - Method in class java.beans.beancontext.BeanContextServicesSupport
- 
release a service 
- releaseShared(long) - Method in class java.util.concurrent.locks.AbstractQueuedLongSynchronizer
- 
Releases in shared mode. 
- releaseShared(int) - Method in class java.util.concurrent.locks.AbstractQueuedSynchronizer
- 
Releases in shared mode. 
- releaseWritableTile(int, int) - Method in class java.awt.image.BufferedImage
- 
Relinquishes permission to write to a tile. 
- releaseWritableTile(int, int) - Method in interface java.awt.image.WritableRenderedImage
- 
Relinquishes the right to write to a tile. 
- reload() - Method in class java.util.ServiceLoader
- 
Clear this loader's provider cache so that all providers will be
 reloaded. 
- reload() - Method in class javax.swing.tree.DefaultTreeModel
- 
Invoke this method if you've modified the TreeNodes upon which
 this model depends.
 
- reload(TreeNode) - Method in class javax.swing.tree.DefaultTreeModel
- 
Invoke this method if you've modified the TreeNodes upon which
 this model depends.
 
- REMAINDER - Static variable in class java.awt.GridBagConstraints
- 
Specifies that this component is the
 last component in its column or row. 
- remainder(BigDecimal) - Method in class java.math.BigDecimal
- 
Returns a BigDecimalwhose value is(this % divisor).
 
- remainder(BigDecimal, MathContext) - Method in class java.math.BigDecimal
- 
Returns a BigDecimalwhose value is(this %
 divisor), with rounding according to the context settings.
 
- remainder(BigInteger) - Method in class java.math.BigInteger
- 
Returns a BigInteger whose value is (this % val).
 
- remaining() - Method in class java.nio.Buffer
- 
Returns the number of elements between the current position and the
 limit. 
- remainingCapacity() - Method in class java.util.concurrent.ArrayBlockingQueue
- 
Returns the number of additional elements that this queue can ideally
 (in the absence of memory or resource constraints) accept without
 blocking. 
- remainingCapacity() - Method in interface java.util.concurrent.BlockingQueue
- 
Returns the number of additional elements that this queue can ideally
 (in the absence of memory or resource constraints) accept without
 blocking, or Integer.MAX_VALUE if there is no intrinsic
 limit. 
- remainingCapacity() - Method in class java.util.concurrent.DelayQueue
- 
Always returns Integer.MAX_VALUE because
 a DelayQueue is not capacity constrained. 
- remainingCapacity() - Method in class java.util.concurrent.LinkedBlockingDeque
- 
Returns the number of additional elements that this deque can ideally
 (in the absence of memory or resource constraints) accept without
 blocking. 
- remainingCapacity() - Method in class java.util.concurrent.LinkedBlockingQueue
- 
Returns the number of additional elements that this queue can ideally
 (in the absence of memory or resource constraints) accept without
 blocking. 
- remainingCapacity() - Method in class java.util.concurrent.LinkedTransferQueue
- 
Always returns Integer.MAX_VALUEbecause aLinkedTransferQueueis not capacity constrained.
 
- remainingCapacity() - Method in class java.util.concurrent.PriorityBlockingQueue
- 
Always returns Integer.MAX_VALUEbecause
 aPriorityBlockingQueueis not capacity constrained.
 
- remainingCapacity() - Method in class java.util.concurrent.SynchronousQueue
- 
Always returns zero. 
- remainingName - Variable in exception javax.naming.NamingException
- 
Contains the remaining name that has not been resolved yet. 
- remainingName - Variable in class javax.naming.spi.ResolveResult
- 
Field containing the remaining name yet to be resolved. 
- remainingNewName - Variable in exception javax.naming.CannotProceedException
- 
Contains the remaining unresolved part of the second
 "name" argument to Context.rename(). 
- remapInstrument(Instrument, Instrument) - Method in interface javax.sound.midi.Synthesizer
- 
Remaps an instrument. 
- RemarshalException - Exception in org.omg.CORBA.portable
- 
This class is used for reporting locate forward exceptions and object forward
GIOP messages back to the ORB. 
- RemarshalException() - Constructor for exception org.omg.CORBA.portable.RemarshalException
- 
Constructs a RemarshalException. 
- Remote - Interface in java.rmi
- 
The Remoteinterface serves to identify interfaces whose
 methods may be invoked from a non-local virtual machine.
 
- RemoteCall - Interface in java.rmi.server
- 
Deprecated.
no replacement. 
 
- remoteEquals(RemoteRef) - Method in interface java.rmi.server.RemoteRef
- 
Compares two remote objects for equality. 
- RemoteException - Exception in java.rmi
- 
A RemoteExceptionis the common superclass for a number of
 communication-related exceptions that may occur during the execution of a
 remote method call.
 
- RemoteException() - Constructor for exception java.rmi.RemoteException
- 
Constructs a RemoteException.
 
- RemoteException(String) - Constructor for exception java.rmi.RemoteException
- 
Constructs a RemoteExceptionwith the specified
 detail message.
 
- RemoteException(String, Throwable) - Constructor for exception java.rmi.RemoteException
- 
Constructs a RemoteExceptionwith the specified detail
 message and cause.
 
- remoteHashCode() - Method in interface java.rmi.server.RemoteRef
- 
Returns a hashcode for a remote object. 
- RemoteObject - Class in java.rmi.server
- 
The RemoteObjectclass implements thejava.lang.Objectbehavior for remote objects.
 
- RemoteObject() - Constructor for class java.rmi.server.RemoteObject
- 
Creates a remote object. 
- RemoteObject(RemoteRef) - Constructor for class java.rmi.server.RemoteObject
- 
Creates a remote object, initialized with the specified remote
 reference. 
- RemoteObjectInvocationHandler - Class in java.rmi.server
- 
An implementation of the InvocationHandlerinterface for
 use with Java Remote Method Invocation (Java RMI).
 
- RemoteObjectInvocationHandler(RemoteRef) - Constructor for class java.rmi.server.RemoteObjectInvocationHandler
- 
Creates a new RemoteObjectInvocationHandlerconstructed
 with the specifiedRemoteRef.
 
- RemoteRef - Interface in java.rmi.server
- 
RemoteRefrepresents the handle for a remote object.
 
- RemoteServer - Class in java.rmi.server
- 
The RemoteServerclass is the common superclass to server
 implementations and provides the framework to support a wide range
 of remote reference semantics.
 
- RemoteServer() - Constructor for class java.rmi.server.RemoteServer
- 
Constructs a RemoteServer.
 
- RemoteServer(RemoteRef) - Constructor for class java.rmi.server.RemoteServer
- 
Constructs a RemoteServerwith the given reference type.
 
- RemoteStub - Class in java.rmi.server
- 
The RemoteStubclass is the common superclass to client
 stubs and provides the framework to support a wide range of remote
 reference semantics.
 
- RemoteStub() - Constructor for class java.rmi.server.RemoteStub
- 
Constructs a RemoteStub.
 
- RemoteStub(RemoteRef) - Constructor for class java.rmi.server.RemoteStub
- 
Constructs a RemoteStub, with the specified remote
 reference.
 
- remoteToString() - Method in interface java.rmi.server.RemoteRef
- 
Returns a String that represents the reference of this remote
 object. 
- REMOVAL - Static variable in interface org.w3c.dom.events.MutationEvent
- 
The Attrwas just removed.
 
- remove(EventListener) - Method in class java.awt.AWTEventMulticaster
- 
Removes a listener from this multicaster. 
- remove(ComponentListener, ComponentListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old component-listener from component-listener-l and
 returns the resulting multicast listener. 
- remove(ContainerListener, ContainerListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old container-listener from container-listener-l and
 returns the resulting multicast listener. 
- remove(FocusListener, FocusListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old focus-listener from focus-listener-l and
 returns the resulting multicast listener. 
- remove(KeyListener, KeyListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old key-listener from key-listener-l and
 returns the resulting multicast listener. 
- remove(MouseListener, MouseListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old mouse-listener from mouse-listener-l and
 returns the resulting multicast listener. 
- remove(MouseMotionListener, MouseMotionListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old mouse-motion-listener from mouse-motion-listener-l
 and returns the resulting multicast listener. 
- remove(WindowListener, WindowListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old window-listener from window-listener-l and
 returns the resulting multicast listener. 
- remove(WindowStateListener, WindowStateListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old window-state-listener from window-state-listener-l
 and returns the resulting multicast listener. 
- remove(WindowFocusListener, WindowFocusListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old window-focus-listener from window-focus-listener-l
 and returns the resulting multicast listener. 
- remove(ActionListener, ActionListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old action-listener from action-listener-l and
 returns the resulting multicast listener. 
- remove(ItemListener, ItemListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old item-listener from item-listener-l and
 returns the resulting multicast listener. 
- remove(AdjustmentListener, AdjustmentListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old adjustment-listener from adjustment-listener-l and
 returns the resulting multicast listener. 
- remove(TextListener, TextListener) - Static method in class java.awt.AWTEventMulticaster
-  
- remove(InputMethodListener, InputMethodListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old input-method-listener from input-method-listener-l and
 returns the resulting multicast listener. 
- remove(HierarchyListener, HierarchyListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old hierarchy-listener from hierarchy-listener-l and
 returns the resulting multicast listener. 
- remove(HierarchyBoundsListener, HierarchyBoundsListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old hierarchy-bounds-listener from
 hierarchy-bounds-listener-l and returns the resulting multicast
 listener. 
- remove(MouseWheelListener, MouseWheelListener) - Static method in class java.awt.AWTEventMulticaster
- 
Removes the old mouse-wheel-listener from mouse-wheel-listener-l
 and returns the resulting multicast listener. 
- remove(String) - Method in class java.awt.Choice
- 
Removes the first occurrence of itemfrom theChoicemenu.
 
- remove(int) - Method in class java.awt.Choice
- 
Removes an item from the choice menu
 at the specified position. 
- remove(MenuComponent) - Method in class java.awt.Component
- 
Removes the specified popup menu from the component. 
- remove(int) - Method in class java.awt.Container
- 
Removes the component, specified by index,
 from this container.
 
- remove(Component) - Method in class java.awt.Container
- 
Removes the specified component from this container. 
- remove(MenuComponent) - Method in class java.awt.Frame
- 
Removes the specified menu bar from this frame. 
- remove(String) - Method in class java.awt.List
- 
Removes the first occurrence of an item from the list. 
- remove(int) - Method in class java.awt.List
- 
Removes the item at the specified position
 from this scrolling list. 
- remove(int) - Method in class java.awt.Menu
- 
Removes the menu item at the specified index from this menu. 
- remove(MenuComponent) - Method in class java.awt.Menu
- 
Removes the specified menu item from this menu. 
- remove(int) - Method in class java.awt.MenuBar
- 
Removes the menu located at the specified
 index from this menu bar. 
- remove(MenuComponent) - Method in class java.awt.MenuBar
- 
Removes the specified menu component from this menu bar. 
- remove(MenuComponent) - Method in interface java.awt.MenuContainer
-  
- remove(Object) - Method in class java.awt.RenderingHints
- 
Removes the key and its corresponding value from this
 RenderingHintsobject.
 
- remove(TrayIcon) - Method in class java.awt.SystemTray
- 
Removes the specified TrayIconfrom theSystemTray.
 
- remove() - Method in class java.beans.beancontext.BeanContextSupport.BCSIterator
-  
- remove(Object) - Method in class java.beans.beancontext.BeanContextSupport
- 
Removes a child from this BeanContext. 
- remove(Object, boolean) - Method in class java.beans.beancontext.BeanContextSupport
- 
internal remove used when removal caused by
 unexpected setBeanContext or
 by remove() invocation. 
- remove(Object) - Method in class java.beans.Encoder
- 
Removes the entry for this instance, returning the old entry. 
- remove(Class<?>) - Method in class java.lang.ClassValue
- 
Removes the associated value for the given class. 
- remove(long) - Method in class java.lang.ref.ReferenceQueue
- 
Removes the next reference object in this queue, blocking until either
 one becomes available or the given timeout period expires. 
- remove() - Method in class java.lang.ref.ReferenceQueue
- 
Removes the next reference object in this queue, blocking until one
 becomes available. 
- remove() - Method in class java.lang.ThreadLocal
- 
Removes the current thread's value for this thread-local
 variable. 
- remove(URI, HttpCookie) - Method in interface java.net.CookieStore
- 
Remove a cookie from store. 
- remove(Object) - Method in class java.security.Provider
- 
Removes the keyproperty (and its correspondingvalue).
 
- remove(Object) - Method in class java.util.AbstractCollection
- 
Removes a single instance of the specified element from this
 collection, if it is present (optional operation). 
- remove(int) - Method in class java.util.AbstractList
- 
Removes the element at the specified position in this list (optional
 operation). 
- remove(Object) - Method in class java.util.AbstractMap
- 
Removes the mapping for a key from this map if it is present
 (optional operation). 
- remove() - Method in class java.util.AbstractQueue
- 
Retrieves and removes the head of this queue. 
- remove(int) - Method in class java.util.AbstractSequentialList
- 
Removes the element at the specified position in this list (optional
 operation). 
- remove() - Method in class java.util.ArrayDeque
- 
Retrieves and removes the head of the queue represented by this deque. 
- remove(Object) - Method in class java.util.ArrayDeque
- 
Removes a single instance of the specified element from this deque. 
- remove(int) - Method in class java.util.ArrayList
- 
Removes the element at the specified position in this list. 
- remove(Object) - Method in class java.util.ArrayList
- 
Removes the first occurrence of the specified element from this list,
 if it is present. 
- remove(Object) - Method in interface java.util.Collection
- 
Removes a single instance of the specified element from this
 collection, if it is present (optional operation). 
- remove(Object) - Method in class java.util.concurrent.ArrayBlockingQueue
- 
Removes a single instance of the specified element from this queue,
 if it is present. 
- remove() - Method in interface java.util.concurrent.BlockingDeque
- 
Retrieves and removes the head of the queue represented by this deque
 (in other words, the first element of this deque). 
- remove(Object) - Method in interface java.util.concurrent.BlockingDeque
- 
Removes the first occurrence of the specified element from this deque. 
- remove(Object) - Method in interface java.util.concurrent.BlockingQueue
- 
Removes a single instance of the specified element from this queue,
 if it is present. 
- remove(Object) - Method in class java.util.concurrent.ConcurrentHashMap
- 
Removes the key (and its corresponding value) from this map. 
- remove(Object, Object) - Method in class java.util.concurrent.ConcurrentHashMap
- 
Removes the entry for a key only if currently mapped to a given value. 
- remove() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-  
- remove(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
- 
Removes the first element esuch thato.equals(e), if such an element exists in this deque.
 
- remove(Object) - Method in class java.util.concurrent.ConcurrentLinkedQueue
- 
Removes a single instance of the specified element from this queue,
 if it is present. 
- remove(Object, Object) - Method in interface java.util.concurrent.ConcurrentMap
- 
Removes the entry for a key only if currently mapped to a given value. 
- remove(Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
- 
Removes the mapping for the specified key from this map if present. 
- remove(Object, Object) - Method in class java.util.concurrent.ConcurrentSkipListMap
- 
Removes the entry for a key only if currently mapped to a given value. 
- remove(Object) - Method in class java.util.concurrent.ConcurrentSkipListSet
- 
Removes the specified element from this set if it is present. 
- remove(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
- 
Removes the element at the specified position in this list. 
- remove(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
- 
Removes the first occurrence of the specified element from this list,
 if it is present. 
- remove(Object) - Method in class java.util.concurrent.CopyOnWriteArraySet
- 
Removes the specified element from this set if it is present. 
- remove(Object) - Method in class java.util.concurrent.DelayQueue
- 
Removes a single instance of the specified element from this
 queue, if it is present, whether or not it has expired. 
- remove() - Method in class java.util.concurrent.LinkedBlockingDeque
- 
Retrieves and removes the head of the queue represented by this deque. 
- remove(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
- 
Removes the first occurrence of the specified element from this deque. 
- remove(Object) - Method in class java.util.concurrent.LinkedBlockingQueue
- 
Removes a single instance of the specified element from this queue,
 if it is present. 
- remove(Object) - Method in class java.util.concurrent.LinkedTransferQueue
- 
Removes a single instance of the specified element from this queue,
 if it is present. 
- remove(Object) - Method in class java.util.concurrent.PriorityBlockingQueue
- 
Removes a single instance of the specified element from this queue,
 if it is present. 
- remove(Object) - Method in class java.util.concurrent.SynchronousQueue
- 
Always returns false. 
- remove(Runnable) - Method in class java.util.concurrent.ThreadPoolExecutor
- 
Removes this task from the executor's internal queue if it is
 present, thus causing it not to be run if it has not already
 started. 
- remove() - Method in interface java.util.Deque
- 
Retrieves and removes the head of the queue represented by this deque
 (in other words, the first element of this deque). 
- remove(Object) - Method in interface java.util.Deque
- 
Removes the first occurrence of the specified element from this deque. 
- remove(Object) - Method in class java.util.Dictionary
- 
Removes the key(and its correspondingvalue) from this dictionary.
 
- remove(Object) - Method in class java.util.EnumMap
- 
Removes the mapping for this key from this map if present. 
- remove(Object) - Method in class java.util.HashMap
- 
Removes the mapping for the specified key from this map if present. 
- remove(Object) - Method in class java.util.HashSet
- 
Removes the specified element from this set if it is present. 
- remove(Object) - Method in class java.util.Hashtable
- 
Removes the key (and its corresponding value) from this
 hashtable. 
- remove(Object) - Method in class java.util.IdentityHashMap
- 
Removes the mapping for this key from this map if present. 
- remove() - Method in interface java.util.Iterator
- 
Removes from the underlying collection the last element returned
 by this iterator (optional operation). 
- remove(Object) - Method in class java.util.jar.Attributes
- 
Removes the attribute with the specified name (key) from this Map. 
- remove(Object) - Method in class java.util.LinkedList
- 
Removes the first occurrence of the specified element from this list,
 if it is present. 
- remove(int) - Method in class java.util.LinkedList
- 
Removes the element at the specified position in this list. 
- remove() - Method in class java.util.LinkedList
- 
Retrieves and removes the head (first element) of this list. 
- remove(Object) - Method in interface java.util.List
- 
Removes the first occurrence of the specified element from this list,
 if it is present (optional operation). 
- remove(int) - Method in interface java.util.List
- 
Removes the element at the specified position in this list (optional
 operation). 
- remove() - Method in interface java.util.ListIterator
- 
- remove(Object) - Method in interface java.util.Map
- 
Removes the mapping for a key from this map if it is present
 (optional operation). 
- remove(String) - Method in class java.util.prefs.AbstractPreferences
- 
- remove(String) - Method in class java.util.prefs.Preferences
- 
Removes the value associated with the specified key in this preference
 node, if any. 
- remove(Object) - Method in class java.util.PriorityQueue
- 
Removes a single instance of the specified element from this queue,
 if it is present. 
- remove() - Method in interface java.util.Queue
- 
Retrieves and removes the head of this queue. 
- remove() - Method in class java.util.Scanner
- 
The remove operation is not supported by this implementation of
 Iterator.
 
- remove(Object) - Method in interface java.util.Set
- 
Removes the specified element from this set if it is present
 (optional operation). 
- remove(Object) - Method in class java.util.TreeMap
- 
Removes the mapping for this key from this TreeMap if present. 
- remove(Object) - Method in class java.util.TreeSet
- 
Removes the specified element from this set if it is present. 
- remove(Object) - Method in class java.util.Vector
- 
Removes the first occurrence of the specified element in this Vector
 If the Vector does not contain the element, it is unchanged. 
- remove(int) - Method in class java.util.Vector
- 
Removes the element at the specified position in this Vector. 
- remove(Object) - Method in class java.util.WeakHashMap
- 
Removes the mapping for a key from this weak hash map if it is present. 
- remove(AccessibleRelation) - Method in class javax.accessibility.AccessibleRelationSet
- 
Removes a relation from the current relation set. 
- remove(AccessibleState) - Method in class javax.accessibility.AccessibleStateSet
- 
Removes a state from the current state set. 
- remove(String) - Method in class javax.activation.MimeTypeParameterList
- 
Remove any value associated with the given name. 
- remove(Object[]) - Method in interface javax.management.openmbean.TabularData
- 
Removes the CompositeData value whose index is key from this TabularData instance,
 and returns the removed value, or returns null if there is no value whose index is key. 
- remove(Object) - Method in class javax.management.openmbean.TabularDataSupport
- 
This method simply calls remove((Object[]) key). 
- remove(Object[]) - Method in class javax.management.openmbean.TabularDataSupport
- 
Removes the CompositeData value whose index is key from this TabularData instance,
 and returns the removed value, or returns null if there is no value whose index is key. 
- remove(int) - Method in class javax.naming.CompositeName
- 
Deletes a component from this composite name. 
- remove(int) - Method in class javax.naming.CompoundName
- 
Deletes a component from this compound name. 
- remove(Object) - Method in interface javax.naming.directory.Attribute
- 
Removes a specified value from the attribute. 
- remove(int) - Method in interface javax.naming.directory.Attribute
- 
Removes an attribute value from the ordered list of attribute values. 
- remove(String) - Method in interface javax.naming.directory.Attributes
- 
Removes the attribute with the attribute id 'attrID' from
 the attribute set. 
- remove(Object) - Method in class javax.naming.directory.BasicAttribute
- 
Removes a specified value from this attribute. 
- remove(int) - Method in class javax.naming.directory.BasicAttribute
-  
- remove(String) - Method in class javax.naming.directory.BasicAttributes
-  
- remove(int) - Method in class javax.naming.ldap.LdapName
- 
Removes a component from this LDAP name. 
- remove(int) - Method in interface javax.naming.Name
- 
Removes a component from this name. 
- remove(int) - Method in class javax.naming.Reference
- 
Deletes the address at index posn from the list of addresses. 
- remove(Class<?>) - Method in interface javax.print.attribute.AttributeSet
- 
Removes any attribute for this category from this attribute set if
 present. 
- remove(Attribute) - Method in interface javax.print.attribute.AttributeSet
- 
Removes the specified attribute from this attribute set if
 present. 
- remove(Class<?>) - Method in class javax.print.attribute.HashAttributeSet
- 
Removes any attribute for this category from this attribute set if
 present. 
- remove(Attribute) - Method in class javax.print.attribute.HashAttributeSet
- 
Removes the specified attribute from this attribute set if
 present. 
- remove(Object) - Method in interface javax.script.Bindings
- 
Removes the mapping for this key from this map if it is present
 (optional operation). 
- remove(Object) - Method in class javax.script.SimpleBindings
- 
Removes the mapping for this key from this map if it is present
 (optional operation). 
- remove(MidiEvent) - Method in class javax.sound.midi.Track
- 
Removes the specified event from the track. 
- remove(Object) - Method in class javax.swing.ActionMap
- 
Removes the binding for keyfrom thisActionMap.
 
- remove(AbstractButton) - Method in class javax.swing.ButtonGroup
- 
Removes the button from the group. 
- remove(KeyStroke) - Method in class javax.swing.ComponentInputMap
- 
Removes the binding for keyfrom this object.
 
- remove(int) - Method in class javax.swing.DefaultListModel
- 
Removes the element at the specified position in this list. 
- REMOVE - Static variable in class javax.swing.event.DocumentEvent.EventType
- 
Remove type. 
- remove(Class<T>, T) - Method in class javax.swing.event.EventListenerList
- 
Removes the listener as a listener of the specified type. 
- remove(KeyStroke) - Method in class javax.swing.InputMap
- 
Removes the binding for keyfrom thisInputMap.
 
- remove(Component) - Method in class javax.swing.JApplet
- 
Removes the specified component from the container. 
- remove(Component) - Method in class javax.swing.JDesktopPane
- 
Removes the specified component from this container. 
- remove(int) - Method in class javax.swing.JDesktopPane
- 
Remove the indexed component from this pane. 
- remove(Component) - Method in class javax.swing.JDialog
- 
Removes the specified component from the container. 
- remove(Component) - Method in class javax.swing.JFrame
- 
Removes the specified component from the container. 
- remove(Component) - Method in class javax.swing.JInternalFrame
- 
Removes the specified component from the container. 
- remove(Component) - Method in class javax.swing.JLayer
- 
Removes the specified component from this container. 
- remove(int) - Method in class javax.swing.JLayeredPane
- 
Remove the indexed component from this pane. 
- remove(JMenuItem) - Method in class javax.swing.JMenu
- 
Removes the specified menu item from this menu. 
- remove(int) - Method in class javax.swing.JMenu
- 
Removes the menu item at the specified index from this menu. 
- remove(Component) - Method in class javax.swing.JMenu
- 
Removes the component cfrom this menu.
 
- remove(int) - Method in class javax.swing.JPopupMenu
- 
Removes the component at the specified index from this popup menu. 
- remove(Component) - Method in class javax.swing.JSplitPane
- 
Removes the child component, componentfrom the
 pane.
 
- remove(int) - Method in class javax.swing.JSplitPane
- 
Removes the Componentat the specified index.
 
- remove(Component) - Method in class javax.swing.JTabbedPane
- 
Removes the specified Componentfrom theJTabbedPane.
 
- remove(int) - Method in class javax.swing.JTabbedPane
- 
Removes the tab and component which corresponds to the specified index. 
- remove(Component) - Method in class javax.swing.JViewport
- 
Removes the Viewports one lightweight child.
 
- remove(Component) - Method in class javax.swing.JWindow
- 
Removes the specified component from the container. 
- remove(int, int) - Method in interface javax.swing.text.AbstractDocument.Content
- 
Removes some portion of the sequence. 
- remove(int, int) - Method in class javax.swing.text.AbstractDocument
- 
Removes some content from the document. 
- remove(int, int, AbstractDocument.DefaultDocumentEvent) - Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
- 
Removes content. 
- remove(int, int) - Method in interface javax.swing.text.Document
- 
Removes a portion of the content of the document. 
- remove(int, int) - Method in class javax.swing.text.DocumentFilter.FilterBypass
- 
Removes the specified region of text, bypassing the
 DocumentFilter. 
- remove(DocumentFilter.FilterBypass, int, int) - Method in class javax.swing.text.DocumentFilter
- 
Invoked prior to removal of the specified region in the
 specified Document. 
- remove(int, int) - Method in class javax.swing.text.GapContent
- 
Removes part of the content. 
- remove(int, int) - Method in class javax.swing.text.StringContent
- 
Removes part of the content. 
- remove(int) - Method in class javax.swing.text.View
- 
Removes one of the children at the given position. 
- remove(int) - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Removes the child at the specified index from this node's children
 and sets that node's parent to null. 
- remove(MutableTreeNode) - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Removes aChildfrom this node's child array, giving it a
 null parent.
 
- remove(int) - Method in interface javax.swing.tree.MutableTreeNode
- 
Removes the child at indexfrom the receiver.
 
- remove(MutableTreeNode) - Method in interface javax.swing.tree.MutableTreeNode
- 
Removes nodefrom the receiver.
 
- remove() - Method in class javax.xml.stream.util.EventReaderDelegate
-  
- remove(int) - Method in class org.omg.CORBA.ContextList
- 
Removes the Stringobject at the given index.
 
- remove(int) - Method in class org.omg.CORBA.ExceptionList
- 
Removes the TypeCodeobject at the given index.
 
- remove(int) - Method in class org.omg.CORBA.NVList
- 
Removes the NamedValueobject at the given index.
 
- REMOVE_ATTRIBUTE - Static variable in interface javax.naming.directory.DirContext
- 
This constant specifies to delete
 the specified attribute values from the attribute. 
- removeAccessibleSelection(int) - Method in class java.awt.List.AccessibleAWTList
- 
Removes the specified selected item in the object from the object's
 selection. 
- removeAccessibleSelection(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Removes the specified child of the object from the object's
 selection. 
- removeAccessibleSelection(int) - Method in interface javax.accessibility.AccessibleSelection
- 
Removes the specified child of the object from the object's
 selection. 
- removeAccessibleSelection(int) - Method in class javax.swing.JComboBox.AccessibleJComboBox
- 
Removes the specified child of the object from the object's
 selection. 
- removeAccessibleSelection(int) - Method in class javax.swing.JList.AccessibleJList
- 
Removes the specified selected item in the object from the object's
 selection. 
- removeAccessibleSelection(int) - Method in class javax.swing.JMenu.AccessibleJMenu
- 
Removes the nth item from the selection. 
- removeAccessibleSelection(int) - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
- 
Removes the nth selected item in the object from the object's
 selection. 
- removeAccessibleSelection(int) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-  
- removeAccessibleSelection(int) - Method in class javax.swing.JTable.AccessibleJTable
- 
Removes the specified child of the object from the object's
 selection. 
- removeAccessibleSelection(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Removes the specified selected item in the object from the
 object's
 selection. 
- removeAccessibleSelection(int) - Method in class javax.swing.JTree.AccessibleJTree
- 
Removes the specified selected item in the object from the object's
 selection. 
- removeActionListener(ActionListener) - Method in class java.awt.Button
- 
Removes the specified action listener so that it no longer
 receives action events from this button. 
- removeActionListener(ActionListener) - Method in class java.awt.List
- 
Removes the specified action listener so that it no longer
 receives action events from this list. 
- removeActionListener(ActionListener) - Method in class java.awt.MenuItem
- 
Removes the specified action listener so it no longer receives
 action events from this menu item. 
- removeActionListener(ActionListener) - Method in class java.awt.TextField
- 
Removes the specified action listener so that it no longer
 receives action events from this text field. 
- removeActionListener(ActionListener) - Method in class java.awt.TrayIcon
- 
Removes the specified action listener. 
- removeActionListener(ActionListener) - Method in class javax.swing.AbstractButton
- 
Removes an ActionListenerfrom the button.
 
- removeActionListener(ActionListener) - Method in interface javax.swing.ButtonModel
- 
Removes an ActionListenerfrom the model.
 
- removeActionListener(ActionListener) - Method in interface javax.swing.ComboBoxEditor
- 
Remove an ActionListener 
- removeActionListener(ActionListener) - Method in class javax.swing.DefaultButtonModel
- 
Removes an ActionListenerfrom the model.
 
- removeActionListener(ActionListener) - Method in class javax.swing.JComboBox
- 
Removes an ActionListener.
 
- removeActionListener(ActionListener) - Method in class javax.swing.JFileChooser
- 
Removes an ActionListenerfrom the file chooser.
 
- removeActionListener(ActionListener) - Method in class javax.swing.JTextField
- 
Removes the specified action listener so that it no longer
 receives action events from this textfield. 
- removeActionListener(ActionListener) - Method in class javax.swing.plaf.basic.BasicComboBoxEditor
-  
- removeActionListener(ActionListener) - Method in class javax.swing.Timer
- 
Removes the specified action listener from the Timer.
 
- removeAdjustmentListener(AdjustmentListener) - Method in interface java.awt.Adjustable
- 
Removes an adjustment listener. 
- removeAdjustmentListener(AdjustmentListener) - Method in class java.awt.Scrollbar
- 
Removes the specified adjustment listener so that it no longer
 receives instances of AdjustmentEventfrom this scroll bar.
 
- removeAdjustmentListener(AdjustmentListener) - Method in class java.awt.ScrollPaneAdjustable
- 
Removes the specified adjustment listener so that it no longer
 receives adjustment events from this ScrollPaneAdjustable.
 
- removeAdjustmentListener(AdjustmentListener) - Method in class javax.swing.JScrollBar
- 
Removes an AdjustmentEvent listener. 
- removeAll() - Method in class java.awt.Choice
- 
Removes all items from the choice menu. 
- removeAll() - Method in class java.awt.Container
- 
Removes all the components from this container. 
- removeAll() - Method in class java.awt.List
- 
Removes all items from this list. 
- removeAll() - Method in class java.awt.Menu
- 
Removes all items from this menu. 
- removeAll(Collection) - Method in class java.beans.beancontext.BeanContextSupport
- 
remove all specified children (Unsupported)
 implementations must synchronized on the hierarchy lock and "children" protected field 
- removeAll() - Method in interface java.net.CookieStore
- 
Remove all cookies in this cookie store. 
- removeAll(Collection<?>) - Method in class java.util.AbstractCollection
- 
Removes all of this collection's elements that are also contained in the
 specified collection (optional operation). 
- removeAll(Collection<?>) - Method in class java.util.AbstractSet
- 
Removes from this set all of its elements that are contained in the
 specified collection (optional operation). 
- removeAll(Collection<?>) - Method in class java.util.ArrayList
- 
Removes from this list all of its elements that are contained in the
 specified collection. 
- removeAll(Collection<?>) - Method in interface java.util.Collection
- 
Removes all of this collection's elements that are also contained in the
 specified collection (optional operation). 
- removeAll(Collection<?>) - Method in class java.util.concurrent.ConcurrentSkipListSet
- 
Removes from this set all of its elements that are contained in
 the specified collection. 
- removeAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
- 
Removes from this list all of its elements that are contained in
 the specified collection. 
- removeAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArraySet
- 
Removes from this set all of its elements that are contained in the
 specified collection. 
- removeAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
- 
Always returns false. 
- removeAll(Collection<?>) - Method in interface java.util.List
- 
Removes from this list all of its elements that are contained in the
 specified collection (optional operation). 
- removeAll(Collection<?>) - Method in interface java.util.Set
- 
Removes from this set all of its elements that are contained in the
 specified collection (optional operation). 
- removeAll(Collection<?>) - Method in class java.util.Vector
- 
Removes from this Vector all of its elements that are contained in the
 specified Collection. 
- removeAll() - Method in class javax.swing.JDesktopPane
- 
Removes all the components from this container. 
- removeAll() - Method in class javax.swing.JLayer
- 
Removes all the components from this container. 
- removeAll() - Method in class javax.swing.JLayeredPane
- 
Removes all the components from this container. 
- removeAll() - Method in class javax.swing.JMenu
- 
Removes all menu items from this menu. 
- removeAll() - Method in class javax.swing.JSplitPane
- 
Removes all the child components from the split pane. 
- removeAll() - Method in class javax.swing.JTabbedPane
- 
Removes all the tabs and their corresponding components
 from the tabbedpane.
 
- removeAll() - Method in class javax.swing.text.View
- 
Removes all of the children. 
- removeAllAttachments() - Method in class javax.xml.soap.SOAPMessage
- 
Removes all AttachmentPartobjects that have been added
 to thisSOAPMessageobject.
 
- removeAllChildren() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Removes all of this node's children, setting their parents to null. 
- removeAllElements() - Method in class java.util.Vector
- 
Removes all components from this vector and sets its size to zero. 
- removeAllElements() - Method in class javax.swing.DefaultComboBoxModel
- 
Empties the list. 
- removeAllElements() - Method in class javax.swing.DefaultListModel
- 
Removes all components from this list and sets its size to zero. 
- removeAllFaultSubcodes() - Method in interface javax.xml.soap.SOAPFault
- 
Removes any Subcodes that may be contained by this
 SOAPFault.
 
- removeAllHeaders() - Method in class javax.xml.soap.MimeHeaders
- 
Removes all the header entries from this MimeHeadersobject.
 
- removeAllHighlights() - Method in class javax.swing.text.DefaultHighlighter
- 
Removes all highlights. 
- removeAllHighlights() - Method in interface javax.swing.text.Highlighter
- 
Removes all highlights this highlighter is responsible for. 
- removeAllIIOReadProgressListeners() - Method in class javax.imageio.ImageReader
- 
Removes all currently registered
 IIOReadProgressListenerobjects.
 
- removeAllIIOReadUpdateListeners() - Method in class javax.imageio.ImageReader
- 
Removes all currently registered
 IIOReadUpdateListenerobjects.
 
- removeAllIIOReadWarningListeners() - Method in class javax.imageio.ImageReader
- 
Removes all currently registered
 IIOReadWarningListenerobjects.
 
- removeAllIIOWriteProgressListeners() - Method in class javax.imageio.ImageWriter
- 
Removes all currently registered
 IIOWriteProgressListenerobjects.
 
- removeAllIIOWriteWarningListeners() - Method in class javax.imageio.ImageWriter
- 
Removes all currently registered
 IIOWriteWarningListenerobjects.
 
- removeAllItems() - Method in class javax.swing.JComboBox
- 
Removes all items from the item list. 
- removeAllMimeHeaders() - Method in class javax.xml.soap.AttachmentPart
- 
Removes all the MIME header entries. 
- removeAllMimeHeaders() - Method in class javax.xml.soap.SOAPPart
- 
Removes all the MimeHeaderobjects for thisSOAPEnvelopeobject.
 
- removeAllNotifications() - Method in class javax.management.timer.Timer
- 
Removes all the timer notifications from the list of notifications
 and resets the counter used to update the timer notification identifiers. 
- removeAllNotifications() - Method in interface javax.management.timer.TimerMBean
- 
Removes all the timer notifications from the list of notifications
 and resets the counter used to update the timer notification identifiers. 
- removeAncestorListener(AncestorListener) - Method in class javax.swing.JComponent
- 
Unregisters listenerso that it will no longer receiveAncestorEvents.
 
- removeAttachments(MimeHeaders) - Method in class javax.xml.soap.SOAPMessage
- 
Removes all the AttachmentPartobjects that have header
 entries that match the specified headers.
 
- removeAttribute(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
- 
Removes an attribute from a previously defined element. 
- removeAttribute(String) - Method in class javax.imageio.metadata.IIOMetadataNode
-  
- removeAttribute(String, int) - Method in interface javax.script.ScriptContext
- 
Remove an attribute in a given scope. 
- removeAttribute(String, int) - Method in class javax.script.SimpleScriptContext
- 
Remove an attribute in a given scope. 
- removeAttribute(Object) - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Removes an attribute from the set. 
- removeAttribute(AttributeSet, Object) - Method in interface javax.swing.text.AbstractDocument.AttributeContext
- 
Removes an attribute from the set. 
- removeAttribute(AttributeSet, Object) - Method in class javax.swing.text.html.StyleSheet
- 
Removes an attribute from the set. 
- removeAttribute(Object) - Method in interface javax.swing.text.MutableAttributeSet
- 
Removes an attribute with the given name.
 
- removeAttribute(Object) - Method in class javax.swing.text.SimpleAttributeSet
- 
Removes an attribute from the list. 
- removeAttribute(Object) - Method in class javax.swing.text.StyleContext.NamedStyle
- 
Removes an attribute from the set. 
- removeAttribute(AttributeSet, Object) - Method in class javax.swing.text.StyleContext
- 
Removes an attribute from the set. 
- removeAttribute(Name) - Method in interface javax.xml.soap.SOAPElement
- 
Removes the attribute with the specified name. 
- removeAttribute(QName) - Method in interface javax.xml.soap.SOAPElement
- 
Removes the attribute with the specified qname. 
- removeAttribute(String) - Method in interface org.w3c.dom.Element
- 
Removes an attribute by name. 
- removeAttribute(int) - Method in class org.xml.sax.ext.Attributes2Impl
-  
- removeAttribute(String) - Method in class org.xml.sax.helpers.AttributeListImpl
- 
Deprecated. Remove an attribute from the list. 
- removeAttribute(int) - Method in class org.xml.sax.helpers.AttributesImpl
- 
Remove an attribute from the list. 
- removeAttributeChangeNotificationListener(NotificationListener, String) - Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
- 
Removes a listener for attributeChangeNotifications from the RequiredModelMBean. 
- removeAttributeChangeNotificationListener(NotificationListener, String) - Method in class javax.management.modelmbean.RequiredModelMBean
-  
- removeAttributeNode(Attr) - Method in class javax.imageio.metadata.IIOMetadataNode
-  
- removeAttributeNode(Attr) - Method in interface org.w3c.dom.Element
- 
Removes the specified attribute node. 
- removeAttributeNS(String, String) - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Equivalent to removeAttribute(localName).
 
- removeAttributeNS(String, String) - Method in interface org.w3c.dom.Element
- 
Removes an attribute by local name and namespace URI. 
- removeAttributes(Enumeration<?>) - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Removes a set of attributes for the element. 
- removeAttributes(AttributeSet) - Method in class javax.swing.text.AbstractDocument.AbstractElement
- 
Removes a set of attributes for the element. 
- removeAttributes(AttributeSet, Enumeration<?>) - Method in interface javax.swing.text.AbstractDocument.AttributeContext
- 
Removes a set of attributes for the element. 
- removeAttributes(AttributeSet, AttributeSet) - Method in interface javax.swing.text.AbstractDocument.AttributeContext
- 
Removes a set of attributes for the element. 
- removeAttributes(AttributeSet, Enumeration<?>) - Method in class javax.swing.text.html.StyleSheet
- 
Removes a set of attributes for the element. 
- removeAttributes(AttributeSet, AttributeSet) - Method in class javax.swing.text.html.StyleSheet
- 
Removes a set of attributes. 
- removeAttributes(Enumeration<?>) - Method in interface javax.swing.text.MutableAttributeSet
- 
Removes an attribute set with the given names.
 
- removeAttributes(AttributeSet) - Method in interface javax.swing.text.MutableAttributeSet
- 
Removes a set of attributes with the given name.
 
- removeAttributes(Enumeration<?>) - Method in class javax.swing.text.SimpleAttributeSet
- 
Removes a set of attributes from the list. 
- removeAttributes(AttributeSet) - Method in class javax.swing.text.SimpleAttributeSet
- 
Removes a set of attributes from the list. 
- removeAttributes(Enumeration<?>) - Method in class javax.swing.text.StyleContext.NamedStyle
- 
Removes a set of attributes for the element. 
- removeAttributes(AttributeSet) - Method in class javax.swing.text.StyleContext.NamedStyle
- 
Removes a set of attributes for the element. 
- removeAttributes(AttributeSet, Enumeration<?>) - Method in class javax.swing.text.StyleContext
- 
Removes a set of attributes for the element. 
- removeAttributes(AttributeSet, AttributeSet) - Method in class javax.swing.text.StyleContext
- 
Removes a set of attributes for the element. 
- removeAuxiliaryLookAndFeel(LookAndFeel) - Static method in class javax.swing.UIManager
- 
Removes a LookAndFeelfrom the list of auxiliary look and feels.
 
- removeAWTEventListener(AWTEventListener) - Method in class java.awt.Toolkit
- 
Removes an AWTEventListener from receiving dispatched AWTEvents. 
- removeBeanContextMembershipListener(BeanContextMembershipListener) - Method in interface java.beans.beancontext.BeanContext
- 
Removes the specified BeanContextMembershipListenerso that it no longer receivesBeanContextMembershipEvents
 when the childComponent(s) are added or removed.
 
- removeBeanContextMembershipListener(BeanContextMembershipListener) - Method in class java.beans.beancontext.BeanContextSupport
- 
Removes a BeanContextMembershipListener 
- removeBeanContextServicesListener(BeanContextServicesListener) - Method in interface java.beans.beancontext.BeanContextServices
- 
Removes a BeanContextServicesListenerfrom thisBeanContext
 
- removeBeanContextServicesListener(BeanContextServicesListener) - Method in class java.beans.beancontext.BeanContextServicesSupport
- 
remove a BeanContextServicesListener 
- removeBindings() - Method in interface javax.swing.text.Keymap
- 
Removes all bindings from the keymap. 
- removeCaretListener(CaretListener) - Method in class javax.swing.text.JTextComponent
- 
Removes a caret listener. 
- removeCellEditorListener(CellEditorListener) - Method in class javax.swing.AbstractCellEditor
- 
Removes a CellEditorListenerfrom the listener list.
 
- removeCellEditorListener(CellEditorListener) - Method in interface javax.swing.CellEditor
- 
Removes a listener from the list that's notified 
- removeCellEditorListener(CellEditorListener) - Method in class javax.swing.tree.DefaultTreeCellEditor
- 
Removes the previously added CellEditorListener.
 
- removeCertificate(Certificate) - Method in class java.security.Identity
- 
Deprecated. Removes a certificate from this identity. 
- removeChangeListener(ChangeListener) - Method in class javax.swing.AbstractButton
- 
Removes a ChangeListener from the button. 
- removeChangeListener(ChangeListener) - Method in class javax.swing.AbstractSpinnerModel
- 
Removes a ChangeListener from the model's listener list. 
- removeChangeListener(ChangeListener) - Method in interface javax.swing.BoundedRangeModel
- 
Removes a ChangeListener from the model's listener list. 
- removeChangeListener(ChangeListener) - Method in interface javax.swing.ButtonModel
- 
Removes a ChangeListenerfrom the model.
 
- removeChangeListener(ChangeListener) - Method in interface javax.swing.colorchooser.ColorSelectionModel
- 
Removes listeneras a listener to changes in the model.
 
- removeChangeListener(ChangeListener) - Method in class javax.swing.colorchooser.DefaultColorSelectionModel
- 
Removes a ChangeListenerfrom the model.
 
- removeChangeListener(ChangeListener) - Method in class javax.swing.DefaultBoundedRangeModel
- 
Removes a ChangeListener.
 
- removeChangeListener(ChangeListener) - Method in class javax.swing.DefaultButtonModel
- 
Removes a ChangeListenerfrom the model.
 
- removeChangeListener(ChangeListener) - Method in class javax.swing.DefaultSingleSelectionModel
- 
Removes a ChangeListenerfrom the button.
 
- removeChangeListener(ChangeListener) - Method in class javax.swing.JProgressBar
- 
Removes a ChangeListenerfrom the progress bar.
 
- removeChangeListener(ChangeListener) - Method in class javax.swing.JSlider
- 
Removes a ChangeListener from the slider. 
- removeChangeListener(ChangeListener) - Method in class javax.swing.JSpinner
- 
Removes a ChangeListenerfrom this spinner.
 
- removeChangeListener(ChangeListener) - Method in class javax.swing.JTabbedPane
- 
Removes a ChangeListenerfrom this tabbedpane.
 
- removeChangeListener(ChangeListener) - Method in class javax.swing.JViewport
- 
Removes a ChangeListenerfrom the list that's notified each
 time the views size, position, or the viewports extent size
 has changed.
 
- removeChangeListener(ChangeListener) - Method in class javax.swing.MenuSelectionManager
- 
Removes a ChangeListener from the button. 
- removeChangeListener(ChangeListener) - Method in interface javax.swing.SingleSelectionModel
- 
Removes listener as a listener to changes in the model. 
- removeChangeListener(ChangeListener) - Method in interface javax.swing.SpinnerModel
- 
Removes a ChangeListenerfrom the model's listener list.
 
- removeChangeListener(ChangeListener) - Method in interface javax.swing.text.Caret
- 
Removes a listener that was tracking caret position changes. 
- removeChangeListener(ChangeListener) - Method in class javax.swing.text.DefaultCaret
- 
Removes a listener that was tracking caret position changes. 
- removeChangeListener(ChangeListener) - Method in interface javax.swing.text.Style
- 
Removes a listener that was tracking attribute changes. 
- removeChangeListener(ChangeListener) - Method in class javax.swing.text.StyleContext.NamedStyle
- 
Removes a change listener. 
- removeChangeListener(ChangeListener) - Method in class javax.swing.text.StyleContext
- 
Removes a listener that was tracking styles being
 added or removed. 
- removeChild(Node) - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Removes the child node indicated by oldChildfrom
 the list of children, and returns it.
 
- removeChild(Node) - Method in interface org.w3c.dom.Node
- 
Removes the child node indicated by oldChildfrom the list
 of children, and returns it.
 
- removeChoosableFileFilter(FileFilter) - Method in class javax.swing.JFileChooser
- 
Removes a filter from the list of user choosable file filters. 
- removeChooserPanel(AbstractColorChooserPanel) - Method in class javax.swing.JColorChooser
- 
Removes the Color Panel specified. 
- removeColumn(TableColumn) - Method in class javax.swing.JTable
- 
Removes aColumnfrom thisJTable's
  array of columns.
 
- removeColumn(TableColumn) - Method in class javax.swing.table.DefaultTableColumnModel
- 
Deletes the columnfrom thetableColumnsarray.
 
- removeColumn(TableColumn) - Method in interface javax.swing.table.TableColumnModel
- 
Deletes the TableColumncolumnfrom thetableColumnsarray.
 
- removeColumnModelListener(TableColumnModelListener) - Method in class javax.swing.table.DefaultTableColumnModel
- 
Removes a listener for table column model events. 
- removeColumnModelListener(TableColumnModelListener) - Method in interface javax.swing.table.TableColumnModel
- 
Removes a listener for table column model events. 
- removeColumnSelectionInterval(int, int) - Method in class javax.swing.JTable
- 
Deselects the columns from index0toindex1, inclusive.
 
- removeComponentListener(ComponentListener) - Method in class java.awt.Component
- 
Removes the specified component listener so that it no longer
 receives component events from this component. 
- removeConnectionEventListener(ConnectionEventListener) - Method in interface javax.sql.PooledConnection
- 
Removes the given event listener from the list of components that
 will be notified when an event occurs on this
 PooledConnectionobject.
 
- removeConnectionNotificationListener(NotificationListener) - Method in interface javax.management.remote.JMXConnector
- 
Removes a listener from the list to be informed of changes
 in status. 
- removeConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface javax.management.remote.JMXConnector
- 
Removes a listener from the list to be informed of changes
 in status. 
- removeConnectionNotificationListener(NotificationListener) - Method in class javax.management.remote.rmi.RMIConnector
-  
- removeConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.remote.rmi.RMIConnector
-  
- removeConsumer(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
- 
Removes an ImageConsumer from the list of consumers interested in
 data for this image. 
- removeConsumer(ImageConsumer) - Method in interface java.awt.image.ImageProducer
- 
Removes the specified ImageConsumerobject
 from the list of consumers currently registered to
 receive image data.
 
- removeConsumer(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
- 
Removes an ImageConsumer from the list of consumers interested in
 data for this image. 
- removeConsumer(ImageConsumer) - Method in class java.awt.image.renderable.RenderableImageProducer
- 
Remove an ImageConsumer from the list of consumers interested in
 data for this image. 
- removeContainerListener(ContainerListener) - Method in class java.awt.Container
- 
Removes the specified container listener so it no longer receives
 container events from this container. 
- removeContents() - Method in interface javax.xml.soap.SOAPElement
- 
Detaches all children of this SOAPElement.
 
- removeControlButtons() - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-  
- removeControllerEventListener(ControllerEventListener, int[]) - Method in interface javax.sound.midi.Sequencer
- 
Removes a controller event listener's interest in one or more
 types of controller event. 
- removeDescendantSelectedPaths(TreePath, boolean) - Method in class javax.swing.JTree
- 
Removes any paths in the selection that are descendants of
 path.
 
- removeDescendantToggledPaths(Enumeration<TreePath>) - Method in class javax.swing.JTree
- 
Removes any descendants of the TreePathsintoRemovethat have been expanded.
 
- removeDocumentListener(DocumentListener) - Method in class javax.swing.text.AbstractDocument
- 
Removes a document listener. 
- removeDocumentListener(DocumentListener) - Method in class javax.swing.text.DefaultStyledDocument
- 
Removes a document listener. 
- removeDocumentListener(DocumentListener) - Method in interface javax.swing.text.Document
- 
Unregisters the given observer from the notification list
 so it will no longer receive change updates. 
- removeDragGestureListener(DragGestureListener) - Method in class java.awt.dnd.DragGestureRecognizer
- 
unregister the current DragGestureListener 
- removeDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSource
- 
Removes the specified DragSourceListenerfrom thisDragSource.
 
- removeDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSourceContext
- 
Removes the specified DragSourceListenerfrom  thisDragSourceContext.
 
- removeDragSourceMotionListener(DragSourceMotionListener) - Method in class java.awt.dnd.DragSource
- 
Removes the specified DragSourceMotionListenerfrom thisDragSource.
 
- removeDropTargetListener(DropTargetListener) - Method in class java.awt.dnd.DropTarget
- 
Removes the current DropTargetListener(UNICAST SOURCE).
 
- removeEditor() - Method in class javax.swing.JTable
- 
Discards the editor object and frees the real estate it used for
 cell rendering. 
- removeEditor() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
- 
This public method is implementation specific and should be private. 
- removeEldestEntry(Map.Entry<K, V>) - Method in class java.util.LinkedHashMap
- 
Returns true if this map should remove its eldest entry. 
- removeElement(Object) - Method in class java.util.Vector
- 
Removes the first (lowest-indexed) occurrence of the argument
 from this vector. 
- removeElement(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
- 
Removes an element from the format. 
- removeElement(Object) - Method in class javax.swing.DefaultComboBoxModel
-  
- removeElement(Object) - Method in class javax.swing.DefaultListModel
- 
Removes the first (lowest-indexed) occurrence of the argument
 from this list. 
- removeElement(Object) - Method in interface javax.swing.MutableComboBoxModel
- 
Removes an item from the model. 
- removeElement(Element) - Method in class javax.swing.text.DefaultStyledDocument
- 
Removes an element from this document. 
- removeElementAt(int) - Method in class java.util.Vector
- 
Deletes the component at the specified index. 
- removeElementAt(int) - Method in class javax.swing.DefaultComboBoxModel
-  
- removeElementAt(int) - Method in class javax.swing.DefaultListModel
- 
Deletes the component at the specified index. 
- removeElementAt(int) - Method in interface javax.swing.MutableComboBoxModel
- 
Removes an item at a specific index. 
- removeEntries(int, int) - Method in class javax.swing.SizeSequence
- 
Removes a contiguous group of entries
 from this SizeSequence.
 
- removeEntry(Principal, AclEntry) - Method in interface java.security.acl.Acl
- 
Removes an ACL entry from this ACL. 
- removeEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
- 
This method allows the removal of event listeners from the event
 target. 
- removeField(String) - Method in interface javax.management.Descriptor
- 
Removes a field from the descriptor. 
- removeField(String) - Method in class javax.management.ImmutableDescriptor
- 
Removes a field from the descriptor. 
- removeField(String) - Method in class javax.management.modelmbean.DescriptorSupport
-  
- removeFirst() - Method in class java.util.ArrayDeque
-  
- removeFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-  
- removeFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
-  
- removeFirst() - Method in interface java.util.Deque
- 
Retrieves and removes the first element of this deque. 
- removeFirst() - Method in class java.util.LinkedList
- 
Removes and returns the first element from this list. 
- removeFirstOccurrence(Object) - Method in class java.util.ArrayDeque
- 
Removes the first occurrence of the specified element in this
 deque (when traversing the deque from head to tail). 
- removeFirstOccurrence(Object) - Method in interface java.util.concurrent.BlockingDeque
- 
Removes the first occurrence of the specified element from this deque. 
- removeFirstOccurrence(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
- 
Removes the first element esuch thato.equals(e), if such an element exists in this deque.
 
- removeFirstOccurrence(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
-  
- removeFirstOccurrence(Object) - Method in interface java.util.Deque
- 
Removes the first occurrence of the specified element from this deque. 
- removeFirstOccurrence(Object) - Method in class java.util.LinkedList
- 
Removes the first occurrence of the specified element in this
 list (when traversing the list from head to tail). 
- removeFlavorListener(FlavorListener) - Method in class java.awt.datatransfer.Clipboard
- 
Removes the specified FlavorListenerso that it no longer
 receivesFlavorEvents from thisClipboard.
 
- removeFocusListener(FocusListener) - Method in class java.awt.Component.AccessibleAWTComponent
- 
Removes the specified focus listener so it no longer receives focus
 events from this component. 
- removeFocusListener(FocusListener) - Method in class java.awt.Component
- 
Removes the specified focus listener so that it no longer
 receives focus events from this component. 
- removeFocusListener(FocusListener) - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Removes the specified focus listener so it no longer receives
 focus events from this component. 
- removeFocusListener(FocusListener) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Removes the specified focus listener so it no longer receives focus
 events from this component. 
- removeFocusListener(FocusListener) - Method in interface javax.accessibility.AccessibleComponent
- 
Removes the specified focus listener so it no longer receives focus
 events from this component. 
- removeFocusListener(FocusListener) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- removeFocusListener(FocusListener) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-  
- removeFocusListener(FocusListener) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-  
- removeFocusListener(FocusListener) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- removeFromEnvironment(String) - Method in interface javax.naming.Context
- 
Removes an environment property from the environment of this
 context. 
- removeFromEnvironment(String) - Method in class javax.naming.InitialContext
-  
- removeFromParent() - Method in class javax.swing.tree.DefaultMutableTreeNode
- 
Removes the subtree rooted at this node from the tree, giving this
 node a null parent. 
- removeFromParent() - Method in interface javax.swing.tree.MutableTreeNode
- 
Removes the receiver from its parent. 
- removeFromSource() - Method in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
-  
- removeHandler(Handler) - Method in class java.util.logging.Logger
- 
Remove a log Handler. 
- removeHandshakeCompletedListener(HandshakeCompletedListener) - Method in class javax.net.ssl.SSLSocket
- 
Removes a previously registered handshake completion listener. 
- removeHeader(String) - Method in class javax.xml.soap.MimeHeaders
- 
Remove all MimeHeaderobjects whose name matches the
 given name.
 
- removeHierarchyBoundsListener(HierarchyBoundsListener) - Method in class java.awt.Component
- 
Removes the specified hierarchy bounds listener so that it no longer
 receives hierarchy bounds events from this component. 
- removeHierarchyListener(HierarchyListener) - Method in class java.awt.Component
- 
Removes the specified hierarchy listener so that it no longer
 receives hierarchy changed events from this component. 
- removeHighlight(Object) - Method in class javax.swing.text.DefaultHighlighter
- 
Removes a highlight from the view. 
- removeHighlight(Object) - Method in interface javax.swing.text.Highlighter
- 
Removes a highlight from the view. 
- removeHyperlinkListener(HyperlinkListener) - Method in class javax.swing.JEditorPane
- 
Removes a hyperlink listener. 
- removeIconFor(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
- 
Convenience method to remove the desktopIcon of f is necessary. 
- removeIdentity(Identity) - Method in class java.security.IdentityScope
- 
Deprecated. Removes an identity from this identity scope. 
- removeIIOReadProgressListener(IIOReadProgressListener) - Method in class javax.imageio.ImageReader
- 
Removes an IIOReadProgressListenerfrom the list
 of registered progress listeners.
 
- removeIIOReadUpdateListener(IIOReadUpdateListener) - Method in class javax.imageio.ImageReader
- 
Removes an IIOReadUpdateListenerfrom the list of
 registered update listeners.
 
- removeIIOReadWarningListener(IIOReadWarningListener) - Method in class javax.imageio.ImageReader
- 
Removes an IIOReadWarningListenerfrom the list of
 registered error listeners.
 
- removeIIOWriteProgressListener(IIOWriteProgressListener) - Method in class javax.imageio.ImageWriter
- 
Removes an IIOWriteProgressListenerfrom the list
 of registered progress listeners.
 
- removeIIOWriteWarningListener(IIOWriteWarningListener) - Method in class javax.imageio.ImageWriter
- 
Removes an IIOWriteWarningListenerfrom the list
 of registered warning listeners.
 
- removeImage(Image) - Method in class java.awt.MediaTracker
- 
Removes the specified image from this media tracker. 
- removeImage(Image, int) - Method in class java.awt.MediaTracker
- 
Removes the specified image from the specified tracking
 ID of this media tracker. 
- removeImage(Image, int, int, int) - Method in class java.awt.MediaTracker
- 
Removes the specified image with the specified
 width, height, and ID from this media tracker. 
- removeImage(int) - Method in class javax.imageio.ImageWriter
- 
Removes an image from the stream. 
- removeIndexInterval(int, int) - Method in class javax.swing.DefaultListSelectionModel
- 
Remove the indices in the interval index0,index1 (inclusive) from
 the selection model. 
- removeIndexInterval(int, int) - Method in interface javax.swing.ListSelectionModel
- 
Remove the indices in the interval index0,index1 (inclusive) from
 the selection model. 
- removeInputMethodListener(InputMethodListener) - Method in class java.awt.Component
- 
Removes the specified input method listener so that it no longer
 receives input method events from this component. 
- removeInternal(EventListener, EventListener) - Static method in class java.awt.AWTEventMulticaster
- 
Returns the resulting multicast listener after removing the
 old listener from listener-l. 
- removeInternalFrameListener(InternalFrameListener) - Method in class javax.swing.JInternalFrame
- 
Removes the specified internal frame listener so that it no longer
 receives internal frame events from this internal frame. 
- removeInvalidComponent(JComponent) - Method in class javax.swing.RepaintManager
- 
Remove a component from the list of invalid components. 
- removeItem(Object) - Method in class javax.swing.JComboBox
- 
Removes an item from the item list. 
- removeItemAt(int) - Method in class javax.swing.JComboBox
- 
Removes the item at anIndexThis method works only if theJComboBoxuses a
 mutable data model.
 
- removeItemListener(ItemListener) - Method in class java.awt.Checkbox
- 
Removes the specified item listener so that the item listener
 no longer receives item events from this check box. 
- removeItemListener(ItemListener) - Method in class java.awt.CheckboxMenuItem
- 
Removes the specified item listener so that it no longer receives
 item events from this check box menu item. 
- removeItemListener(ItemListener) - Method in class java.awt.Choice
- 
Removes the specified item listener so that it no longer receives
 item events from this Choicemenu.
 
- removeItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
- 
Removes an item listener. 
- removeItemListener(ItemListener) - Method in class java.awt.List
- 
Removes the specified item listener so that it no longer
 receives item events from this list. 
- removeItemListener(ItemListener) - Method in class javax.swing.AbstractButton
- 
Removes an ItemListenerfrom the button.
 
- removeItemListener(ItemListener) - Method in interface javax.swing.ButtonModel
- 
Removes an ItemListenerfrom the model.
 
- removeItemListener(ItemListener) - Method in class javax.swing.DefaultButtonModel
- 
Removes an ItemListenerfrom the model.
 
- removeItemListener(ItemListener) - Method in class javax.swing.JComboBox
- 
Removes an ItemListener.
 
- removeKeyEventDispatcher(KeyEventDispatcher) - Method in class java.awt.KeyboardFocusManager
- 
Removes a KeyEventDispatcher which was previously added to this
 KeyboardFocusManager's dispatcher chain. 
- removeKeyEventPostProcessor(KeyEventPostProcessor) - Method in class java.awt.KeyboardFocusManager
- 
Removes a previously added KeyEventPostProcessor from this
 KeyboardFocusManager's post-processor chain. 
- removeKeyListener(KeyListener) - Method in class java.awt.Component
- 
Removes the specified key listener so that it no longer
 receives key events from this component. 
- removeKeymap(String) - Static method in class javax.swing.text.JTextComponent
- 
Removes a named keymap previously added to the document. 
- removeKeyStrokeBinding(KeyStroke) - Method in interface javax.swing.text.Keymap
- 
Removes a binding from the keymap. 
- removeLast() - Method in class java.util.ArrayDeque
-  
- removeLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-  
- removeLast() - Method in class java.util.concurrent.LinkedBlockingDeque
-  
- removeLast() - Method in interface java.util.Deque
- 
Retrieves and removes the last element of this deque. 
- removeLast() - Method in class java.util.LinkedList
- 
Removes and returns the last element from this list. 
- removeLastOccurrence(Object) - Method in class java.util.ArrayDeque
- 
Removes the last occurrence of the specified element in this
 deque (when traversing the deque from head to tail). 
- removeLastOccurrence(Object) - Method in interface java.util.concurrent.BlockingDeque
- 
Removes the last occurrence of the specified element from this deque. 
- removeLastOccurrence(Object) - Method in class java.util.concurrent.ConcurrentLinkedDeque
- 
Removes the last element esuch thato.equals(e), if such an element exists in this deque.
 
- removeLastOccurrence(Object) - Method in class java.util.concurrent.LinkedBlockingDeque
-  
- removeLastOccurrence(Object) - Method in interface java.util.Deque
- 
Removes the last occurrence of the specified element from this deque. 
- removeLastOccurrence(Object) - Method in class java.util.LinkedList
- 
Removes the last occurrence of the specified element in this
 list (when traversing the list from head to tail). 
- removeLayoutComponent(Component) - Method in class java.awt.BorderLayout
- 
Removes the specified component from this border layout. 
- removeLayoutComponent(Component) - Method in class java.awt.CardLayout
- 
Removes the specified component from the layout. 
- removeLayoutComponent(Component) - Method in class java.awt.FlowLayout
- 
Removes the specified component from the layout. 
- removeLayoutComponent(Component) - Method in class java.awt.GridBagLayout
- 
Removes the specified component from this layout. 
- removeLayoutComponent(Component) - Method in class java.awt.GridLayout
- 
Removes the specified component from the layout. 
- removeLayoutComponent(Component) - Method in interface java.awt.LayoutManager
- 
Removes the specified component from the layout. 
- removeLayoutComponent(Component) - Method in class javax.swing.BoxLayout
- 
Not used by this class. 
- removeLayoutComponent(Component) - Method in class javax.swing.GroupLayout
- 
Notification that a Componenthas been removed from
 the parent container.
 
- removeLayoutComponent(Component) - Method in class javax.swing.JRootPane.RootLayout
-  
- removeLayoutComponent(Component) - Method in class javax.swing.JSpinner.DefaultEditor
- 
This LayoutManagermethod does nothing.
 
- removeLayoutComponent(Component) - Method in class javax.swing.OverlayLayout
- 
Removes the specified component from the layout. 
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
-  
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout
-  
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI.InternalFrameLayout
-  
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-  
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
-  
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DividerLayout
-  
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- 
Removes the specified component from our knowledge. 
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
-  
- removeLayoutComponent(Component) - Method in class javax.swing.ScrollPaneLayout
- 
Removes the specified component from the layout. 
- removeLayoutComponent(Component) - Method in class javax.swing.SpringLayout
- 
Removes the constraints associated with the specified component. 
- removeLayoutComponent(Component) - Method in class javax.swing.ViewportLayout
- 
Removes the specified component from the layout. 
- removeLineListener(LineListener) - Method in interface javax.sound.sampled.Line
- 
Removes the specified listener from this line's list of listeners. 
- removeListDataListener(ListDataListener) - Method in class javax.swing.AbstractListModel
- 
Removes a listener from the list that's notified each time a
 change to the data model occurs. 
- removeListDataListener(ListDataListener) - Method in interface javax.swing.ListModel
- 
Removes a listener from the list that's notified each time a
 change to the data model occurs. 
- removeListeners() - Method in class javax.swing.plaf.metal.MetalComboBoxUI
- 
Deprecated.
As of Java 2 platform v1.4. 
 
- removeListSelectionListener(ListSelectionListener) - Method in class javax.swing.DefaultListSelectionModel
- 
Remove a listener from the list that's notified each time a
 change to the selection occurs. 
- removeListSelectionListener(ListSelectionListener) - Method in class javax.swing.JList
- 
Removes a selection listener from the list. 
- removeListSelectionListener(ListSelectionListener) - Method in interface javax.swing.ListSelectionModel
- 
Remove a listener from the list that's notified each time a
 change to the selection occurs. 
- removeMember(Principal) - Method in interface java.security.acl.Group
- 
Removes the specified member from the group. 
- removeMenuDragMouseListener(MenuDragMouseListener) - Method in class javax.swing.JMenuItem
- 
Removes a MenuDragMouseListenerfrom the menu item.
 
- removeMenuKeyListener(MenuKeyListener) - Method in class javax.swing.JMenuItem
- 
Removes a MenuKeyListenerfrom the menu item.
 
- removeMenuKeyListener(MenuKeyListener) - Method in class javax.swing.JPopupMenu
- 
Removes a MenuKeyListenerfrom the popup menu.
 
- removeMenuListener(MenuListener) - Method in class javax.swing.JMenu
- 
Removes a listener for menu events. 
- removeMetaEventListener(MetaEventListener) - Method in interface javax.sound.midi.Sequencer
- 
Removes the specified meta-event listener from this sequencer's
 list of registered listeners, if in fact the listener is registered. 
- removeMimeHeader(String) - Method in class javax.xml.soap.AttachmentPart
- 
Removes all MIME headers that match the given name. 
- removeMimeHeader(String) - Method in class javax.xml.soap.SOAPPart
- 
Removes all MIME headers that match the given name. 
- removeMouseListener(MouseListener) - Method in class java.awt.Component
- 
Removes the specified mouse listener so that it no longer
 receives mouse events from this component. 
- removeMouseListener(MouseListener) - Method in class java.awt.TrayIcon
- 
Removes the specified mouse listener. 
- removeMouseMotionListener(MouseMotionListener) - Method in class java.awt.Component
- 
Removes the specified mouse motion listener so that it no longer
 receives mouse motion events from this component. 
- removeMouseMotionListener(MouseMotionListener) - Method in class java.awt.TrayIcon
- 
Removes the specified mouse-motion listener. 
- removeMouseWheelListener(MouseWheelListener) - Method in class java.awt.Component
- 
Removes the specified mouse wheel listener so that it no longer
 receives mouse wheel events from this component. 
- removeNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
- 
Removes a node specified by name. 
- removeNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
- 
Removes a node specified by local name and namespace URI. 
- removeNamespaceDeclaration(String) - Method in interface javax.xml.soap.SOAPElement
- 
Removes the namespace declaration corresponding to the given prefix. 
- removeNamingListener(NamingListener) - Method in interface javax.naming.event.EventContext
- 
Removes a listener from receiving naming events fired
 by this EventContext. 
- removeNode() - Method in class java.util.prefs.AbstractPreferences
- 
- removeNode() - Method in class java.util.prefs.Preferences
- 
Removes this preference node and all of its descendants, invalidating
 any preferences contained in the removed nodes. 
- removeNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.AbstractPreferences
-  
- removeNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.Preferences
- 
Removes the specified NodeChangeListener, so it no longer
 receives change events. 
- removeNodeFromParent(MutableTreeNode) - Method in class javax.swing.tree.DefaultTreeModel
- 
Message this to remove node from its parent. 
- removeNodeSpi() - Method in class java.util.prefs.AbstractPreferences
- 
Removes this preference node, invalidating it and any preferences that
 it contains. 
- removeNotification(Integer) - Method in class javax.management.timer.Timer
- 
Removes the timer notification corresponding to the specified identifier from the list of notifications. 
- removeNotification(Integer) - Method in interface javax.management.timer.TimerMBean
- 
Removes the timer notification corresponding to the specified identifier from the list of notifications. 
- removeNotificationListener(ObjectName, ObjectName) - Method in interface javax.management.MBeanServer
-  
- removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
-  
- removeNotificationListener(ObjectName, NotificationListener) - Method in interface javax.management.MBeanServer
-  
- removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
-  
- removeNotificationListener(ObjectName, ObjectName) - Method in interface javax.management.MBeanServerConnection
- 
Removes a listener from a registered MBean. 
- removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface javax.management.MBeanServerConnection
- 
Removes a listener from a registered MBean. 
- removeNotificationListener(ObjectName, NotificationListener) - Method in interface javax.management.MBeanServerConnection
- 
Removes a listener from a registered MBean. 
- removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.MBeanServerConnection
- 
Removes a listener from a registered MBean. 
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.MBeanServerDelegate
-  
- removeNotificationListener(NotificationListener) - Method in class javax.management.MBeanServerDelegate
-  
- removeNotificationListener(NotificationListener) - Method in class javax.management.modelmbean.RequiredModelMBean
- 
Removes a listener for Notifications from the RequiredModelMBean. 
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.modelmbean.RequiredModelMBean
-  
- removeNotificationListener(NotificationListener) - Method in interface javax.management.NotificationBroadcaster
- 
Removes a listener from this MBean. 
- removeNotificationListener(NotificationListener) - Method in class javax.management.NotificationBroadcasterSupport
-  
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.NotificationBroadcasterSupport
-  
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface javax.management.NotificationEmitter
- 
Removes a listener from this MBean. 
- removeNotificationListener(ObjectName, ObjectName, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
- 
- removeNotificationListener(ObjectName, ObjectName, MarshalledObject, MarshalledObject, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
- 
- removeNotificationListener(ObjectName, ObjectName, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
-  
- removeNotificationListener(ObjectName, ObjectName, MarshalledObject, MarshalledObject, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
-  
- removeNotificationListener(ObjectName, ObjectName, MarshalledObject, MarshalledObject, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
-  
- removeNotificationListener(ObjectName, ObjectName, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
-  
- removeNotificationListener(NotificationListener) - Method in class javax.management.StandardEmitterMBean
-  
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.StandardEmitterMBean
-  
- removeNotificationListeners(ObjectName, Integer[], Subject) - Method in interface javax.management.remote.rmi.RMIConnection
- 
- removeNotificationListeners(ObjectName, Integer[], Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
-  
- removeNotificationListeners(ObjectName, Integer[], Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl_Stub
-  
- removeNotifications(String) - Method in class javax.management.timer.Timer
- 
Removes all the timer notifications corresponding to the specified type from the list of notifications. 
- removeNotifications(String) - Method in interface javax.management.timer.TimerMBean
- 
Removes all the timer notifications corresponding to the specified type from the list of notifications. 
- removeNotify() - Method in class java.awt.Component
- 
Makes this Componentundisplayable by destroying it native
 screen resource.
 
- removeNotify() - Method in class java.awt.Container
- 
Makes this Container undisplayable by removing its connection
 to its native screen resource. 
- removeNotify(ComponentPeer) - Method in class java.awt.dnd.DropTarget
- 
Notify the DropTarget that it has been disassociated from a Component
 This method is usually called from java.awt.Component.removeNotify() of
 the Component associated with this DropTarget to notify the DropTarget
 that a ComponentPeer has been disassociated with that Component. 
- removeNotify() - Method in class java.awt.dnd.DropTargetContext
- 
Called when disassociated with the DropTargetContextPeer.
 
- removeNotify() - Method in class java.awt.Frame
- 
Makes this Frame undisplayable by removing its connection
 to its native screen resource. 
- removeNotify(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. 
- removeNotify() - Method in interface java.awt.im.spi.InputMethod
- 
Notifies the input method that a client component has been
 removed from its containment hierarchy, or that input method
 support has been disabled for the component. 
- removeNotify() - Method in class java.awt.List
- 
Removes the peer for this list. 
- removeNotify() - Method in class java.awt.Menu
- 
Removes the menu's peer. 
- removeNotify() - Method in class java.awt.MenuBar
- 
Removes the menu bar's peer. 
- removeNotify() - Method in class java.awt.MenuComponent
- 
Removes the menu component's peer. 
- removeNotify() - Method in class java.awt.TextComponent
- 
Removes the TextComponent's peer.
 
- removeNotify() - Method in class java.awt.Window
- 
Makes this Container undisplayable by removing its connection
 to its native screen resource. 
- removeNotify() - Method in class javax.swing.AbstractButton
- 
Notifies this component that it no longer has a parent component. 
- removeNotify() - Method in class javax.swing.JButton
- 
Overrides JComponent.removeNotifyto check if
 this button is currently set as the default button on theRootPane, and if so, sets theRootPane's
 default button tonullto ensure theRootPanedoesn't hold onto an invalid button reference.
 
- removeNotify() - Method in class javax.swing.JComponent
- 
Notifies this component that it no longer has a parent component. 
- removeNotify() - Method in class javax.swing.JLayer
- 
Notifies this component that it no longer has a parent component. 
- removeNotify() - Method in class javax.swing.JMenuBar
- 
Overrides JComponent.removeNotifyto unregister this
 menu bar with the current keyboard manager.
 
- removeNotify() - Method in class javax.swing.JRootPane
- 
Notifies this component that it no longer has a parent component. 
- removeNotify() - Method in class javax.swing.JTable
- 
Calls the unconfigureEnclosingScrollPanemethod.
 
- removeNotify() - Method in class javax.swing.text.JTextComponent
-  
- removeObjectValue(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
- 
Disallows an Objectreference from being stored in
 nodes implementing the named element.
 
- removeObservedObject(ObjectName) - Method in class javax.management.monitor.Monitor
- 
Removes the specified object from the set of observed MBeans. 
- removeObservedObject(ObjectName) - Method in interface javax.management.monitor.MonitorMBean
- 
Removes the specified object from the set of observed MBeans. 
- removeParameter(String) - Method in class javax.activation.MimeType
- 
Remove any value associated with the given name. 
- removeParameters() - Method in class java.awt.image.renderable.ParameterBlock
- 
Clears the list of parameters. 
- removePermission(Permission) - Method in interface java.security.acl.AclEntry
- 
Removes the specified permission from this ACL entry. 
- removePopupMenuListener(PopupMenuListener) - Method in class javax.swing.JComboBox
- 
Removes a PopupMenuListener.
 
- removePopupMenuListener(PopupMenuListener) - Method in class javax.swing.JPopupMenu
- 
Removes a PopupMenulistener.
 
- removePreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.AbstractPreferences
-  
- removePreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.Preferences
- 
Removes the specified preference change listener, so it no longer
 receives preference change events. 
- removePrintJobAttributeListener(PrintJobAttributeListener) - Method in interface javax.print.DocPrintJob
- 
Removes an attribute listener from this print job. 
- removePrintJobListener(PrintJobListener) - Method in interface javax.print.DocPrintJob
- 
Removes a listener from this print job. 
- removePrintServiceAttributeListener(PrintServiceAttributeListener) - Method in interface javax.print.PrintService
- 
Removes the print-service listener from this print service. 
- removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component.AccessibleAWTComponent
- 
Remove a PropertyChangeListener from the listener list. 
- removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component
- 
Removes a PropertyChangeListener from the listener list. 
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Component
- 
Removes a PropertyChangeListenerfrom the listener
 list for a specific property.
 
- removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
- 
Removes a PropertyChangeListener from the listener list. 
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
- 
Removes a PropertyChangeListener from the listener list for a specific
 property. 
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.SystemTray
- 
Removes a PropertyChangeListenerfrom the listener list
 for a specific property.
 
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Toolkit
- 
Removes the specified property change listener for the named
 desktop property. 
- removePropertyChangeListener(String, PropertyChangeListener) - Method in interface java.beans.beancontext.BeanContextChild
- 
Removes a PropertyChangeListenerfrom thisBeanContextChildso that it no longer
 receivesPropertyChangeEventswhen the
 specified property is changed.
 
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.beans.beancontext.BeanContextChildSupport
- 
Remove a PropertyChangeListener for a specific property. 
- removePropertyChangeListener(PropertyChangeListener) - Method in interface java.beans.Customizer
- 
Remove a listener for the PropertyChange event. 
- removePropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
- 
Remove a PropertyChangeListener from the listener list. 
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
- 
Remove a PropertyChangeListener for a specific property. 
- removePropertyChangeListener(PropertyChangeListener) - Method in interface java.beans.PropertyEditor
- 
Removes a listener for the value change. 
- removePropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyEditorSupport
- 
Removes a listener for the value change. 
- removePropertyChangeListener(PropertyChangeListener) - Method in interface java.util.jar.Pack200.Packer
- 
- removePropertyChangeListener(PropertyChangeListener) - Method in interface java.util.jar.Pack200.Unpacker
- 
- removePropertyChangeListener(PropertyChangeListener) - Method in class java.util.logging.LogManager
- 
Removes an event listener for property change events. 
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.accessibility.AccessibleContext
- 
Removes a PropertyChangeListener from the listener list. 
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.AbstractAction
- 
Removes a PropertyChangeListenerfrom the listener list.
 
- removePropertyChangeListener(PropertyChangeListener) - Method in interface javax.swing.Action
- 
Removes a PropertyChangelistener.
 
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.JComponent.AccessibleJComponent
- 
Removes a PropertyChangeListener from the listener list. 
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
- 
Removes a PropertyChangeListenerfrom the
 listener list.
 
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- 
Remove a PropertyChangeListener from the listener list. 
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.JTree.EmptySelectionModel
- 
This is overriden to do nothing; EmptySelectionModeldoes not allow a selection.
 
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.plaf.basic.BasicDirectoryModel
- 
Removes a PropertyChangeListener from the listener list. 
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.plaf.LayerUI
- 
Removes a PropertyChangeListener from the listener list. 
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class javax.swing.plaf.LayerUI
- 
Removes a PropertyChangeListenerfrom the listener
 list for a specific property.
 
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.SwingWorker
- 
Removes a PropertyChangeListenerfrom the listener list.
 
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.table.TableColumn
- 
Removes a PropertyChangeListenerfrom the listener list.
 
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Removes a PropertyChangeListener from the listener list. 
- removePropertyChangeListener(PropertyChangeListener) - Method in interface javax.swing.tree.TreeSelectionModel
- 
Removes a PropertyChangeListener from the listener list. 
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.UIDefaults
- 
Removes a PropertyChangeListenerfrom the listener list.
 
- removePropertyChangeListener(PropertyChangeListener) - Static method in class javax.swing.UIManager
- 
Removes a PropertyChangeListenerfrom the listener list.
 
- removeProvider(String) - Static method in class java.security.Security
- 
Removes the provider with the specified name. 
- removeRange(int, int) - Method in class java.util.AbstractList
- 
Removes from this list all of the elements whose index is between
 fromIndex, inclusive, andtoIndex, exclusive.
 
- removeRange(int, int) - Method in class java.util.ArrayList
- 
Removes from this list all of the elements whose index is between
 fromIndex, inclusive, andtoIndex, exclusive.
 
- removeRange(int, int) - Method in class java.util.Vector
- 
Removes from this list all of the elements whose index is between
 fromIndex, inclusive, andtoIndex, exclusive.
 
- removeRange(int, int) - Method in class javax.swing.DefaultListModel
- 
Deletes the components at the specified range of indexes. 
- removeRedundantState() - Method in class javax.swing.undo.StateEdit
- 
Remove redundant key/values in state hashtables. 
- removeRelation(String) - Method in class javax.management.relation.RelationService
- 
Removes given relation from the Relation Service. 
- removeRelation(String) - Method in interface javax.management.relation.RelationServiceMBean
- 
Removes given relation from the Relation Service. 
- removeRelationType(String) - Method in class javax.management.relation.RelationService
- 
Removes given relation type from Relation Service. 
- removeRelationType(String) - Method in interface javax.management.relation.RelationServiceMBean
- 
Removes given relation type from Relation Service. 
- removeResourceBundle(String) - Method in class javax.swing.UIDefaults
- 
Removes a resource bundle from the list of resource bundles that are
 searched for localized defaults. 
- removeRow(int) - Method in class javax.swing.table.DefaultTableModel
- 
Removes the row at rowfrom the model.
 
- removeRowSelectionInterval(int, int) - Method in class javax.swing.JTable
- 
Deselects the rows from index0toindex1, inclusive.
 
- removeRowSetListener(RowSetListener) - Method in class javax.sql.rowset.BaseRowSet
- 
Removes the designated object from this RowSetobject's list of listeners.
 
- removeRowSetListener(RowSetListener) - Method in interface javax.sql.RowSet
- 
Removes the specified listener from the list of components that will be
 notified when an event occurs on this RowSetobject.
 
- removeRowSorterListener(RowSorterListener) - Method in class javax.swing.RowSorter
- 
Removes a RowSorterListener.
 
- removeSelectionInterval(int, int) - Method in class javax.swing.DefaultListSelectionModel
- 
Changes the selection to be the set difference of the current selection
 and the indices between index0andindex1inclusive.
 
- removeSelectionInterval(int, int) - Method in class javax.swing.JList
- 
Sets the selection to be the set difference of the specified interval
 and the current selection. 
- removeSelectionInterval(int, int) - Method in class javax.swing.JTree
- 
Removes the specified rows (inclusive) from the selection. 
- removeSelectionInterval(int, int) - Method in interface javax.swing.ListSelectionModel
- 
Changes the selection to be the set difference of the current selection
 and the indices between index0andindex1inclusive.
 
- removeSelectionPath(TreePath) - Method in class javax.swing.JTree
- 
Removes the node identified by the specified path from the current
 selection. 
- removeSelectionPath(TreePath) - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Removes path from the selection. 
- removeSelectionPath(TreePath) - Method in interface javax.swing.tree.TreeSelectionModel
- 
Removes path from the selection. 
- removeSelectionPaths(TreePath[]) - Method in class javax.swing.JTree.EmptySelectionModel
- 
This is overriden to do nothing; EmptySelectionModeldoes not allow a selection.
 
- removeSelectionPaths(TreePath[]) - Method in class javax.swing.JTree
- 
Removes the nodes identified by the specified paths from the
 current selection. 
- removeSelectionPaths(TreePath[]) - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Removes paths from the selection. 
- removeSelectionPaths(TreePath[]) - Method in interface javax.swing.tree.TreeSelectionModel
- 
Removes paths from the selection. 
- removeSelectionRow(int) - Method in class javax.swing.JTree
- 
Removes the row at the index rowfrom the current
 selection.
 
- removeSelectionRows(int[]) - Method in class javax.swing.JTree
- 
Removes the rows that are selected at each of the specified
 rows. 
- removeService(Provider.Service) - Method in class java.security.Provider
- 
- removeShutdownHook(Thread) - Method in class java.lang.Runtime
- 
De-registers a previously-registered virtual-machine shutdown hook. 
- removeSources() - Method in class java.awt.image.renderable.ParameterBlock
- 
Clears the list of source images. 
- removeSpi(String) - Method in class java.util.prefs.AbstractPreferences
- 
Remove the association (if any) for the specified key at this
 preference node. 
- removeStatementEventListener(StatementEventListener) - Method in interface javax.sql.PooledConnection
- 
Removes the specified StatementEventListenerfrom the list of
 components that will be notified when the driver detects that aPreparedStatementhas been closed or is invalid.
 
- removeStyle(String) - Method in class javax.swing.JTextPane
- 
Removes a named non-nullstyle previously added to
 the document.
 
- removeStyle(String) - Method in class javax.swing.text.DefaultStyledDocument
- 
Removes a named style previously added to the document. 
- removeStyle(String) - Method in class javax.swing.text.html.StyleSheet
- 
Removes a named style previously added to the document. 
- removeStyle(String) - Method in class javax.swing.text.StyleContext
- 
Removes a named style previously added to the document. 
- removeStyle(String) - Method in interface javax.swing.text.StyledDocument
- 
Removes a named style previously added to the document. 
- removeStyleSheet(StyleSheet) - Method in class javax.swing.text.html.StyleSheet
- 
Removes the StyleSheet ssfrom those of the receiver.
 
- removeTabAt(int) - Method in class javax.swing.JTabbedPane
- 
Removes the tab at index.
 
- removeTableModelListener(TableModelListener) - Method in class javax.swing.table.AbstractTableModel
- 
Removes a listener from the list that's notified each time a
 change to the data model occurs. 
- removeTableModelListener(TableModelListener) - Method in interface javax.swing.table.TableModel
- 
Removes a listener from the list that is notified each time a
 change to the data model occurs. 
- removeTextListener(TextListener) - Method in class java.awt.TextComponent
- 
Removes the specified text event listener so that it no longer
 receives text events from this text component
 If lisnull, no exception is
 thrown and no action is performed.
 
- removeTileObserver(TileObserver) - Method in class java.awt.image.BufferedImage
- 
Removes a tile observer. 
- removeTileObserver(TileObserver) - Method in interface java.awt.image.WritableRenderedImage
- 
Removes an observer. 
- removeTransformer(ClassFileTransformer) - Method in interface java.lang.instrument.Instrumentation
- 
Unregisters the supplied transformer. 
- removeTreeExpansionListener(TreeExpansionListener) - Method in class javax.swing.JTree
- 
Removes a listener for TreeExpansionevents.
 
- removeTreeModelListener(TreeModelListener) - Method in class javax.swing.tree.DefaultTreeModel
- 
Removes a listener previously added with addTreeModelListener(). 
- removeTreeModelListener(TreeModelListener) - Method in interface javax.swing.tree.TreeModel
- 
Removes a listener previously added with
 addTreeModelListener.
 
- removeTreeSelectionListener(TreeSelectionListener) - Method in class javax.swing.JTree.EmptySelectionModel
- 
This is overriden to do nothing; EmptySelectionModeldoes not allow a selection.
 
- removeTreeSelectionListener(TreeSelectionListener) - Method in class javax.swing.JTree
- 
Removes a TreeSelectionlistener.
 
- removeTreeSelectionListener(TreeSelectionListener) - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Removes x from the list of listeners that are notified each time
 the set of selected TreePaths changes. 
- removeTreeSelectionListener(TreeSelectionListener) - Method in interface javax.swing.tree.TreeSelectionModel
- 
Removes x from the list of listeners that are notified each time
 the set of selected TreePaths changes. 
- removeTreeWillExpandListener(TreeWillExpandListener) - Method in class javax.swing.JTree
- 
Removes a listener for TreeWillExpandevents.
 
- removeUndoableEditListener(UndoableEditListener) - Method in class javax.swing.text.AbstractDocument
- 
Removes an undo listener. 
- removeUndoableEditListener(UndoableEditListener) - Method in interface javax.swing.text.Document
- 
Unregisters the given observer from the notification list
 so it will no longer receive updates. 
- removeUndoableEditListener(UndoableEditListener) - Method in class javax.swing.undo.UndoableEditSupport
- 
Removes an UndoableEditListener.
 
- removeUnicodeLocaleAttribute(String) - Method in class java.util.Locale.Builder
- 
Removes a unicode locale attribute, if present, otherwise has no
 effect. 
- removeUpdate(DocumentEvent) - Method in interface javax.swing.event.DocumentListener
- 
Gives notification that a portion of the document has been
 removed. 
- removeUpdate(AbstractDocument.DefaultDocumentEvent) - Method in class javax.swing.text.AbstractDocument
- 
Updates any document structure as a result of text removal. 
- removeUpdate() - Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
- 
Updates the element structure in response to a removal from the
 associated sequence in the document. 
- removeUpdate(AbstractDocument.DefaultDocumentEvent) - Method in class javax.swing.text.DefaultStyledDocument
- 
Updates document structure as a result of text removal. 
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.FieldView
- 
Gives notification that something was removed from the document
 in a location that this view is responsible for. 
- removeUpdate(FlowView, DocumentEvent, Rectangle) - Method in class javax.swing.text.FlowView.FlowStrategy
- 
Gives notification that something was removed from the document
 in a location that the given flow view is responsible for. 
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.FlowView
- 
Gives notification that something was removed from the document
 in a location that this view is responsible for. 
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.GlyphView
- 
Gives notification that something was removed from the document
 in a location that this view is responsible for. 
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.html.InlineView
- 
Gives notification that something was removed from the document
 in a location that this view is responsible for. 
- removeUpdate(DocumentEvent) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Handles document remove (fire appropriate property change event,
 which is AccessibleContext.ACCESSIBLE_TEXT_PROPERTY). 
- removeUpdate(AbstractDocument.DefaultDocumentEvent) - Method in class javax.swing.text.PlainDocument
- 
Updates any document structure as a result of text removal. 
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.PlainView
- 
Gives notification that something was removed from the document
 in a location that this view is responsible for. 
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.View
- 
Gives notification that something was removed from the document
 in a location that this view is responsible for. 
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.WrappedPlainView
- 
Gives notification that something was removed from the
 document in a location that this view is responsible for. 
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.ZoneView
- 
Gives notification that something was removed from the document
 in a location that this view is responsible for. 
- removeValue(String) - Method in interface javax.net.ssl.SSLSession
- 
Removes the object bound to the given name in the session's
 application layer data. 
- removeVetoableChangeListener(VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
- 
Removes a VetoableChangeListener from the listener list. 
- removeVetoableChangeListener(String, VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
- 
Removes a VetoableChangeListener from the listener list for a specific
 property. 
- removeVetoableChangeListener(String, VetoableChangeListener) - Method in interface java.beans.beancontext.BeanContextChild
- 
Removes a VetoableChangeListenerfrom thisBeanContextChildso that it no longer receives
 events when the specified property changes.
 
- removeVetoableChangeListener(String, VetoableChangeListener) - Method in class java.beans.beancontext.BeanContextChildSupport
- 
Removes a VetoableChangeListener.
 
- removeVetoableChangeListener(VetoableChangeListener) - Method in class java.beans.VetoableChangeSupport
- 
Remove a VetoableChangeListener from the listener list. 
- removeVetoableChangeListener(String, VetoableChangeListener) - Method in class java.beans.VetoableChangeSupport
- 
Remove a VetoableChangeListener for a specific property. 
- removeVetoableChangeListener(VetoableChangeListener) - Method in class javax.swing.JComponent
- 
Removes a VetoableChangeListenerfrom the listener list.
 
- removeWindowFocusListener(WindowFocusListener) - Method in class java.awt.Window
- 
Removes the specified window focus listener so that it no longer
 receives window events from this window. 
- removeWindowListener(WindowListener) - Method in class java.awt.Window
- 
Removes the specified window listener so that it no longer
 receives window events from this window. 
- removeWindowStateListener(WindowStateListener) - Method in class java.awt.Window
- 
Removes the specified window state listener so that it no
 longer receives window events from this window. 
- rename(Name, Name) - Method in interface javax.naming.Context
- 
Binds a new name to the object bound to an old name, and unbinds
 the old name. 
- rename(String, String) - Method in interface javax.naming.Context
- 
Binds a new name to the object bound to an old name, and unbinds
 the old name. 
- rename(String, String) - Method in class javax.naming.InitialContext
-  
- rename(Name, Name) - Method in class javax.naming.InitialContext
-  
- renameFile(File, File) - Method in class javax.swing.plaf.basic.BasicDirectoryModel
- 
Renames a file in the underlying file system. 
- renameNode(Node, String, String) - Method in interface org.w3c.dom.Document
- 
Rename an existing node of type ELEMENT_NODEorATTRIBUTE_NODE.
 
- renameTo(File) - Method in class java.io.File
- 
Renames the file denoted by this abstract pathname. 
- render(Runnable) - Method in class javax.swing.text.AbstractDocument
- 
This allows the model to be safely rendered in the presence
 of currency, if the model supports being updated asynchronously. 
- render(Runnable) - Method in interface javax.swing.text.Document
- 
Allows the model to be safely rendered in the presence
 of concurrency, if the model supports being updated asynchronously. 
- RENDERABLE_IMAGE - Static variable in class javax.print.DocFlavor.SERVICE_FORMATTED
- 
Service formatted print data doc flavor with print data
 representation class name =
 "java.awt.image.renderable.RenderableImage"(renderable image object).
 
- RenderableImage - Interface in java.awt.image.renderable
- 
A RenderableImage is a common interface for rendering-independent
 images (a notion which subsumes resolution independence). 
- RenderableImageOp - Class in java.awt.image.renderable
- 
This class handles the renderable aspects of an operation with help
 from its associated instance of a ContextualRenderedImageFactory. 
- RenderableImageOp(ContextualRenderedImageFactory, ParameterBlock) - Constructor for class java.awt.image.renderable.RenderableImageOp
- 
Constructs a RenderedImageOp given a
 ContextualRenderedImageFactory object, and
 a ParameterBlock containing RenderableImage sources and other
 parameters. 
- RenderableImageProducer - Class in java.awt.image.renderable
- 
An adapter class that implements ImageProducer to allow the
 asynchronous production of a RenderableImage. 
- RenderableImageProducer(RenderableImage, RenderContext) - Constructor for class java.awt.image.renderable.RenderableImageProducer
- 
Constructs a new RenderableImageProducer from a RenderableImage
 and a RenderContext. 
- RenderContext - Class in java.awt.image.renderable
- 
A RenderContext encapsulates the information needed to produce a
 specific rendering from a RenderableImage. 
- RenderContext(AffineTransform, Shape, RenderingHints) - Constructor for class java.awt.image.renderable.RenderContext
- 
Constructs a RenderContext with a given transform. 
- RenderContext(AffineTransform) - Constructor for class java.awt.image.renderable.RenderContext
- 
Constructs a RenderContext with a given transform. 
- RenderContext(AffineTransform, RenderingHints) - Constructor for class java.awt.image.renderable.RenderContext
- 
Constructs a RenderContext with a given transform and rendering hints. 
- RenderContext(AffineTransform, Shape) - Constructor for class java.awt.image.renderable.RenderContext
- 
Constructs a RenderContext with a given transform and area of interest. 
- RenderedImage - Interface in java.awt.image
- 
RenderedImage is a common interface for objects which contain
 or can produce image data in the form of Rasters. 
- RenderedImageFactory - Interface in java.awt.image.renderable
- 
The RenderedImageFactory interface (often abbreviated RIF) is
 intended to be implemented by classes that wish to act as factories
 to produce different renderings, for example by executing a series
 of BufferedImageOps on a set of sources, depending on a specific
 set of parameters, properties, and rendering hints. 
- renderer - Variable in class javax.swing.JComboBox
- 
This protected field is implementation specific. 
- Renderer - Interface in javax.swing
- 
Defines the requirements for an object responsible for
 "rendering" (displaying) a value. 
- renderer - Variable in class javax.swing.tree.DefaultTreeCellEditor
- 
Renderer, used to get border and offsets from. 
- rendererPane - Variable in class javax.swing.plaf.basic.BasicListUI
-  
- rendererPane - Variable in class javax.swing.plaf.basic.BasicTableHeaderUI
-  
- rendererPane - Variable in class javax.swing.plaf.basic.BasicTableUI
-  
- rendererPane - Variable in class javax.swing.plaf.basic.BasicTreeUI
- 
Used to paint the TreeCellRenderer. 
- rendererPane - Variable in class javax.swing.plaf.metal.MetalComboBoxButton
-  
- RenderingHints - Class in java.awt
- 
The RenderingHintsclass defines and manages collections of
 keys and associated values which allow an application to provide input
 into the choice of algorithms used by other classes which perform
 rendering and image manipulation services.
 
- RenderingHints(Map<RenderingHints.Key, ?>) - Constructor for class java.awt.RenderingHints
- 
Constructs a new object with keys and values initialized
 from the specified Map object which may be null. 
- RenderingHints(RenderingHints.Key, Object) - Constructor for class java.awt.RenderingHints
- 
Constructs a new object with the specified key/value pair. 
- RenderingHints.Key - Class in java.awt
- 
Defines the base type of all keys used along with the
  RenderingHints class to control various
 algorithm choices in the rendering and imaging pipelines. 
- RenderingHints.Key(int) - Constructor for class java.awt.RenderingHints.Key
- 
Construct a key using the indicated private key. 
- reorderingAllowed - Variable in class javax.swing.table.JTableHeader
- 
If true, reordering of columns are allowed by the user;
 the default is true. 
- reorderVisually(byte[], int, Object[], int, int) - Static method in class java.text.Bidi
- 
Reorder the objects in the array into visual order based on their levels. 
- repaint() - Method in class java.awt.Component
- 
Repaints this component. 
- repaint(long) - Method in class java.awt.Component
- 
Repaints the component. 
- repaint(int, int, int, int) - Method in class java.awt.Component
- 
Repaints the specified rectangle of this component. 
- repaint(long, int, int, int, int) - Method in class java.awt.Component
- 
Repaints the specified rectangle of this component within
 tmmilliseconds.
 
- repaint() - Method in class javax.swing.DefaultListCellRenderer
- 
Overridden for performance reasons. 
- repaint(long, int, int, int, int) - Method in class javax.swing.DefaultListCellRenderer
- 
Overridden for performance reasons. 
- repaint(Rectangle) - Method in class javax.swing.DefaultListCellRenderer
- 
Overridden for performance reasons. 
- repaint(long, int, int, int, int) - Method in class javax.swing.JApplet
- 
Repaints the specified rectangle of this component within
 timemilliseconds.
 
- repaint(long, int, int, int, int) - Method in class javax.swing.JComponent
- 
Adds the specified region to the dirty region list if the component
 is showing. 
- repaint(Rectangle) - Method in class javax.swing.JComponent
- 
Adds the specified region to the dirty region list if the component
 is showing. 
- repaint(long, int, int, int, int) - Method in class javax.swing.JDialog
- 
Repaints the specified rectangle of this component within
 timemilliseconds.
 
- repaint(long, int, int, int, int) - Method in class javax.swing.JFrame
- 
Repaints the specified rectangle of this component within
 timemilliseconds.
 
- repaint(long, int, int, int, int) - Method in class javax.swing.JViewport
- 
Always repaint in the parents coordinate system to make sure
 only one paint is performed by the RepaintManager.
 
- repaint(long, int, int, int, int) - Method in class javax.swing.JWindow
- 
Repaints the specified rectangle of this component within
 timemilliseconds.
 
- repaint(long, int, int, int, int) - Method in class javax.swing.table.DefaultTableCellRenderer
- 
Overridden for performance reasons. 
- repaint(Rectangle) - Method in class javax.swing.table.DefaultTableCellRenderer
- 
Overridden for performance reasons. 
- repaint() - Method in class javax.swing.table.DefaultTableCellRenderer
- 
Overridden for performance reasons. 
- repaint() - Method in class javax.swing.text.DefaultCaret
- 
Cause the caret to be painted. 
- repaint(long, int, int, int, int) - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Overridden for performance reasons. 
- repaint(Rectangle) - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Overridden for performance reasons. 
- repaint() - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Overridden for performance reasons. 
- repaintCellFocus() - Method in class javax.swing.plaf.basic.BasicListUI.FocusHandler
-  
- RepaintManager - Class in javax.swing
- 
This class manages repaint requests, allowing the number
 of repaints to be minimized, for example by collapsing multiple
 requests into a single repaint for members of a component tree. 
- RepaintManager() - Constructor for class javax.swing.RepaintManager
- 
Create a new RepaintManager instance. 
- repeatKeyAction - Variable in class javax.swing.plaf.basic.BasicTreeUI.KeyHandler
- 
Key code that is being generated for. 
- replace(char, char) - Method in class java.lang.String
- 
Returns a new string resulting from replacing all occurrences of
 oldCharin this string withnewChar.
 
- replace(CharSequence, CharSequence) - Method in class java.lang.String
- 
Replaces each substring of this string that matches the literal target
 sequence with the specified literal replacement sequence. 
- replace(int, int, String) - Method in class java.lang.StringBuffer
-  
- replace(int, int, String) - Method in class java.lang.StringBuilder
-  
- REPLACE - Static variable in class java.nio.charset.CodingErrorAction
- 
Action indicating that a coding error is to be handled by dropping the
 erroneous input, appending the coder's replacement value to the output
 buffer, and resuming the coding operation. 
- replace(K, V, V) - Method in class java.util.concurrent.ConcurrentHashMap
- 
Replaces the entry for a key only if currently mapped to a given value. 
- replace(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
- 
Replaces the entry for a key only if currently mapped to some value. 
- replace(K, V, V) - Method in interface java.util.concurrent.ConcurrentMap
- 
Replaces the entry for a key only if currently mapped to a given value. 
- replace(K, V) - Method in interface java.util.concurrent.ConcurrentMap
- 
Replaces the entry for a key only if currently mapped to some value. 
- replace(K, V, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
- 
Replaces the entry for a key only if currently mapped to a given value. 
- replace(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
- 
Replaces the entry for a key only if currently mapped to some value. 
- replace(Component, Component) - Method in class javax.swing.GroupLayout
- 
Replaces an existing component with a new one. 
- replace(int, int, Element[]) - Method in class javax.swing.text.AbstractDocument.BranchElement
- 
Replaces content with a new set of elements. 
- replace(int, int, String, AttributeSet) - Method in class javax.swing.text.AbstractDocument
- 
Deletes the region of text from offsettooffset + length, and replaces it withtext.
 
- replace(int, int, View[]) - Method in class javax.swing.text.AsyncBoxView
- 
Calls the superclass to update the child views, and
 updates the status records for the children. 
- replace(int, int, View[]) - Method in class javax.swing.text.BoxView
- 
Invalidates the layout and resizes the cache of
 requests/allocations. 
- replace(int, int, View[]) - Method in class javax.swing.text.CompositeView
- 
Replaces child views. 
- replace(int, int, String, AttributeSet) - Method in class javax.swing.text.DocumentFilter.FilterBypass
- 
Deletes the region of text from offsettooffset + length, and replaces it withtext.
 
- replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class javax.swing.text.DocumentFilter
- 
Invoked prior to replacing a region of text in the
 specified Document. 
- replace(int, int, View[]) - Method in class javax.swing.text.TableView
- 
Change the child views. 
- replace(int, int, View[]) - Method in class javax.swing.text.TableView.TableRow
- 
Change the child views. 
- replace(int, int, View[]) - Method in class javax.swing.text.View
- 
Replaces child views. 
- REPLACE_ATTRIBUTE - Static variable in interface javax.naming.directory.DirContext
- 
This constant specifies to replace an attribute with specified values. 
- replaceAll(String, String) - Method in class java.lang.String
- 
Replaces each substring of this string that matches the given  regular expression with the
 given replacement. 
- replaceAll(List<T>, T, T) - Static method in class java.util.Collections
- 
Replaces all occurrences of one specified value in a list with another. 
- replaceAll(String) - Method in class java.util.regex.Matcher
- 
Replaces every subsequence of the input sequence that matches the
 pattern with the given replacement string. 
- replaceChild(Node, Node) - Method in class javax.imageio.metadata.IIOMetadataNode
- 
Replaces the child node oldChildwithnewChildin the list of children, and returns theoldChildnode.
 
- replaceChild(Node, Node) - Method in interface org.w3c.dom.Node
- 
Replaces the child node oldChildwithnewChildin the list of children, and returns theoldChildnode.
 
- replaceData(int, int, String) - Method in interface org.w3c.dom.CharacterData
- 
Replace the characters starting at the specified 16-bit unit offset
 with the specified string. 
- replaceEdit(UndoableEdit) - Method in class javax.swing.undo.AbstractUndoableEdit
- 
This default implementation returns false. 
- replaceEdit(UndoableEdit) - Method in interface javax.swing.undo.UndoableEdit
- 
Returns true if this UndoableEditshould replaceanEdit.
 
- replaceEditor(JComponent, JComponent) - Method in class javax.swing.plaf.basic.BasicSpinnerUI
- 
Called by the PropertyChangeListenerwhen theJSpinnereditor property changes.
 
- replaceEditor(JComponent, JComponent) - Method in class javax.swing.plaf.synth.SynthSpinnerUI
- 
Called by the PropertyChangeListenerwhen theJSpinnereditor property changes.
 
- replaceFirst(String, String) - Method in class java.lang.String
- 
Replaces the first substring of this string that matches the given  regular expression with the
 given replacement. 
- replaceFirst(String) - Method in class java.util.regex.Matcher
- 
Replaces the first subsequence of the input sequence that matches the
 pattern with the given replacement string. 
- replaceImageMetadata(int, IIOMetadata) - Method in class javax.imageio.ImageWriter
- 
Replaces the image metadata associated with an existing image. 
- replaceItem(String, int) - Method in class java.awt.List
- 
Replaces the item at the specified index in the scrolling list
 with the new string. 
- replacement() - Method in class java.nio.charset.CharsetDecoder
- 
Returns this decoder's replacement value. 
- replacement() - Method in class java.nio.charset.CharsetEncoder
- 
Returns this encoder's replacement value. 
- replaceObject(Object) - Method in class java.io.ObjectOutputStream
- 
This method will allow trusted subclasses of ObjectOutputStream to
 substitute one object for another during serialization. 
- replacePane(JComponent, JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
- 
Installs necessary mouse handlers on newPaneand adds it to the frame.
 
- replacePixels(RenderedImage, ImageWriteParam) - Method in class javax.imageio.ImageWriter
- 
Replaces a portion of an image already present in the output
 with a portion of the given image. 
- replacePixels(Raster, ImageWriteParam) - Method in class javax.imageio.ImageWriter
- 
Replaces a portion of an image already present in the output
 with a portion of the given Raster.
 
- replaceRange(String, int, int) - Method in class java.awt.TextArea
- 
Replaces text between the indicated start and end positions
 with the specified replacement text. 
- replaceRange(String, int, int) - Method in class javax.swing.JTextArea
- 
Replaces text from the indicated start to end position with the
 new text specified. 
- replaceSelection(String) - Method in class javax.swing.JEditorPane
- 
Replaces the currently selected content with new content
 represented by the given string. 
- replaceSelection(String) - Method in class javax.swing.JTextPane
- 
Replaces the currently selected content with new content
 represented by the given string. 
- replaceSelection(String) - Method in class javax.swing.text.JTextComponent
- 
Replaces the currently selected content with new content
 represented by the given string. 
- replaceStreamMetadata(IIOMetadata) - Method in class javax.imageio.ImageWriter
- 
Replaces the stream metadata in the output with new
 information. 
- replaceText(String, int, int) - Method in class java.awt.TextArea
- 
Deprecated.
As of JDK version 1.1,
 replaced by replaceRange(String, int, int).
 
 
- replaceText(int, int, String) - Method in interface javax.accessibility.AccessibleEditableText
- 
Replaces the text between two indices with the specified
 string. 
- replaceText(int, int, String) - Method in class javax.swing.JSpinner.AccessibleJSpinner
- 
Replaces the text between two indices with the specified
 string. 
- replaceText(int, int, String) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
- 
Replaces the text between two indices with the specified
 string. 
- replaceUIActionMap(JComponent, ActionMap) - Static method in class javax.swing.SwingUtilities
- 
Convenience method to change the UI ActionMap for componenttouiActionMap.
 
- replaceUIInputMap(JComponent, int, InputMap) - Static method in class javax.swing.SwingUtilities
- 
Convenience method to change the UI InputMap for componenttouiInputMap.
 
- replaceWholeText(String) - Method in interface org.w3c.dom.Text
- 
Replaces the text of the current node and all logically-adjacent text
 nodes with the specified text. 
- replaceWith(String) - Method in class java.nio.charset.CharsetDecoder
- 
Changes this decoder's replacement value. 
- replaceWith(byte[]) - Method in class java.nio.charset.CharsetEncoder
- 
Changes this encoder's replacement value. 
- ReplicateScaleFilter - Class in java.awt.image
- 
An ImageFilter class for scaling images using the simplest algorithm. 
- ReplicateScaleFilter(int, int) - Constructor for class java.awt.image.ReplicateScaleFilter
- 
Constructs a ReplicateScaleFilter that scales the pixels from
 its source Image as specified by the width and height parameters. 
- reply_status() - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
- 
Describes the state of the result of the operation invocation. 
- REPORT - Static variable in class java.nio.charset.CodingErrorAction
- 
Action indicating that a coding error is to be reported, either by
 returning a  CoderResult object or by throwing a  CharacterCodingException, whichever is appropriate for the method
 implementing the coding process. 
- REPORT - Static variable in class javax.print.attribute.standard.Severity
- 
- report(Diagnostic<? extends S>) - Method in class javax.tools.DiagnosticCollector
-  
- report(Diagnostic<? extends S>) - Method in interface javax.tools.DiagnosticListener
- 
Invoked when a problem is found. 
- report(String, String, Object, Location) - Method in interface javax.xml.stream.XMLReporter
- 
Report the desired message in an application specific format. 
- REPORTER - Static variable in class javax.xml.stream.XMLInputFactory
- 
The property used to
 set/get the implementation of the XMLReporter interface 
- reportError(String, Exception, int) - Method in class java.util.logging.Handler
- 
Protected convenience method to report an error to this Handler's
 ErrorManager. 
- RepositoryIdHelper - Class in org.omg.CORBA
- 
The Helper for RepositoryId. 
- RepositoryIdHelper() - Constructor for class org.omg.CORBA.RepositoryIdHelper
-  
- request(Object, String) - Method in class org.omg.CORBA.portable.Delegate
- 
Creates a Request instance for use in the Dynamic Invocation Interface. 
- request(Object, String, boolean) - Method in class org.omg.CORBA.portable.Delegate
- 
request is called by a stub to obtain an OutputStream for
 marshaling arguments. 
- Request - Class in org.omg.CORBA
- 
An object containing the information necessary for
 invoking a method. 
- Request() - Constructor for class org.omg.CORBA.Request
-  
- REQUEST_CIPHER_SUITE - Static variable in class javax.xml.ws.spi.http.HttpExchange
- 
Standard property: cipher suite value when the request is received
 over HTTPS 
- request_id() - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
- 
Returns an id that uniquely identifies an active request/reply 
 sequence. 
- REQUEST_KEY_SIZE - Static variable in class javax.xml.ws.spi.http.HttpExchange
- 
Standard property: bit size of the algorithm when the request is
 received over HTTPS 
- REQUEST_PROCESSING_POLICY_ID - Interface in org.omg.PortableServer
- 
org/omg/PortableServer/REQUEST_PROCESSING_POLICY_ID.java . 
- REQUEST_X509CERTIFICATE - Static variable in class javax.xml.ws.spi.http.HttpExchange
- 
Standard property: A SSL certificate, if any, associated with the request 
- requestAnonymity(boolean) - Method in interface org.ietf.jgss.GSSContext
- 
Requests that the initiator's identity not be
 disclosed to the acceptor. 
- requestConf(boolean) - Method in interface org.ietf.jgss.GSSContext
- 
Requests that data confidentiality be enabled
 for the wrapmethod.
 
- requestCredDeleg(boolean) - Method in interface org.ietf.jgss.GSSContext
- 
Requests that the initiator's credentials be
 delegated to the acceptor during context establishment. 
- requestDefaultFocus() - Method in class javax.swing.JComponent
- 
Deprecated.
As of 1.4, replaced by
 FocusTraversalPolicy.getDefaultComponent(Container).requestFocus()
 
 
- requestFocus() - Method in class java.awt.Component.AccessibleAWTComponent
- 
Requests focus for this object. 
- requestFocus() - Method in class java.awt.Component
- 
Requests that this Component get the input focus, and that this
 Component's top-level ancestor become the focused Window. 
- requestFocus(boolean) - Method in class java.awt.Component
- 
Requests that this Componentget the input focus,
 and that thisComponent's top-level ancestor
 become the focusedWindow.
 
- requestFocus() - Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
- 
Requests focus for this object. 
- requestFocus() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
- 
Requests focus for this object. 
- requestFocus() - Method in interface javax.accessibility.AccessibleComponent
- 
Requests focus for this object. 
- requestFocus() - Method in class javax.swing.JComponent
- 
Requests that this Componentgets the input focus.
 
- requestFocus(boolean) - Method in class javax.swing.JComponent
- 
Requests that this Componentgets the input focus.
 
- requestFocus() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-  
- requestFocus() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-  
- requestFocus() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-  
- requestFocus() - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SystemMenuBar
-  
- requestFocus() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-  
- requestFocusInWindow() - Method in class java.awt.Component
- 
Requests that this Component get the input focus, if this
 Component's top-level ancestor is already the focused
 Window. 
- requestFocusInWindow(boolean) - Method in class java.awt.Component
- 
Requests that this Componentget the input focus,
 if thisComponent's top-level ancestor is already
 the focusedWindow.
 
- requestFocusInWindow() - Method in class javax.swing.JComponent
- 
Requests that this Componentgets the input focus.
 
- requestFocusInWindow(boolean) - Method in class javax.swing.JComponent
- 
Requests that this Componentgets the input focus.
 
- RequestInfo - Interface in org.omg.PortableInterceptor
- 
Request Information, accessible to Interceptors. 
- RequestInfoOperations - Interface in org.omg.PortableInterceptor
- 
Request Information, accessible to Interceptors. 
- RequestingUserName - Class in javax.print.attribute.standard
- 
Class RequestingUserName is a printing attribute class, a text attribute,
 that specifies the name of the end user that submitted the print job. 
- RequestingUserName(String, Locale) - Constructor for class javax.print.attribute.standard.RequestingUserName
- 
Constructs a new requesting user name attribute with the given user
 name and locale. 
- requestInteg(boolean) - Method in interface org.ietf.jgss.GSSContext
- 
Requests that data integrity be enabled
 for the wrapandgetMICmethods.
 
- requestLifetime(int) - Method in interface org.ietf.jgss.GSSContext
- 
Requests a lifetime in seconds for the
 context. 
- requestMutualAuth(boolean) - Method in interface org.ietf.jgss.GSSContext
- 
Requests that mutual authentication be done during
 context establishment. 
- requestPasswordAuthentication(InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
- 
Ask the authenticator that has been registered with the system
 for a password. 
- requestPasswordAuthentication(String, InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
- 
Ask the authenticator that has been registered with the system
 for a password. 
- requestPasswordAuthentication(String, InetAddress, int, String, String, String, URL, Authenticator.RequestorType) - Static method in class java.net.Authenticator
- 
Ask the authenticator that has been registered with the system
 for a password. 
- RequestProcessingPolicy - Interface in org.omg.PortableServer
- 
This policy specifies how requests are processed by 
 the created POA. 
- RequestProcessingPolicyOperations - Interface in org.omg.PortableServer
- 
This policy specifies how requests are processed by 
 the created POA. 
- RequestProcessingPolicyValue - Class in org.omg.PortableServer
- 
The RequestProcessingPolicyValue can have the following
 values. 
- RequestProcessingPolicyValue(int) - Constructor for class org.omg.PortableServer.RequestProcessingPolicyValue
-  
- requestReplayDet(boolean) - Method in interface org.ietf.jgss.GSSContext
- 
Requests that replay detection be enabled for the
 per-message security services after context establishment. 
- requestSequenceDet(boolean) - Method in interface org.ietf.jgss.GSSContext
- 
Requests that sequence checking be enabled for the
 per-message security services after context establishment. 
- requestTopDownLeftRightResend(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
- 
Requests that a given ImageConsumer have the image data delivered
 one more time in top-down, left-right order. 
- requestTopDownLeftRightResend(ImageConsumer) - Method in interface java.awt.image.ImageProducer
- 
Requests, on behalf of the ImageConsumer,
 that theImageProducerattempt to resend
 the image data one more time in TOPDOWNLEFTRIGHT order
 so that higher quality conversion algorithms which
 depend on receiving pixels in order can be used to
 produce a better output version of the image.
 
- requestTopDownLeftRightResend(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
- 
Requests that a given ImageConsumer have the image data delivered
 one more time in top-down, left-right order. 
- requestTopDownLeftRightResend(ImageConsumer) - Method in class java.awt.image.renderable.RenderableImageProducer
- 
Requests that a given ImageConsumer have the image data delivered
 one more time in top-down, left-right order. 
- RequestWrapper - Annotation Type in javax.xml.ws
- 
Used to annotate methods in the Service Endpoint Interface with the request
 wrapper bean to be used at runtime. 
- require(int, String, String) - Method in class javax.xml.stream.util.StreamReaderDelegate
-  
- require(int, String, String) - Method in interface javax.xml.stream.XMLStreamReader
- 
Test if the current event is of the given type and if the namespace and name match the current
 namespace and name of the current event. 
- REQUIRED - Static variable in class java.awt.GraphicsConfigTemplate
- 
Value used for "Enum" (Integer) type. 
- required - Variable in class java.sql.DriverPropertyInfo
- 
The requiredfield istrueif a value must be
 supplied for this property
 duringDriver.connectandfalseotherwise.
 
- REQUIRED - Static variable in class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
- 
Required LoginModule.
 
- REQUIRED - Static variable in interface javax.swing.text.html.parser.DTDConstants
-  
- required - Variable in class javax.xml.ws.soap.AddressingFeature
- 
If addressing is enabled, this property determines whether the endpoint
 requires WS-Addressing. 
- RequiredModelMBean - Class in javax.management.modelmbean
- 
This class is the implementation of a ModelMBean. 
- RequiredModelMBean() - Constructor for class javax.management.modelmbean.RequiredModelMBean
- 
Constructs an RequiredModelMBeanwith an empty
 ModelMBeanInfo.
 
- RequiredModelMBean(ModelMBeanInfo) - Constructor for class javax.management.modelmbean.RequiredModelMBean
- 
Constructs a RequiredModelMBean object using ModelMBeanInfo passed in. 
- requireEnd() - Method in class java.util.regex.Matcher
- 
Returns true if more input could change a positive match into a
 negative one. 
- requireNonNull(T) - Static method in class java.util.Objects
- 
Checks that the specified object reference is not null.
 
- requireNonNull(T, String) - Static method in class java.util.Objects
- 
Checks that the specified object reference is not  null and
 throws a customized  NullPointerException if it is. 
- REQUIRES_ATTENTION - Static variable in class javax.print.event.PrintJobEvent
- 
The print service indicates that a - possibly transient - problem
 may require external intervention before the print service can
 continue. 
- requiresBidi(char[], int, int) - Static method in class java.text.Bidi
- 
Return true if the specified text requires bidi analysis. 
- REQUISITE - Static variable in class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
- 
Requisite LoginModule.
 
- RescaleOp - Class in java.awt.image
- 
This class performs a pixel-by-pixel rescaling of the data in the
 source image by multiplying the sample values for each pixel by a scale
 factor and then adding an offset. 
- RescaleOp(float[], float[], RenderingHints) - Constructor for class java.awt.image.RescaleOp
- 
Constructs a new RescaleOp with the desired scale factors
 and offsets. 
- RescaleOp(float, float, RenderingHints) - Constructor for class java.awt.image.RescaleOp
- 
Constructs a new RescaleOp with the desired scale factor
 and offset. 
- rescanCurrentDirectory() - Method in class javax.swing.JFileChooser
- 
Tells the UI to rescan its files list from the current directory. 
- rescanCurrentDirectory(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-  
- rescanCurrentDirectory(JFileChooser) - Method in class javax.swing.plaf.FileChooserUI
-  
- rescanCurrentDirectory(JFileChooser) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-  
- rescanCurrentDirectory(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
- 
Invokes the rescanCurrentDirectorymethod on each UI handled by this object.
 
- resendTopDownLeftRight(ImageProducer) - Method in class java.awt.image.ImageFilter
- 
Responds to a request for a TopDownLeftRight (TDLR) ordered resend
 of the pixel data from an ImageConsumer.
 
- RESERVED_ID_MAX - Static variable in class java.awt.AWTEvent
- 
The maximum value for reserved AWT event IDs. 
- RESERVED_UIROLE - Static variable in class javax.print.ServiceUIFactory
- 
Not a valid role but role id's greater than this may be used
 for private roles supported by a service. 
- reset() - Method in class java.awt.geom.Area
- 
Removes all of the geometry from this Areaand
 restores it to an empty area.
 
- reset() - Method in class java.awt.geom.Path2D
- 
Resets the path to empty. 
- reset() - Method in class java.awt.Polygon
- 
Resets this Polygonobject to an empty polygon.
 
- reset() - Method in class java.io.BufferedInputStream
- 
See the general contract of the resetmethod ofInputStream.
 
- reset() - Method in class java.io.BufferedReader
- 
Resets the stream to the most recent mark. 
- reset() - Method in class java.io.ByteArrayInputStream
- 
Resets the buffer to the marked position. 
- reset() - Method in class java.io.ByteArrayOutputStream
- 
Resets the countfield of this byte array output
 stream to zero, so that all currently accumulated output in the
 output stream is discarded.
 
- reset() - Method in class java.io.CharArrayReader
- 
Resets the stream to the most recent mark, or to the beginning if it has
 never been marked. 
- reset() - Method in class java.io.CharArrayWriter
- 
Resets the buffer so that you can use it again without
 throwing away the already allocated buffer. 
- reset() - Method in class java.io.FilterInputStream
- 
Repositions this stream to the position at the time the
 markmethod was last called on this input stream.
 
- reset() - Method in class java.io.FilterReader
- 
Resets the stream. 
- reset() - Method in class java.io.InputStream
- 
Repositions this stream to the position at the time the
 markmethod was last called on this input stream.
 
- reset() - Method in class java.io.LineNumberInputStream
- 
Deprecated. Repositions this stream to the position at the time the
 markmethod was last called on this input stream.
 
- reset() - Method in class java.io.LineNumberReader
- 
Reset the stream to the most recent mark. 
- reset() - Method in class java.io.ObjectOutputStream
- 
Reset will disregard the state of any objects already written to the
 stream. 
- reset() - Method in class java.io.PushbackInputStream
- 
Repositions this stream to the position at the time the
 markmethod was last called on this input stream.
 
- reset() - Method in class java.io.PushbackReader
- 
Resets the stream. 
- reset() - Method in class java.io.Reader
- 
Resets the stream. 
- reset() - Method in class java.io.StringBufferInputStream
- 
Deprecated. Resets the input stream to begin reading from the first character
 of this input stream's underlying buffer. 
- reset() - Method in class java.io.StringReader
- 
Resets the stream to the most recent mark, or to the beginning of the
 string if it has never been marked. 
- reset() - Method in class java.nio.Buffer
- 
Resets this buffer's position to the previously-marked position. 
- reset() - Method in class java.nio.charset.CharsetDecoder
- 
Resets this decoder, clearing any internal state. 
- reset() - Method in class java.nio.charset.CharsetEncoder
- 
Resets this encoder, clearing any internal state. 
- reset() - Method in interface java.nio.file.WatchKey
- 
Resets this watch key. 
- reset() - Method in class java.security.MessageDigest
- 
Resets the digest for further use. 
- reset() - Method in class java.text.CollationElementIterator
- 
Resets the cursor to the beginning of the string. 
- reset() - Method in class java.util.concurrent.CyclicBarrier
- 
Resets the barrier to its initial state. 
- reset() - Method in class java.util.logging.LogManager
- 
Reset the logging configuration. 
- reset() - Method in class java.util.regex.Matcher
- 
Resets this matcher. 
- reset(CharSequence) - Method in class java.util.regex.Matcher
- 
Resets this matcher with a new input sequence. 
- reset() - Method in class java.util.Scanner
- 
Resets this scanner. 
- reset() - Method in class java.util.zip.Adler32
- 
Resets the checksum to initial value. 
- reset() - Method in interface java.util.zip.Checksum
- 
Resets the checksum to its initial value. 
- reset() - Method in class java.util.zip.CRC32
- 
Resets CRC-32 to initial value. 
- reset() - Method in class java.util.zip.Deflater
- 
Resets deflater so that a new set of input data can be processed. 
- reset() - Method in class java.util.zip.DeflaterInputStream
- 
This operation is not supported. 
- reset() - Method in class java.util.zip.Inflater
- 
Resets inflater so that a new set of input data can be processed. 
- reset() - Method in class java.util.zip.InflaterInputStream
- 
Repositions this stream to the position at the time the
 markmethod was last called on this input stream.
 
- reset() - Method in class javax.crypto.Mac
- 
Resets this Macobject.
 
- reset() - Method in class javax.imageio.ImageReader
- 
Restores the ImageReaderto its initial state.
 
- reset() - Method in class javax.imageio.ImageWriter
- 
Restores the ImageWriterto its initial state.
 
- reset() - Method in class javax.imageio.metadata.IIOMetadata
- 
Resets all the data stored in this object to default values,
 usually to the state this object was in immediately after
 construction, though the precise semantics are plug-in specific. 
- reset() - Method in interface javax.imageio.stream.ImageInputStream
- 
Returns the stream pointer to its previous position, including
 the bit offset, at the time of the most recent unmatched call
 to mark.
 
- reset() - Method in class javax.imageio.stream.ImageInputStreamImpl
- 
Resets the current stream byte and bit positions from the stack
 of marked positions. 
- reset() - Method in class javax.sound.sampled.AudioInputStream
- 
Repositions this audio input stream to the position it had at the time its
 markmethod was last invoked.
 
- reset() - Method in class javax.swing.ProgressMonitorInputStream
- 
Overrides FilterInputStream.resetto reset the progress monitor as well as the stream.
 
- RESET - Static variable in class javax.swing.text.html.FormView
- 
Deprecated.
As of 1.3, value comes from UIManager UIManager property
             FormView.resetButtonText 
 
- reset() - Method in class javax.xml.bind.util.ValidationEventCollector
- 
Clear all collected errors and warnings. 
- reset() - Method in class javax.xml.datatype.XMLGregorianCalendar
- 
Reset this XMLGregorianCalendarto its original values.
 
- reset() - Method in class javax.xml.parsers.DocumentBuilder
- 
Reset this DocumentBuilderto its original configuration.
 
- reset() - Method in class javax.xml.parsers.SAXParser
- 
Reset this SAXParserto its original configuration.
 
- reset() - Method in class javax.xml.transform.Transformer
- 
Reset this Transformerto its original configuration.
 
- reset() - Method in class javax.xml.validation.Validator
- 
Reset this Validatorto its original configuration.
 
- reset() - Method in interface javax.xml.xpath.XPath
- 
Reset this XPathto its original configuration.
 
- reset() - Method in class org.xml.sax.helpers.NamespaceSupport
- 
Reset this Namespace support object for reuse. 
- RESET_FLAGS_ALREADY_NOTIFIED - Static variable in class javax.management.monitor.Monitor
- 
- resetAllControllers() - Method in interface javax.sound.midi.MidiChannel
- 
Resets all the implemented controllers to their default values. 
- resetChoosableFileFilters() - Method in class javax.swing.JFileChooser
- 
Resets the choosable file filter list to its starting state. 
- resetInputValue() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
- 
Sets the input value in the option pane the receiver is providing
 the look and feel for based on the value in the inputComponent. 
- resetKeyboardActions() - Method in class javax.swing.JComponent
- 
Unregisters all the bindings in the first tier InputMapsandActionMap.
 
- resetLayoutManager() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Resets the layout manager based on orientation and messages it
 with invalidateLayout to pull in appropriate Components. 
- resetMarksAtZero() - Method in class javax.swing.text.GapContent
- 
Resets all the marks that have an offset of 0 to have an index of
 zero as well. 
- resetPeakThreadCount() - Method in interface java.lang.management.ThreadMXBean
- 
Resets the peak thread count to the current number of
 live threads. 
- resetPeakUsage() - Method in interface java.lang.management.MemoryPoolMXBean
- 
Resets the peak memory usage statistic of this memory pool
 to the current memory usage. 
- resetRecognizer() - Method in class java.awt.dnd.DragGestureRecognizer
- 
Reset the Recognizer, if its currently recognizing a gesture, ignore
 it. 
- resetRowSelection() - Method in class javax.swing.tree.DefaultTreeSelectionModel
- 
Updates this object's mapping from TreePath to rows. 
- resetRowSelection() - Method in interface javax.swing.tree.TreeSelectionModel
- 
Updates this object's mapping from TreePaths to rows. 
- resetSizeAt(int) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- 
Resets the size of the Component at the passed in location. 
- resetSyntax() - Method in class java.io.StreamTokenizer
- 
Resets this tokenizer's syntax table so that all characters are
 "ordinary." See the ordinaryCharmethod
 for more information on a character being ordinary.
 
- resetToPreferredSizes() - Method in class javax.swing.JSplitPane
- 
Lays out the JSplitPanelayout based on the preferred size
 of the children components.
 
- resetToPreferredSizes() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- 
Marks the receiver so that the next time this instance is
 laid out it'll ask for the preferred sizes. 
- resetToPreferredSizes(JSplitPane) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Messaged to reset the preferred sizes. 
- resetToPreferredSizes(JSplitPane) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- 
Invokes the resetToPreferredSizesmethod on each UI handled by this object.
 
- resetToPreferredSizes(JSplitPane) - Method in class javax.swing.plaf.SplitPaneUI
- 
Messaged to relayout the JSplitPane based on the preferred size
 of the children components. 
- resetViewPort() - Method in class javax.swing.JScrollPane.AccessibleJScrollPane
-  
- reshape(int, int, int, int) - Method in class java.awt.Component
- 
Deprecated.
As of JDK version 1.1,
 replaced by setBounds(int, int, int, int).
 
 
- reshape(int, int, int, int) - Method in class java.awt.Rectangle
- 
Deprecated.
As of JDK version 1.1,
 replaced by setBounds(int, int, int, int).
 
 
- reshape(int, int, int, int) - Method in class java.awt.Window
- 
Deprecated.
As of JDK version 1.1,
 replaced by setBounds(int, int, int, int).
 
 
- reshape(int, int, int, int) - Method in class javax.swing.JComponent
- 
Deprecated.
As of JDK 5,
 replaced by Component.setBounds(int, int, int, int).
 Moves and resizes this component. 
 
 
- reshape(int, int, int, int) - Method in class javax.swing.JInternalFrame
- 
Moves and resizes this component. 
- reshape(int, int, int, int) - Method in class javax.swing.JViewport
- 
Sets the bounds of this viewport. 
- RESIZABLE - Static variable in class javax.accessibility.AccessibleState
- 
Indicates the size of this object is not fixed. 
- resizable - Variable in class javax.swing.JInternalFrame
- 
The frame's size can be changed. 
- resize(int, int) - Method in class java.applet.Applet
- 
Requests that this applet be resized. 
- resize(Dimension) - Method in class java.applet.Applet
- 
Requests that this applet be resized. 
- resize(int, int) - Method in class java.awt.Component
- 
Deprecated.
As of JDK version 1.1,
 replaced by setSize(int, int).
 
 
- resize(Dimension) - Method in class java.awt.Component
- 
Deprecated.
As of JDK version 1.1,
 replaced by setSize(Dimension).
 
 
- resize(int, int) - Method in class java.awt.Rectangle
- 
Deprecated.
As of JDK version 1.1,
 replaced by setSize(int, int).
 
 
- RESIZE_NONE - Variable in class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
-  
- RESIZE_WEIGHT_PROPERTY - Static variable in class javax.swing.JSplitPane
- 
Bound property for weight. 
- resizeAndRepaint() - Method in class javax.swing.JTable
- 
Equivalent to revalidatefollowed byrepaint.
 
- resizeAndRepaint() - Method in class javax.swing.table.JTableHeader
- 
Sizes the header and marks it as needing display. 
- resizedPostingDisableCount - Variable in class javax.swing.table.TableColumn
- 
Deprecated.
as of Java 2 platform v1.3 
 
- resizeFrame(JComponent, int, int, int, int) - Method in class javax.swing.DefaultDesktopManager
- 
Calls setBoundsForFramewith the new values.
 
- resizeFrame(JComponent, int, int, int, int) - Method in interface javax.swing.DesktopManager
- 
The user has resized the component. 
- resizingAllowed - Variable in class javax.swing.table.JTableHeader
- 
If true, resizing of columns are allowed by the user;
 the default is true. 
- resizingColumn - Variable in class javax.swing.table.JTableHeader
- 
The index of the column being resized. 
- resolution - Variable in class javax.sound.midi.MidiFileFormat
- 
The timing resolution of the MIDI file. 
- resolution - Variable in class javax.sound.midi.Sequence
- 
The timing resolution of the sequence. 
- ResolutionSyntax - Class in javax.print.attribute
- 
Class ResolutionSyntax is an abstract base class providing the common
 implementation of all attributes denoting a printer resolution. 
- ResolutionSyntax(int, int, int) - Constructor for class javax.print.attribute.ResolutionSyntax
- 
Construct a new resolution attribute from the given items. 
- resolve(URI) - Method in class java.net.URI
- 
Resolves the given URI against this URI. 
- resolve(String) - Method in class java.net.URI
- 
Constructs a new URI by parsing the given string and then resolving it
 against this URI. 
- resolve(Path) - Method in interface java.nio.file.Path
- 
Resolve the given path against this path. 
- resolve(String) - Method in interface java.nio.file.Path
- 
Converts a given path string to a  Path and resolves it against
 this  Path in exactly the manner specified by the  resolve method. 
- resolve(String, String) - Method in interface javax.xml.transform.URIResolver
- 
Called by the processor when it encounters
 an xsl:include, xsl:import, or document() function. 
- resolve(NameComponent[]) - Method in class org.omg.CosNaming._NamingContextExtStub
- 
The resolve operation is the process of retrieving an object
 bound to a name in a given context. 
- resolve(NameComponent[]) - Method in class org.omg.CosNaming._NamingContextStub
- 
The resolve operation is the process of retrieving an object
 bound to a name in a given context. 
- resolve(NameComponent[]) - Method in interface org.omg.CosNaming.NamingContextOperations
- 
The resolve operation is the process of retrieving an object
 bound to a name in a given context. 
- resolve_initial_references(String) - Method in class org.omg.CORBA.ORB
- 
Resolves a specific object reference from the set of available
 initial service names. 
- resolve_initial_references(String) - Method in interface org.omg.PortableInterceptor.ORBInitInfoOperations
- 
Identical to ORB.resolve_initial_references.
 
- resolve_str(String) - Method in class org.omg.CosNaming._NamingContextExtStub
- 
This operation resolves the Stringified name into the object
 reference. 
- resolve_str(String) - Method in interface org.omg.CosNaming.NamingContextExtOperations
- 
This operation resolves the Stringified name into the object
 reference. 
- ResolveAttribute - Static variable in interface javax.swing.text.AttributeSet
- 
Attribute name used to identify the resolving parent
 set of attributes, if one is defined. 
- ResolveAttribute - Static variable in class javax.swing.text.StyleConstants
- 
Attribute name used to identifiy the resolving parent
 set of attributes, if one is defined. 
- resolveClass(ObjectStreamClass) - Method in class java.io.ObjectInputStream
- 
Load the local class equivalent of the specified stream class
 description. 
- resolveClass(Class<?>) - Method in class java.lang.ClassLoader
- 
Links the specified class. 
- resolvedName - Variable in exception javax.naming.NamingException
- 
Contains the part of the name that has been successfully resolved. 
- resolvedObj - Variable in exception javax.naming.NamingException
- 
Contains the object to which resolution of the part of the name was
 successful. 
- resolvedObj - Variable in class javax.naming.spi.ResolveResult
- 
Field containing the Object that was resolved to successfully. 
- resolveEntity(String, String, String, String) - Method in interface javax.xml.stream.XMLResolver
- 
Retrieves a resource. 
- resolveEntity(String, String) - Method in interface org.xml.sax.EntityResolver
- 
Allow the application to resolve external entities. 
- resolveEntity(String, String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
- 
Tells the parser to resolve the systemId against the baseURI
 and read the entity text from that resulting absolute URI. 
- resolveEntity(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
- 
- resolveEntity(String, String, String, String) - Method in interface org.xml.sax.ext.EntityResolver2
- 
Allows applications to map references to external entities into input
 sources, or tell the parser it should use conventional URI resolution. 
- resolveEntity(String, String) - Method in class org.xml.sax.HandlerBase
- 
Deprecated. Resolve an external entity. 
- resolveEntity(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
- 
Resolve an external entity. 
- resolveEntity(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
- 
Filter an external entity resolution. 
- resolveFunction(QName, int) - Method in interface javax.xml.xpath.XPathFunctionResolver
- 
Find a function in the set of available functions. 
- resolveObject(Object) - Method in class java.io.ObjectInputStream
- 
This method will allow trusted subclasses of ObjectInputStream to
 substitute one object for another during deserialization. 
- resolveProxyClass(String[]) - Method in class java.io.ObjectInputStream
- 
Returns a proxy class that implements the interfaces named in a proxy
 class descriptor; subclasses may implement this method to read custom
 data from the stream along with the descriptors for dynamic proxy
 classes, allowing them to use an alternate loading mechanism for the
 interfaces and the proxy class. 
- Resolver - Interface in javax.naming.spi
- 
This interface represents an "intermediate context" for name resolution. 
- RESOLVER - Static variable in class javax.xml.stream.XMLInputFactory
- 
The property used to set/get the implementation of the XMLResolver 
- resolveResource(String, String, String, String, String) - Method in interface org.w3c.dom.ls.LSResourceResolver
- 
Allow the application to resolve external resources. 
- ResolveResult - Class in javax.naming.spi
- 
This class represents the result of resolution of a name. 
- ResolveResult() - Constructor for class javax.naming.spi.ResolveResult
- 
Constructs an instance of ResolveResult with the
 resolved object and remaining name both initialized to null. 
- ResolveResult(Object, String) - Constructor for class javax.naming.spi.ResolveResult
- 
Constructs a new instance of ResolveResult consisting of
 the resolved object and the remaining unresolved component. 
- ResolveResult(Object, Name) - Constructor for class javax.naming.spi.ResolveResult
- 
Constructs a new instance of ResolveResult consisting of
 the resolved Object and the remaining name. 
- resolveSibling(Path) - Method in interface java.nio.file.Path
- 
Resolves the given path against this path's  parent
 path. 
- resolveSibling(String) - Method in interface java.nio.file.Path
- 
Converts a given path string to a  Path and resolves it against
 this path's  parent path in exactly the manner
 specified by the  resolveSibling method. 
- resolveToClass(Name, Class<? extends Context>) - Method in interface javax.naming.spi.Resolver
- 
Partially resolves a name. 
- resolveToClass(String, Class<? extends Context>) - Method in interface javax.naming.spi.Resolver
- 
Partially resolves a name. 
- resolveVariable(QName) - Method in interface javax.xml.xpath.XPathVariableResolver
- 
Find a variable in the set of available variables. 
- Resource - Annotation Type in javax.annotation
- 
The Resource annotation marks a resource that is needed
 by the application. 
- Resource.AuthenticationType - Enum in javax.annotation
- 
The two possible authentication types for a resource. 
- ResourceBundle - Class in java.util
- 
Resource bundles contain locale-specific objects. 
- ResourceBundle() - Constructor for class java.util.ResourceBundle
- 
Sole constructor. 
- ResourceBundle.Control - Class in java.util
- 
ResourceBundle.Control defines a set of callback methods
 that are invoked by the  ResourceBundle.getBundle factory
 methods during the bundle loading process. 
- ResourceBundle.Control() - Constructor for class java.util.ResourceBundle.Control
- 
Sole constructor. 
- Resources - Annotation Type in javax.annotation
- 
This class is used to allow multiple resources declarations. 
- RESOURCES_ARE_NOT_READY - Static variable in class javax.print.attribute.standard.JobStateReason
- 
At least one of the resources needed by the job, such as media, fonts,
 resource objects, etc., is not ready on any of the physical printers
 for which the job is a candidate. 
- RespectBinding - Annotation Type in javax.xml.ws
- 
This feature clarifies the use of the wsdl:bindingin a JAX-WS runtime.
 
- RespectBindingFeature - Class in javax.xml.ws
- 
This feature clarifies the use of the wsdl:bindingin a JAX-WS runtime.
 
- RespectBindingFeature() - Constructor for class javax.xml.ws.RespectBindingFeature
- 
Creates an RespectBindingFeature.
 
- RespectBindingFeature(boolean) - Constructor for class javax.xml.ws.RespectBindingFeature
- 
Creates an RespectBindingFeature 
- Response<T> - Interface in javax.xml.ws
- 
The Responseinterface provides methods used to obtain the
  payload and context of a message sent in response to an operation
  invocation.
 
- response_expected() - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
- 
Indicates whether a response is expected. 
- ResponseCache - Class in java.net
- 
Represents implementations of URLConnection caches. 
- ResponseCache() - Constructor for class java.net.ResponseCache
-  
- responseCode() - Method in exception java.net.HttpRetryException
- 
Returns the http response code 
- responseCode - Variable in class java.net.HttpURLConnection
- 
An intrepresenting the three digit HTTP Status-Code.
 
- ResponseHandler - Interface in org.omg.CORBA.portable
- 
This interface is supplied by an ORB to a servant at invocation time and allows
the servant to later retrieve an OutputStream for returning the invocation results. 
- responseMessage - Variable in class java.net.HttpURLConnection
- 
The HTTP response message. 
- ResponseWrapper - Annotation Type in javax.xml.ws
- 
Used to annotate methods in the Service Endpoint Interface with the response
 wrapper bean to be used at runtime. 
- rest_of_name - Variable in exception org.omg.CosNaming.NamingContextPackage.CannotProceed
-  
- rest_of_name - Variable in exception org.omg.CosNaming.NamingContextPackage.NotFound
-  
- restart() - Method in class javax.swing.Timer
- 
Restarts the Timer,
 canceling any pending firings and causing
 it to fire with its initial delay.
 
- RESTORE_CMD - Static variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-  
- restoreAction - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-  
- restoreComposedText() - Method in class javax.swing.text.JTextComponent
- 
Restores composed text previously saved by saveComposedText.
 
- restoreOriginal() - Method in interface javax.sql.rowset.CachedRowSet
- 
Restores this CachedRowSetobject to its original
 value, that is, its value before the last set of changes.
 
- restoreState(Hashtable<?, ?>) - Method in interface javax.swing.undo.StateEditable
- 
Upon receiving this message the receiver should extract any relevant
 state out of state. 
- restoreSubcomponentFocus() - Method in class javax.swing.JInternalFrame
- 
Requests the internal frame to restore focus to the
 last subcomponent that had focus. 
- Result - Interface in javax.xml.transform
- 
An object that implements this interface contains the information
 needed to build a transformation result tree. 
- result() - Method in class org.omg.CORBA.Request
- 
Retrieves the NamedValueobject containing the return
 value for the method.
 
- result(Any) - Method in class org.omg.CORBA.ServerRequest
- 
Deprecated.
use the method set_result
 
 
- result() - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
- 
Returns an any containing the result of the operation invocation. 
- ResultSet - Interface in java.sql
- 
A table of data representing a database result set, which
 is usually generated by executing a statement that queries the database. 
- ResultSetMetaData - Interface in java.sql
- 
An object that can be used to get information about the types
 and properties of the columns in a ResultSetobject.
 
- resume() - Method in class java.lang.Thread
- 
- resume() - Method in class java.lang.ThreadGroup
- 
Deprecated.
This method is used solely in conjunction with
      Thread.suspend and ThreadGroup.suspend,
       both of which have been deprecated, as they are inherently
       deadlock-prone.  See Thread.suspend()for details.
 
 
- RETAIN - Static variable in class org.omg.PortableServer.ServantRetentionPolicyValue
-  
- retainAll(Collection) - Method in class java.beans.beancontext.BeanContextSupport
- 
retain only specified children (Unsupported)
 implementations must synchronized on the hierarchy lock and "children" protected field 
- retainAll(Collection<?>) - Method in class java.util.AbstractCollection
- 
Retains only the elements in this collection that are contained in the
 specified collection (optional operation). 
- retainAll(Collection<?>) - Method in class java.util.ArrayList
- 
Retains only the elements in this list that are contained in the
 specified collection. 
- retainAll(Collection<?>) - Method in interface java.util.Collection
- 
Retains only the elements in this collection that are contained in the
 specified collection (optional operation). 
- retainAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
- 
Retains only the elements in this list that are contained in the
 specified collection. 
- retainAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArraySet
- 
Retains only the elements in this set that are contained in the
 specified collection. 
- retainAll(Collection<?>) - Method in class java.util.concurrent.SynchronousQueue
- 
Always returns false. 
- retainAll(Collection<?>) - Method in interface java.util.List
- 
Retains only the elements in this list that are contained in the
 specified collection (optional operation). 
- retainAll(Collection<?>) - Method in interface java.util.Set
- 
Retains only the elements in this set that are contained in the
 specified collection (optional operation). 
- retainAll(Collection<?>) - Method in class java.util.Vector
- 
Retains only the elements in this Vector that are contained in the
 specified Collection. 
- Retention - Annotation Type in java.lang.annotation
- 
Indicates how long annotations with the annotated type are to
 be retained. 
- RetentionPolicy - Enum in java.lang.annotation
- 
Annotation retention policy. 
- retransformClasses(Class<?>...) - Method in interface java.lang.instrument.Instrumentation
- 
Retransform the supplied set of classes. 
- RetrievalMethod - Interface in javax.xml.crypto.dsig.keyinfo
- 
- retrieveAllRoles() - Method in interface javax.management.relation.Relation
- 
Returns all roles in the relation without checking read mode. 
- retrieveAllRoles() - Method in class javax.management.relation.RelationSupport
- 
Returns all roles in the relation without checking read mode. 
- retryReferral() - Method in exception javax.naming.ReferralException
- 
Retries the referral currently being processed. 
- RETURN_GENERATED_KEYS - Static variable in interface java.sql.Statement
- 
The constant indicating that generated keys should be made
 available for retrieval. 
- return_value() - Method in class org.omg.CORBA.Request
- 
Returns the Anyobject that contains the value for the
 result of the method.
 
- returnType() - Method in class java.lang.invoke.MethodType
- 
Returns the return type of this method type. 
- REUSE - Static variable in class javax.security.sasl.Sasl
- 
The name of a property that specifies whether to reuse previously
 authenticated session information. 
- REV - Static variable in class javax.swing.text.html.HTML.Attribute
-  
- revalidate() - Method in class java.awt.Component.BltBufferStrategy
- 
Restore the drawing buffer if it has been lost 
- revalidate() - Method in class java.awt.Component.FlipBufferStrategy
- 
Restore the drawing buffer if it has been lost 
- revalidate() - Method in class java.awt.Component
- 
Revalidates the component hierarchy up to the nearest validate root. 
- revalidate() - Method in class javax.swing.DefaultListCellRenderer
- 
Overridden for performance reasons. 
- revalidate() - Method in class javax.swing.JComponent
- 
Supports deferred automatic layout. 
- revalidate() - Method in class javax.swing.table.DefaultTableCellRenderer
- 
Overridden for performance reasons. 
- revalidate() - Method in class javax.swing.tree.DefaultTreeCellRenderer
- 
Overridden for performance reasons. 
- REVERB - Static variable in class javax.sound.sampled.EnumControl.Type
- 
Represents a control over a set of possible reverberation settings. 
- REVERB_RETURN - Static variable in class javax.sound.sampled.FloatControl.Type
- 
Represents a control for the post-reverb gain on a line. 
- REVERB_SEND - Static variable in class javax.sound.sampled.FloatControl.Type
- 
Represents a control for the pre-reverb gain on a line. 
- ReverbType - Class in javax.sound.sampled
- 
The ReverbTypeclass provides methods for
 accessing various reverberation settings to be applied to
 an audio signal.
 
- ReverbType(String, int, float, int, float, int) - Constructor for class javax.sound.sampled.ReverbType
- 
Constructs a new reverb type that has the specified reverberation
 parameter values. 
- reverse(int) - Static method in class java.lang.Integer
- 
Returns the value obtained by reversing the order of the bits in the
 two's complement binary representation of the specified intvalue.
 
- reverse(long) - Static method in class java.lang.Long
- 
Returns the value obtained by reversing the order of the bits in the
 two's complement binary representation of the specified longvalue.
 
- reverse() - Method in class java.lang.StringBuffer
-  
- reverse() - Method in class java.lang.StringBuilder
-  
- reverse(List<?>) - Static method in class java.util.Collections
- 
Reverses the order of the elements in the specified list. 
- REVERSE_LANDSCAPE - Static variable in class java.awt.print.PageFormat
- 
The origin is at the top right of the paper with x
  running top to bottom and y running right to left. 
- REVERSE_LANDSCAPE - Static variable in class javax.print.attribute.standard.OrientationRequested
- 
The content will be imaged across the long edge of the medium, but in
 the opposite manner from landscape. 
- REVERSE_PORTRAIT - Static variable in class javax.print.attribute.standard.OrientationRequested
- 
The content will be imaged across the short edge of the medium, but in
 the opposite manner from portrait. 
- reverseBytes(char) - Static method in class java.lang.Character
- 
Returns the value obtained by reversing the order of the bytes in the
 specified char value. 
- reverseBytes(int) - Static method in class java.lang.Integer
- 
Returns the value obtained by reversing the order of the bytes in the
 two's complement representation of the specified intvalue.
 
- reverseBytes(long) - Static method in class java.lang.Long
- 
Returns the value obtained by reversing the order of the bytes in the
 two's complement representation of the specified longvalue.
 
- reverseBytes(short) - Static method in class java.lang.Short
- 
Returns the value obtained by reversing the order of the bytes in the
 two's complement representation of the specified shortvalue.
 
- reverseOrder() - Static method in class java.util.Collections
- 
Returns a comparator that imposes the reverse of the natural
 ordering on a collection of objects that implement the
 Comparableinterface.
 
- reverseOrder(Comparator<T>) - Static method in class java.util.Collections
- 
Returns a comparator that imposes the reverse ordering of the specified
 comparator. 
- REVERT - Static variable in class javax.swing.JFormattedTextField
- 
Constant identifying that when focus is lost, editing value should
 be reverted to current value set on the
 JFormattedTextField.
 
- revokeService(Class, BeanContextServiceProvider, boolean) - Method in interface java.beans.beancontext.BeanContextServices
- 
BeanContextServiceProviders wishing to remove
 a currently registered service from this context
 may do so via invocation of this method. 
- revokeService(Class, BeanContextServiceProvider, boolean) - Method in class java.beans.beancontext.BeanContextServicesSupport
- 
remove a service 
- rewind() - Method in class java.nio.Buffer
- 
Rewinds this buffer. 
- rewind() - Method in interface org.omg.CORBA.DynAny
- 
Deprecated. Moves the internal pointer to the first component. 
- rewind() - Method in class org.omg.DynamicAny._DynAnyStub
- 
Is equivalent to seek(0). 
- rewind() - Method in class org.omg.DynamicAny._DynArrayStub
- 
Is equivalent to seek(0). 
- rewind() - Method in class org.omg.DynamicAny._DynEnumStub
- 
Is equivalent to seek(0). 
- rewind() - Method in class org.omg.DynamicAny._DynFixedStub
- 
Is equivalent to seek(0). 
- rewind() - Method in class org.omg.DynamicAny._DynSequenceStub
- 
Is equivalent to seek(0). 
- rewind() - Method in class org.omg.DynamicAny._DynStructStub
- 
Is equivalent to seek(0). 
- rewind() - Method in class org.omg.DynamicAny._DynUnionStub
- 
Is equivalent to seek(0). 
- rewind() - Method in class org.omg.DynamicAny._DynValueStub
- 
Is equivalent to seek(0). 
- rewind() - Method in interface org.omg.DynamicAny.DynAnyOperations
- 
Is equivalent to seek(0). 
- RFC1779 - Static variable in class javax.security.auth.x500.X500Principal
- 
RFC 1779 String format of Distinguished Names. 
- RFC2253 - Static variable in class javax.security.auth.x500.X500Principal
- 
RFC 2253 String format of Distinguished Names. 
- RGBImageFilter - Class in java.awt.image
- 
This class provides an easy way to create an ImageFilter which modifies
 the pixels of an image in the default RGB ColorModel. 
- RGBImageFilter() - Constructor for class java.awt.image.RGBImageFilter
-  
- RGBtoHSB(int, int, int, float[]) - Static method in class java.awt.Color
- 
Converts the components of a color, as specified by the default RGB
 model, to an equivalent set of values for hue, saturation, and
 brightness that are the three components of the HSB model. 
- RIGHT - Static variable in class java.awt.Event
- 
The Right Arrow key, a non-ASCII action key. 
- RIGHT - Static variable in class java.awt.FlowLayout
- 
This value indicates that each row of components
 should be right-justified. 
- right - Variable in class java.awt.Insets
- 
The inset from the right. 
- RIGHT - Static variable in class java.awt.Label
- 
Indicates that the label should be right justified. 
- right - Variable in class javax.swing.border.EmptyBorder
-  
- RIGHT - Static variable in class javax.swing.border.TitledBorder
- 
Position title text at the right side of the border line. 
- RIGHT - Static variable in class javax.swing.JSplitPane
- 
Used to add a Componentto the right of the otherComponent.
 
- RIGHT - Static variable in interface javax.swing.SwingConstants
- 
Box-orientation constant used to specify the right side of a box. 
- RIGHT_ALIGNMENT - Static variable in class java.awt.Component
- 
Ease-of-use constant for getAlignmentX.
 
- RIGHT_OUTER_JOIN - Static variable in interface javax.sql.rowset.JoinRowSet
- 
An ANSI-style JOINproviding a right outer join between
 two tables.
 
- RIGHT_TO_LEFT - Static variable in class java.awt.ComponentOrientation
- 
Items run right to left and lines flow top to bottom
 Examples: Arabic, Hebrew. 
- rightButton - Variable in class javax.swing.plaf.basic.BasicSplitPaneDivider
- 
Button for quickly toggling the right component. 
- rightChildIndent - Variable in class javax.swing.plaf.basic.BasicTreeUI
- 
Distance to add to leftChildIndent to determine where cell
 contents will be drawn. 
- rightComponent - Variable in class javax.swing.JSplitPane
- 
The right or bottom component. 
- RightIndent - Static variable in class javax.swing.text.StyleConstants
- 
The amount to indent the right side
 of the paragraph. 
- rightKey - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
- 
Deprecated.
As of Java 2 platform v1.3. 
 
- rightKey - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
- 
Deprecated.
As of Java 2 platform v1.3. 
 
- rightKey - Variable in class javax.swing.plaf.basic.BasicToolBarUI
- 
Deprecated.
As of Java 2 platform v1.3. 
 
- rint(double) - Static method in class java.lang.Math
- 
Returns the doublevalue that is closest in value
 to the argument and is equal to a mathematical integer.
 
- rint(double) - Static method in class java.lang.StrictMath
- 
Returns the doublevalue that is closest in value
 to the argument and is equal to a mathematical integer.
 
- RIPEMD160 - Static variable in interface javax.xml.crypto.dsig.DigestMethod
- 
- RMI_CLIENT_SOCKET_FACTORY_ATTRIBUTE - Static variable in class javax.management.remote.rmi.RMIConnectorServer
- 
Name of the attribute that specifies the  RMIClientSocketFactory for the RMI objects created in
 conjunction with this connector. 
- RMI_SERVER_SOCKET_FACTORY_ATTRIBUTE - Static variable in class javax.management.remote.rmi.RMIConnectorServer
- 
Name of the attribute that specifies the  RMIServerSocketFactory for the RMI objects created in
 conjunction with this connector. 
- RMIClassLoader - Class in java.rmi.server
- 
RMIClassLoadercomprises static methods to support
 dynamic class loading with RMI.
 
- RMIClassLoaderSpi - Class in java.rmi.server
- 
RMIClassLoaderSpiis the service provider interface forRMIClassLoader.
 
- RMIClassLoaderSpi() - Constructor for class java.rmi.server.RMIClassLoaderSpi
-  
- RMIClientSocketFactory - Interface in java.rmi.server
- 
An RMIClientSocketFactoryinstance is used by the RMI runtime
 in order to obtain client sockets for RMI calls.
 
- RMIConnection - Interface in javax.management.remote.rmi
- 
RMI object used to forward an MBeanServer request from a client
 to its MBeanServer implementation on the server side. 
- RMIConnectionImpl - Class in javax.management.remote.rmi
- 
- RMIConnectionImpl(RMIServerImpl, String, ClassLoader, Subject, Map<String, ?>) - Constructor for class javax.management.remote.rmi.RMIConnectionImpl
- 
- RMIConnectionImpl_Stub - Class in javax.management.remote.rmi
-  
- RMIConnectionImpl_Stub(RemoteRef) - Constructor for class javax.management.remote.rmi.RMIConnectionImpl_Stub
-  
- RMIConnector - Class in javax.management.remote.rmi
- 
A connection to a remote RMI connector. 
- RMIConnector(JMXServiceURL, Map<String, ?>) - Constructor for class javax.management.remote.rmi.RMIConnector
- 
Constructs an RMIConnectorthat will connect
 the RMI connector server with the given address.
 
- RMIConnector(RMIServer, Map<String, ?>) - Constructor for class javax.management.remote.rmi.RMIConnector
- 
Constructs an RMIConnectorusing the given RMI stub.
 
- RMIConnectorServer - Class in javax.management.remote.rmi
- 
A JMX API connector server that creates RMI-based connections
 from remote clients. 
- RMIConnectorServer(JMXServiceURL, Map<String, ?>) - Constructor for class javax.management.remote.rmi.RMIConnectorServer
- 
Makes an RMIConnectorServer.
 
- RMIConnectorServer(JMXServiceURL, Map<String, ?>, MBeanServer) - Constructor for class javax.management.remote.rmi.RMIConnectorServer
- 
Makes an RMIConnectorServerfor the given MBean
 server.
 
- RMIConnectorServer(JMXServiceURL, Map<String, ?>, RMIServerImpl, MBeanServer) - Constructor for class javax.management.remote.rmi.RMIConnectorServer
- 
Makes an RMIConnectorServerfor the given MBean
 server.
 
- RMICustomMaxStreamFormat - Interface in org.omg.IOP
- 
org/omg/IOP/RMICustomMaxStreamFormat.java . 
- RMIFailureHandler - Interface in java.rmi.server
- 
An RMIFailureHandlercan be registered via theRMISocketFactory.setFailureHandlercall.
 
- RMIIIOPServerImpl - Class in javax.management.remote.rmi
- 
An  RMIServerImpl that is exported through IIOP and that
 creates client connections as RMI objects exported through IIOP. 
- RMIIIOPServerImpl(Map<String, ?>) - Constructor for class javax.management.remote.rmi.RMIIIOPServerImpl
- 
- RMIJRMPServerImpl - Class in javax.management.remote.rmi
- 
An  RMIServer object that is exported through JRMP and that
 creates client connections as RMI objects exported through JRMP. 
- RMIJRMPServerImpl(int, RMIClientSocketFactory, RMIServerSocketFactory, Map<String, ?>) - Constructor for class javax.management.remote.rmi.RMIJRMPServerImpl
- 
Creates a new  RMIServer object that will be exported
 on the given port using the given socket factories. 
- RMISecurityException - Exception in java.rmi
- 
Deprecated.
Use SecurityExceptioninstead.
 Application code should never directly reference this class, andRMISecurityManagerno longer throws this subclass ofjava.lang.SecurityException.
 
 
- RMISecurityException(String) - Constructor for exception java.rmi.RMISecurityException
- 
Deprecated.
no replacement 
 
- RMISecurityException(String, String) - Constructor for exception java.rmi.RMISecurityException
- 
Deprecated.
no replacement 
 
- RMISecurityManager - Class in java.rmi
- 
A subclass of  SecurityManager used by RMI applications that use
 downloaded code. 
- RMISecurityManager() - Constructor for class java.rmi.RMISecurityManager
- 
Constructs a new RMISecurityManager.
 
- RMIServer - Interface in javax.management.remote.rmi
- 
RMI object used to establish connections to an RMI connector. 
- RMIServerImpl - Class in javax.management.remote.rmi
- 
An RMI object representing a connector server. 
- RMIServerImpl(Map<String, ?>) - Constructor for class javax.management.remote.rmi.RMIServerImpl
- 
Constructs a new RMIServerImpl.
 
- RMIServerImpl_Stub - Class in javax.management.remote.rmi
-  
- RMIServerImpl_Stub(RemoteRef) - Constructor for class javax.management.remote.rmi.RMIServerImpl_Stub
-  
- RMIServerSocketFactory - Interface in java.rmi.server
- 
An RMIServerSocketFactoryinstance is used by the RMI runtime
 in order to obtain server sockets for RMI calls.
 
- RMISocketFactory - Class in java.rmi.server
- 
An RMISocketFactoryinstance is used by the RMI runtime
 in order to obtain client and server sockets for RMI calls.
 
- RMISocketFactory() - Constructor for class java.rmi.server.RMISocketFactory
- 
Constructs an RMISocketFactory.
 
- Robot - Class in java.awt
- 
This class is used to generate native system input events
 for the purposes of test automation, self-running demos, and
 other applications where control of the mouse and keyboard
 is needed. 
- Robot() - Constructor for class java.awt.Robot
- 
Constructs a Robot object in the coordinate system of the primary screen. 
- Robot(GraphicsDevice) - Constructor for class java.awt.Robot
- 
Creates a Robot for the given screen device. 
- Role - Class in javax.management.relation
- 
Represents a role: includes a role name and referenced MBeans (via their
 ObjectNames). 
- Role(String, List<ObjectName>) - Constructor for class javax.management.relation.Role
- 
Make a new Role object. 
- ROLE_CARDINALITY_INFINITY - Static variable in class javax.management.relation.RoleInfo
- 
To specify an unlimited cardinality. 
- ROLE_NOT_READABLE - Static variable in class javax.management.relation.RoleStatus
- 
Problem type when trying to read a non-readable attribute. 
- ROLE_NOT_WRITABLE - Static variable in class javax.management.relation.RoleStatus
- 
Problem type when trying to update a non-writable attribute. 
- RoleInfo - Class in javax.management.relation
- 
A RoleInfo object summarises a role in a relation type. 
- RoleInfo(String, String, boolean, boolean, int, int, String) - Constructor for class javax.management.relation.RoleInfo
- 
Constructor. 
- RoleInfo(String, String, boolean, boolean) - Constructor for class javax.management.relation.RoleInfo
- 
Constructor. 
- RoleInfo(String, String) - Constructor for class javax.management.relation.RoleInfo
- 
Constructor. 
- RoleInfo(RoleInfo) - Constructor for class javax.management.relation.RoleInfo
- 
Copy constructor. 
- RoleInfoNotFoundException - Exception in javax.management.relation
- 
This exception is raised when there is no role info with given name in a
 given relation type. 
- RoleInfoNotFoundException() - Constructor for exception javax.management.relation.RoleInfoNotFoundException
- 
Default constructor, no message put in exception. 
- RoleInfoNotFoundException(String) - Constructor for exception javax.management.relation.RoleInfoNotFoundException
- 
Constructor with given message put in exception. 
- RoleList - Class in javax.management.relation
- 
A RoleList represents a list of roles (Role objects). 
- RoleList() - Constructor for class javax.management.relation.RoleList
- 
Constructs an empty RoleList. 
- RoleList(int) - Constructor for class javax.management.relation.RoleList
- 
Constructs an empty RoleList with the initial capacity
 specified. 
- RoleList(List<Role>) - Constructor for class javax.management.relation.RoleList
- 
Constructs a RoleListcontaining the elements of theListspecified, in the order in which they are returned by
 theList's iterator.
 
- RoleNotFoundException - Exception in javax.management.relation
- 
This exception is raised when a role in a relation does not exist, or is not
 readable, or is not settable. 
- RoleNotFoundException() - Constructor for exception javax.management.relation.RoleNotFoundException
- 
Default constructor, no message put in exception. 
- RoleNotFoundException(String) - Constructor for exception javax.management.relation.RoleNotFoundException
- 
Constructor with given message put in exception. 
- RoleResult - Class in javax.management.relation
- 
Represents the result of a multiple access to several roles of a relation
 (either for reading or writing). 
- RoleResult(RoleList, RoleUnresolvedList) - Constructor for class javax.management.relation.RoleResult
- 
Constructor. 
- RoleStatus - Class in javax.management.relation
- 
This class describes the various problems which can be encountered when
 accessing a role. 
- RoleStatus() - Constructor for class javax.management.relation.RoleStatus
-  
- RoleUnresolved - Class in javax.management.relation
- 
Represents an unresolved role: a role not retrieved from a relation due
 to a problem. 
- RoleUnresolved(String, List<ObjectName>, int) - Constructor for class javax.management.relation.RoleUnresolved
- 
Constructor. 
- RoleUnresolvedList - Class in javax.management.relation
- 
A RoleUnresolvedList represents a list of RoleUnresolved objects,
 representing roles not retrieved from a relation due to a problem
 encountered when trying to access (read or write) the roles. 
- RoleUnresolvedList() - Constructor for class javax.management.relation.RoleUnresolvedList
- 
Constructs an empty RoleUnresolvedList. 
- RoleUnresolvedList(int) - Constructor for class javax.management.relation.RoleUnresolvedList
- 
Constructs an empty RoleUnresolvedList with the initial capacity
 specified. 
- RoleUnresolvedList(List<RoleUnresolved>) - Constructor for class javax.management.relation.RoleUnresolvedList
- 
Constructs a RoleUnresolvedListcontaining the elements of theListspecified, in the order in which they are returned by
 theList's iterator.
 
- roleValueToString(List<ObjectName>) - Static method in class javax.management.relation.Role
- 
Returns a string for the given role value. 
- roll(int, boolean) - Method in class java.util.Calendar
- 
Adds or subtracts (up/down) a single unit of time on the given time
 field without changing larger fields. 
- roll(int, int) - Method in class java.util.Calendar
- 
Adds the specified (signed) amount to the specified calendar field
 without changing larger fields. 
- roll(int, boolean) - Method in class java.util.GregorianCalendar
- 
Adds or subtracts (up/down) a single unit of time on the given time
 field without changing larger fields. 
- roll(int, int) - Method in class java.util.GregorianCalendar
- 
Adds a signed amount to the specified calendar field without changing larger fields. 
- rollback() - Method in interface java.sql.Connection
- 
Undoes all changes made in the current transaction
 and releases any database locks currently held
 by this Connectionobject.
 
- rollback(Savepoint) - Method in interface java.sql.Connection
- 
Undoes all changes made after the given Savepointobject
 was set.
 
- rollback() - Method in interface javax.sql.rowset.CachedRowSet
- 
Each CachedRowSetobject'sSyncProvidercontains
 aConnectionobject from the originalResultSetor JDBC properties passed to it.
 
- rollback(Savepoint) - Method in interface javax.sql.rowset.CachedRowSet
- 
Each CachedRowSetobject'sSyncProvidercontains
 aConnectionobject from the originalResultSetor JDBC properties passed to it.
 
- rollback() - Method in interface javax.sql.rowset.JdbcRowSet
- 
Each JdbcRowSetcontains aConnectionobject from
 the originalResultSetor JDBC properties passed to it.
 
- rollback(Savepoint) - Method in interface javax.sql.rowset.JdbcRowSet
- 
Each JdbcRowSetcontains aConnectionobject from
 the originalResultSetor JDBC properties passed to it.
 
- rollback() - Method in interface javax.sql.rowset.spi.TransactionalWriter
- 
Undoes all changes made in the current transaction. 
- rollback(Savepoint) - Method in interface javax.sql.rowset.spi.TransactionalWriter
- 
Undoes all changes made in the current transaction made prior to the given
 Savepointobject.
 
- rollback(Xid) - Method in interface javax.transaction.xa.XAResource
- 
Informs the resource manager to roll back work done on behalf
 of a transaction branch. 
- ROLLOVER - Static variable in class javax.swing.DefaultButtonModel
- 
Identifies the "rollover" bit in the bitmask, which
 indicates that the mouse is over the button. 
- ROLLOVER_ENABLED_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
- 
Identifies a change from rollover enabled to disabled or back
 to enabled. 
- ROLLOVER_ICON_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
- 
Identifies a change to the icon used when the cursor is over
 the button. 
- ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
- 
Identifies a change to the icon used when the cursor is
 over the button and it has been selected. 
- rolloverColumnUpdated(int, int) - Method in class javax.swing.plaf.basic.BasicTableHeaderUI
- 
This method gets called every time when a rollover column in the table
 header is updated. 
- rolloverColumnUpdated(int, int) - Method in class javax.swing.plaf.synth.SynthTableHeaderUI
-  
- rolloverListener - Variable in class javax.swing.plaf.metal.MetalToolBarUI
- 
This protected field is implemenation specific. 
- ROMAN_BASELINE - Static variable in class java.awt.font.GraphicAttribute
- 
Aligns origin of graphic to roman baseline of line. 
- ROMAN_BASELINE - Static variable in class java.awt.Font
- 
The baseline used in most Roman scripts when laying out text. 
- ROOT - Static variable in class java.util.Locale
- 
Useful constant for the root locale. 
- root - Variable in class javax.swing.tree.DefaultTreeModel
- 
Root of the tree. 
- ROOT_PANE - Static variable in class javax.accessibility.AccessibleRole
- 
A specialized pane that has a glass pane and a layered pane as its
 children. 
- ROOT_PANE - Static variable in class javax.swing.plaf.synth.Region
- 
RootPane region. 
- ROOT_PANE_PROPERTY - Static variable in class javax.swing.JInternalFrame
- 
Bound property name. 
- ROOT_VISIBLE_PROPERTY - Static variable in class javax.swing.JTree
- 
Bound property name for rootVisible.
 
- rootException - Variable in exception javax.naming.NamingException
- 
Contains the original exception that caused this NamingException to
 be thrown. 
- rootPane - Variable in class javax.swing.JApplet
-  
- rootPane - Variable in class javax.swing.JDialog
-  
- rootPane - Variable in class javax.swing.JFrame
- 
The JRootPaneinstance that manages thecontentPaneand optionalmenuBarfor this frame, as well as theglassPane.
 
- rootPane - Variable in class javax.swing.JInternalFrame
- 
The JRootPaneinstance that manages the
 content pane
 and optional menu bar for this internal frame, as well as the
 glass pane.
 
- rootPane - Variable in class javax.swing.JWindow
- 
The JRootPaneinstance that manages thecontentPaneand optionalmenuBarfor this frame, as well as theglassPane.
 
- rootPaneCheckingEnabled - Variable in class javax.swing.JApplet
- 
If true then calls to addandsetLayoutwill be forwarded to thecontentPane.
 
- rootPaneCheckingEnabled - Variable in class javax.swing.JDialog
- 
If true then calls to addandsetLayoutwill be forwarded to thecontentPane.
 
- rootPaneCheckingEnabled - Variable in class javax.swing.JFrame
- 
If true then calls to addandsetLayoutwill be forwarded to thecontentPane.
 
- rootPaneCheckingEnabled - Variable in class javax.swing.JInternalFrame
- 
If true then calls to addandsetLayoutwill be forwarded to thecontentPane.
 
- rootPaneCheckingEnabled - Variable in class javax.swing.JWindow
- 
If true then calls to addandsetLayoutwill be forwarded to thecontentPane.
 
- RootPaneContainer - Interface in javax.swing
- 
This interface is implemented by components that have a single
 JRootPane child: JDialog, JFrame, JWindow, JApplet, JInternalFrame. 
- RootPaneUI - Class in javax.swing.plaf
- 
Pluggable look and feel interface for JRootPane. 
- RootPaneUI() - Constructor for class javax.swing.plaf.RootPaneUI
-  
- rootVisible - Variable in class javax.swing.JTree
- 
True if the root node is displayed, false if its children are
 the highest visible nodes. 
- rootVisible - Variable in class javax.swing.tree.AbstractLayoutCache
- 
True if the root node is displayed, false if its children are
 the highest visible nodes. 
- rotate(double) - Method in class java.awt.geom.AffineTransform
- 
Concatenates this transform with a rotation transformation. 
- rotate(double, double, double) - Method in class java.awt.geom.AffineTransform
- 
Concatenates this transform with a transform that rotates
 coordinates around an anchor point. 
- rotate(double, double) - Method in class java.awt.geom.AffineTransform
- 
Concatenates this transform with a transform that rotates
 coordinates according to a rotation vector. 
- rotate(double, double, double, double) - Method in class java.awt.geom.AffineTransform
- 
Concatenates this transform with a transform that rotates
 coordinates around an anchor point according to a rotation
 vector. 
- rotate(double) - Method in class java.awt.Graphics2D
- 
Concatenates the current Graphics2DTransformwith a rotation transform.
 
- rotate(double, double, double) - Method in class java.awt.Graphics2D
- 
Concatenates the current Graphics2DTransformwith a translated rotation
 transform.
 
- rotate(List<?>, int) - Static method in class java.util.Collections
- 
Rotates the elements in the specified list by the specified distance. 
- rotateInsets(Insets, Insets, int) - Static method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- rotateLeft(int, int) - Static method in class java.lang.Integer
- 
Returns the value obtained by rotating the two's complement binary
 representation of the specified intvalue left by the
 specified number of bits.
 
- rotateLeft(long, int) - Static method in class java.lang.Long
- 
Returns the value obtained by rotating the two's complement binary
 representation of the specified longvalue left by the
 specified number of bits.
 
- rotateRight(int, int) - Static method in class java.lang.Integer
- 
Returns the value obtained by rotating the two's complement binary
 representation of the specified intvalue right by the
 specified number of bits.
 
- rotateRight(long, int) - Static method in class java.lang.Long
- 
Returns the value obtained by rotating the two's complement binary
 representation of the specified longvalue right by the
 specified number of bits.
 
- rotateTabRuns(int, int) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
-  
- rotateTabRuns(int, int) - Method in class javax.swing.plaf.metal.MetalTabbedPaneUI.TabbedPaneLayout
-  
- round(float) - Static method in class java.lang.Math
- 
Returns the closest intto the argument, with ties
 rounding up.
 
- round(double) - Static method in class java.lang.Math
- 
Returns the closest longto the argument, with ties
 rounding up.
 
- round(float) - Static method in class java.lang.StrictMath
- 
Returns the closest intto the argument, with ties
 rounding up.
 
- round(double) - Static method in class java.lang.StrictMath
- 
Returns the closest longto the argument, with ties
 rounding up.
 
- round(MathContext) - Method in class java.math.BigDecimal
- 
Returns a BigDecimalrounded according to theMathContextsettings.
 
- ROUND_CEILING - Static variable in class java.math.BigDecimal
- 
Rounding mode to round towards positive infinity. 
- ROUND_DOWN - Static variable in class java.math.BigDecimal
- 
Rounding mode to round towards zero. 
- ROUND_FLOOR - Static variable in class java.math.BigDecimal
- 
Rounding mode to round towards negative infinity. 
- ROUND_HALF_DOWN - Static variable in class java.math.BigDecimal
- 
Rounding mode to round towards "nearest neighbor"
 unless both neighbors are equidistant, in which case round
 down. 
- ROUND_HALF_EVEN - Static variable in class java.math.BigDecimal
- 
Rounding mode to round towards the "nearest neighbor"
 unless both neighbors are equidistant, in which case, round
 towards the even neighbor. 
- ROUND_HALF_UP - Static variable in class java.math.BigDecimal
- 
Rounding mode to round towards "nearest neighbor"
 unless both neighbors are equidistant, in which case round up. 
- ROUND_UNNECESSARY - Static variable in class java.math.BigDecimal
- 
Rounding mode to assert that the requested operation has an exact
 result, hence no rounding is necessary. 
- ROUND_UP - Static variable in class java.math.BigDecimal
- 
Rounding mode to round away from zero. 
- roundedCorners - Variable in class javax.swing.border.LineBorder
-  
- RoundEnvironment - Interface in javax.annotation.processing
- 
- RoundingMode - Enum in java.math
- 
Specifies a rounding behavior for numerical operations
 capable of discarding precision. 
- RoundRectangle2D - Class in java.awt.geom
- 
The RoundRectangle2Dclass defines a rectangle with
 rounded corners defined by a location(x,y), a
 dimension(w x h), and the width and height of an arc
 with which to round the corners.
 
- RoundRectangle2D() - Constructor for class java.awt.geom.RoundRectangle2D
- 
This is an abstract class that cannot be instantiated directly. 
- RoundRectangle2D.Double - Class in java.awt.geom
- 
The Doubleclass defines a rectangle with rounded
 corners all specified indoublecoordinates.
 
- RoundRectangle2D.Double() - Constructor for class java.awt.geom.RoundRectangle2D.Double
- 
Constructs a new RoundRectangle2D, initialized to
 location (0.0, 0.0), size (0.0, 0.0), and corner arcs
 of radius 0.0.
 
- RoundRectangle2D.Double(double, double, double, double, double, double) - Constructor for class java.awt.geom.RoundRectangle2D.Double
- 
Constructs and initializes a RoundRectangle2Dfrom the specifieddoublecoordinates.
 
- RoundRectangle2D.Float - Class in java.awt.geom
- 
The Floatclass defines a rectangle with rounded
 corners all specified infloatcoordinates.
 
- RoundRectangle2D.Float() - Constructor for class java.awt.geom.RoundRectangle2D.Float
- 
Constructs a new RoundRectangle2D, initialized to
 location (0.0, 0.0), size (0.0, 0.0), and corner arcs
 of radius 0.0.
 
- RoundRectangle2D.Float(float, float, float, float, float, float) - Constructor for class java.awt.geom.RoundRectangle2D.Float
- 
Constructs and initializes a RoundRectangle2Dfrom the specifiedfloatcoordinates.
 
- ROW_HEADER - Static variable in class javax.accessibility.AccessibleRole
- 
The header for a row of data. 
- ROW_HEADER - Static variable in interface javax.swing.ScrollPaneConstants
- 
Identifies the area along the left side of the viewport between the
 upper left corner and the lower left corner. 
- ROW_HEIGHT_PROPERTY - Static variable in class javax.swing.JTree
- 
Bound property name for rowHeight.
 
- rowAtPoint(Point) - Method in class javax.swing.JTable
- 
Returns the index of the row that pointlies in,
 or -1 if the result is not in the range
 [0,getRowCount()-1].
 
- rowChanged(RowSetEvent) - Method in interface javax.sql.RowSetListener
- 
Notifies registered listeners that a RowSetobject
 has had a change in one of its rows.
 
- rowDeleted() - Method in interface java.sql.ResultSet
- 
Retrieves whether a row has been deleted. 
- RowFilter<M,I> - Class in javax.swing
- 
RowFilteris used to filter out entries from the
 model so that they are not shown in the view.
 
- RowFilter() - Constructor for class javax.swing.RowFilter
-  
- RowFilter.ComparisonType - Enum in javax.swing
- 
Enumeration of the possible comparison values supported by
 some of the default RowFilters.
 
- RowFilter.Entry<M,I> - Class in javax.swing
- 
An Entryobject is passed to instances ofRowFilter, allowing the filter to get the value of the
 entry's data, and thus to determine whether the entry should be shown.
 
- RowFilter.Entry() - Constructor for class javax.swing.RowFilter.Entry
- 
Creates an Entry.
 
- rowHead - Variable in class javax.swing.ScrollPaneLayout
- 
The row header child. 
- rowHeader - Variable in class javax.swing.JScrollPane
- 
The row header child. 
- rowHeight - Variable in class javax.swing.JTable
- 
The height in pixels of each row in the table. 
- rowHeight - Variable in class javax.swing.JTree
- 
Height to use for each display row. 
- rowHeight - Variable in class javax.swing.tree.AbstractLayoutCache
- 
Height to use for each row. 
- rowHeights - Variable in class java.awt.GridBagLayout
- 
This field holds the overrides to the row minimum
 heights. 
- RowId - Interface in java.sql
- 
The representation (mapping) in the Java programming language of an SQL ROWID
 value. 
- ROWID - Static variable in class java.sql.Types
- 
The constant in the Java programming language, sometimes referred to
 as a type code, that identifies the generic SQL type ROWID
 
- RowIdLifetime - Enum in java.sql
- 
Enumeration for RowId life-time values. 
- rowInserted() - Method in interface java.sql.ResultSet
- 
Retrieves whether the current row has had an insertion. 
- rowMapper - Variable in class javax.swing.tree.DefaultTreeSelectionModel
- 
Provides a row for a given path. 
- RowMapper - Interface in javax.swing.tree
- 
Defines the requirements for an object that translates paths in
 the tree into display rows. 
- rowMargin - Variable in class javax.swing.JTable
- 
The height in pixels of the margin between the cells in each row. 
- ROWS - Static variable in class javax.swing.text.html.HTML.Attribute
-  
- rowsDeleted(int, int) - Method in class javax.swing.DefaultRowSorter
- 
Invoked when rows have been deleted from the underlying model
 in the specified range (inclusive). 
- rowsDeleted(int, int) - Method in class javax.swing.RowSorter
- 
Invoked when rows have been deleted from the underlying model
 in the specified range (inclusive). 
- rowSelectionAllowed - Variable in class javax.swing.JTable
- 
True if row selection is allowed in this table. 
- RowSet - Interface in javax.sql
- 
The interface that adds support to the JDBC API for the
 JavaBeansTM component model. 
- ROWSET_SYNC_PROVIDER - Static variable in class javax.sql.rowset.spi.SyncFactory
- 
The standard property-id for a synchronization provider implementation
 name. 
- ROWSET_SYNC_PROVIDER_VERSION - Static variable in class javax.sql.rowset.spi.SyncFactory
- 
The standard property-id for a synchronization provider implementation
 version tag. 
- ROWSET_SYNC_VENDOR - Static variable in class javax.sql.rowset.spi.SyncFactory
- 
The standard property-id for a synchronization provider implementation
 vendor name. 
- rowSetChanged(RowSetEvent) - Method in interface javax.sql.RowSetListener
- 
Notifies registered listeners that a RowSetobject
 in the givenRowSetEventobject has changed its entire contents.
 
- RowSetEvent - Class in javax.sql
- 
An Eventobject generated when an event occurs to aRowSetobject.
 
- RowSetEvent(RowSet) - Constructor for class javax.sql.RowSetEvent
- 
Constructs a RowSetEventobject initialized with the
 givenRowSetobject.
 
- RowSetFactory - Interface in javax.sql.rowset
- 
An interface that defines the implementation of a factory that is used
 to obtain different types of RowSetimplementations.
 
- RowSetInternal - Interface in javax.sql
- 
The interface that a RowSetobject implements in order to
 present itself to aRowSetReaderorRowSetWriterobject.
 
- RowSetListener - Interface in javax.sql
- 
An interface that must be implemented by a
 component that wants to be notified when a significant
 event happens in the life of a RowSetobject.
 
- RowSetMetaData - Interface in javax.sql
- 
An object that contains information about the columns in a
 RowSetobject.
 
- RowSetMetaDataImpl - Class in javax.sql.rowset
- 
Provides implementations for the methods that set and get
 metadata information about a RowSetobject's columns.
 
- RowSetMetaDataImpl() - Constructor for class javax.sql.rowset.RowSetMetaDataImpl
-  
- rowSetPopulated(RowSetEvent, int) - Method in interface javax.sql.rowset.CachedRowSet
- 
Notifies registered listeners that a RowSet object in the given RowSetEvent
 object has populated a number of additional rows. 
- RowSetProvider - Class in javax.sql.rowset
- 
A factory API that enables applications to obtain a
 RowSetFactoryimplementation  that can be used to create different
 types ofRowSetimplementations.
 
- RowSetProvider() - Constructor for class javax.sql.rowset.RowSetProvider
-  
- RowSetReader - Interface in javax.sql
- 
The facility that a disconnected RowSetobject calls on
 to populate itself with rows of data.
 
- RowSetWarning - Exception in javax.sql.rowset
- 
An extension of SQLExceptionthat provides information
 about database warnings set onRowSetobjects.
 
- RowSetWarning(String) - Constructor for exception javax.sql.rowset.RowSetWarning
- 
Constructs a RowSetWarningobject
 with the given value for the reason; SQLState defaults to null,
 and vendorCode defaults to 0.
 
- RowSetWarning() - Constructor for exception javax.sql.rowset.RowSetWarning
- 
Constructs a default RowSetWarningobject.
 
- RowSetWarning(String, String) - Constructor for exception javax.sql.rowset.RowSetWarning
- 
Constructs a RowSetWarningobject initialized with the
 given values for the reason and SQLState.
 
- RowSetWarning(String, String, int) - Constructor for exception javax.sql.rowset.RowSetWarning
- 
Constructs a fully specified RowSetWarningobject initialized
 with the given values for the reason, SQLState and vendorCode.
 
- RowSetWriter - Interface in javax.sql
- 
An object that implements the RowSetWriterinterface,
 called a writer.
 
- rowsInserted(int, int) - Method in class javax.swing.DefaultRowSorter
- 
Invoked when rows have been inserted into the underlying model
 in the specified range (inclusive). 
- rowsInserted(int, int) - Method in class javax.swing.RowSorter
- 
Invoked when rows have been inserted into the underlying model
 in the specified range (inclusive). 
- RowSorter<M> - Class in javax.swing
- 
RowSorterprovides the basis for sorting and filtering.
 
- RowSorter() - Constructor for class javax.swing.RowSorter
- 
Creates a RowSorter.
 
- RowSorter.SortKey - Class in javax.swing
- 
SortKey describes the sort order for a particular column. 
- RowSorter.SortKey(int, SortOrder) - Constructor for class javax.swing.RowSorter.SortKey
- 
Creates a SortKeyfor the specified column with
 the specified sort order.
 
- RowSorterEvent - Class in javax.swing.event
- 
RowSorterEventprovides notification of changes to
 aRowSorter.
 
- RowSorterEvent(RowSorter) - Constructor for class javax.swing.event.RowSorterEvent
- 
Creates a RowSorterEventof typeSORT_ORDER_CHANGED.
 
- RowSorterEvent(RowSorter, RowSorterEvent.Type, int[]) - Constructor for class javax.swing.event.RowSorterEvent
- 
Creates a RowSorterEvent.
 
- RowSorterEvent.Type - Enum in javax.swing.event
- 
Enumeration of the types of RowSorterEvents.
 
- RowSorterListener - Interface in javax.swing.event
- 
RowSorterListeners are notified of changes to aRowSorter.
 
- ROWSPAN - Static variable in class javax.swing.text.html.HTML.Attribute
-  
- rowsRemoved(TableModelEvent) - Method in class javax.swing.table.DefaultTableModel
- 
Equivalent to fireTableChanged.
 
- rowsUpdated(int, int) - Method in class javax.swing.DefaultRowSorter
- 
Invoked when rows have been changed in the underlying model
 between the specified range (inclusive). 
- rowsUpdated(int, int, int) - Method in class javax.swing.DefaultRowSorter
- 
Invoked when the column in the rows have been updated in
 the underlying model between the specified range. 
- rowsUpdated(int, int) - Method in class javax.swing.RowSorter
- 
Invoked when rows have been changed in the underlying model
 between the specified range (inclusive). 
- rowsUpdated(int, int, int) - Method in class javax.swing.RowSorter
- 
Invoked when the column in the rows have been updated in
 the underlying model between the specified range. 
- rowUpdated() - Method in interface java.sql.ResultSet
- 
Retrieves whether the current row has been updated. 
- rowWeights - Variable in class java.awt.GridBagLayout
- 
This field holds the overrides to the row weights. 
- RSA_SHA1 - Static variable in interface javax.xml.crypto.dsig.SignatureMethod
- 
The  RSAwithSHA1
 (PKCS #1) signature method algorithm URI. 
- RSA_TYPE - Static variable in interface javax.xml.crypto.dsig.keyinfo.KeyValue
- 
URI identifying the RSA KeyValue KeyInfo type:
 http://www.w3.org/2000/09/xmldsig#RSAKeyValue. 
- RSAKey - Interface in java.security.interfaces
- 
The interface to an RSA public or private key. 
- RSAKeyGenParameterSpec - Class in java.security.spec
- 
This class specifies the set of parameters used to generate an RSA
 key pair. 
- RSAKeyGenParameterSpec(int, BigInteger) - Constructor for class java.security.spec.RSAKeyGenParameterSpec
- 
Constructs a new RSAParameterSpecobject from the
 given keysize and public-exponent value.
 
- RSAMultiPrimePrivateCrtKey - Interface in java.security.interfaces
- 
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. 
- RSAMultiPrimePrivateCrtKeySpec - Class in java.security.spec
- 
This class specifies an RSA multi-prime private key, as defined in the
 PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information
 values for efficiency. 
- RSAMultiPrimePrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, RSAOtherPrimeInfo[]) - Constructor for class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
- 
Creates a new RSAMultiPrimePrivateCrtKeySpecgiven the modulus, publicExponent, privateExponent,
 primeP, primeQ, primeExponentP, primeExponentQ,
 crtCoefficient, and otherPrimeInfo as defined in PKCS#1 v2.1.
 
- RSAOtherPrimeInfo - Class in java.security.spec
- 
This class represents the triplet (prime, exponent, and coefficient)
 inside RSA's OtherPrimeInfo structure, as defined in the PKCS#1 v2.1. 
- RSAOtherPrimeInfo(BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.RSAOtherPrimeInfo
- 
Creates a new RSAOtherPrimeInfogiven the prime, primeExponent, and
 crtCoefficient as defined in PKCS#1.
 
- RSAPrivateCrtKey - Interface in java.security.interfaces
- 
The interface to an RSA private key, as defined in the PKCS#1 standard,
 using the Chinese Remainder Theorem (CRT) information values. 
- RSAPrivateCrtKeySpec - Class in java.security.spec
- 
This class specifies an RSA private key, as defined in the PKCS#1
 standard, using the Chinese Remainder Theorem (CRT) information values for
 efficiency. 
- RSAPrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPrivateCrtKeySpec
- 
Creates a new RSAPrivateCrtKeySpecgiven the modulus, publicExponent, privateExponent,
 primeP, primeQ, primeExponentP, primeExponentQ, and
 crtCoefficient as defined in PKCS#1.
 
- RSAPrivateKey - Interface in java.security.interfaces
- 
The interface to an RSA private key. 
- RSAPrivateKeySpec - Class in java.security.spec
- 
This class specifies an RSA private key. 
- RSAPrivateKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPrivateKeySpec
- 
Creates a new RSAPrivateKeySpec. 
- RSAPublicKey - Interface in java.security.interfaces
- 
The interface to an RSA public key. 
- RSAPublicKeySpec - Class in java.security.spec
- 
This class specifies an RSA public key. 
- RSAPublicKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPublicKeySpec
- 
Creates a new RSAPublicKeySpec. 
- RTFEditorKit - Class in javax.swing.text.rtf
- 
This is the default implementation of RTF editing
 functionality. 
- RTFEditorKit() - Constructor for class javax.swing.text.rtf.RTFEditorKit
- 
Constructs an RTFEditorKit. 
- RuleBasedCollator - Class in java.text
- 
The RuleBasedCollatorclass is a concrete subclass ofCollatorthat provides a simple, data-driven, table
 collator.
 
- RuleBasedCollator(String) - Constructor for class java.text.RuleBasedCollator
- 
RuleBasedCollator constructor. 
- RULER - Static variable in class javax.accessibility.AccessibleRole
- 
A ruler is an object used to measure distance 
- RUMI_NUMERAL_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
- 
Constant for the "Rumi Numeral Symbols" Unicode character block. 
- run() - Method in class java.awt.image.renderable.RenderableImageProducer
- 
The runnable method for this class. 
- run() - Method in interface java.lang.Runnable
- 
When an object implementing interface Runnableis used
 to create a thread, starting the thread causes the object'srunmethod to be called in that separately executing
 thread.
 
- run() - Method in class java.lang.Thread
- 
If this thread was constructed using a separate
 Runnablerun object, then thatRunnableobject'srunmethod is called;
 otherwise, this method does nothing and returns.
 
- run() - Method in interface java.security.PrivilegedAction
- 
Performs the computation. 
- run() - Method in interface java.security.PrivilegedExceptionAction
- 
Performs the computation. 
- run() - Method in class java.util.concurrent.ForkJoinWorkerThread
- 
This method is required to be public, but should never be
 called explicitly. 
- run() - Method in class java.util.concurrent.FutureTask
-  
- run() - Method in interface java.util.concurrent.RunnableFuture
- 
Sets this Future to the result of its computation
 unless it has been cancelled. 
- run() - Method in class java.util.TimerTask
- 
The action to be performed by this timer task. 
- run() - Method in class javax.swing.SwingWorker
- 
Sets this Futureto the result of computation unless
 it has been cancelled.
 
- run() - Method in class javax.swing.text.AsyncBoxView.ChildState
- 
Update the child state. 
- run(InputStream, OutputStream, OutputStream, String...) - Method in interface javax.tools.Tool
- 
Run the tool with the given I/O channels and arguments. 
- run() - Method in class org.omg.CORBA.ORB
- 
This operation blocks the current thread until the ORB has
 completed the shutdown process, initiated when some thread calls
 shutdown.
 
- RUN_DIRECTION - Static variable in class java.awt.font.TextAttribute
- 
Attribute key for the run direction of the line. 
- RUN_DIRECTION_LTR - Static variable in class java.awt.font.TextAttribute
- 
Left-to-right run direction. 
- RUN_DIRECTION_RTL - Static variable in class java.awt.font.TextAttribute
- 
Right-to-left run direction. 
- runAndReset() - Method in class java.util.concurrent.FutureTask
- 
Executes the computation without setting its result, and then
 resets this future to initial state, failing to do so if the
 computation encounters an exception or is cancelled. 
- runCount - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-  
- runFinalization() - Method in class java.lang.Runtime
- 
Runs the finalization methods of any objects pending finalization. 
- runFinalization() - Static method in class java.lang.System
- 
Runs the finalization methods of any objects pending finalization. 
- runFinalizersOnExit(boolean) - Static method in class java.lang.Runtime
- 
Deprecated.
This method is inherently unsafe.  It may result in
      finalizers being called on live objects while other threads are
      concurrently manipulating those objects, resulting in erratic
      behavior or deadlock. 
 
- runFinalizersOnExit(boolean) - Static method in class java.lang.System
- 
Deprecated.
This method is inherently unsafe.  It may result in
      finalizers being called on live objects while other threads are
      concurrently manipulating those objects, resulting in erratic
      behavior or deadlock. 
 
- RUNIC - Static variable in class java.lang.Character.UnicodeBlock
- 
Constant for the "Runic" Unicode character block. 
- runnable - Variable in class java.awt.event.InvocationEvent
- 
The Runnable whose run() method will be called. 
- Runnable - Interface in java.lang
- 
The Runnableinterface should be implemented by any
 class whose instances are intended to be executed by a thread.
 
- RunnableFuture<V> - Interface in java.util.concurrent
- 
- RunnableScheduledFuture<V> - Interface in java.util.concurrent
- 
- Runtime - Class in java.lang
- 
Every Java application has a single instance of class
 Runtimethat allows the application to interface with
 the environment in which the application is running.
 
- RunTime - Interface in org.omg.SendingContext
- 
Defines the base class that represents the Sending Context of a
 request. 
- RUNTIME_ERROR - Static variable in class javax.management.monitor.MonitorNotification
- 
Notification type denoting that a non-predefined error type has occurred when trying to get the value of the observed attribute. 
- RUNTIME_ERROR_NOTIFIED - Static variable in class javax.management.monitor.Monitor
- 
Flag denoting that a notification has occurred after changing
 the observed object or the observed attribute. 
- RUNTIME_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
- 
- RuntimeErrorException - Exception in javax.management
- 
When a java.lang.Erroroccurs in the agent it should be caught and
 re-thrown as aRuntimeErrorException.
 
- RuntimeErrorException(Error) - Constructor for exception javax.management.RuntimeErrorException
- 
Default constructor. 
- RuntimeErrorException(Error, String) - Constructor for exception javax.management.RuntimeErrorException
- 
Constructor that allows a specific error message to be specified. 
- RuntimeException - Exception in java.lang
- 
RuntimeExceptionis the superclass of those
 exceptions that can be thrown during the normal operation of the
 Java Virtual Machine.
 
- RuntimeException() - Constructor for exception java.lang.RuntimeException
- 
Constructs a new runtime exception with nullas its
 detail message.
 
- RuntimeException(String) - Constructor for exception java.lang.RuntimeException
- 
Constructs a new runtime exception with the specified detail message. 
- RuntimeException(String, Throwable) - Constructor for exception java.lang.RuntimeException
- 
Constructs a new runtime exception with the specified detail message and
 cause. 
- RuntimeException(Throwable) - Constructor for exception java.lang.RuntimeException
- 
Constructs a new runtime exception with the specified cause and a
 detail message of (cause==null ? null : cause.toString())
 (which typically contains the class and detail message of
 cause). 
- RuntimeException(String, Throwable, boolean, boolean) - Constructor for exception java.lang.RuntimeException
- 
Constructs a new runtime exception with the specified detail
 message, cause, suppression enabled or disabled, and writable
 stack trace enabled or disabled. 
- RuntimeMBeanException - Exception in javax.management
- 
Represents runtime exceptions thrown by MBean methods in
 the agent. 
- RuntimeMBeanException(RuntimeException) - Constructor for exception javax.management.RuntimeMBeanException
- 
Creates a RuntimeMBeanExceptionthat wraps the actualjava.lang.RuntimeException.
 
- RuntimeMBeanException(RuntimeException, String) - Constructor for exception javax.management.RuntimeMBeanException
- 
Creates a RuntimeMBeanExceptionthat wraps the actualjava.lang.RuntimeExceptionwith
 a detailed message.
 
- RuntimeMXBean - Interface in java.lang.management
- 
The management interface for the runtime system of
 the Java virtual machine. 
- RunTimeOperations - Interface in org.omg.SendingContext
- 
Defines operations on the base class that represents the Sending Context of a
 request. 
- RuntimeOperationsException - Exception in javax.management
- 
Represents runtime exceptions thrown in the agent when performing operations on MBeans. 
- RuntimeOperationsException(RuntimeException) - Constructor for exception javax.management.RuntimeOperationsException
- 
Creates a RuntimeOperationsExceptionthat wraps the actualjava.lang.RuntimeException.
 
- RuntimeOperationsException(RuntimeException, String) - Constructor for exception javax.management.RuntimeOperationsException
- 
Creates a RuntimeOperationsExceptionthat wraps the actualjava.lang.RuntimeExceptionwith a detailed message.
 
- RuntimePermission - Class in java.lang
- 
This class is for runtime permissions. 
- RuntimePermission(String) - Constructor for class java.lang.RuntimePermission
- 
Creates a new RuntimePermission with the specified name. 
- RuntimePermission(String, String) - Constructor for class java.lang.RuntimePermission
- 
Creates a new RuntimePermission object with the specified name.