Alphabetical Index: R

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

R

r_seen - field in class gnu.javax.swing.text.html.parser.support.low.Buffer
True if the \r symbol has been seen.
RADIO_BUTTON - static field in class javax.accessibility.AccessibleRole
A specialized choice which toggles radio buttons in the group when it is selected.
RADIO_BUTTON - static field in class javax.swing.plaf.synth.Region
Specifies the region of a radio button.
RADIO_BUTTON_MENU_ITEM - static field in class javax.swing.plaf.synth.Region
Specifies the region of a radio button menu item.
A border for drawing radio buttons in the Basic look and feel.
Constructs a new border for drawing a JRadioButton in the Basic look and feel.
radius - field in class gnu.java.awt.java2d.Segment
radix() - method in class java.util.Scanner
RAISED - static field in class javax.swing.border.BevelBorder
Indicates that the BevelBorder looks like if the enclosed area was raising out of the screen.
RAISED - static field in class javax.swing.border.EtchedBorder
Indicates that the border appears as coming out of the background.
Random - class gnu.javax.net.ssl.provider.Random
An SSL nonce.
Random - class java.util.Random
This class generates pseudorandom numbers.
random - field in class gnu.javax.crypto.jce.key.SecretKeyGeneratorImpl
random - field in class gnu.javax.net.ssl.Session
random() - method in class gnu.javax.net.ssl.provider.ClientHello
Gets the SSL nonce.
random() - static method in class java.lang.Math
Get a random number.
Random() - constructor for class java.util.Random
Creates a new pseudorandom number generator.
random() - method in class gnu.javax.net.ssl.provider.ServerHello
Returns the server's random value.
random() - static method in class java.lang.StrictMath
Get a random number.
Random(java.nio.ByteBuffer) - constructor for class gnu.javax.net.ssl.provider.Random
Random(long) - constructor for class java.util.Random
Creates a new pseudorandom number generator, starting with the specified seed, using setSeed(seed);.
RANDOM_OFFSET - static field in class gnu.javax.net.ssl.provider.ClientHello
RANDOM_OFFSET - static field in class gnu.javax.net.ssl.provider.ServerHello
RANDOM_PORT_ATTEMPTS - static field in class gnu.CORBA.OrbFunctional
The number of attempts to try when opening random port.
RANDOM_PORT_FROM - static field in class gnu.CORBA.OrbFunctional
When trying to open the socket on a random port, start of the interval to try.
RANDOM_PORT_TO - static field in class gnu.CORBA.OrbFunctional
When trying to open the socket on a random port, end of the interval to try.
RandomAccess - interface java.util.RandomAccess
Marker interface used to inform List implementations that they support fast (usually constant time) random access.
This class allows reading and writing of files at random locations.
This method initializes a new instance of RandomAccessFile to read from the specified File object with the specified access mode.
This method initializes a new instance of RandomAccessFile to read from the specified file name with the specified access mode.
randomBytes() - method in class gnu.javax.net.ssl.provider.Random
RandomEvent - class gnu.java.security.prng.RandomEvent
A type for entropy accumulators that will be notified of random events.
RandomEvent(java.lang.Object,byte,byte,byte[]) - constructor for class gnu.java.security.prng.RandomEvent
RandomEventListener - interface gnu.java.security.prng.RandomEventListener
An interface for entropy accumulators that will be notified of random events.
RANDOMPIXELORDER - static field in class java.awt.image.ImageConsumer
The pixel order may be random.
randomUUID() - static method in class java.util.UUID
Generate a Leach-Salz (Variant 2) randomly generated (version 4) UUID.
RANGE - static field in class java.awt.JobAttributes.DefaultSelectionType
Range - interface org.w3c.dom.ranges.Range
A data object that carries information about pixel coverage on a scanline.
RangeException - exception org.w3c.dom.ranges.RangeException
Range operations may throw a RangeException as specified in their method descriptions.
RangeException(short,java.lang.String) - constructor for class org.w3c.dom.ranges.RangeException
RANGEOFINTEGER - static field in class gnu.javax.print.ipp.IppValueTag
Indicates a value of syntax type range of integers.
raster - field in class javax.imageio.IIOImage
Image data as a Raster. null if this IIOImage uses the RenderedImage representation.
Raster - class java.awt.image.Raster
A rectangular collection of pixels composed from a DataBuffer which stores the pixel values, and a SampleModel which is used to retrieve the pixel values.
Creates a new raster.
Creates a new raster.
Raster(java.awt.image.SampleModel,java.awt.Point) - constructor for class java.awt.image.Raster
Creates a new raster.
RasterFormatException - exception java.awt.image.RasterFormatException
This exception is thrown when there is invalid layout information in Raster
RasterFormatException(java.lang.String) - constructor for class java.awt.image.RasterFormatException
Create a new instance with a descriptive error message.
RasterGraphics - class gnu.java.awt.java2d.RasterGraphics
A Graphics2D implementation that operates on Raster objects.
RasterOp - interface java.awt.image.RasterOp
An operation that is performed on one raster (the source) producing a new raster (the destination).
RAW_ENCODING - static field in class gnu.java.security.Registry
RAW_ENCODING_ID - static field in class gnu.java.security.Registry
RAW_ENCODING_SHORT_NAME - static field in class gnu.java.security.Registry
RAW_FORMAT - static field in class gnu.java.security.key.IKeyPairCodec
Constant identifying the Raw encoding format.
RAW_FORMAT - static field in class gnu.java.security.sig.ISignatureCodec
Constant identifying the Raw encoding format.
RAW_SEND_SIZE - static field in class javax.security.sasl.Sasl
The name of a property that specifies the maximum size of the raw send buffer in bytes of SaslClient/SaslServer.
RAW_TEXT - static field in class java.awt.im.InputMethodHighlight
Raw text state (before conversion).
rawClearRect(int,int,int,int) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Clears a rectangle in optimization mode.
rawCopyArea(int,int,int,int,int,int) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Copies a rectangular region to another location.
RawData - class gnu.gcj.RawData
A type used to indicate special data used by native code that should not be marked by the garbage collector.
A type used to indicate special data used by native code.
Draws an image in optimization mode.
rawDrawLine(int,int,int,int) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Draws a line in optimization mode.
rawDrawRect(int,int,int,int) - method in class gnu.java.awt.java2d.AbstractGraphics2D
rawFillRect(int,int,int,int) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Fills a rectangle in optimization mode.
rawValue() - method in class gnu.javax.net.ssl.provider.ProtocolVersion
RB - static field in class gnu.xml.xpath.XPathParser
RC2ParameterSpec - class javax.crypto.spec.RC2ParameterSpec
A wrapper for parameters for the RC2 block cipher ("RC" means either "Rivest Cipher" or "Ron's Code", depending upon who you ask and when).
RC2ParameterSpec(int) - constructor for class javax.crypto.spec.RC2ParameterSpec
Create RC2 parameters without an IV.
RC2ParameterSpec(int,byte[]) - constructor for class javax.crypto.spec.RC2ParameterSpec
Create RC2 parameters with an IV.
RC2ParameterSpec(int,byte[],int) - constructor for class javax.crypto.spec.RC2ParameterSpec
Create RC2 parameters with an IV.
RC4_PRNG - static field in class gnu.java.security.Registry
We use "rc4" as an alias for "arcfour".
RC5ParameterSpec - class javax.crypto.spec.RC5ParameterSpec
A wrapper for parameters to the RC5 block cipher.
RC5ParameterSpec(int,int,int) - constructor for class javax.crypto.spec.RC5ParameterSpec
Create RC5 parameters without an IV.
RC5ParameterSpec(int,int,int,byte[]) - constructor for class javax.crypto.spec.RC5ParameterSpec
Create RC5 parameters with an IV.
RC5ParameterSpec(int,int,int,byte[],int) - constructor for class javax.crypto.spec.RC5ParameterSpec
Create RC5 parameters with an IV.
RCDATA - static field in class javax.swing.text.html.parser.DTDConstants
The RCDATA constant (Entity References and Character Data), specifies the content model, consisting of characters AND entities.
RCSID - static field in class javax.swing.undo.StateEdit
The ID of the Java source file in Sun’s Revision Control System (RCS).
RCSID - static field in class javax.swing.undo.StateEditable
The ID of the Java source file in Sun’s Revision Control System (RCS).
RE - class gnu.java.util.regex.RE
RE provides the user interface for compiling and matching regular expressions.
RE() - constructor for class gnu.java.util.regex.RE
The basic constructor.
RE(java.lang.Object) - constructor for class gnu.java.util.regex.RE
Constructs a regular expression pattern buffer without any compilation flags set, and using the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(java.lang.Object,int) - constructor for class gnu.java.util.regex.RE
Constructs a regular expression pattern buffer using the specified compilation flags and the default syntax (RESyntax.RE_SYNTAX_PERL5).
RE(java.lang.Object,int,gnu.java.util.regex.RESyntax) - constructor for class gnu.java.util.regex.RE
Constructs a regular expression pattern buffer using the specified compilation flags and regular expression syntax.
RE_BACKSLASH_ESCAPE_IN_LISTS - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_BK_PLUS_QM - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_CHAR_CLASS_ESC_IN_LISTS - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_CHAR_CLASS_ESCAPES - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_CHAR_CLASSES - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_COMMENTS - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_ANCHORS - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_CONTEXT_INDEP_OPS - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_CONTEXT_INVALID_OPS - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_DOT_NEWLINE - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_DOT_NOT_NULL - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_EMBEDDED_FLAGS - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_HAT_LISTS_NOT_NEWLINE - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_HEX_CHAR - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_INTERVALS - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_LIMITED_OPS - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_LOOKAHEAD - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_NAMED_PROPERTY - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_NESTED_CHARCLASS - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_NEWLINE_ALT - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_NO_BK_BRACES - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_NO_BK_PARENS - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_NO_BK_REFS - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_NO_BK_VBAR - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_NO_EMPTY_RANGES - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_OCTAL_CHAR - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_POSSESSIVE_OPS - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_PURE_GROUPING - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_STINGY_OPS - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_STRING_ANCHORS - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_SYNTAX_AWK - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_ED - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_EGREP - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_EMACS - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_GREP - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_JAVA_1_4 - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_PERL4 - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_PERL4_S - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5 - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_PERL5_S - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_AWK - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_BASIC - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EGREP - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_EXTENDED - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_BASIC - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_POSIX_MINIMAL_EXTENDED - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_SYNTAX_SED - static field in class gnu.java.util.regex.RESyntax
Predefined syntax.
RE_UNICODE_CHAR - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
RE_UNMATCHED_RIGHT_PAREN_ORD - static field in class gnu.java.util.regex.RESyntax
Syntax bit.
READ - static field in class gnu.java.nio.FileChannelImpl
READ - static field in class gnu.java.nio.channels.FileChannelImpl
read() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read a single byte directly from the buffer.
read() - method in class gnu.CORBA.CDR.AbstractDataInput
Read a single byte.
read() - method in class javax.sound.sampled.AudioInputStream
Read a single byte from the underlying stream.
read() - method in class gnu.java.io.Base64InputStream
Calls the in.read() method
read() - method in class gnu.java.security.ber.BERReader
Decode a single value from the input stream, returning it in a new DERValue.
read() - method in class java.io.BufferedInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class java.io.BufferedReader
read() - method in class java.io.ByteArrayInputStream
This method reads one byte from the stream.
read() - method in class gnu.java.nio.ChannelInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class java.io.CharArrayReader
This method reads one char from the stream.
read() - method in class java.util.zip.CheckedInputStream
Reads one byte, updates the checksum and returns the read byte (or -1 when the end of file was reached).
read() - method in class gnu.java.net.protocol.http.ChunkedInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class javax.crypto.CipherInputStream
Read a single byte from this input stream; returns -1 on the end-of-file.
read() - method in class gnu.javax.rmi.CORBA.CorbaInput
read() - method in class gnu.java.net.protocol.core.CoreInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class gnu.java.net.CRLFInputStream
Reads the next byte of data from this input stream.
read() - method in class gnu.java.security.der.DERReader
Decode a single value from the input stream, returning it in a new DERValue.
read() - method in class java.security.DigestInputStream
Reads a byte from the input stream and updates the digest.
read() - method in class javax.imageio.stream.FileCacheImageInputStream
read() - method in class javax.imageio.stream.FileCacheImageOutputStream
read() - method in class gnu.java.nio.FileChannelImpl
read() - method in class gnu.java.nio.channels.FileChannelImpl
read() - method in class javax.imageio.stream.FileImageInputStream
read() - method in class javax.imageio.stream.FileImageOutputStream
read() - method in class java.io.FileInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class java.io.FilterInputStream
Calls the in.read() method
read() - method in class java.io.FilterReader
Calls the in.read() method
read() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read() - method in class gnu.javax.imageio.IIOInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class javax.imageio.stream.ImageInputStream
read() - method in class javax.imageio.stream.ImageInputStreamImpl
read() - method in class java.util.zip.InflaterInputStream
Reads one byte of decompressed data.
read() - method in class java.io.InputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class org.omg.CORBA.portable.InputStream
Should read from the stream, but following specification it does not.
read() - method in class java.io.InputStreamReader
This method reads a single character of data from the stream.
read() - method in class gnu.javax.imageio.jpeg.JPEGImageInputStream
read() - method in class gnu.java.net.LineInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class java.io.LineNumberInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class java.io.LineNumberReader
This method reads an unsigned char from the input stream and returns it as an int in the range of 0-65535.
read() - method in class gnu.javax.crypto.mac.MacInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class javax.imageio.stream.MemoryCacheImageInputStream
read() - method in class javax.imageio.stream.MemoryCacheImageOutputStream
read() - method in class java.io.ObjectInput
This method reading a byte of data from a stream.
read() - method in class java.io.ObjectInputStream
This method reading a byte of data from a stream.
read() - method in class java.io.PipedInputStream
This method reads one byte from the stream.
read() - method in class java.io.PipedReader
This method reads chars from the stream into a caller supplied buffer.
read() - method in class javax.swing.ProgressMonitorInputStream
Reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class java.io.PushbackInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class java.io.PushbackReader
This method reads an unsigned char from the input stream and returns it as an int in the range of 0-65535.
read() - method in class java.io.RandomAccessFile
This method reads a single byte of data from the file and returns it as an integer.
read() - method in class java.io.Reader
Reads an char from the input stream and returns it as an int in the range of 0-65535.
read() - method in class gnu.xml.dom.ls.ReaderInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class gnu.java.util.regex.REFilterInputStream
Reads the next byte from the stream per the general contract of InputStream.read().
read() - method in class gnu.javax.crypto.sasl.SaslInputStream
Reads the next byte of data from the input stream.
read() - method in class java.io.SequenceInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class java.io.StringBufferInputStream
This method reads one byte from the stream.
read() - method in class java.io.StringReader
Reads an char from the input stream and returns it as an int in the range of 0-65535.
read() - method in class gnu.classpath.debug.TeeInputStream
This method reads an unsigned byte from the input stream and returns it as an int in the range of 0-255.
read() - method in class gnu.classpath.debug.TeeReader
read() - method in class gnu.xml.stream.UnicodeReader
read() - method in class java.util.zip.ZipInputStream
Reads a byte from the current zip entry.
read(buf[]) - method in class java.io.Reader
Reads chars from a stream and stores them into a caller supplied buffer.
read(buf[],int,int) - method in class java.io.Reader
Read chars from a stream and stores them into a caller supplied buffer.
read(byte[]) - method in class gnu.CORBA.CDR.AbstractCdrInput
Read bytes directly from the buffer.
read(byte[]) - method in class gnu.CORBA.CDR.AbstractDataInput
This method reads bytes from the underlying stream into the specified byte array buffer.
read(byte[]) - method in class javax.sound.sampled.AudioInputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
read(byte[]) - method in class javax.crypto.CipherInputStream
Read bytes into an array, returning the number of bytes read or -1 on the end-of-file.
read(byte[]) - method in class gnu.javax.rmi.CORBA.CorbaInput
read(byte[]) - method in class gnu.java.net.CRLFInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[]) - method in class java.io.DataInputStream
This method reads bytes from the underlying stream into the specified byte array buffer.
read(byte[]) - static method in class gnu.java.security.der.DERReader
Convenience method for reading a single primitive value from the given byte array.
read(byte[]) - method in class java.io.FileInputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
read(byte[]) - method in class java.io.FilterInputStream
Calls the read(byte[], int, int) overloaded method.
read(byte[]) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read(byte[]) - method in class gnu.javax.imageio.IIOInputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
read(byte[]) - method in class javax.imageio.stream.ImageInputStream
read(byte[]) - method in class javax.imageio.stream.ImageInputStreamImpl
read(byte[]) - method in class java.io.InputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
read(byte[]) - method in class gnu.java.net.LineInputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
read(byte[]) - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method reads bytes from the underlying stream into the specified byte array buffer.
read(byte[]) - method in class java.io.ObjectInput
This method reads raw bytes and stores them them a byte array buffer.
read(byte[]) - method in class javax.swing.ProgressMonitorInputStream
Reads bytes from the input stream and stores them in the supplied array, and updates the progress monitor (or closes it if the end of the stream is reached).
read(byte[]) - method in class java.io.RandomAccessFile
This method reads bytes from the file into the specified array.
read(byte[]) - method in class gnu.xml.dom.ls.ReaderInputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
read(byte[]) - method in class gnu.java.util.regex.REFilterInputStream
Reads from the stream into the provided array.
read(byte[],int,int) - method in class gnu.CORBA.CDR.AbstractCdrInput
Read bytes directly from the buffer.
read(byte[],int,int) - method in class gnu.CORBA.CDR.AbstractDataInput
This method reads bytes from the underlying stream into the specified byte array buffer.
read(byte[],int,int) - method in class javax.sound.sampled.AudioInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class gnu.java.io.Base64InputStream
Calls the in.read(byte[], int, int) method.
read(byte[],int,int) - method in class java.io.BufferedInputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class java.io.ByteArrayInputStream
This method reads bytes from the stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class gnu.java.nio.ChannelInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class java.util.zip.CheckedInputStream
Reads at most len bytes in the supplied buffer and updates the checksum with it.
read(byte[],int,int) - method in class gnu.java.net.protocol.http.ChunkedInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class javax.crypto.CipherInputStream
Read bytes into an array, returning the number of bytes read or -1 on the end-of-file.
read(byte[],int,int) - method in class gnu.javax.rmi.CORBA.CorbaInput
read(byte[],int,int) - method in class gnu.java.net.protocol.core.CoreInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class gnu.java.net.CRLFInputStream
Reads up to len bytes of data from this input stream into an array of bytes, starting at the specified offset.
read(byte[],int,int) - method in class java.io.DataInputStream
This method reads bytes from the underlying stream into the specified byte array buffer.
read(byte[],int,int) - method in class java.security.DigestInputStream
Reads bytes from the input stream and updates the digest.
read(byte[],int,int) - method in class javax.imageio.stream.FileCacheImageInputStream
read(byte[],int,int) - method in class javax.imageio.stream.FileCacheImageOutputStream
read(byte[],int,int) - method in class gnu.java.nio.channels.FileChannelImpl
read(byte[],int,int) - method in class javax.imageio.stream.FileImageInputStream
read(byte[],int,int) - method in class javax.imageio.stream.FileImageOutputStream
read(byte[],int,int) - method in class java.io.FileInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class java.io.FilterInputStream
Calls the in.read(byte[], int, int) method.
read(byte[],int,int) - method in class gnu.javax.sound.sampled.gstreamer.io.GstInputStream
read(byte[],int,int) - method in class gnu.javax.sound.sampled.gstreamer.lines.GstPipeline
read(byte[],int,int) - method in class java.util.zip.GZIPInputStream
Reads in GZIP-compressed data and stores it in uncompressed form into an array of bytes.
read(byte[],int,int) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read(byte[],int,int) - method in class gnu.javax.imageio.IIOInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class javax.imageio.stream.ImageInputStream
read(byte[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
read(byte[],int,int) - method in class java.util.zip.InflaterInputStream
Decompresses data into the byte array
read(byte[],int,int) - method in class java.io.InputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class java.util.jar.JarInputStream
XXX
read(byte[],int,int) - method in class gnu.javax.imageio.jpeg.JPEGImageInputStream
read(byte[],int,int) - method in class gnu.java.net.LineInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
This method reads bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method reads bytes from the underlying stream into the specified byte array buffer.
read(byte[],int,int) - method in class gnu.javax.crypto.mac.MacInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class javax.imageio.stream.MemoryCacheImageInputStream
read(byte[],int,int) - method in class javax.imageio.stream.MemoryCacheImageOutputStream
read(byte[],int,int) - method in class java.io.ObjectInput
This method reads raw bytes and stores them in a byte array buffer buf starting at position offset into the buffer.
read(byte[],int,int) - method in class java.io.ObjectInputStream
This method reads raw bytes and stores them in a byte array buffer buf starting at position offset into the buffer.
read(byte[],int,int) - method in class java.io.PipedInputStream
This method reads bytes from the stream into a caller supplied buffer.
read(byte[],int,int) - method in class javax.swing.ProgressMonitorInputStream
Reads up to length bytes from the input stream and stores them in the supplied array at the given index, and updates the progress monitor (or closes it if the end of the stream is reached).
read(byte[],int,int) - method in class java.io.PushbackInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class java.io.RandomAccessFile
This methods reads up to len bytes from the file into the specified array starting at position offset into the array.
read(byte[],int,int) - method in class gnu.xml.dom.ls.ReaderInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class gnu.java.util.regex.REFilterInputStream
Reads from the stream into the provided array.
read(byte[],int,int) - method in class gnu.javax.crypto.sasl.SaslInputStream
Reads up to len bytes of data from the underlying source input stream into an array of bytes.
read(byte[],int,int) - method in class java.io.SequenceInputStream
This method reads bytes from a stream and stores them into a caller supplied buffer.
This method reads bytes from the stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class javax.sound.sampled.TargetDataLine
Read data from the line into the given buffer.
read(byte[],int,int) - method in class gnu.classpath.debug.TeeInputStream
This method read bytes from a stream and stores them into a caller supplied buffer.
read(byte[],int,int) - method in class java.util.zip.ZipInputStream
Reads a block of bytes from the current zip entry.
read(char[],int,int) - method in class java.io.BufferedReader
This method read chars from a stream and stores them into a caller supplied buffer.
read(char[],int,int) - method in class gnu.gcj.convert.BytesToCharsetAdaptor
Convert bytes to chars.
read(char[],int,int) - method in class gnu.gcj.convert.BytesToUnicode
Convert bytes to chars.
read(char[],int,int) - method in class gnu.java.nio.ChannelReader
read(char[],int,int) - method in class java.io.CharArrayReader
This method reads chars from the stream and stores them into a caller supplied buffer.
read(char[],int,int) - method in class java.io.FilterReader
Calls the in.read(char[], int, int) method.
read(char[],int,int) - method in class gnu.gcj.convert.Input_8859_1
read(char[],int,int) - method in class gnu.gcj.convert.Input_ASCII
Convert bytes to chars.
read(char[],int,int) - method in class gnu.gcj.convert.Input_EUCJIS
Convert bytes to chars.
read(char[],int,int) - method in class gnu.gcj.convert.Input_iconv
Convert bytes to chars.
read(char[],int,int) - method in class gnu.gcj.convert.Input_JavaSrc
Convert bytes to chars.
read(char[],int,int) - method in class gnu.gcj.convert.Input_SJIS
Convert bytes to chars.
read(char[],int,int) - method in class gnu.gcj.convert.Input_UnicodeBig
Convert bytes to chars.
read(char[],int,int) - method in class gnu.gcj.convert.Input_UnicodeLittle
Convert bytes to chars.
read(char[],int,int) - method in class gnu.gcj.convert.Input_UTF8
Convert bytes to chars.
read(char[],int,int) - method in class java.io.InputStreamReader
This method reads up to length characters from the stream into the specified array starting at index offset into the array.
read(char[],int,int) - method in class java.io.LineNumberReader
This method reads chars from a stream and stores them into a caller supplied buffer.
read(char[],int,int) - method in class java.io.PipedReader
This method reads characters from the stream into a caller supplied buffer.
read(char[],int,int) - method in class java.io.PushbackReader
This method read chars from a stream and stores them into a caller supplied buffer.
read(char[],int,int) - method in class java.io.StringReader
read(char[],int,int) - method in class gnu.classpath.debug.TeeReader
Read the code set profile information from the given input stream.
read(gnu.CORBA.CDR.AbstractCdrInput) - method in class gnu.CORBA.GIOP.ReplyHeader
Reads the header from the stream.
read(gnu.CORBA.CDR.AbstractCdrInput) - method in class gnu.CORBA.GIOP.v1_0.ReplyHeader
Reads the header from the stream.
read(gnu.CORBA.CDR.AbstractCdrInput) - method in class gnu.CORBA.GIOP.v1_2.ReplyHeader
Reads the header from the stream.
read(gnu.CORBA.CDR.AbstractCdrInput) - method in class gnu.CORBA.GIOP.RequestHeader
Reads the header from the stream.
read(gnu.CORBA.CDR.AbstractCdrInput) - method in class gnu.CORBA.GIOP.v1_0.RequestHeader
Reads the header from the stream.
read(gnu.CORBA.CDR.AbstractCdrInput) - method in class gnu.CORBA.GIOP.v1_2.RequestHeader
Read the header from the given stream.
read(gnu.CORBA.CDR.AbstractCdrInput) - static method in class gnu.CORBA.GIOP.ServiceContext
Read the context values from the stream.
Read the data about an unknown exception from the UnknownExceptionInfo.
read(int) - method in class javax.imageio.ImageReader
Read the given frame all at once, using default image read parameters, and return a buffered image.
read(int,javax.imageio.ImageReadParam) - method in class gnu.javax.imageio.bmp.BMPImageReader
Reads the image indexed by imageIndex and returns it as a complete BufferedImage, using a supplied ImageReadParam.
read(int,javax.imageio.ImageReadParam) - method in class gnu.javax.imageio.gif.GIFImageReader
Reads the image indexed by imageIndex and returns it as a complete BufferedImage, using a supplied ImageReadParam.
read(int,javax.imageio.ImageReadParam) - method in class javax.imageio.ImageReader
Read the given frame into a buffered image using the given read parameters.
read(int,javax.imageio.ImageReadParam) - method in class gnu.javax.imageio.jpeg.JPEGImageReader
read(int,javax.imageio.ImageReadParam) - method in class gnu.javax.imageio.png.PNGImageReader
Reads the image.
read(int[],int,int) - method in class gnu.xml.stream.UnicodeReader
read(java.io.DataInput) - static method in class java.rmi.server.UID
read(java.io.DataInputStream) - method in class javax.swing.text.html.parser.DTD
Reads DTD from an archived format.
read(java.io.File) - static method in class javax.imageio.ImageIO
Create a buffered image from a file.
read(java.io.InputStream) - static method in class javax.imageio.ImageIO
Create a buffered image from an input stream.
read(java.io.InputStream) - method in class java.util.jar.Manifest
Read and merge a Manifest from the designated input stream.
read(java.io.InputStream) - method in class gnu.CORBA.GIOP.MessageHeader
Read the header from the stream.
read(java.io.InputStream) - static method in class gnu.javax.net.ssl.provider.ProtocolVersion
read(java.io.InputStream,int) - static method in class gnu.CORBA.BigDecimalHelper
Read the CORBA fixed, autodetecting the number of bytes and assuming the given scale.
This method initializes from a stream.
Reads a document of the supported content type from an InputStream into the actual Document object.
Reads RTF data from stream into doc at the specified position pos.
read(java.io.ObjectInput) - static method in class java.rmi.server.ObjID
Read object id (as long), then the object UID.
read(java.io.Reader,java.lang.Object) - method in class javax.swing.text.JTextComponent
Read and set the content this component.
Reads a document of the supported content type from a Reader into the actual Document object.
Inserts content from the given stream.
Reads RTF data from reader into doc at the specified position pos.
read(java.net.URL) - static method in class javax.imageio.ImageIO
Create a buffered image from a URL.
read(java.nio.ByteBuffer) - method in class java.nio.channels.DatagramChannel
Reads data from this channel.
read(java.nio.ByteBuffer) - method in class gnu.java.nio.DatagramChannelImpl
Reads data from this channel.
read(java.nio.ByteBuffer) - method in class java.nio.channels.FileChannel
Reads data from the channel.
read(java.nio.ByteBuffer) - method in class gnu.java.nio.FileChannelImpl
read(java.nio.ByteBuffer) - method in class gnu.java.nio.channels.FileChannelImpl
read(java.nio.ByteBuffer) - method in class gnu.java.nio.InputStreamChannel
read(java.nio.ByteBuffer) - method in class java.nio.channels.ReadableByteChannel
Reads a sequence of bytes from this channel into the given buffer
read(java.nio.ByteBuffer) - method in class java.nio.channels.SocketChannel
Reads data from the channel.
read(java.nio.ByteBuffer) - method in class gnu.java.nio.SocketChannelImpl
read(java.nio.ByteBuffer) - method in class gnu.java.nio.VMChannel
read(java.nio.ByteBuffer,long) - method in class java.nio.channels.FileChannel
Reads data from the channel.
read(java.nio.ByteBuffer,long) - method in class gnu.java.nio.FileChannelImpl
read(java.nio.ByteBuffer,long) - method in class gnu.java.nio.channels.FileChannelImpl
read(java.nio.ByteBuffer[]) - method in class java.nio.channels.DatagramChannel
Reads data from this channel.
read(java.nio.ByteBuffer[]) - method in class java.nio.channels.FileChannel
Reads data from the channel.
read(java.nio.ByteBuffer[]) - method in class java.nio.channels.ScatteringByteChannel
Reads a sequence of bytes from this channel into the given buffers
read(java.nio.ByteBuffer[]) - method in class java.nio.channels.SocketChannel
Reads data from the channel.
read(java.nio.ByteBuffer[],int,int) - method in class java.nio.channels.DatagramChannel
Reads data from this channel.
Reads data from this channel.
read(java.nio.ByteBuffer[],int,int) - method in class java.nio.channels.FileChannel
Reads data from the channel.
read(java.nio.ByteBuffer[],int,int) - method in class gnu.java.nio.channels.FileChannelImpl
Reads a sequence of bytes from this channel into a subsequence of the given buffers
read(java.nio.ByteBuffer[],int,int) - method in class java.nio.channels.SocketChannel
Reads data from the channel.
read(java.nio.CharBuffer) - method in class java.nio.CharBuffer
read(java.nio.CharBuffer) - method in class java.lang.Readable
Adds the character data supplied by this Readable to the specified character buffer.
read(java.nio.CharBuffer) - method in class java.io.Reader
read(javax.imageio.stream.ImageInputStream) - static method in class javax.imageio.ImageIO
Create a buffered image from an image input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.AdapterAlreadyExistsHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAManagerPackage.AdapterInactiveHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.AdapterManagerIdHelper
Read the int (adapter manager id) from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.AdapterNameHelper
Reads the String[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.AdapterNonExistentHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.AdapterStateHelper
Read the short (adapter state) from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextExtPackage.AddressHelper
Delegates functionality to InputStream.read_string().
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.AnySeqHelper
Reads the Any[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.AnySeqHelper
Delegates call to AnySeqHelper.read(InputStream).
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.BindingHelper
Read the binding from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.BindingIteratorHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.BindingListHelper
Read the array of bindings from the given CDR input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.BindingTypeHelper
Read the binding type from the CDR input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.BooleanSeqHelper
Reads the boolean[] from the CORBA input stream.
Read the header.
read(org.omg.CORBA.portable.InputStream) - method in class gnu.CORBA.GIOP.v1_0.CancelHeader
Read the header.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.CharSeqHelper
Reads the char[] from the CORBA input stream.
This should read the CodecFactory from the CDR intput stream, but this is not possible as CodecFactory is a local object.
Reads the CompletionStatus from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.ComponentIdHelper
Read the ComponentId from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.CurrentHelper
Read the Current from the CDR intput stream (IOR profile expected).
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.CurrentHelper
Not supported for compatibility reasons.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.CurrentHelper
Not supported for compatibility reasons.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.DefinitionKindHelper
Read the definitin kind (as int) from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.DoubleSeqHelper
Reads the double[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateNameHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynAnyFactoryHelper
This should read DynAnyFactory from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynAnyHelper
This should read DynAny from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynAnySeqHelper
The method should read this object from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynArrayHelper
This should read DynArray from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynEnumHelper
This should read DynEnum from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynFixedHelper
This should read DynFixed from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynSequenceHelper
This should read DynSequence from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynStructHelper
This should read DynStruct from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynUnionHelper
This should read DynUnion from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynValueHelper
This should read DynValue from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.FieldNameHelper
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.FieldNameHelper
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.FloatSeqHelper
Reads the float[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.CodecPackage.FormatMismatchHelper
Read the exception from the CDR intput stream.
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ForwardRequestHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.ForwardRequestHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.IdentifierHelper
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.IDLTypeHelper
Read the IDL type from the given input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCodeHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidNameHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.InvalidPolicyHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.InvalidSlotHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.CodecPackage.InvalidTypeForEncodingHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynAnyPackage.InvalidValueHelper
Read the exception from the CDR intput stream.
Read from the CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.IORHelper
Read the structure from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.IORInterceptor_3_0Helper
Read the IORInterceptor_3_0 from the CDR intput stream (IOR profile expected).
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.IstringHelper
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.LongLongSeqHelper
Reads the long long[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.LongSeqHelper
Reads the int[] from the CORBA input stream.
Read the sequence from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NameComponentHelper
Read the name component from the given CDR input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.NameDynAnyPairHelper
The method should read this object from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.NameDynAnyPairSeqHelper
The method should read this object from the CDR input stream, but (following the JDK 1.5 API) it does not.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NameHelper
Read the Name from the given CDR input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.NameValuePairHelper
Read the NameValuePair from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.NameValuePairHelper
Read the structure from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.NameValuePairSeqHelper
Read the sequence from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextExtHelper
Read the extended naming context from the given CDR input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextHelper
Read the naming context from the given CDR input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.CurrentPackage.NoContextHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.NoServantHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
Read the exception from the given CDR stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.ObjectAlreadyActiveHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ObjectHelper
Read the object from the given CDR input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ObjectIdHelper
Read the Object Id as a byte array.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.ObjectIdHelper
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.ObjectNotActiveHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ObjectReferenceFactoryHelper
Read the ObjectReferenceFactory from the CDR intput stream (ValueBase type expected).
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateHelper
Read the object reference template (as the value type).
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateSeqHelper
Reads the ObjectReferenceTemplate[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.OctetSeqHelper
Reads the byte[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ORBIdHelper
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ParameterModeHelper
Read the enumeration value (as int) from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAHelper
This should read POA from the CDR input stream, but, following the specs, it doesnot.
Delegates call to InputStream.read_short().
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.PolicyErrorHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.PolicyHelper
Read the object from the CDR intput stream (IOR profile expected).
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.PolicyListHelper
Read the sequence of policies from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.PolicyTypeHelper
Read the int (policy type) from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.ProfileIdHelper
Read the ProfileId from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.RepositoryIdHelper
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.ServantActivatorHelper
This should read the servant activator, but it cannot be transferred this way as its operations cannot be remote.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.ServantAlreadyActiveHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.ServantLocatorHelper
This should read the servant locator, but it cannot be transferred this way as its operations cannot be remote.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.ServantNotActiveHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableInterceptor.ServerIdHelper
Read the context from the CDR intput stream (first id, then data as a flexible length byte sequence).
Read the ServiceContext[] from the CDR intput stream as a flexible lenth sequence.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ServiceDetailHelper
Read the service detail information from the given CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.ServiceIdHelper
Read the ServiceId from the CDR intput stream.
Read the service information from the given CDR input stream.
Read the enumeration value (as int) from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ShortSeqHelper
Reads the short[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextExtPackage.StringNameHelper
Delegates functionality to InputStream.read_string().
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.StringSeqHelper
Reads the String[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.StringValueHelper
Reads a string as a value type.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.StructMemberHelper
Read the StructMember from the input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.Messaging.SyncScopeHelper
Delegates call to InputStream.read_short().
Read the structure from the CDR intput stream.
Read the structure from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class gnu.CORBA.TypeCodeHelper
Read the CORBA TypeCode.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.DynamicAny.DynAnyPackage.TypeMismatchHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.CodecPackage.TypeMismatchHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ULongLongSeqHelper
Reads the long[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ULongSeqHelper
Reads the int[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.UnionMemberHelper
Read the union member from the given stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper
Read the exception from the CDR intput stream.
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
Delegates functionality to InputStream.read_string().
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.UShortSeqHelper
Reads the short[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ValueBaseHelper
Read the value base from the given input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.ValueMemberHelper
Reads the value member from the given stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.VersionSpecHelper
read(org.omg.CORBA.portable.InputStream) - static method in class gnu.CORBA.CDR.Vio
Read the value base from the given input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.VisibilityHelper
Read the visibility value (as short) from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.WCharSeqHelper
Reads the char[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.WrongAdapterHelper
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.PortableServer.POAPackage.WrongPolicyHelper
Read the exception from the CDR intput stream.
Read the exception from the CDR intput stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.WStringSeqHelper
Reads the String[] from the CORBA input stream.
read(org.omg.CORBA.portable.InputStream) - static method in class org.omg.CORBA.WStringValueHelper
Reads a wide string as a value type.
read(org.omg.CORBA.portable.InputStream,java.lang.Class) - static method in class gnu.CORBA.CDR.Vio
Read the value base from the given input stream when the value base class is available.
Read the value base from the given input stream when the unitialised instance is available.
read(org.omg.CORBA.portable.InputStream,java.lang.String) - static method in class gnu.CORBA.CDR.Vio
Read the value base from the given input stream.
Read using provided boxed value helper.
read_Abstract() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the abstract interface.
read_Abstract() - method in class org.omg.CORBA.DataInputStream
Read abstract interface.
read_Abstract() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_abstract_interface() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_abstract_interface() - method in class org.omg.CORBA_2_3.portable.InputStream
Read the abstract interface.
Delegates functionality to the underlying stream.
read_any() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the CORBA Any.
read_any() - method in class org.omg.CORBA.DataInputStream
Read Any.
read_any() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_any() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA Any.
Read an array.
Read array of Any's.
Delegates functionality to the underlying stream.
read_boolean() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the boolean, treating any non zero byte as true, zero byte as false.
read_boolean() - method in class org.omg.CORBA.DataInputStream
Read boolean.
read_boolean() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_boolean() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA boolean.
Read the array of boolean.
Delegates functionality to the underlying stream.
read_boolean_array(boolean[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA boolean values.
Read an array.
Read boolean array.
Delegates functionality to the underlying stream.
read_char() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read a character using narrow charset encoding.
read_char() - method in class org.omg.CORBA.DataInputStream
Read narrow (usually 8 bit) char.
read_char() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_char() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA char.
read_char_array(char[],int,int) - method in class gnu.CORBA.CDR.AbstractCdrInput
Read a character array, using narrow charset encoding.
read_char_array(char[],int,int) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_char_array(char[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA characters.
Read an array.
Read array of narrow (usually 8 bit) chars.
Delegates functionality to the underlying stream.
read_Context() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_Context() - method in class org.omg.CORBA.portable.InputStream
This should read the CORBA context, but following the 1.4 API specification, it must not be implemented.
read_double() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the double value, IEEE 754 format.
read_double() - method in class org.omg.CORBA.DataInputStream
Read dobule.
read_double() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_double() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA double.
Read the array of double values, IEEE 754 format.
read_double_array(double[],int,int) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_double_array(double[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA doubles.
Read an array.
Read array of doubles.
Delegates functionality to the underlying stream.
read_encapsulation() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the encapsulated stream.
read_fixed() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the CORBA fixed (the end of the fixed can be determined by its last byte).
read_fixed() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_fixed() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA fixed.
read_float() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the float value, IEEE 754 format.
read_float() - method in class org.omg.CORBA.DataInputStream
Read float.
read_float() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_float() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA float.
read_float_array(float[],int,int) - method in class gnu.CORBA.CDR.AbstractCdrInput
Read an array of float values, IEEE 754 format.
read_float_array(float[],int,int) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_float_array(float[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA float.
Read an array.
Read array of floats.
Delegates functionality to the underlying stream.
read_long() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the CORBA long (java int), high byte first.
read_long() - method in class org.omg.CORBA.DataInputStream
Read CORBA long (java int, 32 bits).
read_long() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_long() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA long that is mapped into java int.
read_long_array(int[],int,int) - method in class gnu.CORBA.CDR.AbstractCdrInput
Read an array of CORBA longs (java ints).
read_long_array(int[],int,int) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_long_array(int[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA longs.
Read an array.
Read array of CORBA longs (java ints).
Delegates functionality to the underlying stream.
read_longlong() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the CORBA long long (java long).
read_longlong() - method in class org.omg.CORBA.DataInputStream
Read CORBA long long (java long, 64 bits).
read_longlong() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_longlong() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA long long that is mapped into java long.
Read an array of CORBA long longs (java longs).
read_longlong_array(long[],int,int) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_longlong_array(long[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read an array of CORBA long long
Read an array.
Read array of CORBA long longs (java longs).
Delegates functionality to the underlying stream.
read_Object() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the CORBA object.
read_Object() - method in class org.omg.CORBA.DataInputStream
Read CORBA object.
read_Object() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_Object() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA (not java) object
read_Object(java.lang.Class) - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the object that is an instance of the given class.
read_Object(java.lang.Class) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_octet() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read a single byte.
read_octet() - method in class org.omg.CORBA.DataInputStream
Read octet (byte).
read_octet() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_octet() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA octed that is mapped into java byte.
read_octet_array(byte[],int,int) - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the byte array.
read_octet_array(byte[],int,int) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_octet_array(byte[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA octets that are mapped into java array of bytes.
Read an array.
Read array of bytes.
Delegates functionality to the underlying stream.
READ_ONLY - static field in class java.nio.channels.FileChannel.MapMode
READ_ONLY - static field in class gnu.gcj.runtime.PersistentByteMap.AccessMode
read_Principal() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_Principal() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA Principal.
read_sequence() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the length of the byte array as CORBA long and then the array itseld.
read_short() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the CORBA short integer.
read_short() - method in class gnu.javax.rmi.CORBA.CorbaInput
read_short() - method in class org.omg.CORBA.DataInputStream
Read short (16 bit int).
read_short() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_short() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA short.
Read an array.
Read array of shorts (16 bit ints).
Delegates functionality to the underlying stream.
read_short_array(short[],int,int) - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the array of CORBA short integer values.
read_short_array(short[],int,int) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_short_array(short[],int,int) - method in class org.omg.CORBA.portable.InputStream
read_string() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read a singe byte string.
read_string() - method in class org.omg.CORBA.DataInputStream
Read narrow string (usually 8 bits per character).
read_string() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_string() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA string that is mapped into java String.
read_TypeCode() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the type code.
read_TypeCode() - method in class org.omg.CORBA.DataInputStream
Read typecode.
read_TypeCode() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_TypeCode() - method in class org.omg.CORBA.portable.InputStream
Read a TypeCode.
read_ulong() - method in class gnu.CORBA.CDR.AbstractCdrInput
Reads the CORBA unsigned long (java int), delegating functionality to read_long().
read_ulong() - method in class org.omg.CORBA.DataInputStream
Read CORBA unsigned long (java int).
read_ulong() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_ulong() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA unsigned long that is mapped into java int.
read_ulong_array(int[],int,int) - method in class gnu.CORBA.CDR.AbstractCdrInput
Reads the array of CORBA unsigned long (java integer) values, delegating functionality to AbstractCdrInput.
read_ulong_array(int[],int,int) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_ulong_array(int[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read an array of CORBA unsigned long.
Read an array.
Read array of CORBA unsigned longs (java ints).
Delegates functionality to the underlying stream.
read_ulonglong() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the CORBA unsigned long long value, delegating functionality to read_longlong().
read_ulonglong() - method in class org.omg.CORBA.DataInputStream
Read unsigned CORBA long long (java long, 64 bits).
read_ulonglong() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_ulonglong() - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA unsigned longs.
Reads the array of CORBA long long (java long) values, delegating functionality to AbstractCdrInput.
read_ulonglong_array(long[],int,int) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_ulonglong_array(long[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA unsigned longs.
Read an array.
Read array of CORBA unsigned long longs (java longs).
Delegates functionality to the underlying stream.
read_ushort() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read the unsigned short integer value.
read_ushort() - method in class org.omg.CORBA.DataInputStream
Read unsigned short.
read_ushort() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_ushort() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA unsigned short that is mapped into java short.
Read array of unsigned shorts (16 bit ints).
Delegates functionality to the underlying stream.
Read an array of unsigned short values, delegating the functionality to read_short_array.
read_ushort_array(short[],int,int) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_ushort_array(short[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read a and array of CORBA unsigned shorts.
read_Value() - method in class gnu.CORBA.CDR.AbstractCdrInput
Read a value type structure from the stream.
read_Value() - method in class org.omg.CORBA.DataInputStream
Read the CORBA value type.
read_Value() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to read_value.
read_value() - method in class org.omg.CORBA_2_3.portable.InputStream
Read a value type structure, extracting the repository id from the input stream itself.
read_value(java.io.Serializable) - method in class gnu.CORBA.CDR.HeadlessInput
Try to read when having an unitialised value.
read_value(java.io.Serializable) - method in class org.omg.CORBA_2_3.portable.InputStream
Read a value type structure content, when the unitialised instance is passed as a parameter.
read_value(java.lang.Class) - method in class gnu.CORBA.CDR.HeadlessInput
Try to read when having an unitialised value.
read_value(java.lang.String) - method in class gnu.CORBA.CDR.HeadlessInput
Tries to locate a factory using repository id.
read_value(java.lang.String) - method in class org.omg.CORBA_2_3.portable.InputStream
Read a value type structure, having the given repository id.
Tries to read using boxed value helper.
read_value(org.omg.CORBA.portable.BoxedValueHelper) - method in class org.omg.CORBA_2_3.portable.InputStream
Use the provided boxed value helper to read the value.
read_value(org.omg.CORBA.portable.InputStream) - method in class org.omg.CORBA.portable.BoxedValueHelper
Read this value type from the CDR stream.
Read an instance from the stream.
Read the string value from the input stream.
Read the wide string value from the input stream.
Read the value into this Any from the given input stream.
Read the value of the given type from the given stream.
read_value(org.omg.CORBA_2_3.portable.InputStream) - method in class org.omg.CORBA.portable.ValueFactory
Read the value type.
read_version(java.io.InputStream) - static method in class gnu.CORBA.Version
Read from the input stream, major number first.
read_wchar() - method in class gnu.CORBA.CDR.AbstractCdrInput
Reads the wide character using the encoding, specified in the wide_charset.
read_wchar() - method in class org.omg.CORBA.DataInputStream
Read wide (usually 16 bit) char.
read_wchar() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_wchar() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA wchar that is mapped into java char.
read_wchar_array(char[],int,int) - method in class gnu.CORBA.CDR.AbstractCdrInput
Read an array of "wide chars", each representing a two byte Unicode character, high byte first.
read_wchar_array(char[],int,int) - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_wchar_array(char[],int,int) - method in class org.omg.CORBA.portable.InputStream
Read an array.
Read array of wide (usually 16 bit) chars.
Delegates functionality to the underlying stream.
READ_WRITE - static field in class java.nio.channels.FileChannel.MapMode
READ_WRITE - static field in class gnu.gcj.runtime.PersistentByteMap.AccessMode
read_wstring() - method in class gnu.CORBA.CDR.AbstractCdrInput
Reads the string in wide character format (ussually UTF-16, Unicode).
read_wstring() - method in class org.omg.CORBA.DataInputStream
Read wide string (usually 16 bits per character).
read_wstring() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
read_wstring() - method in class org.omg.CORBA.portable.InputStream
Read a CORBA wstring that is mapped into java String.
read_wstring_UTF_16() - method in class gnu.CORBA.CDR.AbstractCdrInput
Reads first length of the string and the all characters as an Unicode (UTF-16) characters.
Readable - interface java.lang.Readable
A Readable object is simply a source for Unicode character data.
ReadableByteChannel - interface java.nio.channels.ReadableByteChannel
Reports that a read operation has been aborted.
readAll(ImageReadParam>) - method in class javax.imageio.ImageReader
Read all image frames all at once, using the given image read parameters iterator, and return an iterator over a collection of IIOImages.
Read the given frame all at once, using the given image read parameters, and return an IIOImage.
readAny(org.omg.CORBA.portable.InputStream) - static method in class javax.rmi.CORBA.Util
Read Any from the input stream.
Read Any from the input stream.
Read Any from the input stream.
readArray() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java SQL Array.
readAsciiStream() - method in class java.sql.SQLInput
This method reads the next item from the stream a ASCII text InputStream.
Read a rendered image.
Handles reading in the attributes.
readAttributes(java.lang.String) - method in class gnu.javax.swing.text.html.parser.support.Parser
Read the element attributes, adding them into attribute set.
Reads a set of attributes from the given object input stream.
readBigDecimal() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java BigDecimal.
readBinaryStream() - method in class java.sql.SQLInput
This method reads the next item from the stream a binary InputStream.
readBit() - method in class javax.imageio.stream.ImageInputStream
readBit() - method in class javax.imageio.stream.ImageInputStreamImpl
readBit() - method in class gnu.javax.imageio.jpeg.JPEGImageInputStream
Removes a bit from the buffer.
readBitMasks(javax.imageio.stream.ImageInputStream) - method in class gnu.javax.imageio.bmp.BMPDecoder
Reads r,g,b bit masks from an inputstream
readBits(int) - method in class javax.imageio.stream.ImageInputStream
readBits(int) - method in class javax.imageio.stream.ImageInputStreamImpl
readBlob() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java SQL Blob.
readBoolean() - method in class gnu.CORBA.CDR.AbstractDataInput
This method reads a Java boolean value from an input stream.
readBoolean() - method in class gnu.javax.rmi.CORBA.CorbaInput
readBoolean() - method in class java.io.DataInput
This method reads a Java boolean value from an input stream.
readBoolean() - method in class java.io.DataInputStream
This method reads a Java boolean value from an input stream.
readBoolean() - method in class javax.imageio.stream.ImageInputStream
Reads a byte and checks whether or not its value is zero.
readBoolean() - method in class javax.imageio.stream.ImageInputStreamImpl
readBoolean() - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method reads a Java boolean value from an input stream.
readBoolean() - method in class java.io.ObjectInputStream
This method reads a Java boolean value from an input stream.
readBoolean() - method in class java.io.RandomAccessFile
This method reads a Java boolean value from an input stream.
readBoolean() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java boolean.
readByte() - method in class gnu.CORBA.CDR.AbstractDataInput
This method reads a Java byte value from an input stream.
readByte() - method in class gnu.javax.rmi.CORBA.CorbaInput
readByte() - method in class java.io.DataInput
This method reads a Java byte value from an input stream.
readByte() - method in class java.io.DataInputStream
This method reads a Java byte value from an input stream.
readByte() - method in class javax.imageio.stream.ImageInputStream
Reads a signed byte.
readByte() - method in class javax.imageio.stream.ImageInputStreamImpl
readByte() - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method reads a Java byte value from an input stream.
readByte() - method in class java.io.ObjectInputStream
This method reads a Java byte value from an input stream.
readByte() - method in class java.io.RandomAccessFile
This method reads a Java byte value from an input stream.
readByte() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java byte.
readBytes() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java byte array
Reads up to a specified number of bytes, and modifies a IIOByteBuffer to hold the read data.
readChar() - method in class gnu.CORBA.CDR.AbstractDataInput
This method reads a Java char value from an input stream.
readChar() - method in class gnu.javax.rmi.CORBA.CorbaInput
readChar() - method in class java.io.DataInput
This method reads a Java char value from an input stream.
readChar() - method in class java.io.DataInputStream
This method reads a Java char value from an input stream.
readChar() - method in class javax.imageio.stream.ImageInputStream
Reads an unsigned 16-bit integer.
readChar() - method in class javax.imageio.stream.ImageInputStreamImpl
readChar() - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method reads a Java char value from an input stream.
readChar() - method in class java.io.ObjectInputStream
This method reads a Java char value from an input stream.
readChar() - method in class java.io.RandomAccessFile
This method reads a Java char value from an input stream.
readCharacterStream() - method in class java.sql.SQLInput
This method reads the next item from the stream a character Reader.
readChildren(java.io.ObjectInputStream) - method in class java.beans.beancontext.BeanContextSupport
Deserializes the children using the deserialize(ObjectInputStream, Collection method and then calls childDeserializedHook(Object, BCSChild) for each child deserialized.
readChunk(java.io.InputStream,boolean) - static method in class gnu.javax.imageio.png.PNGChunk
Loads a chunk from an InputStream.
readClassDescriptor() - method in class java.io.ObjectInputStream
This method reads a class descriptor from the real input stream and use these data to create a new instance of ObjectStreamClass.
readClob() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java SQL Clob.
Read in a partial MCU for this component
readConfiguration() - method in class java.util.logging.LogManager
Configures the logging framework by reading a configuration file.
readConfiguration(java.io.InputStream) - method in class java.util.logging.LogManager
Read the context from the given stream.
readDate() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java java.sql.Date.
readDouble() - method in class gnu.CORBA.CDR.AbstractDataInput
This method reads a Java double value from an input stream.
readDouble() - method in class gnu.javax.rmi.CORBA.CorbaInput
readDouble() - method in class java.io.DataInput
This method reads a Java double value from an input stream.
readDouble() - method in class java.io.DataInputStream
This method reads a Java double value from an input stream.
readDouble() - method in class javax.imageio.stream.ImageInputStream
Reads an IEEE 64-bit double-precision floating point number.
readDouble() - method in class javax.imageio.stream.ImageInputStreamImpl
readDouble() - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method reads a Java double value from an input stream.
readDouble() - method in class java.io.ObjectInputStream
This method reads a Java double value from an input stream.
readDouble() - method in class java.io.RandomAccessFile
This method reads a Java double value from an input stream.
readDouble() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java double.
Predefined static DocFlavor objects for document types which use an Reader to retrieve the print data.
Reader - class java.io.Reader
This abstract class forms the base of the hierarchy of classes that read input as a stream of characters.
reader - field in class gnu.xml.stream.XMLEventReaderImpl
reader() - method in class java.io.Console
Reader() - constructor for class java.io.Reader
Unitializes a Reader that will use the object itself for synchronization of critical code sections.
Reader(java.lang.Object) - constructor for class java.io.Reader
Initializes a Reader that will use the specified Object for synchronization of critical code sections.
READER(java.lang.String) - constructor for class javax.print.DocFlavor.READER
Constructor for doc flavor objects with the given MIME type and a print data representation class name of "java.io.Reader".
ReaderInputStream - class gnu.xml.dom.ls.ReaderInputStream
Character stream wrapper.
ReaderInputStream(java.io.Reader) - constructor for class gnu.xml.dom.ls.ReaderInputStream
readerSpiNames - field in class javax.imageio.spi.ImageWriterSpi
readerSupportsThumbnails() - method in class javax.imageio.ImageReader
Check if this reader supports reading thumbnails.
ReaderTokenizer - class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Reader splits the input char sequence into tokens.
ReaderTokenizer() - constructor for class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Creates a new ReaderTokenizer.
readExternal(java.io.ObjectInput) - method in class gnu.java.rmi.server.ActivatableRef
Read the content from the input stream.
readExternal(java.io.ObjectInput) - method in class gnu.java.rmi.server.ActivatableServerRef
Read the content from the input stream.
readExternal(java.io.ObjectInput) - method in class java.awt.datatransfer.DataFlavor
De-serialize this class.
This method restores an object's state by reading in the instance data for the object from the passed in stream.
readExternal(java.io.ObjectInput) - method in class javax.activation.MimeType
This method restores an object's state by reading in the instance data for the object from the passed in stream.
readExternal(java.io.ObjectInput) - method in class gnu.java.rmi.server.UnicastRef
readFields() - method in class java.io.ObjectInputStream
This method should be called by a method called 'readObject' in the deserializing class (if present).
readFloat() - method in class gnu.CORBA.CDR.AbstractDataInput
This method reads a Java float value from an input stream.
readFloat() - method in class gnu.javax.rmi.CORBA.CorbaInput
readFloat() - method in class java.io.DataInput
This method reads a Java float value from an input stream.
readFloat() - method in class java.io.DataInputStream
This method reads a Java float value from an input stream.
readFloat() - method in class javax.imageio.stream.ImageInputStream
Reads an IEEE 32-bit single-precision floating point number.
readFloat() - method in class javax.imageio.stream.ImageInputStreamImpl
readFloat() - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method reads a Java float value from an input stream.
readFloat() - method in class java.io.ObjectInputStream
This method reads a Java float value from an input stream.
readFloat() - method in class java.io.RandomAccessFile
This method reads a Java float value from an input stream.
readFloat() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java float.
readFully(byte[]) - method in class gnu.CORBA.CDR.AbstractDataInput
This method reads raw bytes into the passed array until the array is full.
readFully(byte[]) - method in class gnu.javax.rmi.CORBA.CorbaInput
readFully(byte[]) - method in class java.io.DataInput
This method reads raw bytes into the passed array until the array is full.
readFully(byte[]) - method in class java.io.DataInputStream
This method reads raw bytes into the passed array until the array is full.
readFully(byte[]) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of signed 8-bit integers into a byte[] array.
readFully(byte[]) - method in class javax.imageio.stream.ImageInputStreamImpl
readFully(byte[]) - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method reads raw bytes into the passed array until the array is full.
readFully(byte[]) - method in class java.io.RandomAccessFile
This method reads raw bytes into the passed array until the array is full.
readFully(byte[],int,int) - method in class gnu.javax.rmi.CORBA.CorbaInput
readFully(byte[],int,int) - method in class java.io.DataInput
This method reads raw bytes into the passed array buf starting offset bytes into the buffer.
readFully(byte[],int,int) - method in class java.io.DataInputStream
This method reads raw bytes into the passed array buf starting offset bytes into the buffer.
readFully(byte[],int,int) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of signed 8-bit integers into a byte[] array.
readFully(byte[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
readFully(byte[],int,int) - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method reads raw bytes into the passed array buf starting offset bytes into the buffer.
This method reads raw bytes into the passed array buf starting offset bytes into the buffer.
readFully(char[],int,int) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of unsigned 16-bit integers into a char[] array.
readFully(char[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
readFully(data[]) - method in class java.io.ObjectInputStream
readFully(double[],int,int) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of IEEE 64-bit double-precision floating point numbers into a double[] array.
readFully(double[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
readFully(float[],int,int) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of IEEE 32-bit single-precision floating point numbers into a float[] array.
readFully(float[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
readFully(int[],int,int) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of signed 32-bit integers into a long[] array.
readFully(int[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
readFully(long[],int,int) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of signed 64-bit integers into a long[] array.
readFully(long[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
readFully(short[],int,int) - method in class javax.imageio.stream.ImageInputStream
Reads a sequence of signed 16-bit integers into a short[] array.
readFully(short[],int,int) - method in class javax.imageio.stream.ImageInputStreamImpl
readId(java.lang.Class,java.nio.ByteBuffer) - static method in class gnu.classpath.jdwp.VMMethod
Returns a VMMethod from the ID in the byte buffer
READING - static field in class java.text.AttributedCharacterIterator.Attribute
This is the attribute for the reading form of text.
readInt() - method in class gnu.CORBA.CDR.AbstractDataInput
This method reads a Java int value from an input stream It operates by reading four bytes from the stream and converting them to a single Java int.
readInt() - method in class gnu.javax.rmi.CORBA.CorbaInput
readInt() - method in class java.io.DataInput
This method reads a Java int value from an input stream It operates by reading four bytes from the stream and converting them to a single Java int.
readInt() - method in class java.io.DataInputStream
This method reads a Java int value from an input stream It operates by reading four bytes from the stream and converting them to a single Java int.
readInt() - method in class javax.imageio.stream.ImageInputStream
Reads a signed 32-bit integer.
readInt() - method in class javax.imageio.stream.ImageInputStreamImpl
readInt() - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method reads a Java int value from an input stream It operates by reading four bytes from the stream and converting them to a single Java int.
readInt() - method in class java.io.ObjectInputStream
This method reads a Java int value from an input stream It operates by reading four bytes from the stream and converting them to a single Java int.
readInt() - method in class java.io.RandomAccessFile
This method reads a Java int value from an input stream It operates by reading four bytes from the stream and converting them to a single Java int The bytes are stored most significant byte first (i.e., "big endian") regardless of the native host byte ordering.
readInt() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java int.
readLength() - method in class gnu.java.security.der.DERReader
readLine() - method in class java.io.BufferedReader
This method reads a single line of text from the input stream, returning it as a String.
readLine() - method in class java.io.Console
readLine() - method in class gnu.javax.rmi.CORBA.CorbaInput
readLine() - method in class java.io.DataInput
This method reads the next line of text data from an input stream.
readLine() - method in class java.io.DataInputStream
This method reads the next line of text data from an input stream.
readLine() - method in class javax.imageio.stream.ImageInputStream
readLine() - method in class javax.imageio.stream.ImageInputStreamImpl
readLine() - method in class gnu.java.net.LineInputStream
Read a line of input.
readLine() - method in class java.io.LineNumberReader
This method reads a line of text from the input stream and returns it as a String.
readLine() - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method reads the next line of text data from an input stream.
readLine() - method in class java.io.ObjectInputStream
readLine() - method in class java.io.RandomAccessFile
This method reads the next line of text data from an input stream.
readLock() - method in class javax.swing.text.AbstractDocument
Blocks until a read lock can be obtained.
readLong() - method in class gnu.CORBA.CDR.AbstractDataInput
This method reads a Java long value from an input stream It operates by reading eight bytes from the stream and converting them to a single Java long.
readLong() - method in class gnu.javax.rmi.CORBA.CorbaInput
readLong() - method in class java.io.DataInput
This method reads a Java long value from an input stream It operates by reading eight bytes from the stream and converting them to a single Java long.
readLong() - method in class java.io.DataInputStream
This method reads a Java long value from an input stream It operates by reading eight bytes from the stream and converting them to a single Java long.
readLong() - method in class javax.imageio.stream.ImageInputStream
Reads a signed 64-bit integer.
readLong() - method in class javax.imageio.stream.ImageInputStreamImpl
readLong() - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method reads a Java long value from an input stream It operates by reading eight bytes from the stream and converting them to a single Java long.
readLong() - method in class java.io.ObjectInputStream
This method reads a Java long value from an input stream It operates by reading eight bytes from the stream and converting them to a single Java long.
readLong() - method in class java.io.RandomAccessFile
This method reads a Java long value from an input stream It operates by reading eight bytes from the stream and converting them to a single Java long The bytes are stored most significant byte first (i.e., "big endian") regardless of the native host byte ordering.
readLong() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java long.
Read data, followed by the message header.
readMPI() - method in class gnu.javax.crypto.key.IncomingMessage
Decodes an MPI from the current message's contents.
Read the chunked nested value from the given input stream, transferring the contents to the given output stream.
readObject() - method in class java.io.ObjectInput
Reads an object instance and returns it.
readObject() - method in class java.io.ObjectInputStream
Returns the next deserialized object read from the underlying stream.
readObject() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java Object.
readObject() - method in class java.beans.XMLDecoder
Returns the next available decoded object.
Read this stub from the object input stream.
This should never be called.
Read as CORBA object when the ORB is known.
readObjectId(java.nio.ByteBuffer) - method in class gnu.classpath.jdwp.VMIdManager
readObjectOverride() - method in class gnu.javax.rmi.CORBA.CorbaInput
Objects are read as abstract interfaces.
readObjectOverride() - method in class java.io.ObjectInputStream
This method allows subclasses to override the default de serialization mechanism provided by ObjectInputStream.
readOnlyAction - static field in class javax.swing.text.DefaultEditorKit
The name of the Action that sets the editor in read only mode.
ReadOnlyBufferException() - constructor for class java.nio.ReadOnlyBufferException
Creates the exception
readPalette(javax.imageio.stream.ImageInputStream) - method in class gnu.javax.imageio.bmp.BMPDecoder
Reads an N-color palette from an inputstream in RGBQUAD format and returns an equivalent ColorModel object
readPassword() - method in class java.io.Console
readPrivateKey() - method in class gnu.javax.crypto.key.IncomingMessage
Decodes a private key from the message.
readPublicKey() - method in class gnu.javax.crypto.key.IncomingMessage
Decodes a public key from the message.
Read raw raster data.
readRef() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java SQL Ref.
readReferenceTypeId(java.nio.ByteBuffer) - method in class gnu.classpath.jdwp.VMIdManager
Resolves an instance of AttributedCharacterIterator.Attribute that is being deserialized to one of the three pre-defined attribute constants.
readResolve() - method in class java.awt.AWTKeyStroke
Returns a cached version of the deserialized keystroke, if available.
readResolve() - method in class java.security.cert.Certificate.CertificateRep
Deserialize this certificate replacement into the appropriate certificate object.
readResolve() - method in class java.security.cert.CertPath.CertPathRep
Decode the data into an actual CertPath upon deserialization.
readResolve() - method in class java.text.DateFormat.Field
Resolves an instance of AttributedCharacterIterator.Attribute that is being deserialized to one of the three pre-defined attribute constants.
readResolve() - method in class javax.print.attribute.EnumSyntax
Needed for singelton semantics during deserialisation.
readResolve() - method in class java.awt.color.ICC_Profile
After deserializing we must determine if the class we want is really one of the more specialized ICC_ProfileRGB or ICC_ProfileGray classes.
readResolve() - method in class java.text.MessageFormat.Field
invoked to resolve the true static constant by comparing the deserialized object to know name.
readResolve() - method in class java.text.NumberFormat.Field
This function is used by the deserializer to know which object to use when it encounters an encoded NumberFormat.Field in a serialization stream.
readResolve() - method in class javax.management.openmbean.SimpleType<T>
Replaces instances of this class read from an ObjectInputStream with one of the predefined values.
readResolve() - method in class java.awt.font.TextAttribute
After deserialization, this method ensures that only one instance of each attribute is used.
readResponse() - method in class gnu.java.net.protocol.ftp.FTPConnection
Reads and parses the next response from the server.
readSequence(gnu.CORBA.CDR.AbstractCdrInput) - static method in class gnu.CORBA.GIOP.ServiceContext
Read a sequence of contexts from the input stream.
readShort() - method in class gnu.CORBA.CDR.AbstractDataInput
This method reads a signed 16-bit value into a Java in from the stream.
readShort() - method in class java.io.DataInput
This method reads a signed 16-bit value into a Java in from the stream.
readShort() - method in class java.io.DataInputStream
This method reads a signed 16-bit value into a Java in from the stream.
readShort() - method in class javax.imageio.stream.ImageInputStream
Reads an signed 16-bit integer.
readShort() - method in class javax.imageio.stream.ImageInputStreamImpl
readShort() - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method reads a signed 16-bit value into a Java in from the stream.
readShort() - method in class java.io.ObjectInputStream
This method reads a signed 16-bit value into a Java in from the stream.
readShort() - method in class java.io.RandomAccessFile
This method reads a signed 16-bit value into a Java in from the stream.
readShort() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java short.
readSignature(java.io.InputStream) - static method in class gnu.javax.imageio.gif.GIFFile
Reads a GIF file signature from an inputstream and checks it.
This method populates the data in the object from the specified stream.
readStreamHeader() - method in class java.io.ObjectInputStream
Reads stream magic and stream version information from the underlying stream.
readString() - method in class gnu.javax.crypto.key.IncomingMessage
readString() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java String.
readString(java.nio.ByteBuffer) - static method in class gnu.classpath.jdwp.util.JdwpString
Read a jdwp style string from the ByteBuffer.
Read the system exception from the given stream.
readThumbnail(int,int) - method in class javax.imageio.ImageReader
Read a thumbnail.
readTile(int,int,int) - method in class javax.imageio.ImageReader
Read the given tile into a buffered image.
readTileRaster(int,int,int) - method in class javax.imageio.ImageReader
Read the given tile into a raster containing the raw image data.
readTime() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java java.sql.Time.
readTimestamp() - method in class java.sql.SQLInput
This method reads the next item from the stream a Java java.sql.Timestamp.
readTZFile(java.lang.String,java.lang.String) - static method in class gnu.java.util.ZoneInfo
Reads zic(8) compiled timezone data file from file and returns a TimeZone class describing it, either SimpleTimeZone or ZoneInfo depending on whether it can be described by SimpleTimeZone rule or not.
readUnlock() - method in class javax.swing.text.AbstractDocument
Releases the read lock.
readUnshared() - method in class java.io.ObjectInputStream
Returns the next deserialized object read from the underlying stream in an unshared manner.
readUnsignedByte() - method in class gnu.CORBA.CDR.AbstractDataInput
This method reads 8 unsigned bits into a Java int value from the stream.
readUnsignedByte() - method in class gnu.javax.rmi.CORBA.CorbaInput
readUnsignedByte() - method in class java.io.DataInput
This method reads 8 unsigned bits into a Java int value from the stream.
readUnsignedByte() - method in class java.io.DataInputStream
This method reads 8 unsigned bits into a Java int value from the stream.
readUnsignedByte() - method in class javax.imageio.stream.ImageInputStream
Reads an unsigned byte.
readUnsignedByte() - method in class javax.imageio.stream.ImageInputStreamImpl
readUnsignedByte() - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method reads 8 unsigned bits into a Java int value from the stream.
readUnsignedByte() - method in class java.io.ObjectInputStream
This method reads 8 unsigned bits into a Java int value from the stream.
readUnsignedByte() - method in class java.io.RandomAccessFile
This method reads 8 unsigned bits into a Java int value from the stream.
readUnsignedInt() - method in class javax.imageio.stream.ImageInputStream
Reads an unsigned 32-bit integer.
readUnsignedInt() - method in class javax.imageio.stream.ImageInputStreamImpl
readUnsignedShort() - method in class gnu.CORBA.CDR.AbstractDataInput
This method reads 16 unsigned bits into a Java int value from the stream.
readUnsignedShort() - method in class gnu.javax.rmi.CORBA.CorbaInput
readUnsignedShort() - method in class java.io.DataInput
This method reads 16 unsigned bits into a Java int value from the stream.
readUnsignedShort() - method in class java.io.DataInputStream
This method reads 16 unsigned bits into a Java int value from the stream.
readUnsignedShort() - method in class javax.imageio.stream.ImageInputStream
Reads an unsigned 16-bit integer.
readUnsignedShort() - method in class javax.imageio.stream.ImageInputStreamImpl
readUnsignedShort() - method in class gnu.CORBA.CDR.LittleEndianInputStream
This method reads 16 unsigned bits into a Java int value from the stream.
readUnsignedShort() - method in class java.io.ObjectInputStream
This method reads 16 unsigned bits into a Java int value from the stream.
readUnsignedShort() - method in class java.io.RandomAccessFile
This method reads 16 unsigned bits into a Java int value from the stream.
readURL() - method in class java.sql.SQLInput
Reads the user exception, having the given Id, from the input stream.
readUTF() - method in class gnu.javax.rmi.CORBA.CorbaInput
Read as wide string (not as UTF).
readUTF() - method in class java.io.DataInput
This method reads a String from an input stream that is encoded in a modified UTF-8 format.
readUTF() - method in class java.io.DataInputStream
This method reads a String from an input stream that is encoded in a modified UTF-8 format.
readUTF() - method in class javax.imageio.stream.ImageInputStream
readUTF() - method in class javax.imageio.stream.ImageInputStreamImpl
readUTF() - method in class gnu.CORBA.CDR.LittleEndianInputStream
This should never be called.
readUTF() - method in class java.io.ObjectInputStream
This method reads a String from an input stream that is encoded in a modified UTF-8 format.
readUTF() - method in class java.io.RandomAccessFile
This method reads a String from an input stream that is encoded in a modified UTF-8 format.
readUTF(java.io.DataInput) - static method in class java.io.DataInputStream
This method reads a String encoded in UTF-8 format from the specified DataInput source.
readValue(java.lang.Class) - method in class gnu.java.rmi.server.RMIObjectInputStream
Read value from the input stream in the case when the value is not Streamable or CustomMarshalled.
Read value from the CORBA input stream in the case when the value is not Streamable or CustomMarshall'ed.
Read the value (the header must be behind).
readVariableLengthInt() - method in class gnu.javax.sound.midi.file.MidiDataInputStream
Read an int encoded in the MIDI-style variable length encoding format.
ready() - method in class java.io.BufferedReader
This method determines whether or not a stream is ready to be read.
ready() - method in class java.io.CharArrayReader
Return true if more characters are available to be read.
ready() - method in class java.io.FilterReader
Calls the in.read() method.
ready() - method in class java.io.InputStreamReader
This method checks to see if the stream is read to be read.
ready() - method in class java.io.PipedReader
ready() - method in class java.io.PushbackReader
This method determines whether or not this stream is ready to be read.
ready() - method in class java.io.Reader
Determines whether or not this stream is ready to be read.
ready() - method in class java.io.StringReader
This method determines if the stream is ready to be read.
readyOps() - method in class gnu.java.nio.EpollSelectionKeyImpl
readyOps() - method in class gnu.java.nio.KqueueSelectionKeyImpl
readyOps() - method in class java.nio.channels.SelectionKey
Retrieves this key's ready-operation set.
readyOps() - method in class gnu.java.nio.SelectionKeyImpl
Retrieves this key's ready-operation set.
readyOps(int) - method in class gnu.java.nio.SelectionKeyImpl
REAL - static field in class gnu.java.security.der.DER
REAL - static field in class java.sql.Types
realEditor - field in class javax.swing.tree.DefaultTreeCellEditor
Editor handling the editing.
RealmCallback - class javax.security.sasl.RealmCallback
This callback is used by SaslClient and SaslServer to retrieve realm information.
RealmCallback(java.lang.String) - constructor for class javax.security.sasl.RealmCallback
Constructs a RealmCallback with a prompt.
RealmCallback(java.lang.String,java.lang.String) - constructor for class javax.security.sasl.RealmCallback
Constructs a RealmCallback with a prompt and default realm information.
RealmChoiceCallback - class javax.security.sasl.RealmChoiceCallback
This callback is used by SaslClient and SaslServer to obtain a realm given a list of realm choices.
Constructs a RealmChoiceCallback with a prompt, a list of choices and a default choice.
realSource - field in class javax.swing.undo.UndoableEditSupport
The source of the broadcast UndoableEditEvents.
reason - field in class org.omg.CORBA.PolicyError
reason - field in class gnu.java.security.x509.ext.ReasonCode
ReasonCode - class gnu.java.security.x509.ext.ReasonCode
ReasonCode(byte[]) - constructor for class gnu.java.security.x509.ext.ReasonCode
REBIND - exception org.omg.CORBA.REBIND
Raised on the failure of the requested or implied attempt to rebind an object reference.
REBIND() - constructor for class org.omg.CORBA.REBIND
Creates REBIND with the default minor code of 0 and a completion state COMPLETED_NO.
REBIND(int,org.omg.CORBA.CompletionStatus) - constructor for class org.omg.CORBA.REBIND
Creates a REBIND exception with the specified minor code and completion status.
REBIND(java.lang.String) - constructor for class org.omg.CORBA.REBIND
Creates REBIND with the default minor code of 0, completion state COMPLETED_NO and the given explaining message.
Created REBIND exception, providing full information.
rebind(java.lang.String,java.lang.Object) - method in class javax.naming.Context
Give the specified name for the specified object.
rebind(java.lang.String,java.lang.Object) - method in class gnu.javax.naming.giop.ContextContinuation
Give the specified name for the specified object.
rebind(java.lang.String,java.lang.Object) - method in class gnu.javax.naming.jndi.url.rmi.ContextContinuation
Rebinds this object.
Give the specified name for the specified object.
rebind(java.lang.String,java.lang.Object) - method in class gnu.javax.naming.jndi.url.rmi.RmiContinuation
Rebinds this object.
rebind(java.lang.String,java.lang.Object) - method in class gnu.javax.naming.jndi.url.rmi.rmiURLContext
Rebinds this object.
rebind(java.lang.String,java.rmi.Remote) - static method in class java.rmi.Naming
Forces the binding between the given Remote-object and the given service name, even if there was already an object bound to this name.
rebind(java.lang.String,java.rmi.Remote) - method in class java.rmi.registry.Registry
rebind(java.lang.String,java.rmi.Remote) - method in class gnu.java.rmi.registry.RegistryImpl
rebind(java.lang.String,java.rmi.Remote) - method in class gnu.java.rmi.registry.RegistryImpl_Stub
Give the specified name for the specified object.
rebind(javax.naming.Name,java.lang.Object) - method in class gnu.javax.naming.giop.ContextContinuation
Give the specified name for the specified object.
rebind(javax.naming.Name,java.lang.Object) - method in class gnu.javax.naming.jndi.url.rmi.ContextContinuation
Rebinds this object.
Give the specified name for the specified object.
rebind(javax.naming.Name,java.lang.Object) - method in class gnu.javax.naming.jndi.url.rmi.RmiContinuation
Rebinds this object.
rebind(javax.naming.Name,java.lang.Object) - method in class gnu.javax.naming.jndi.url.rmi.rmiURLContext
Rebinds this object.
Put the given GIOP object, specifying the given name as a key.
Names or renames the object.
Names or renames the object.
Names or renames the object.
Names or renames the child context.
Names or renames the child context.
Names or renames the child context.
recalculateIfInsetsChanged() - method in class javax.swing.plaf.basic.BasicSliderUI
This method recalculates any rectangles that need to be recalculated after the insets of the component have changed.
recalculateIfOrientationChanged() - method in class javax.swing.plaf.basic.BasicSliderUI
This method recalculates any rectangles that need to be recalculated after the orientation of the slider changes.
recalcWidthCache() - method in class javax.swing.table.DefaultTableColumnModel
Recalculates the total width of the columns, if the cached value is -1.
receive(int) - method in class java.io.PipedInputStream
This method receives a byte of input from the source PipedOutputStream.
Reads a datagram packet from the socket.
Receives a packet of data from the network Will block until a packet arrives.
Receives a UDP packet from the network
receive(java.nio.ByteBuffer) - method in class java.nio.channels.DatagramChannel
Receives a datagram via this channel.
receive(java.nio.ByteBuffer) - method in class gnu.java.nio.DatagramChannelImpl
Receives a datagram via this channel.
ORB calls this method after the receiving the message that a remote exception has been thrown on a server side and before raising this exception in the client side.
/** ORB normally calls this method after receiving the forwarding message.
ORB calls this method after the normal reply is received from the server and before the control is returned to the calling client code.
ORB calls this method after all the information, including operation parameters, are available.
ORB calls this method before invoking the servant manager.
received_exception() - method in class org.omg.PortableInterceptor.ClientRequestInfoOperations
Returns the remote exception that was thrown on the server side.
received_exception() - method in class gnu.CORBA.Interceptor.gnuClientRequestInfo
received_exception() - method in class gnu.CORBA.gnuRequest
received_exception_id() - method in class org.omg.PortableInterceptor.ClientRequestInfoOperations
Returns the repository id of the remote exception that was thrown on the server side.
received_exception_id() - method in class gnu.CORBA.Interceptor.gnuClientRequestInfo
received_exception_id() - method in class gnu.CORBA.gnuRequest
Receiver - interface javax.sound.midi.Receiver
This interface describes the methods required by objects receiving MIDI messages.
Called to indicate that the attributes in attributes are no longer used.
reclaim(javax.swing.text.AttributeSet) - method in class javax.swing.text.StyleContext
Called to indicate that the attributes in attributes are no longer used.
reconnect(javax.naming.ldap.Control[]) - method in class javax.naming.ldap.LdapContext
reconvert() - method in class java.awt.im.InputContext
Starts a reconversion operation in the current input method.
reconvert() - method in class java.awt.im.spi.InputMethod
Starts a reconversion operation.
Record - class gnu.javax.net.ssl.provider.Record
A SSL/TLS record structure.
Record(java.nio.ByteBuffer) - constructor for class gnu.javax.net.ssl.provider.Record
RecordAny - class gnu.CORBA.DynAn.RecordAny
A shared base for both dynamic structure an dynamic value final_type.
Creates the structure with the given typecode.
recordDisable(javax.sound.midi.Track) - method in class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
Disable recording for a specific track.
recordDisable(javax.sound.midi.Track) - method in class javax.sound.midi.Sequencer
Disable recording for a specific track.
recordEnable(javax.sound.midi.Track,int) - method in class gnu.javax.sound.midi.alsa.AlsaMidiSequencerDevice
Enable recording for a specific track using data from a specific channel.
recordEnable(javax.sound.midi.Track,int) - method in class javax.sound.midi.Sequencer
Enable recording for a specific track using data from a specific channel.
RecordTypeCode - class gnu.CORBA.typecodes.RecordTypeCode
The type code that also has the member property getters supported.
RecordTypeCode(org.omg.CORBA.TCKind) - constructor for class gnu.CORBA.typecodes.RecordTypeCode
Creates the type code of the given kind.
recover(int) - method in class javax.transaction.xa.XAResource
Rect - interface org.w3c.dom.css.Rect
The Rect interface is used to represent any rect value.
rect - field in class gnu.java.awt.java2d.ShapeCache
A cached Rectangle.
Rectangle getDeviceBounds() - method in class gnu.java.awt.peer.x.GLGraphics
Rectangle getDeviceBounds() - method in class gnu.java.awt.java2d.RasterGraphics
Rectangle - class java.awt.Rectangle
This class represents a rectangle and all the interesting things you might want to do with it.
Rectangle() - constructor for class java.awt.Rectangle
Initializes a new instance of Rectangle with a top left corner at (0,0) and a width and height of 0.
Rectangle(int,int) - constructor for class java.awt.Rectangle
Initializes a new instance of Rectangle with the specified width and height.
Rectangle(int,int,int,int) - constructor for class java.awt.Rectangle
Initializes a new instance of Rectangle from the specified inputs.
Rectangle(java.awt.Dimension) - constructor for class java.awt.Rectangle
Initializes a new instance of Rectangle with an upper left corner at the origin (0,0) and a width and height represented by the specified dimension.
Rectangle(java.awt.Point) - constructor for class java.awt.Rectangle
Initializes a new instance of Rectangle with a top left corner at the specified point and a width and height of zero.
Initializes a new instance of Rectangle with a top-left corner represented by the specified point and the width and height represented by the specified dimension.
Rectangle(java.awt.Rectangle) - constructor for class java.awt.Rectangle
Initializes a new instance of Rectangle from the coordinates of the specified rectangle.
Rectangle2D - class java.awt.geom.Rectangle2D
This class describes a rectangle by a point (x,y) and dimension (w x h).
Rectangle2D() - constructor for class java.awt.geom.Rectangle2D
Default constructor.
rectangleForCurrentValue() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Returns the bounds in which comboBox's selected item will be displayed.
RectangularShape - class java.awt.geom.RectangularShape
This class provides a generic framework, and several helper methods, for subclasses which represent geometric objects inside a rectangular frame.
RectangularShape() - constructor for class java.awt.geom.RectangularShape
Default constructor.
rects - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
An array of Rectangles keeping track of the tabs' area and position.
RecursiveTypeCode - class gnu.CORBA.typecodes.RecursiveTypeCode
The typecode, serving as a placeholder in defining typecodes, containing recursion.
RecursiveTypeCode(java.lang.String) - constructor for class gnu.CORBA.typecodes.RecursiveTypeCode
Create a typecode that serves as a placeholder for the typecode with the given id.
RED - static field in class java.awt.Color
Constant for the color red: R=255, G=0, B=0.
REDCOMPONENT - static field in class java.awt.color.ICC_ProfileRGB
REDEFINE_CLASSES - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.VirtualMachine
redefineClasses(java.lang.Class[],byte[][]) - static method in class gnu.classpath.jdwp.VMVirtualMachine
Redefines the given types.
Redefine classes present in the definitions array, with the corresponding class files.
Redefine classes present in the definitions array, with the corresponding class files.
redirect(int,int) - method in class gnu.CORBA.CDR.gnuRuntime
Set redirection, indicating that the object, searched at the p_searched position can be actually found at the p_present position.
Modifies or replaces the given event with an event that has been properly redirected.
redirectErrorStream() - method in class java.lang.ProcessBuilder
Returns true if the output stream and error stream of the process will be merged to form one composite stream.
redirectErrorStream(boolean) - method in class java.lang.ProcessBuilder
Sets the error stream redirection flag.
Handles redispatching of an event so that recursion of dispatch requests does not occur.
redo() - method in class javax.swing.undo.AbstractUndoableEdit
Redoes this editing action.
redo() - method in class javax.swing.undo.CompoundEdit
Redoes all edits that are part of of this CompoundEdit.
redo() - method in class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
Redos an attribute change.
redo() - method in class javax.swing.undo.StateEdit
Redoes this edit operation.
redo() - method in class javax.swing.undo.UndoableEdit
Redoes this editing action.
redo() - method in class javax.swing.undo.UndoManager
Redoes one significant edit action.
RedoName - static field in class javax.swing.undo.AbstractUndoableEdit
The constant string “Redo”, which was returned by getRedoPresentationName() on early versions of the platform.
redoTo(javax.swing.undo.UndoableEdit) - method in class javax.swing.undo.UndoManager
Redoes all editing actions in the same order as they were added to this UndoManager, up to the specified action.
REException - exception gnu.java.util.regex.REException
This is the regular expression exception class.
ref - field in class gnu.CORBA.Poa.ForwardedServant
The reference object, handling requests.
Ref - interface java.sql.Ref
This interface provides a mechanism for obtaining information about a SQL structured type
ref - field in class java.rmi.server.RemoteObject
REF - static field in class java.sql.Types
RefAddr - class javax.naming.RefAddr
Abstract superclass of addresses used in References.
RefAddr(java.lang.String) - constructor for class javax.naming.RefAddr
Protected constructor for use by subclasses.
Reference<T> - class java.lang.ref.Reference<T>
This is the base class of all references.
Reference - class javax.naming.Reference
This class represents a reference to an object that is located outside of the naming/directory system.
REFERENCE - static field in class gnu.CORBA.OrbFunctional
The property, defining the IOR of the intial reference to resolve.
Reference(java.lang.String) - constructor for class javax.naming.Reference
Create a new reference that is referencting to the object of the specified class.
Create a new reference that is referencing to the object of the specified class, specifying the class and location of the factory that produces these objects.
Reference(java.lang.String,javax.naming.RefAddr) - constructor for class javax.naming.Reference
Create a new reference that is referencing to the object of the specified class with the given address.
Create a new reference that is referencing to the object of the specified class, specifying the class and location of the factory that produces these objects and also the address of this object.
reference_to_id(org.omg.CORBA.Object) - method in class gnu.CORBA.Poa.gnuPOA
Returns the Object Id, encapsulated in the given object reference.
reference_to_id(org.omg.CORBA.Object) - method in class org.omg.PortableServer.POAOperations
Returns the Object Id, encapsulated in the given object reference.
reference_to_servant(org.omg.CORBA.Object) - method in class gnu.CORBA.Poa.gnuPOA
Returns the servant that is serving this object.
reference_to_servant(org.omg.CORBA.Object) - method in class org.omg.PortableServer.POAOperations
Returns the servant that is serving this object.
REFERENCE_TYPE - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ObjectReference
Referenceable - interface javax.naming.Referenceable
The object, implementing this interface, can provided the Reference about itself.
ReferenceAddr - static field in class gnu.CORBA.GIOP.v1_2.RequestHeader
Indicates that the objec is addressed by IOR addressing info.
ReferenceQueue<T> - class java.lang.ref.ReferenceQueue<T>
This is the queue, where references can enqueue themselve on.
ReferenceQueue() - constructor for class java.lang.ref.ReferenceQueue<T>
Creates a new empty reference queue.
references(javax.xml.namespace.QName) - method in class gnu.xml.xpath.AndExpr
references(javax.xml.namespace.QName) - method in class gnu.xml.xpath.Constant
references(javax.xml.namespace.QName) - method in class gnu.xml.xpath.Expr
references(javax.xml.namespace.QName) - method in class gnu.xml.xpath.FunctionCall
references(javax.xml.namespace.QName) - method in class gnu.xml.xpath.IdFunction
references(javax.xml.namespace.QName) - method in class gnu.xml.xpath.NameTest
references(javax.xml.namespace.QName) - method in class gnu.xml.xpath.NodeTypeTest
references(javax.xml.namespace.QName) - method in class gnu.xml.xpath.OrExpr
references(javax.xml.namespace.QName) - method in class gnu.xml.xpath.Root
references(javax.xml.namespace.QName) - method in class gnu.xml.xpath.Selector
references(javax.xml.namespace.QName) - method in class gnu.xml.xpath.Steps
references(javax.xml.namespace.QName) - method in class gnu.xml.xpath.Test
references(javax.xml.namespace.QName) - method in class gnu.xml.xpath.UnionExpr
ReferenceTypeCommandSet - class gnu.classpath.jdwp.processor.ReferenceTypeCommandSet
A class representing the ReferenceType Command Set.
ReferenceTypeId - class gnu.classpath.jdwp.id.ReferenceTypeId
Base class for reference type IDs.
ReferenceTypeId(byte) - constructor for class gnu.classpath.jdwp.id.ReferenceTypeId
Constructor used by {Array,Interface,Class}ReferenceTypeId
ReferenceUriSchemesSupported - class javax.print.attribute.standard.ReferenceUriSchemesSupported
The ReferenceUriSchemesSupported attribute provides the supported URI schemes (e.g. ftp) which are supported by the printer service to be used as uri reference for document data.
ReferenceUriSchemesSupported(int) - constructor for class javax.print.attribute.standard.ReferenceUriSchemesSupported
Constructs a ReferenceUriSchemeSupported object.
REFERRAL - static field in class javax.naming.Context
Property defining how referrals encountered by the service provider are to be processed.
ReferralException - exception javax.naming.ReferralException
ReferralException() - constructor for class javax.naming.ReferralException
ReferralException(java.lang.String) - constructor for class javax.naming.ReferralException
REFilterInputStream - class gnu.java.util.regex.REFilterInputStream
Replaces instances of a given RE found within an InputStream with replacement text.
Creates an REFilterInputStream.
REFLECTED_TYPE - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ClassObjectReference
ReflectionException - exception javax.management.ReflectionException
Represents one of the reflection exceptions thrown by a management bean.
ReflectionException(java.lang.Exception) - constructor for class javax.management.ReflectionException
Constructs a new ReflectionException wrapping the specified exception.
Constructs a new ReflectionException wrapping the specified exception and using the supplied message.
This exception is thrown when reflective operations fail.
Create an exception without a message.
Create an exception with a message.
Create an exception with a message and a cause.
Create an exception with a cause.
ReflectPermission - class java.lang.reflect.ReflectPermission
This class implements permissions for reflection.
ReflectPermission(java.lang.String) - constructor for class java.lang.reflect.ReflectPermission
Construct a ReflectPermission with the given name.
Construct a ReflectPermission with the given name.
refresh() - method in class javax.security.auth.login.Configuration
refresh() - method in class gnu.java.security.provider.DefaultPolicy
Causes this Policy instance to refresh / reload its configuration.
refresh() - method in class gnu.javax.security.auth.login.GnuConfiguration
Refreshes and reloads this Configuration.
refresh() - method in class javax.security.auth.kerberos.KerberosTicket
If the ticket is renewable, and the renewal time has not yet elapsed, attempt to renew the ticket.
refresh() - method in class java.security.Policy
Causes this Policy instance to refresh / reload its configuration.
refresh() - method in class javax.security.auth.Policy
refresh() - method in class gnu.java.security.PolicyFile
refresh() - method in class javax.security.auth.Refreshable
Refresh this object.
REFRESH_RATE_UNKNOWN - static field in class java.awt.DisplayMode
Value of an unknown refresh rate.
Refreshable - interface javax.security.auth.Refreshable
An object whose internal state may be refreshed: as in a credential object with a expiry date.
RefreshFailedException - exception javax.security.auth.RefreshFailedException
A signal that a call to Refreshable.refresh() failed.
RefreshFailedException() - constructor for class javax.security.auth.RefreshFailedException
Create a new RefreshFailedException with no detail message.
RefreshFailedException(java.lang.String) - constructor for class javax.security.auth.RefreshFailedException
Create a new RefreshFailedException with a detail message.
refreshRow() - method in class java.sql.ResultSet
This method refreshes the contents of the current row from the database.
REG_ANCHORINDEX - static field in class gnu.java.util.regex.RE
Execution flag.
REG_BADBR - static field in class gnu.java.util.regex.REException
Error flag.
REG_BADPAT - static field in class gnu.java.util.regex.REException
Error flag.
REG_BADRPT - static field in class gnu.java.util.regex.REException
Error flag.
REG_DOT_NEWLINE - static field in class gnu.java.util.regex.RE
Compilation flag.
REG_EBRACE - static field in class gnu.java.util.regex.REException
Error flag.
REG_EBRACK - static field in class gnu.java.util.regex.REException
Error flag.
REG_ECTYPE - static field in class gnu.java.util.regex.REException
Error flag.
REG_EEND - static field in class gnu.java.util.regex.REException
Error flag.
REG_EPAREN - static field in class gnu.java.util.regex.REException
Error flag.
REG_ERANGE - static field in class gnu.java.util.regex.REException
Error flag.
REG_ESCAPE - static field in class gnu.java.util.regex.REException
Error flag.
REG_ESIZE - static field in class gnu.java.util.regex.REException
Error flag.
REG_ESPACE - static field in class gnu.java.util.regex.REException
Error flag.
REG_ESUBREG - static field in class gnu.java.util.regex.REException
Error flag.
REG_FIX_STARTING_POSITION - static field in class gnu.java.util.regex.RE
Execution flag.
REG_ICASE - static field in class gnu.java.util.regex.RE
Compilation flag.
REG_ICASE_USASCII - static field in class gnu.java.util.regex.RE
Compilation flag.
REG_MULTILINE - static field in class gnu.java.util.regex.RE
Compilation flag.
REG_NO_INTERPOLATE - static field in class gnu.java.util.regex.RE
Execution flag.
REG_NOTBOL - static field in class gnu.java.util.regex.RE
Execution flag.
REG_NOTEOL - static field in class gnu.java.util.regex.RE
Execution flag.
REG_REPLACE_USE_BACKSLASHESCAPE - static field in class gnu.java.util.regex.RE
Execution flag.
REG_TRY_ENTIRE_MATCH - static field in class gnu.java.util.regex.RE
Execution flag.
REG_X_COMMENTS - static field in class gnu.java.util.regex.RE
Compilation flag.
Region - class javax.swing.plaf.synth.Region
Describes a region of a component or the complete component.
region(int,int) - method in class java.util.regex.Matcher
Defines the region of the input on which to match.
Region(java.lang.String,java.lang.String,boolean) - constructor for class javax.swing.plaf.synth.Region
Creates a new Region with the specified name and ui ID.
regionEnd() - method in class java.util.regex.Matcher
The end of the region on which to perform matches (exclusive).
Predicate which determines if this String matches another String starting at a specified offset for each String and continuing for a specified length, optionally ignoring case.
Predicate which determines if this String matches another String starting at a specified offset for each String and continuing for a specified length.
regionStart() - method in class java.util.regex.Matcher
The start of the region on which to perform matches (inclusive).
Registers this channel with the given selector, returning a selection key.
Registers this channel with the given selector, returning a selection key.
Registers this channel with the given selector, returning a selection key.
Registers a channel for the selection process.
Registers a channel for the selection process.
Registers a channel for the selection process.
register(java.rmi.activation.ActivationDesc) - static method in class java.rmi.activation.Activatable
This method registers an activatable object.
Register the initial reference.
Register reference.
Registers a PolicyFactory for the given PolicyType.
Accumulates the policy factory map.
This should register the given value factory under the given repository id.
Register the value factory under the given repository id.
RegisterableService - interface javax.imageio.spi.RegisterableService
An interface which service providers may optionally implement in order to get notified when they are added or removed from a ServiceRegistry.
Register the activatable object into the table of the activatable objects.
registerApplicationClasspathSpis() - method in class javax.imageio.spi.IIORegistry
Registers all available service providers found on the application classpath.
This method registers a JComponent with the ToolTipManager.
registerDriver(java.sql.Driver) - static method in class java.sql.DriverManager
This method registers a new driver with the manager.
registerEditor(Class,Class) - static method in class java.beans.PropertyEditorManager
Register an editor for a class.
Establishes a binding between type and classname.
Establishes the default bindings of type to classname.
Register a request from the debugger Virtual machines have two options.
registerFormat(java.lang.String,boolean) - static method in class gnu.java.awt.peer.gtk.GdkPixbufDecoder
Register the new activation group.
Create the activation group id and put this id-descriptor combination into the group map.
Used to register ImageIO SPIs provided by the toolkit.
registerImageIOSpis(javax.imageio.spi.IIORegistry) - method in class gnu.java.awt.peer.gtk.GtkToolkit
Do interceptor registration.
An obsolete method to register a keyboard action on this component.
A variant of registerKeyboardAction(ActionListener,String,KeyStroke,int) which provides null for the command name.
registerKeyboardActions() - method in class javax.swing.plaf.basic.BasicDesktopPaneUI
This method registers the actions to the appropriate Action and Input maps.
registerListeners() - method in class java.awt.dnd.DragGestureRecognizer
registerListeners() - method in class gnu.java.awt.dnd.GtkMouseDragGestureRecognizer
registerListeners() - method in class java.awt.dnd.MouseDragGestureRecognizer
Registers the supplied instance with the server, using the specified ObjectName.
Registers the supplied instance with the server, using the specified ObjectName.
Registers the activation descriptor and creates (and returns) its activation identifier.
Create the object activation id and put this id-descriptor combination into the group map.
This method registers the specified parameter as an output parameter of the specified SQL type.
This method registers the specified parameter as an output parameter of the specified SQL type and scale.
This method registers the specified parameter as an output parameter of the specified SQL type.
This method registers the specified parameter as an output parameter of the specified SQL type.
This method registers the specified parameter as an output parameter of the specified SQL type.
This method registers the specified parameter as an output parameter of the specified SQL type.
Explicitly registers the provided print service instance.
Registers a provider under all service categories it implements.
Explicitly registers the provided print service lookup implementation.
registerServiceProviders(Iterator) - method in class javax.imageio.spi.ServiceRegistry
Registers a number of providers under all service categories they implement.
registerSpis(javax.imageio.spi.IIORegistry) - static method in class gnu.java.awt.peer.gtk.GdkPixbufDecoder
registerSpis(javax.imageio.spi.IIORegistry) - static method in class gnu.javax.imageio.jpeg.JPEGImageReaderSpi
registerStaticAttributeKey(java.lang.Object) - static method in class javax.swing.text.StyleContext
Registers an attribute key as a well-known keys.
registerSubclass(Class) - static method in class java.awt.AWTKeyStroke
Registers a new subclass as being the type of keystrokes to generate in the factory methods.
Registers a given tag with a given Action.
registerTarget(javax.rmi.CORBA.Tie,java.rmi.Remote) - static method in class javax.rmi.CORBA.Util
Register the Tie-target pair.
Register the Tie-target pair.
Register the Tie-target pair.
Registers a ObjectInputValidation to be carried out on the object graph currently being deserialized before it is returned to the original caller of readObject ().
REGISTRATION_NOTIFICATION - static field in class javax.management.MBeanServerNotification
Notification type for the registration event.
Registrator - class gnu.CORBA.Interceptor.Registrator
Collects interceptors, references and factories into arrays during registration.
Create the interceptor collection from the given properties, using the agreed naming convention.
Registry - interface gnu.java.security.Registry
A placeholder for names and literals used throughout this library.
Registry - interface java.rmi.registry.Registry
REGISTRY_ID - static field in class java.rmi.server.ObjID
Defines the ID of the naming service.
REGISTRY_PORT - static field in class java.rmi.registry.Registry
RegistryHandler - interface java.rmi.registry.RegistryHandler
RegistryImpl - class gnu.java.rmi.registry.RegistryImpl
registryImpl(int) - method in class java.rmi.registry.RegistryHandler
RegistryImpl(int) - constructor for class gnu.java.rmi.registry.RegistryImpl
Create and export the new remote object, making it available at the given port, local host.
Create and export the new remote object, making it available at the given port, using sockets, produced by the specified factories.
RegistryImpl_Skel - class gnu.java.rmi.registry.RegistryImpl_Skel
RegistryImpl_Stub - class gnu.java.rmi.registry.RegistryImpl_Stub
RegistryImpl_Stub() - constructor for class gnu.java.rmi.registry.RegistryImpl_Stub
RegistryImpl_Stub(java.rmi.server.RemoteRef) - constructor for class gnu.java.rmi.registry.RegistryImpl_Stub
registryStub(java.lang.String,int) - method in class java.rmi.registry.RegistryHandler
rehash() - method in class java.util.Hashtable<K,V>
Increases the size of the Hashtable and rehashes all keys to new array indices; this is called when the addition of a new value would cause size() > threshold.
REIN - static field in class gnu.java.net.protocol.ftp.FTPConnection
reinitialize() - method in class gnu.java.net.protocol.ftp.FTPConnection
Terminates an authenticated login.
rejectDrag() - method in class java.awt.dnd.DropTargetContext
rejectDrag() - method in class java.awt.dnd.peer.DropTargetContextPeer
rejectDrag() - method in class java.awt.dnd.DropTargetDragEvent
rejectDrag() - method in class gnu.java.awt.dnd.peer.gtk.GtkDropTargetContextPeer
rejectDrop() - method in class java.awt.dnd.DropTargetContext
rejectDrop() - method in class java.awt.dnd.peer.DropTargetContextPeer
rejectDrop() - method in class java.awt.dnd.DropTargetDropEvent
rejectDrop() - method in class gnu.java.awt.dnd.peer.gtk.GtkDropTargetContextPeer
rejectedSetBCOnce - field in class java.beans.beancontext.BeanContextChildSupport
If setBeanContext() was vetoed once before, this is set to true so that the next time, vetoes will be ignored.
REL - static field in class javax.swing.text.html.HTML.Attribute
The rel attribute
relations - field in class javax.accessibility.AccessibleRelationSet
The list of relations, should be instances of AccessibleRelation.
RELATIVE - static field in class java.awt.GridBagConstraints
Occupy all remaining cells except last cell.
relative(int) - method in class java.sql.ResultSet
This method moves the result set position relative to the current row.
RELATIVE_OID - static field in class gnu.java.security.der.DER
relativeCCW(double,double) - method in class java.awt.geom.Line2D
Computes the relative rotation direction needed to pivot this line about the first point in order to have the second point colinear with point p.
relativeCCW(double,double,double,double,double,double) - static method in class java.awt.geom.Line2D
Computes the relative rotation direction needed to pivot the line about the first point in order to have the second point colinear with point p.
relativeCCW(java.awt.geom.Point2D) - method in class java.awt.geom.Line2D
Computes the relative rotation direction needed to pivot this line about the first point in order to have the second point colinear with point p.
relativize(java.net.URI) - method in class java.net.URI
Relativizes the given URI against this URI.
RELAXNG_NS_URI - static field in class javax.xml.XMLConstants
The RELAX NG Namespace URI.
RELAXNGSchemaFactory - class gnu.xml.validation.relaxng.RELAXNGSchemaFactory
Schema factory for RELAX NG grammars.
release() - method in class java.nio.channels.FileLock
Releases this lock.
release() - method in class gnu.java.nio.FileLockImpl
Releases the lock if it is still valid.
release(org.omg.CORBA.Object) - method in class org.omg.CORBA.portable.Delegate
Free resoureces, occupied by this reference.
release(org.omg.CORBA.Object) - method in class gnu.CORBA.IorDelegate
If there is an opened cache socket to access this object, close that socket.
release(org.omg.CORBA.Object) - method in class gnu.CORBA.Poa.LocalDelegate
release(org.omg.CORBA.Object) - method in class gnu.CORBA.SimpleDelegate
Returns without action.
RELEASE_EVENTS - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.VirtualMachine
RELEASE_JOB - static field in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
Operation to release a job by its ID or name.
releaseBeanContextResources() - method in class java.beans.beancontext.BeanContextChildSupport
Called by setBeanContext() to release resources of a what will soon no longer be the parent.
releaseBeanContextResources() - method in class java.beans.beancontext.BeanContextServicesSupport
Relinquishes any resources obtained from the parent context.
releaseInputStream() - method in class java.rmi.server.RemoteCall
releaseInputStream() - method in class gnu.java.rmi.server.UnicastRemoteCall
Removes the reference to the specified server, thus allowing it to be garbage collected.
releaseOutputStream() - method in class java.rmi.server.RemoteCall
releaseOutputStream() - method in class gnu.java.rmi.server.UnicastRemoteCall
Release the reply stream back to ORB after finishing reading the data from it.
Removes the specified savepoint from this Connection.
Release your copy of this service.
Releases the reference to a service held by a BeanContextChild (or an arbitrary object associated with it).
Release the service.
releaseWritableTile(int,int) - method in class java.awt.image.BufferedImage
releaseWritableTile(int,int) - method in class java.awt.image.WritableRenderedImage
reload() - method in class javax.swing.tree.DefaultTreeModel
Invoke this method if you've modified the TreeNodes upon which this model depends.
reload() - method in class java.util.ServiceLoader<S>
Clears the cache of the provider, so that all providers are again read from the configuration file and instantiated.
reload(javax.swing.tree.TreeNode) - method in class javax.swing.tree.DefaultTreeModel
Invoke this method if you've modified the TreeNodes upon which this model depends.
REMAINDER - static field in class java.awt.GridBagConstraints
Occupy all remaining cells.
remainder(gnu.java.math.GMP,gnu.java.math.GMP) - method in class gnu.java.math.GMP
remainder(java.math.BigDecimal) - method in class java.math.BigDecimal
Returns a BigDecimal whose value is the remainder in the quotient this / val.
remainder(java.math.BigInteger) - method in class java.math.BigInteger
remaining() - method in class java.nio.Buffer
Returns the number of elements between the current position and the limit.
remainingName - field in class javax.naming.NamingException
If the exception was caused while resolving a Name then this field contains that part of the name that could not be resolved.
remainingName - field in class javax.naming.spi.ResolveResult
The remaining, unresolved part of the name.
remainingNewName - field in class javax.naming.CannotProceedException
Move an intrument from one place to another.
Move an intrument from one place to another.
RemarshalException - exception org.omg.CORBA.portable.RemarshalException
This is exception is potentially thrown by the _invoke() method of the object implementation, requiring to write the method parameters repeatedly.
REMatch - class gnu.java.util.regex.REMatch
An instance of this class represents a match completed by a gnu.regexp matching function.
REMatchEnumeration - class gnu.java.util.regex.REMatchEnumeration
An REMatchEnumeration enumerates regular expression matches over a given input text.
Remote - interface java.rmi.Remote
Marker interface for interfaces which methods are invokable from outside of this virtual machine through remote method calls.
RemoteCall - interface java.rmi.server.RemoteCall
remoteEquals(java.rmi.server.RemoteRef) - method in class java.rmi.server.RemoteRef
Compare two remote objects for equality.
remoteEquals(java.rmi.server.RemoteRef) - method in class gnu.java.rmi.server.UnicastRef
RemoteException - exception java.rmi.RemoteException
The superclass of exceptions related to RMI (remote method invocation).
RemoteException() - constructor for class java.rmi.RemoteException
Create an exception with no message, and cause initialized to null.
RemoteException(java.lang.String) - constructor for class java.rmi.RemoteException
Create an exception with the given message, and cause initialized to null.
Create an exception with the given message and cause.
remoteHashCode() - method in class java.rmi.server.RemoteRef
Get the hashcode for a remote object.
remoteHashCode() - method in class gnu.java.rmi.server.UnicastRef
RemoteObject - class java.rmi.server.RemoteObject
RemoteObject() - constructor for class java.rmi.server.RemoteObject
The basic constructor.
RemoteObject(java.rmi.server.RemoteRef) - constructor for class java.rmi.server.RemoteObject
Together with dynamic proxy instance, this class replaces the generated RMI stub (*_Stub) classes that (following 1.5 specification) should be no longer required.
Construct the remote invocation handler that forwards calls to the given remote object.
RemoteRef - interface java.rmi.server.RemoteRef
Represents a handler to the remote object.
RemoteResource - class gnu.java.net.loader.RemoteResource
A resource from some remote location.
RemoteServer - class java.rmi.server.RemoteServer
A common superclass for the server implementations.
RemoteServer() - constructor for class java.rmi.server.RemoteServer
Does nothing, delegates to super().
RemoteServer(java.rmi.server.RemoteRef) - constructor for class java.rmi.server.RemoteServer
Does nothing, delegates to super(ref).
RemoteStub - class java.rmi.server.RemoteStub
This is a base class for the automatically generated RMI stubs.
RemoteStub() - constructor for class java.rmi.server.RemoteStub
Constructs the remote stub with no reference set.
RemoteStub(java.rmi.server.RemoteRef) - constructor for class java.rmi.server.RemoteStub
Constructs the remote stub that uses given remote reference for the method invocations.
remoteToString() - method in class java.rmi.server.RemoteRef
Get the string representation of this remote reference.
remoteToString() - method in class gnu.java.rmi.server.UnicastRef
Return the string representing the remote reference information.
RemoteURLLoader - class gnu.java.net.loader.RemoteURLLoader
Loader for remote directories.
REMOVAL - static field in class org.w3c.dom.events.MutationEvent
The Attr was just removed.
REMOVE - static field in class javax.swing.event.DocumentEvent.EventType
REMOVE
remove() - method in class java.beans.beancontext.BeanContextSupport.BCSIterator
Remove from the underlying collection the last element returned by next (optional operation).
remove() - method in class gnu.gcj.jvmti.Breakpoint
Removes the breakpoint from the interpreter, re-installing the original instruction.
remove() - method in class gnu.javax.net.ssl.provider.CertificateStatusRequest.ResponderIdIterator
remove() - method in class gnu.javax.net.ssl.provider.CertificateURL.Iterator
remove() - method in class gnu.javax.net.ssl.provider.CipherSuiteList.Iterator
remove() - method in class gnu.javax.net.ssl.provider.ClientCertificateTypeList.Iterator
Remove from the list the element last returned by a call to next or previous (optional operation).
remove() - method in class gnu.javax.net.ssl.provider.CompressionMethodList.Iterator
remove() - method in class javax.xml.stream.util.EventReaderDelegate
Remove from the underlying collection the last element returned by next (optional operation).
remove() - method in class gnu.javax.net.ssl.provider.ExtensionList.ExtensionsIterator
Remove from the list the element last returned by a call to next or previous (optional operation).
remove() - method in class java.util.Iterator<E>
Remove from the underlying collection the last element returned by next (optional operation).
remove() - method in class java.util.LinkedList<T>
Removes and returns the first element of the list.
remove() - method in class java.util.ListIterator<E>
Remove from the list the element last returned by a call to next or previous (optional operation).
remove() - method in class java.util.Scanner
The remove operation is not supported by this implementation of Iterator.
remove() - method in class gnu.javax.net.ssl.provider.ServerNameList.Iterator
remove() - method in class java.lang.ThreadLocal<T>
Removes the value associated with the ThreadLocal object for the currently executing Thread.
remove() - method in class gnu.javax.net.ssl.provider.TrustedAuthorities.AuthoritiesIterator
remove() - method in class gnu.javax.net.ssl.provider.X500PrincipalList.Iterator
Remove from the list the element last returned by a call to next or previous (optional operation).
remove() - method in class gnu.xml.stream.XMLEventReaderImpl
remove(byte[]) - method in class gnu.javax.net.ssl.AbstractSessionContext
Remove a session from this store.
remove(byte[]) - method in class gnu.CORBA.Poa.AOM
Remove the given object, indiciating it by the key.
remove(byte[]) - method in class gnu.CORBA.Connected_objects
Remove the given object, indiciating it by the key.
remove(Class) - method in class javax.print.attribute.AttributeSet
Removes the attribute entry of the given category from the set.
remove(Class) - method in class javax.print.attribute.HashAttributeSet
Removes the attribute entry of the given category from the set.
remove(gnu.javax.crypto.keyring.Entry) - method in class gnu.javax.crypto.keyring.EnvelopeEntry
Removes the specified entry.
remove(gnu.javax.crypto.keyring.Entry) - method in class gnu.javax.crypto.keyring.MaskableEnvelopeEntry
remove(int) - method in class java.util.AbstractList<E>
Remove the element at a given position in this list (optional operation).
remove(int) - method in class java.util.AbstractSequentialList<E>
Remove the element at a given position in this list (optional operation).
remove(int) - method in class java.util.ArrayList<E>
Removes the element at the user-supplied index.
remove(int) - method in class javax.naming.directory.Attribute
remove(int) - method in class javax.naming.directory.BasicAttribute
remove(int) - method in class java.awt.Choice
Removes the item at the specified index from the choice box.
remove(int) - method in class java.awt.peer.ChoicePeer
remove(int) - method in class javax.naming.CompositeName
remove(int) - method in class javax.naming.CompoundName
remove(int) - method in class java.awt.Container
Removes the component at the specified index from this container.
remove(int) - method in class org.omg.CORBA.ContextList
Remove the name at the given index.
remove(int) - method in class java.util.concurrent.CopyOnWriteArrayList<E>
Removes the element at the user-supplied index.
remove(int) - method in class javax.swing.DefaultListModel
Removes the element at a particular index from the list.
remove(int) - method in class javax.swing.tree.DefaultMutableTreeNode
Removes the child with the given index from this node.
remove(int) - method in class gnu.xml.dom.html2.DomHTMLSelectElement
remove(int) - method in class org.omg.CORBA.ExceptionList
Remove the item at the given position.
remove(int) - method in class gnu.CORBA.gnuContextList
remove(int) - method in class gnu.CORBA.gnuExceptionList
remove(int) - method in class gnu.javax.naming.ictxImpl.trans.GnuName
Removes the component at the given index from this Name.
remove(int) - method in class gnu.CORBA.gnuNVList
remove(int) - method in class gnu.java.awt.peer.gtk.GtkChoicePeer
remove(int) - method in class org.w3c.dom.html2.HTMLSelectElement
Remove an element from the collection of OPTION elements for this SELECT.
remove(int) - method in class javax.swing.JLayeredPane
Removes a child from this container.
remove(int) - method in class javax.swing.JMenu
Removes component at the specified index from this menu
remove(int) - method in class javax.swing.JPopupMenu
Revomes component at the given index from the menu.
remove(int) - method in class javax.swing.JSplitPane
This method removes the component at the given index.
remove(int) - method in class javax.swing.JTabbedPane
Removes the tab and component which corresponds to the specified index.
remove(int) - method in class java.util.LinkedList<T>
Removes the element at the given position from the list.
remove(int) - method in class java.awt.List
Deletes the item at the specified index.
remove(int) - method in class java.util.List<E>
Remove the element at a given position in this list (optional operation).
remove(int) - method in class java.awt.Menu
Deletes the item at the specified index from this menu.
remove(int) - method in class java.awt.MenuBar
Removes the menu at the specified index.
remove(int) - method in class javax.swing.tree.MutableTreeNode
Removes the child node a given index.
remove(int) - method in class javax.naming.Name
Removes the component at the given index from this Name.
remove(int) - method in class org.omg.CORBA.NVList
Remove the item at the given index
remove(int) - method in class gnu.java.awt.peer.qt.QtChoicePeer
remove(int) - method in class javax.naming.Reference
Remove the address at the given position.
remove(int) - method in class javax.swing.text.View
remove(int,int) - method in class javax.swing.text.AbstractDocument
Removes a piece of content from this Document.
remove(int,int) - method in class javax.swing.text.AbstractDocument.Content
Removes a piece of content from the content model.
remove(int,int) - method in class javax.swing.text.Document
Removes a piece of content.
remove(int,int) - method in class javax.swing.text.DocumentFilter.FilterBypass
remove(int,int) - method in class javax.swing.text.GapContent
Removes a piece of content at th specified position.
remove(int,int) - method in class javax.swing.text.StringContent
Removes the specified range of characters and returns an UndoableEdit that enables undo/redo support.
Removes the content.
remove(java.awt.Component) - method in class java.awt.Container
Removes the specified component from this container.
remove(java.awt.Component) - method in class javax.swing.JApplet
remove(java.awt.Component) - method in class javax.swing.JDialog
This method removes a component from the JDialog.
remove(java.awt.Component) - method in class javax.swing.JFrame
Removes the specified component from this container.
remove(java.awt.Component) - method in class javax.swing.JInternalFrame
This method removes the given Component from the Container.
remove(java.awt.Component) - method in class javax.swing.JMenu
Removes given component from this menu.
remove(java.awt.Component) - method in class javax.swing.JSplitPane
This method removes the given component from the JSplitPane.
remove(java.awt.Component) - method in class javax.swing.JTabbedPane
Removes the specified Component from the JTabbedPane.
remove(java.awt.Component) - method in class javax.swing.JWindow
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
Removes the listener oldl from the listener l.
remove(java.awt.MenuComponent) - method in class java.awt.Component
Removes the specified popup menu from this component.
remove(java.awt.MenuComponent) - method in class java.awt.Frame
Removes the specified menu component from this frame.
remove(java.awt.MenuComponent) - method in class java.awt.Menu
Removes the specifed item from the menu.
remove(java.awt.MenuComponent) - method in class java.awt.MenuBar
Removes the specified menu from the menu bar.
Removes the specified menu component from the menu.
Remove a single instance of an object from this collection (optional operation).
remove(java.lang.Object) - method in class java.util.AbstractMap<K,V>
Removes the mapping for this key if present (optional operation).
remove(java.lang.Object) - method in class javax.swing.ActionMap
Remove an entry from the ActionMap.
remove(java.lang.Object) - method in class javax.naming.directory.Attribute
remove(java.lang.Object) - method in class java.util.jar.Attributes
Remove a attribute name/value pair.
remove(java.lang.Object) - method in class javax.naming.directory.BasicAttribute
remove(java.lang.Object) - method in class java.beans.beancontext.BeanContextSupport
Remove the specified child from the context.
remove(java.lang.Object) - method in class java.util.Collection<E>
Remove a single occurrence of an object from this collection.
remove(java.lang.Object) - method in class java.util.concurrent.CopyOnWriteArrayList<E>
Remove the first occurrence, if any, of the given object from this list, returning true if the object was removed, false otherwise.
remove(java.lang.Object) - method in class java.util.Dictionary<K,V>
Removes from the Dictionary the value located by the given key.
remove(java.lang.Object) - method in class java.beans.Encoder
Removes the mapping for this key if present (optional operation).
remove(java.lang.Object) - method in class java.util.HashMap<K,V>
Removes from the HashMap and returns the value which is mapped by the supplied key.
remove(java.lang.Object) - method in class java.util.HashSet<T>
Removes the supplied Object from this Set if it is in the Set.
remove(java.lang.Object) - method in class java.util.Hashtable<K,V>
Removes from the table and returns the value which is mapped by the supplied key.
Removes from the HashMap and returns the value which is mapped by the supplied key.
remove(java.lang.Object) - method in class java.util.LinkedList<T>
Removes the entry at the lowest index in the list that matches the given object, comparing by o == null ?
remove(java.lang.Object) - method in class java.util.List<E>
Remove the first occurence of an object from this list (optional operation).
remove(java.lang.Object) - method in class java.util.Map<K,V>
Removes the mapping for this key if present (optional operation).
remove(java.lang.Object) - method in class java.util.PriorityQueue<E>
remove(java.lang.Object) - method in class java.security.Provider
This method removes the specified key entry (and its associated value) from the property mapping collection.
remove(java.lang.Object) - method in class java.awt.RenderingHints
Removes a hint from the collection.
remove(java.lang.Object) - method in class java.util.Set<E>
Removes the specified element from this set (optional operation).
remove(java.lang.Object) - method in class javax.management.openmbean.TabularDataSupport
Removes the value for the specified key by simply calling remove((Object[]) key).
remove(java.lang.Object) - method in class gnu.javax.rmi.CORBA.TieTargetRecord
Remove target.
remove(java.lang.Object) - method in class java.util.TreeMap<K,V>
Removes from the TreeMap and returns the value which is mapped by the supplied key.
remove(java.lang.Object) - method in class java.util.TreeSet<T>
If the supplied Object is in this Set, it is removed, and true is returned; otherwise, false is returned.
remove(java.lang.Object) - method in class java.util.Vector<T>
Removes the given Object from the Vector.
remove(java.lang.Object) - method in class java.util.WeakHashMap<K,V>
Removes the key and the corresponding value from this map.
remove(java.lang.Object) - method in class gnu.java.util.WeakIdentityHashMap
Removes the key and the corresponding value from this map.
remove(java.lang.Object,boolean) - method in class java.beans.beancontext.BeanContextSupport
Removes a child from the bean context.
remove(java.lang.Object[]) - method in class javax.management.openmbean.TabularData
Removes the CompositeData value located at the specified index.
remove(java.lang.Object[]) - method in class javax.management.openmbean.TabularDataSupport
Removes the CompositeData value located at the specified index.
remove(java.lang.String) - method in class java.util.prefs.AbstractPreferences
Removes the preferences entry from this preferences node.
remove(java.lang.String) - method in class javax.naming.directory.Attributes
remove(java.lang.String) - method in class gnu.javax.crypto.keyring.BaseKeyring
remove(java.lang.String) - method in class javax.naming.directory.BasicAttributes
remove(java.lang.String) - method in class java.awt.Choice
Removes the specified item from the choice box.
remove(java.lang.String) - method in class gnu.javax.crypto.keyring.EnvelopeEntry
Removes all primitive entries that have the specified alias.
remove(java.lang.String) - method in class gnu.javax.crypto.keyring.IKeyring
Removes an entry with the designated alias from this keyring.
remove(java.lang.String) - method in class java.awt.List
Deletes the first occurrence of the specified item from the list.
remove(java.lang.String) - method in class gnu.javax.crypto.keyring.MaskableEnvelopeEntry
remove(java.lang.String) - method in class javax.activation.MimeTypeParameterList
Removes the parameter identified by the specified name.
remove(java.lang.String) - method in class java.util.prefs.Preferences
Removes the preferences entry from this preferences node.
remove(java.lang.String) - method in class gnu.javax.crypto.keyring.Properties
Removes a key and its value from this object.
remove(java.lang.String) - static method in class gnu.classpath.SystemProperties
Removes the supplied system property and its current value.
remove(java.lang.Thread) - method in class gnu.CORBA.Interceptor.gnuIcCurrent
Remove the entry from the map.
remove(java.lang.Thread) - method in class gnu.CORBA.Poa.gnuPoaCurrent
Remove the entry from the map.
Removes one instance of the specified listener from this multicaster chain.
Remove a relation from the set.
Remove a state from the set.
remove(javax.print.attribute.Attribute) - method in class javax.print.attribute.AttributeSet
Removes the given attribute from the set.
remove(javax.print.attribute.Attribute) - method in class javax.print.attribute.HashAttributeSet
Removes the given attribute from the set.
remove(javax.sound.midi.MidiEvent) - method in class javax.sound.midi.Track
Remove an event from this track.
remove(javax.swing.AbstractButton) - method in class javax.swing.ButtonGroup
Removes the specified button from this group.
remove(javax.swing.JMenuItem) - method in class javax.swing.JMenu
Removes given menu item from this menu.
remove(javax.swing.KeyStroke) - method in class javax.swing.ComponentInputMap
Remove an entry from the InputMap.
remove(javax.swing.KeyStroke) - method in class javax.swing.InputMap
Removes an entry from this InputMap.
Removes the given child from this node and sets its parent to null.
Removes a given child node.
Remove the given object.
remove(org.omg.CosNaming.NameComponent) - method in class gnu.CORBA.NamingService.NamingMap
Removes the given name, if present.
REMOVE_ATTRIBUTE - static field in class javax.naming.directory.DirContext
removeAccessibleSelection(int) - method in class javax.accessibility.AccessibleSelection
Unselect the specified child of this Accessible object.
Removes the specified index from the current selection.
Removes the accessible item with the specified index to the selection.
Removes the item with the specified index from the selection.
Deselects the menu with index i.
Does nothing - it makes no sense to remove a selection for a tabbed pane, since one tab must always be selected.
Removes the accessible child with the specified index i from the current selection.
Removes the specified selected item in the object from the object's selection.
Removes the specified selected item in the object from the object's selection.
Unselect the specified child of this Accessible object.
Removes the accessible child specified by the supplied index from the list of currently selected children.
Removes an ActionListener from the button's listener list.
Removes the ActionListener from the editor component.
Removes the specified listener from the list of listeners that will receive action events from this button.
Removes an ActionListener from the list of registered listeners.
This method removes given ActionListener from this ComboBoxEditor.
Remove an ActionListener to the model.
This method removes specified ActionListener from this JComboBox.
Removes an ActionListener from this file chooser.
Removes a listener object from this text field.
Removes the specified ActionListener from the list of registers listeners for this object.
Removes the specified listener from the list of action listeners for this object.
Remove the action listener.
Removes an adjustment listener from this object.
This method removes an AdjustmentListener from the scroll bar.
Removes the specified listener from the list of registered listeners for this object.
Removes an adjustment listener from this object.
removeAll() - method in class java.awt.Choice
Removes all of the objects from this choice box.
removeAll() - method in class java.awt.peer.ChoicePeer
removeAll() - method in class java.awt.Container
Removes all components from this container.
removeAll() - method in class gnu.java.awt.peer.gtk.GtkChoicePeer
removeAll() - method in class gnu.java.awt.peer.gtk.GtkListPeer
removeAll() - method in class javax.swing.JLayeredPane
Removes all components from this container.
removeAll() - method in class javax.swing.JMenu
Removes all menu items from the menu
removeAll() - method in class javax.swing.JSplitPane
This method removes all components from the JSplitPane.
removeAll() - method in class javax.swing.JTabbedPane
This method removes all tabs and associated components from the JTabbedPane.
removeAll() - method in class java.awt.List
Deletes all of the items from the list.
removeAll() - method in class java.awt.peer.ListPeer
removeAll() - method in class java.awt.Menu
Removes all the elements from this menu.
removeAll() - method in class gnu.java.awt.peer.qt.QtChoicePeer
removeAll() - method in class gnu.java.awt.peer.qt.QtListPeer
removeAll() - method in class gnu.java.awt.peer.swing.SwingListPeer
removeAll() - method in class javax.swing.text.View
removeAll(Collection) - method in class java.util.AbstractCollection<E>
Remove from this collection all its elements that are contained in a given collection (optional operation).
removeAll(Collection) - method in class java.util.AbstractSet<E>
Removes from this set all elements in the given collection (optional operation).
removeAll(Collection) - method in class java.util.Collection<E>
Remove all elements of a given collection from this collection.
removeAll(Collection) - method in class java.util.concurrent.CopyOnWriteArrayList<E>
Removes all the elements contained in the given collection.
removeAll(Collection) - method in class java.util.List<E>
Remove all elements of a given collection from this list (optional operation).
removeAll(Collection) - method in class java.util.Set<E>
Removes from this set all elements contained in the specified collection (optional operation).
removeAll(Collection) - method in class java.util.Vector<T>
Remove from this vector all elements contained in the given collection.
removeAll(java.util.Collection) - method in class java.beans.beancontext.BeanContextSupport
removeAllChildren() - method in class javax.swing.tree.DefaultMutableTreeNode
Removes all child nodes from this node.
removeAllElements() - method in class javax.swing.DefaultComboBoxModel
Removes all the items from the model's item list, resets and selected item to null, and sends a ListDataEvent to all registered listeners.
removeAllElements() - method in class javax.swing.DefaultListModel
Remove all elements in the list.
removeAllElements() - method in class java.util.Vector<T>
Removes all elements from the Vector.
removeAllHighlights() - method in class javax.swing.text.DefaultHighlighter
removeAllHighlights() - method in class javax.swing.text.Highlighter
removeAllIIOReadProgressListeners() - method in class javax.imageio.ImageReader
Uninstall all read progress listeners.
removeAllIIOReadUpdateListeners() - method in class javax.imageio.ImageReader
Uninstall all read update listeners.
removeAllIIOReadWarningListeners() - method in class javax.imageio.ImageReader
Uninstall all read warning listeners.
removeAllIIOWriteProgressListeners() - method in class javax.imageio.ImageWriter
Uninstall all write progress listeners.
removeAllIIOWriteWarningListeners() - method in class javax.imageio.ImageWriter
Uninstall all write warning listeners.
removeAllItems() - method in class javax.swing.JComboBox
This method removes all elements from this JComboBox.
removeAllLinks() - method in class gnu.xml.pipeline.LinkFilter
Removes records about all links reported to the event stream, as if the filter were newly created.
Unregister an AncestorListener.
removeAttribute(int) - method in class org.xml.sax.ext.Attributes2Impl
Remove an attribute from the list.
removeAttribute(int) - method in class org.xml.sax.helpers.AttributesImpl
Remove an attribute from the list.
Removes an attribute from this element.
removeAttribute(java.lang.Object) - method in class javax.swing.text.MutableAttributeSet
Removes the attribute with the specified name, if this attribute is defined.
removeAttribute(java.lang.Object) - method in class javax.swing.text.SimpleAttributeSet
Removes the attribute with the specified name, if this attribute is defined.
Removes the attribute with the specified name, if this attribute is defined.
removeAttribute(java.lang.String) - method in class org.xml.sax.helpers.AttributeListImpl
Remove an attribute from the list.
removeAttribute(java.lang.String) - method in class gnu.xml.dom.DomElement
DOM L1 Removes the appropriate attribute node.
removeAttribute(java.lang.String) - method in class org.w3c.dom.Element
Removes an attribute by name.
removeAttribute(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataNode
Returns a AttributeSet that has the attribute with the specified name removed from old.
Returns a AttributeSet that has the attribute with the specified name removed from old.
Removes an attribute from the set.
DOM L1 Removes the appropriate attribute node; the name is the nodeName property of the attribute.
removeAttributeNode(org.w3c.dom.Attr) - method in class org.w3c.dom.Element
Removes the specified attribute node.
removeAttributeNode(org.w3c.dom.Attr) - method in class javax.imageio.metadata.IIOMetadataNode
DOM L2 Removes the appropriate attribute node; the name combines the namespace name and the local part.
Removes an attribute by local name and namespace URI.
Removes a set of attribute from this element.
removeAttributes(Enumeration) - method in class javax.swing.text.MutableAttributeSet
Removes the attributes listed in names.
removeAttributes(Enumeration) - method in class javax.swing.text.SimpleAttributeSet
Removes the attributes listed in names.
removeAttributes(Enumeration) - method in class javax.swing.text.StyleContext.NamedStyle
Removes the attributes listed in names.
Removes a set of attributes from this element.
Removes attributes from this set if they are found in the given set.
Removes attributes from this set if they are found in the given set.
Removes attributes from this set if they are found in the given set.
Removes all attributes specified by names from old and returns the resulting AttributeSet.
Removes all attributes specified by names from old and returns the resulting AttributeSet.
Removes a set of attributes for the element.
Removes all attributes in attributes from old and returns the resulting AttributeSet.
Removes all attributes in attributes from old and returns the resulting AttributeSet.
Removes an attribute from the set.
Removes a LookAndFeel (LAF) from the list of auxiliary LAFs.
Removes an AWT event listener from this toolkit.
Remove a listener on changes to the membership of this BeanContext object.
Remove a listener on changes to the membership of this BeanContext object.
Remove a listener on all adds and removes of services.
removeBindings() - method in class javax.swing.text.Keymap
Removed a CaretListener object from this text component.
Removes the specified CellEditorListener from the list of the CellEditorListeners of this CellEditor.
Deregisters a listener so that it no longer receives ChangeEvent notifications from the CellEditor.
Removes a CellEditorListener object.
Removes a certificate from the list of ceritificates for this identity.
Removes a ChangeListener from the button's listener list.
Remove a particular listener.
Removes a ChangeListener from this object.
Adds an ChangeListener to the list of registered listeners.
Removes a ChangeListener from the list of registered listeners.
Deregisters a listener so that it no longer receives ChangeEvent notifications from this action.
Cancels the subscription of a ChangeListener.
Remove a ChangeListener to the model.
Removes a ChangeListener from the list of registered listeners.
Removes a listener from this model.
Deregisters a listener so that it no longer receives ChangeEvent notifications from this model.
Deregisters a listener so that it no longer receives notification of component state changes.
Removes a listener from this slider so that it will no longer receive ChangeEvent notifications from the slider.
Remove a particular listener
This method removes a ChangeListener to the JTabbedPane.
Removes ChangeListener from the list of registered listeners for this MenuSelectionManager.
Deregisters a listener so that it no longer receives ChangeEvent notifications from this model.
Removes a given ChangeListener from the list of registered listeners.
Removes a ChangeListener from to the style.
Removes a ChangeListener from to the style.
removeChild(org.w3c.dom.Node) - method in class gnu.xml.dom.DomNode
DOM L1 Removes the specified child from this node's list of children, or else reports an exception.
removeChild(org.w3c.dom.Node) - method in class javax.imageio.metadata.IIOMetadataNode
Removes the child node indicated by oldChild from the list of children, and returns it.
removeChild(org.w3c.dom.Node) - method in class org.w3c.dom.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
removeChild(org.w3c.dom.Node) - method in class gnu.xml.libxmlj.util.StandaloneDocumentType
Removes a file filter from the list of available filters and sends a PropertyChangeEvent (with the property name CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY) to all registered listeners.
This method removes the given AbstractColorChooserPanel from the JColorChooser's list of chooserPanels.
Removes a column from the model then calls fireColumnRemoved(TableColumnModelEvent) to notify the registered listeners.
Removes specified column from displayable columns of this table.
Removes a column from the model.
Deregisters a listener so that it no longer receives notification of changes to this model.
Deregisters a listener, so that it will no longer receive TableColumnModelEvent notifications.
removeColumnSelectionInterval(int,int) - method in class javax.swing.JTable
Removes the specified listener from the component.
Used to remove an ImageConsumer from the list of registered consumers for this ImageProducer.
removeConsumer(java.awt.image.ImageConsumer) - method in class gnu.java.awt.image.ImageDecoder
Used to remove an ImageConsumer from the list of registered consumers for this ImageProducer.
Used to remove an ImageConsumer from the list of registered consumers for this ImageProducer.
removeConsumer(java.awt.image.ImageConsumer) - method in class java.awt.image.renderable.RenderableImageProducer
Used to remove an ImageConsumer from the list of registered consumers for this ImageProducer.
Removes the specified container listener from this object's list of container listeners.
removeControlButtons() - method in class javax.swing.plaf.metal.MetalFileChooserUI
Removes all the buttons from the control panel.
Remove a controller listener from this sequencer for the specified controller numbers.
Removes any paths in the current set of selected paths that are descendants of path.
removeDescendantToggledPaths(Enumeration) - method in class javax.swing.JTree
Removes any descendants of the TreePaths in toRemove that have been expanded.
removeDirectory(java.lang.String) - method in class gnu.java.net.protocol.ftp.FTPConnection
Causes the directory specified to be deleted.
Removes a DocumentListener object from this document.
Removes a DocumentListener from this Document.
removeDropTarget(java.awt.dnd.DropTarget) - method in class java.awt.dnd.peer.DropTargetPeer
removeDropTarget(java.awt.dnd.DropTarget) - method in class gnu.java.awt.dnd.peer.gtk.GtkDropTargetPeer
removeEditor() - method in class javax.swing.plaf.basic.BasicComboBoxUI
Removes the current editor from the combo box.
removeEditor() - method in class javax.swing.JTable
Discards the editor object.
Returns true if this map should remove the eldest entry.
Returns true when the oldest entry should be removed.
Removes an element from the model's item list and sends a ListDataEvent to all registered listeners.
Removes the first occurrence of a particular element in the list.
This method removes given element from the data model
removeElement(java.lang.Object) - method in class java.util.Vector<T>
Removes the first (the lowest index) occurrence of the given object from the Vector.
removeElement(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
removeElementAt(int) - method in class javax.swing.DefaultComboBoxModel
Removes the element at the specified index from the model's item list and sends a ListDataEvent to all registered listeners.
removeElementAt(int) - method in class javax.swing.DefaultListModel
Removes the element at a particular index from the list.
removeElementAt(int) - method in class javax.swing.MutableComboBoxModel
This method removes elements located at the given index in the data model.
removeElementAt(int) - method in class java.util.Vector<T>
Removes the element at index, and shifts all elements at positions greater than index to their index - 1.
removeEntries(int,int) - method in class javax.swing.SizeSequence
Removes the element(s) at index start (the number of elements removed is length).
This method delets the specified entry from the ACL
DOM L2 (Events) Unregisters an event listener.
This method allows the removal of event listeners from the event target.
removeField(java.lang.String) - method in class javax.management.Descriptor
Removes a field from the descriptor.
removeFirst() - method in class java.util.LinkedList<T>
Remove and return the first element in the list.
Removes the first occurrence of the specified element from the list, when traversing the list from head to tail.
Removes the specified listener from this component.
Removes the specified listener from the component.
Removes a focus listener.
Removes a focus listener from the parent list.
Removes a focus listener from the cell.
Removes the specified focus listener so it no longer receives focus events from this component.
Removes the specified focus listener from the list of registered focus listeners for this component.
removeFromEnvironment(java.lang.String) - method in class javax.naming.Context
Removes the property with the given name from the environment.
removeFromEnvironment(java.lang.String) - method in class gnu.javax.naming.giop.ContextContinuation
Removes the property with the given name from the environment.
removeFromEnvironment(java.lang.String) - method in class gnu.javax.naming.jndi.url.rmi.ContextContinuation
Removes the property with the given name from the environment.
Removes the property with the given name from the environment.
removeFromEnvironment(java.lang.String) - method in class gnu.javax.naming.jndi.url.rmi.RmiContinuation
Removes the property with the given name from the environment.
removeFromEnvironment(java.lang.String) - method in class gnu.javax.naming.jndi.url.rmi.rmiURLContext
Removes the property with the given name from the environment.
removeFromGroup() - method in class gnu.java.awt.peer.gtk.GtkCheckboxPeer
removeFromParent() - method in class javax.swing.tree.DefaultMutableTreeNode
Removes this node from its parent.
removeFromParent() - method in class javax.swing.tree.MutableTreeNode
Removes this node from its parent.
removeFromSource() - method in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
Removes event from the source
removeHandler(java.util.logging.Handler) - method in class java.util.logging.Logger
Removes a handler from the set of handlers that get notified when a log record is to be published.
Removes a handshake listener from this socket.
Unregisters a heavyweight descendent.
Removes the specified listener from the component.
Removes the specified listener from the component.
removeHighlight(java.lang.Object) - method in class javax.swing.text.DefaultHighlighter
removeHighlight(java.lang.Object) - method in class javax.swing.text.Highlighter
Removes a HyperlinkListener object to this editor pane.
This is a helper method that removes the JDesktopIcon of the given JInternalFrame from the parent.
Removes an identity in this scope.
Uninstall the given read progress listener.
Uninstall the given read update listener.
Uninstall the given read warning listener.
Uninstall the given write progress listener.
Uninstall the given write warning listener.
removeImage(int) - method in class javax.imageio.ImageWriter
Remove the image at the specified index from the output stream.
removeImage(java.awt.Image) - method in class java.awt.MediaTracker
Removes an image from this MediaTracker.
Removes an image with the specified ID from this MediaTracker.
Removes an image with the specified ID and scale from this MediaTracker.
Removes a range from the set of indices.
removeIndexInterval(int,int) - method in class javax.swing.ListSelectionModel
Removes the items in the specified range (inclusive) from the selection model.
Removes the specified listener from the component.
Removes an InputListener object from this text component.
Removes the listener oldl from the listener l.
This method removes an InternalFrameListener from this JInternalFrame.
Remove a component from the invalidComponents vector.
removeItem(java.lang.Object) - method in class javax.swing.JComboBox
This method removes given element from this JComboBox.
removeItemAt(int) - method in class javax.swing.JComboBox
This method remove element location in the specified index in the JComboBox.
Removes an ItemListener from the button's listener list.
Adds an ItemListener to the list of registered listeners.
Removes a listener from the list of registered listeners for this object.
Removes the specified listener from the list of registered item listeners for this object.
Removes the specified listener from the list of registered listeners for this object.
Remove an ItemListener to the model.
Removes an item listener from this object.
This method unregisters given ItemListener from this JComboBox
Removes the specified ItemListener from the list of registers listeners for this object.
removeKey(java.lang.Object) - method in class gnu.java.rmi.activation.BidiTable
Remove the key-value pair by key
Removes the specified key event dispatcher from the list of registered dispatchers.
Removes the specified key event post processor from the list of registered post processors.
Removes the specified listener from the component.
removeKeymap(java.lang.String) - static method in class javax.swing.text.JTextComponent
Remove a Keymap from the global Keymap table, by name.
removeKeyStrokeBinding(javax.swing.KeyStroke) - method in class javax.swing.text.Keymap
removeLast() - method in class gnu.java.beans.encoder.elements.Element
Removes the child element added last.
removeLast() - method in class java.util.LinkedList<T>
Remove and return the last element in the list.
Removes the last occurrence of the specified element from the list, when traversing the list from head to tail.
Removes a component from the layout.
This method is called when removing a Component from the Container.
This method is called when a Component is removed from the JInternalFrame.
This method removes the given component from the layout manager's knowledge.
removeLayoutComponent(java.awt.Component) - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method removes a child component from the layout.
This method is called when a component is removed.
This method removes the component from the layout.
This method is called when a component is removed from the JTabbedPane.
Removes the specified component from the layout.
Removes a component from the layout.
Remove the indicated component from this layout manager.
Remove the indicated component from this layout manager.
Remove the indicated component from this layout manager.
DOCUMENT ME!
This method does nothing.
Removes the specified component from the layout group.
This method is not used in this layout manager.
Removes a layout component.
The method is not used with this manager.
removeLineListener(javax.sound.sampled.LineListener) - method in class gnu.javax.sound.sampled.gstreamer.lines.GstDataLine
Remove the listener from this Line; after this call the listener will no longer be notified when this Line changes state.
removeLineListener(javax.sound.sampled.LineListener) - method in class gnu.javax.sound.sampled.gstreamer.GStreamerMixer
Remove the listener from this Line; after this call the listener will no longer be notified when this Line changes state.
removeLineListener(javax.sound.sampled.LineListener) - method in class javax.sound.sampled.Line
Remove the listener from this Line; after this call the listener will no longer be notified when this Line changes state.
Add a listener object to this model.
Add a listener object to this model.
removeListeners() - method in class javax.swing.plaf.metal.MetalComboBoxUI
Not used in Classpath.
Removes a registered listener.
Removes a ListSelectionListener from the listener list for this list.
Deregisters a listener so that it no longer receives notification of changes to the model.
removeMember(java.security.Principal) - method in class java.security.acl.Group
This method deletes a member from the group.
Removes a MenuDragMouseListener from the menuItem's listener list.
Removes an MenuKeyListener from the menuItem's listener list.
Removes a MenuKeyListener from the popup.
Removes MenuListener from the menu
Remove a meta event listener from this sequencer.
Remove a meta event listener from this sequencer.
Removes the specified listener from the component.
Removes the specified listener from the component.
Removes the specified listener from the component.
DOM L1 Removes the named item from the map, or reports an exception; names are just the nodeName property.
removeNamedItem(java.lang.String) - method in class org.w3c.dom.NamedNodeMap
Removes a node specified by name.
DOM L2 Removes the named item from the map, or reports an exception; names are the localName and namespaceURI properties.
Removes a node specified by local name and namespace URI.
removeNode() - method in class java.util.prefs.AbstractPreferences
Removes this and all subnodes from the backing store and clears all entries.
removeNode() - method in class java.util.prefs.Preferences
Removes this and all subnodes from the backing store and clears all entries.
Remove the indicated node change listener from the list of listeners to notify.
Message this to remove node from its parent.
removeNodeSpi() - method in class java.util.prefs.AbstractPreferences
Clears this node from this VM and removes it from the backing store.
removeNodeSpi() - method in class gnu.java.util.prefs.FileBasedPreferences
removeNodeSpi() - method in class gnu.java.util.prefs.GConfBasedPreferences
Removes this preference node, including all its children.
removeNodeSpi() - method in class gnu.java.util.prefs.MemoryBasedPreferences
Just removes the entries map of this node.
Removes the specified listener from the list of recipients of notifications from this bean.
Removes the specified listener from the list of recipients of notifications from this bean.
Removes the specified listener from the list of recipients of notifications from this bean.
Removes the specified listener from the list of recipients of notifications from this bean.
Removes the specified listener from the list of recipients of notifications from this delegate.
Removes the specified listener from the list of recipients of notifications from this bean.
Removes the specified listener from the list of recipients of notifications from this bean.
Removes the specified listener from the list of recipients of notifications from this bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Removes the specified listener from the list of recipients of notifications from the supplied bean.
Handles MBeanServerConnection.removeNotificationListener(ObjectName, ObjectName) by removing the specified listener from the list of recipients of notifications from the supplied bean.
Removes one or more NotificationListeners from the specified management bean.
removeNotify() - method in class java.awt.Component
Called to inform this component is has been removed from its container.
removeNotify() - method in class java.awt.Container
Called when this container is removed from its parent container to inform it to destroy its peer.
removeNotify() - method in class java.awt.dnd.DropTargetContext
removeNotify() - method in class java.awt.Frame
Called to inform this component is has been removed from its container.
removeNotify() - method in class java.awt.im.spi.InputMethod
Notify the input method that a client component has been removed from its hierarchy, or that input method support has been disabled.
removeNotify() - method in class javax.swing.JButton
Overrides JComponent.removeNotify to check if this button is currently set as the default button on the RootPane, and if so, sets the RootPane's default button to null to ensure the RootPane doesn't hold onto an invalid button reference.
removeNotify() - method in class javax.swing.JComponent
Receives notification that this component no longer has a parent.
removeNotify() - method in class javax.swing.JMenuBar
This method overrides removeNotify() in the Container to unregister this menu bar from the current keyboard manager.
removeNotify() - method in class javax.swing.JTable
Called to inform this component is has been removed from its container.
removeNotify() - method in class java.awt.List
Notifies this object to destroy its native peer.
removeNotify() - method in class java.awt.Menu
Destroys the native peer for this object.
removeNotify() - method in class java.awt.MenuBar
Destroys this object's native peer.
removeNotify() - method in class java.awt.MenuComponent
Destroys this component's native peer
removeNotify() - method in class java.awt.ScrollPane
Notifies this object that it should destroy its native peers.
removeNotify() - method in class java.awt.TextComponent
Notifies the component that it should destroy its native peer.
removeNotify(java.awt.Component) - method in class java.awt.im.InputContext
Notifies the input context that a client component has been removed from its containment hierarchy, or that input method support has been disabled for the component.
removeObjectValue(java.lang.String) - method in class javax.imageio.metadata.IIOMetadataFormatImpl
removeParameter(java.lang.String) - method in class javax.activation.MimeType
Removes the parameter value for the specified name.
removeParameters() - method in class java.awt.image.renderable.ParameterBlock
removePermission(java.security.acl.Permission) - method in class java.security.acl.AclEntry
This method deletes the specified permission to this ACL entry.
removePOA(gnu.CORBA.Poa.gnuPOA) - method in class gnu.CORBA.Poa.gnuPOAManager
Remove the POA, releasing it from the control of this manager.
Removes PopupMenuListener to combo box to listen to the events fired by the combo box's popup menu containing its list of items
Removes PopupMenuListener from JPopupMenu's list of listeners
Remove the indicated preference change listener from the list of listeners to notify.
Removes the given listener from the listeners registered for changes in their provided attribute set during processing of this print job.
Removes the given listener from the listeners registered for events occuring during processing of this print job.
De-registers a print service attribute listener from this print service.
removeProperty(java.lang.String) - method in class org.w3c.dom.css.CSSStyleDeclaration
Used to remove a CSS property if it has been explicitly set within this declaration block.
Deregisters a listener so that it no longer receives PropertyChangeEvent notifications from this action.
Remove a PropertyChangeListener from the listener list.
Deregisters a listener so that it no longer receives notification of changes to the action's properties.
Removes the specified property listener from the component.
Removes a global property change listener from this accessible component.
Remove a PropertyChangeListener.
Removes a PropertyChangeListener object from this model.
Removes a property change listener from the list of registered listeners.
This method does nothing, list children are transient accessible objects which means that they don't fire property change events.
Remove a PropertyChangeListener from the listener list.
Removes the supplied property change listener from the list of registered listeners.
Unregisters a listener.
Removes a PropertyChangeListener from the list of global listeners.
Removes a property change listener from this PropertyEditor.
Removes a property change listener from this property editor.
Removes a listener so that it no longer receives PropertyChangeEvent notifications from this column.
Removes a PropertyChangeListener from this UIDefaults map.
Remove a PropertyChangeListener from the listener list.
Remove a listener to a certain property.
Remove a listener to a certain property.
Removes the specified property listener on a particular property from the component.
Removes the supplied property change listener registered for the specified property from the list of registered listeners.
Removes a PropertyChangeListener from listening to a specific property.
removeProvider(java.lang.String) - static method in class java.security.Security
Removes an already installed Provider, given its name, from the current list of installed Providers.
removeRange(int,int) - method in class java.util.AbstractList<E>
Remove a subsection of the list.
removeRange(int,int) - method in class java.util.ArrayList<E>
Removes all elements in the half-open interval [fromIndex, toIndex).
removeRange(int,int) - method in class javax.swing.DefaultListModel
Remove all elements between startIndex and endIndex inclusive.
removeRange(int,int) - method in class java.util.Vector<T>
Removes a range of elements from this list.
removeRedundantState() - method in class javax.swing.undo.StateEdit
Removes all redundant entries from the pre- and post-edit state hash tables.
removeRegistry() - method in class gnu.javax.naming.jndi.url.rmi.ContextContinuation
Remove the current registry reference.
removeRegistry() - method in class gnu.javax.naming.jndi.url.rmi.RmiContinuation
Remove the current registry reference.
Removes a ResourceBundle.
removeRow(int) - method in class javax.swing.table.DefaultTableModel
Removes a row from the table and sends a TableModelEvent to all registered listeners.
removeRowSelectionInterval(int,int) - method in class javax.swing.JTable
Deselects all indices in the inclusive range [index0,index1].
removeSelectionInterval(int,int) - method in class javax.swing.JList
Removes the specified interval from the current selection.
removeSelectionInterval(int,int) - method in class javax.swing.JTree
Marks the items in the specified interval as not selected.
Removes the path from the selection.
Removes the paths from the selection.
This catches attempts to remove something from the selection.
removeSelectionRow(int) - method in class javax.swing.JTree
removeSelectionRows(int[]) - method in class javax.swing.JTree
removeShutdownHook(java.lang.Thread) - method in class java.lang.Runtime
De-register a shutdown hook.
removeSources() - method in class java.awt.image.renderable.ParameterBlock
removeSpi(java.lang.String) - method in class java.util.prefs.AbstractPreferences
Removes the given key entry from this preferences node.
removeSpi(java.lang.String) - method in class gnu.java.util.prefs.FileBasedPreferences
removeSpi(java.lang.String) - method in class gnu.java.util.prefs.GConfBasedPreferences
Removes the given key from this preference node.
removeSpi(java.lang.String) - method in class gnu.java.util.prefs.MemoryBasedPreferences
Removes the entry with the given key.
removeStyle(java.lang.String) - method in class javax.swing.text.DefaultStyledDocument
Removes a named Style from the style hierarchy.
removeStyle(java.lang.String) - method in class javax.swing.JTextPane
Removes a named Style from the style hierarchy.
removeStyle(java.lang.String) - method in class javax.swing.text.StyleContext
removeStyle(java.lang.String) - method in class javax.swing.text.StyledDocument
removeStyle
removeStyle(java.lang.String) - method in class javax.swing.text.html.StyleSheet
Removes a style previously added.
removeStyleSheet(javax.swing.text.html.StyleSheet) - method in class javax.swing.text.html.StyleSheet
Removes ss from those of the receiver
removeTabAt(int) - method in class javax.swing.JTabbedPane
Removes the tab at index.
Removes a listener from the table model so that it will no longer receive notification of changes to the table model.
Removes a listener from the model.
removeTailSeparator(java.lang.String) - static method in class gnu.java.io.PlatformHelper
This routine removes from input param "path" the tail separator if it exists, and return the remain part.
Removes the specified listener from the list of listeners for this component.
Removes a tile observer.
Removes the given transformer from the set of transformers this Instrumentation object has.
Removes the given transformer from the set of transformers this Instrumentation object has.
Removes a TreeExpansionListener object from the tree.
Removes a listener from the model.
removeTreeModelListener
Removes a TreeSelectionListener object from this model.
Removes a TreeSelectionListener object from the tree.
Removes a TreeWillExpandListener object from the tree.
Removes an UndoableEditListener from this Document.
Removes an UndoableEditListener from this Document.
Unregisters a listener.
removeUpdate() - method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
Updates the element structure of the document in response to removal of content.
Remove update
Handle a text removal event and fire an AccessibleContext.ACCESSIBLE_TEXT_PROPERTY property change event.
This method is called when something is removed from the Document that this View is displaying.
Receice notification that some content has been removed from the region that this view is responsible for.
Receives notification that some text has been removed within the text fragment that this view is responsible for.
Receives notification that something was removed from the document in a location that this view is responsible for.
This method is called when something is removed from the Document that this View is displaying.
Receive notification about a remove update to the text model.
Called when something is removed.
Receive notification about a remove update to the text model.
Called before some content gets removed from this Document.
Updates the document structure in response to text removal.
Called before some content gets removed from this Document.
Receives notification from a FlowView that some content has been removed from the document at a location that the FlowView is responsible for.
removeValue(java.lang.String) - method in class gnu.javax.net.ssl.Session
Un-binds a value.
removeValue(java.lang.String) - method in class javax.net.ssl.SSLSession
Un-binds a value.
Unregister a VetoableChangeChangeListener.
Removes the supplied vetoable property change listener from the list of registered listeners.
Removes a VetoableChangeListener from the list of global listeners.
Remove a listener to a certain property.
Remove a listener to a certain property.
Removes the supplied vetoable property change listener registered for the specified property from the list of registered listeners.
Removes a VetoableChangeListener from listening to a specific property.
Removes the specified listener from this window.
Removes the specified listener from the list of WindowListeners that will receive events for this window.
Removes the specified listener from this window.
removeXID(int) - method in class gnu.gcj.xlib.Display
rename(java.lang.String,java.lang.String) - method in class javax.naming.Context
Renames the existing binding, removing the existing and giving the new name for the same object.
rename(java.lang.String,java.lang.String) - method in class gnu.javax.naming.giop.ContextContinuation
Renames the existing binding, removing the existing and giving the new name for the same object.
rename(java.lang.String,java.lang.String) - method in class gnu.javax.naming.jndi.url.rmi.ContextContinuation
Renames the object.
rename(java.lang.String,java.lang.String) - method in class gnu.java.net.protocol.ftp.FTPConnection
Renames a file.
Renames the existing binding, removing the existing and giving the new name for the same object.
rename(java.lang.String,java.lang.String) - method in class gnu.javax.naming.jndi.url.rmi.RmiContinuation
Renames the object.
rename(java.lang.String,java.lang.String) - method in class gnu.javax.naming.jndi.url.rmi.rmiURLContext
Renames the object.
Renames the existing binding, removing the existing and giving the new name for the same object.
Renames the existing binding, removing the existing and giving the new name for the same object.
rename(javax.naming.Name,javax.naming.Name) - method in class gnu.javax.naming.jndi.url.rmi.ContextContinuation
Renames the object.
Renames the existing binding, removing the existing and giving the new name for the same object.
rename(javax.naming.Name,javax.naming.Name) - method in class gnu.javax.naming.jndi.url.rmi.RmiContinuation
Renames the object.
rename(javax.naming.Name,javax.naming.Name) - method in class gnu.javax.naming.jndi.url.rmi.rmiURLContext
Renames the object.
renameFile(java.io.File,java.io.File) - method in class javax.swing.plaf.basic.BasicDirectoryModel
Renames a file - However, does not re-sort the list or replace the old file with the new one in the list.
Rename an existing node of type ELEMENT_NODE or ATTRIBUTE_NODE.
Rename an existing node of type ELEMENT_NODE or ATTRIBUTE_NODE.
renameTo(java.io.File) - method in class java.io.File
This method renames the file represented by this object to the path of the file represented by the argument File.
render(java.lang.Runnable) - method in class javax.swing.text.AbstractDocument
Called to render this Document visually.
render(java.lang.Runnable) - method in class javax.swing.text.Document
This allows the Document to be rendered safely.
RENDERABLE_IMAGE - static field in class javax.print.DocFlavor.SERVICE_FORMATTED
Service formatted doc flavor with a representation class of "java.awt.image.renderable.RenderableImage".
RenderableImage - interface java.awt.image.renderable.RenderableImage
RenderableImageOp - class java.awt.image.renderable.RenderableImageOp
RenderableImageProducer - class java.awt.image.renderable.RenderableImageProducer
RenderContext - class java.awt.image.renderable.RenderContext
RenderContext(java.awt.geom.AffineTransform) - constructor for class java.awt.image.renderable.RenderContext
RenderContext(java.awt.geom.AffineTransform,java.awt.Shape) - constructor for class java.awt.image.renderable.RenderContext
RenderedImage - interface java.awt.image.RenderedImage
NEEDS DOCUMENTATION
RenderedImageFactory - interface java.awt.image.renderable.RenderedImageFactory
renderer - field in class javax.swing.tree.DefaultTreeCellEditor
Renderer, used to get border and offsets from.
Renderer - interface javax.swing.Renderer
This interface is not used and exists only for compatibility.
renderer - field in class javax.swing.JComboBox
Renderer renders(paints) every object in the combo box list in its associated list cell.
rendererPane - field in class javax.swing.plaf.basic.BasicListUI
The CellRendererPane that is used for painting.
rendererPane - field in class javax.swing.plaf.basic.BasicTableHeaderUI
Paint the header cell.
rendererPane - field in class javax.swing.plaf.basic.BasicTableUI
rendererPane - field in class javax.swing.plaf.basic.BasicTreeUI
Used to paint the TreeCellRenderer.
rendererPane - field in class javax.swing.plaf.metal.MetalComboBoxButton
Used for rendering the selected item.
A collection of (key, value) items that provide 'hints' for the Graphics2D rendering pipeline.
renderingHints - field in class gnu.java.awt.peer.qt.QtGraphics
Creates a new collection containing a single (key, value) pair.
RenderingHints(Map) - constructor for class java.awt.RenderingHints
Creates a new collection of hints containing all the (key, value) pairs in the specified map.
Paints a scanline between x0 and x1.
Renders the pixel for one scanline at the Y location y and using the coverage information in sc.
Renders the specified shape using the specified clip and transform.
renew() - method in class gnu.java.rmi.dgc.LeaseRenewingTask
Renew the lease.
reorderingAllowed - field in class javax.swing.table.JTableHeader
The reorderingAllowed property.
Reorder objects according to the levels passed in.
repaint() - method in class java.awt.Component
Repaint this entire component.
repaint() - method in class javax.swing.text.DefaultCaret
Causes the Caret to repaint itself.
repaint(int,int,int,int) - method in class java.awt.Component
Repaints the specified rectangular region within this component.
Mark the described region of this component as dirty in the current RepaintManager.
repaint(java.awt.Rectangle) - method in class javax.swing.table.DefaultTableCellRenderer
Overriden for performance.
repaint(java.awt.Rectangle) - method in class javax.swing.tree.DefaultTreeCellRenderer
For performance reasons, this method is overridden to do nothing.
repaint(java.awt.Rectangle) - method in class javax.swing.JComponent
Mark the described region of this component as dirty in the current RepaintManager.
repaint(long) - method in class java.awt.Component
Repaint this entire component.
repaint(long,int,int,int,int) - method in class java.awt.Component
Repaints the specified rectangular region within this component.
repaint(long,int,int,int,int) - method in class java.awt.peer.ComponentPeer
Repaints the specified rectangle of this component.
Mark the described region of this component as dirty in the current RepaintManager.
repaint(long,int,int,int,int) - method in class javax.swing.table.DefaultTableCellRenderer
Overriden for performance.
repaint(long,int,int,int,int) - method in class javax.swing.tree.DefaultTreeCellRenderer
For performance reasons, this method is overridden to do nothing.
repaint(long,int,int,int,int) - method in class gnu.java.awt.peer.GLightweightPeer
Repaints the specified rectangle of this component.
repaint(long,int,int,int,int) - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
Repaints the specified rectangle of this component.
repaint(long,int,int,int,int) - method in class javax.swing.JComponent
Mark the described region of this component as dirty in the current RepaintManager.
repaint(long,int,int,int,int) - method in class javax.swing.JViewport
Forward repaint to parent to make sure only one paint is performed by the RepaintManager.
repaint(long,int,int,int,int) - method in class gnu.java.awt.peer.qt.QtComponentPeer
Schedules a timed repaint.
repaint(long,int,int,int,int) - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Repaints the specified rectangle of this component.
repaint(long,int,int,int,int) - method in class gnu.awt.xlib.XCanvasPeer
Repaints the specified rectangle of this component.
repaintCellFocus() - method in class javax.swing.plaf.basic.BasicListUI.FocusHandler
Helper method to repaint the focused cell's lost or acquired focus state.
RepaintManager - class javax.swing.RepaintManager
The repaint manager holds a set of dirty regions, invalid components, and a double buffer surface.
RepaintManager() - constructor for class javax.swing.RepaintManager
Create a new RepaintManager object.
repaintThread - static field in class gnu.java.awt.peer.qt.QtToolkit
repair(char[]) - method in class gnu.javax.net.ssl.Session
Repair this session's private data after deserialization.
repair(char[]) - method in class gnu.javax.net.ssl.provider.SessionImpl
Reparent this component under another container.
reparent(java.awt.peer.ContainerPeer) - method in class gnu.java.awt.peer.GLightweightPeer
Reparent this component under another container.
reparent(java.awt.peer.ContainerPeer) - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
Reparent this component under another container.
reparent(java.awt.peer.ContainerPeer) - method in class gnu.java.awt.peer.qt.QtComponentPeer
Reparent this component under another container.
reparent(java.awt.peer.ContainerPeer) - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Reparent this component under another container.
reparent(java.awt.peer.ContainerPeer) - method in class gnu.awt.xlib.XCanvasPeer
repeatKeyAction - field in class javax.swing.plaf.basic.BasicTreeUI.KeyHandler
Key code that is being generated for.
REPLACE - static field in class java.nio.charset.CodingErrorAction
REPLACE - static field in class gnu.xml.validation.datatype.WhiteSpaceFacet
replace(char,char) - method in class java.lang.String
Replaces every instance of a character in this String with a new character.
replace(int,int,java.lang.Object,int) - method in class javax.swing.text.GapContent
Replaces a portion of the storage with the specified items.
replace(int,int,java.lang.String) - method in class gnu.java.lang.CPStringBuilder
Replace characters between index start (inclusive) and end (exclusive) with str.
Replace characters between index start (inclusive) and end (exclusive) with str.
Replace characters between index start (inclusive) and end (exclusive) with str.
Replaces a piece of content in this Document with another piece of content.
Replaces a set of child elements with a new set of child elemens.
replace(int,int,javax.swing.text.View[]) - method in class javax.swing.text.AsyncBoxView
Replaces child views with new child views.
replace(int,int,javax.swing.text.View[]) - method in class javax.swing.text.html.BlockView
Overridden to fetch additional CSS layout information.
replace(int,int,javax.swing.text.View[]) - method in class javax.swing.text.BoxView
Replaces child views by some other child views.
replace(int,int,javax.swing.text.View[]) - method in class javax.swing.text.CompositeView
Replaces child views by some other child views.
replace(int,int,javax.swing.text.View[]) - method in class javax.swing.text.TableView
Replaces a number of child views with a set of new child views.
Replaces some child views with a new set of child views.
replace(int,int,javax.swing.text.View[]) - method in class javax.swing.text.View
Replaces a couple of child views with new child views.
Returns a string that is this string with all instances of the sequence represented by target replaced by the sequence in replacement.
REPLACE_ATTRIBUTE - static field in class javax.naming.directory.DirContext
replaceAll(java.lang.String) - method in class java.util.regex.Matcher
Replaces all matching substrings of the regular expression with a given replacement.
DOM L1 Replaces the specified node in this node's list of children, enforcing the constraints that there be only one root element and one document type child.
DOM L1 Replaces the specified node in this node's list of children.
replaceChild(org.w3c.dom.Node,org.w3c.dom.Node) - method in class javax.imageio.metadata.IIOMetadataNode
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
Replace the characters starting at the specified 16-bit unit offset with the specified string.
DOM L1 Modifies the value of this node.
Incorporates another editing action into this one, thus forming a combined action that replaces the argument action.
replaceEdit(javax.swing.undo.UndoableEdit) - method in class javax.swing.undo.UndoableEdit
Incorporates another editing action into this one, thus forming a combined action that replaces the argument action.
Replace the old editor with the new one
replaceFirst(java.lang.String) - method in class java.util.regex.Matcher
Replaces the first substring match of the regular expression with a given replacement.
Replace the metadata associated with the image at the given index.
replaceItem(java.lang.String,int) - method in class java.awt.List
Replaces the item at the specified index with the specified item.
replacement() - method in class java.nio.charset.CharsetDecoder
replacement() - method in class java.nio.charset.CharsetEncoder
replacementText - field in class gnu.xml.stream.EntityDeclarationImpl
Allows subclasses to replace objects that are written to the stream with other objects to be written in their place.
replaceObject(java.lang.Object) - method in class gnu.java.rmi.server.RMIObjectOutputStream
This method replaces the currentPane with the newPane.
Replace a region of an image in the output stream with a portion of the given raster data.
Replace a region of an image in the output stream with a portion of the given rendered image.
replaceRange(java.lang.String,int,int) - method in class gnu.java.awt.peer.gtk.GtkTextAreaPeer
replaceRange(java.lang.String,int,int) - method in class gnu.java.awt.peer.qt.QtTextAreaPeer
replaceRange(java.lang.String,int,int) - method in class gnu.java.awt.peer.swing.SwingTextAreaPeer
Replace a range of characters with the specified text.
replaceSelection(java.lang.String) - method in class javax.swing.JEditorPane
Replaces the currently selected content with new content represented by the given string.
replaceSelection(java.lang.String) - method in class javax.swing.text.JTextComponent
replaceSelection(java.lang.String) - method in class javax.swing.JTextPane
Replaces the currently selected text with the specified content.
Replace the metadata associated with this image stream.
Replace the text between two points with the given string.
Replaces the text between two indexes with the given text.
replaceText(java.lang.String,int,int) - method in class gnu.java.awt.peer.gtk.GtkTextAreaPeer
replaceText(java.lang.String,int,int) - method in class gnu.java.awt.peer.qt.QtTextAreaPeer
replaceText(java.lang.String,int,int) - method in class gnu.java.awt.peer.swing.SwingTextAreaPeer
Replace a range of characters with the specified text.
replaceText(java.lang.String,int,int) - method in class java.awt.peer.TextAreaPeer
Change the shared, UI-managed ActionMap for a given component.
Change the shared, UI-managed InputMap for a given component.
replaceWholeText(java.lang.String) - method in class gnu.xml.dom.DomText
Replaces the text of the current node and all logically-adjacent text nodes with the specified text.
replaceWholeText(java.lang.String) - method in class org.w3c.dom.Text
Replaces the text of the current node and all logically-adjacent text nodes with the specified text.
replaceWith(byte[]) - method in class java.nio.charset.CharsetEncoder
replaceWith(java.lang.String) - method in class java.nio.charset.CharsetDecoder
replacingEntityReferences - field in class gnu.xml.stream.XMLInputFactoryImpl
This filter should be used for fast scaling of images where the result does not need to ensure straight lines are still straight, etc.
ReplicateScaleFilter(int,int) - constructor for class java.awt.image.ReplicateScaleFilter
REPLY - static field in class gnu.CORBA.GIOP.MessageHeader
Reply message
reply_header - field in class gnu.CORBA.ResponseHandlerImpl
The reply header.
reply_status - field in class gnu.CORBA.GIOP.ReplyHeader
The status of this reply, holds one of the reply status constants.
reply_status() - method in class gnu.CORBA.Interceptor.gnuClientRequestInfo
reply_status() - method in class gnu.CORBA.gnuRequest
Get the reply status.
reply_status() - method in class gnu.CORBA.Interceptor.gnuServerRequestInfo
Get reply status.
reply_status() - method in class org.omg.PortableInterceptor.RequestInfoOperations
Get the reoly state as result of the operation invocation.
ReplyHeader - class gnu.CORBA.GIOP.ReplyHeader
The header of the standard reply.
ReplyHeader - class gnu.CORBA.GIOP.v1_0.ReplyHeader
The header of the standard reply.
ReplyHeader - class gnu.CORBA.GIOP.v1_2.ReplyHeader
GIOP 1.2 reply header.
ReplyHeader() - constructor for class gnu.CORBA.GIOP.v1_2.ReplyHeader
Adds the standard encoding context.
REPORT - static field in class java.nio.charset.CodingErrorAction
REPORT - static field in class javax.print.attribute.standard.Severity
Indicates that the reason is a report.
Reports an error.
report(S>) - method in class javax.tools.DiagnosticListener<S>
Receive diagnostic information from tools.
REPORTER - static field in class javax.xml.stream.XMLInputFactory
Property used to control the error reporter implementation.
reporter - field in class gnu.xml.stream.XMLInputFactoryImpl
repository_ids - field in class gnu.CORBA.Poa.gnuServantObject
The object repository ids, if they were specified separately.
A formal helper for the CORBA Repository Id that is identical to the narrow string.
representationType - field in class gnu.java.net.protocol.ftp.FTPConnection
The current representation type.
representationType - field in class gnu.java.net.protocol.ftp.FTPURLConnection
REPRODUCIBLE_PRNG - static field in class gnu.java.security.Properties
Request - class gnu.java.net.protocol.http.Request
A single HTTP request.
REQUEST - static field in class gnu.CORBA.GIOP.MessageHeader
Request message.
Request - class org.omg.CORBA.Request
An object, containing the information, needed to invoke the method of the local or remote CORBA object.
request - field in class gnu.CORBA.StreamBasedRequest
The enclosed request.
Constructor for a new request.
request(org.omg.CORBA.Object,java.lang.String) - method in class org.omg.CORBA.portable.Delegate
Create a request to invoke the method of this CORBA object.
Create a request to invoke the method of this CORBA object.
This method assumes that the target is local and connected to the ORB.
request(org.omg.CORBA.Object,java.lang.String,boolean) - method in class org.omg.CORBA.portable.Delegate
Create a request to invoke the method of this CORBA object.
Create a request to invoke the method of this CORBA object.
Create a request to invoke the method of this CORBA object.
request_header - field in class gnu.CORBA.ResponseHandlerImpl
The request header.
request_id - field in class gnu.CORBA.GIOP.CancelHeader
The Id of request being cancelled.
request_id - field in class gnu.CORBA.GIOP.ReplyHeader
The Id of request into response of which this reply has been sent.
request_id - field in class gnu.CORBA.GIOP.RequestHeader
This is used to associate the reply message with the previous request message.
request_id() - method in class gnu.CORBA.Interceptor.gnuClientRequestInfo
request_id() - method in class gnu.CORBA.gnuRequest
Get the request id.
request_id() - method in class gnu.CORBA.Interceptor.gnuServerRequestInfo
Get request id.
request_id() - method in class org.omg.PortableInterceptor.RequestInfoOperations
Get the request id.
REQUEST_LEASE_DURATION - static field in class gnu.java.rmi.dgc.LeaseRenewingTask
The default requested lease duration time (one minute by default).
Holds an integer RequestProcessingPolicy identifier.
requestAnonymity(boolean) - method in class org.ietf.jgss.GSSContext
Requests anonymous support over the context.
RequestBodyWriter - interface gnu.java.net.protocol.http.RequestBodyWriter
Callback interface for writing request body content.
requestBodyWriter - field in class gnu.java.net.protocol.http.Request
The request body provider.
requestConf(boolean) - method in class org.ietf.jgss.GSSContext
Requests that confidentiality service be available over the context.
requestCredDeleg(boolean) - method in class org.ietf.jgss.GSSContext
Sets the request state for the credential delegation flag for the context.
requestDefaultFocus() - method in class javax.swing.JComponent
Request focus on the default component of this component's FocusTraversalPolicy.
RequestedAttributes - class gnu.javax.print.ipp.attribute.RequestedAttributes
RequestedAttributes specifies the requested attributes in an IPP request operation.
RequestedAttributes(java.lang.String) - constructor for class gnu.javax.print.ipp.attribute.RequestedAttributes
Creates a RequestedAttributes object with the initial value.
requestEvent(gnu.classpath.jdwp.event.EventRequest) - method in class gnu.classpath.jdwp.event.EventManager
Requests monitoring of an event.
requestExtensions() - method in class gnu.javax.net.ssl.provider.CertificateStatusRequest
requestFocus() - method in class javax.accessibility.AccessibleComponent
If this method is called this component will attempt to gain focus, but if it cannot accept focus nothing happens.
requestFocus() - method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SystemMenuBar
This method requests that focus be given to this Component.
requestFocus() - method in class java.awt.Component
Request that this Component be given the keyboard input focus and that its top-level ancestor become the focused Window.
Requests focus for this component.
requestFocus() - method in class java.awt.peer.ComponentPeer
Requests that this component receives the focus.
requestFocus() - method in class gnu.java.awt.peer.GLightweightPeer
Requests that this component receives the focus.
requestFocus() - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
Requests that this component receives the focus.
requestFocus() - method in class javax.swing.JCheckBoxMenuItem
This method overrides JComponent.requestFocus with an empty implementation, since JCheckBoxMenuItems should not receive focus in general.
requestFocus() - method in class javax.swing.JComponent
Requests that this component gets the input focus if the requestFocusEnabled property is set to true.
Requests focus on the parent list.
requestFocus() - method in class javax.swing.JRadioButtonMenuItem
This method overrides JComponent.requestFocus with an empty implementation, since JRadioButtonMenuItems should not receve focus in general.
Requests that this table cell gets the keyboard focus.
Requests focus for this object.
Requests that this component gains focus.
requestFocus() - method in class gnu.java.awt.peer.qt.QtComponentPeer
Requests that this component receives the focus.
requestFocus() - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Requests that this component receives the focus.
requestFocus() - method in class gnu.awt.xlib.XCanvasPeer
Requests that this component receives the focus.
requestFocus(boolean) - method in class java.awt.Component
Request that this Component be given the keyboard input focus and that its top-level ancestor become the focused Window.
requestFocus(boolean) - method in class javax.swing.JComponent
This method is overridden to make it public so that it can be used by look and feel implementations.
Requests that this component receives the focus.
Requests that this component receives the focus.
Requests that this component receives the focus.
Requests that this component receives the focus.
Requests that this component receives the focus.
Requests that this component receives the focus.
Requests that this component receives the focus.
Requests the focus on the component.
Requests the focus on the component.
Requests the focus on the component.
Requests the focus on the component.
Requests the focus on the component.
requestFocusInWindow() - method in class java.awt.Component
Request that this component be given the keyboard input focus, if its top-level ancestor is the currently focused Window.
requestFocusInWindow() - method in class javax.swing.JComponent
Requests that this component gets the input focus if the top level window that contains this component has the focus and the requestFocusEnabled property is set to true.
requestFocusInWindow(boolean) - method in class java.awt.Component
Request that this component be given the keyboard input focus, if its top-level ancestor is the currently focused Window.
requestFocusInWindow(boolean) - method in class javax.swing.JComponent
This method is overridden to make it public so that it can be used by look and feel implementations.
RequestHeader - class gnu.CORBA.GIOP.RequestHeader
The GIOP request message.
RequestHeader - class gnu.CORBA.GIOP.v1_0.RequestHeader
The GIOP 1.0 request message.
RequestHeader - class gnu.CORBA.GIOP.v1_2.RequestHeader
The GIOP 1.2 request header.
RequestHeader() - constructor for class gnu.CORBA.GIOP.v1_0.RequestHeader
Creates an empty request header, setting requesting principal to byte[] { 'P' }.
RequestHeader() - constructor for class gnu.CORBA.GIOP.v1_2.RequestHeader
Adds the standard encoding context.
requestHeaders - field in class gnu.java.net.protocol.http.Request
The headers in this request.
RequestInfo - interface org.omg.PortableInterceptor.RequestInfo
Provides access to request information, available to the ClientRequestInterceptor or ServerRequestInterceptor.
RequestInfoOperations - interface org.omg.PortableInterceptor.RequestInfoOperations
Defines operations that are applicable for both server and client request.
requesting_principal - field in class gnu.CORBA.GIOP.RequestHeader
A value identifying the requesting principal.
REQUESTING_USER_NAME - static field in class gnu.javax.print.ipp.IppPrintService
requesting-user-name defaults to the executing user.
REQUESTING_USER_NAME - static field in class gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported
The authenticated user assumed is the value of the "requesting-user-name" operation attribute supplied with the operation.
RequestingUserName - class javax.print.attribute.standard.RequestingUserName
The RequestingUserName attribute provides the name of the user which requests the printing of the given job.
RequestingUserName(java.lang.String,java.util.Locale) - constructor for class javax.print.attribute.standard.RequestingUserName
Creates a RequestingUserName object.
requestInteg(boolean) - method in class org.ietf.jgss.GSSContext
Requests that integrity services be available over the context.
requestLifetime(int) - method in class org.ietf.jgss.GSSContext
Sets the desired lifetime for the context in seconds.
requestMutualAuth(boolean) - method in class org.ietf.jgss.GSSContext
Sets the request state of the mutual authentication flag for the context.
This method is called whenever a username and password for a given network operation is required.
This method is called whenever a username and password for a given network operation is required.
RequestProcessingPolicy - interface org.omg.PortableServer.RequestProcessingPolicy
Specifies the behaviour in the case when the requested object is not found in the Active Object Map or that map is not in use.
Defines the operations, applicable to the RequestProcessingPolicy.
Specifies the behaviour in the case when the requested object is not found in the Active Object Map or that map is not in use.
RequestProcessingPolicyValue(int) - constructor for class org.omg.PortableServer.RequestProcessingPolicyValue
Normally, no new instances are required, so the constructor is protected.
requestReplayDet(boolean) - method in class org.ietf.jgss.GSSContext
Sets the request state of the replay detection service for the context.
requestSequenceDet(boolean) - method in class org.ietf.jgss.GSSContext
Sets the request state for the sequence checking service of the context.
Used to register an ImageConsumer with this ImageProducer and then request that this producer resend the image data in the order top-down, left-right.
Used to register an ImageConsumer with this ImageProducer and then request that this producer resend the image data in the order top-down, left-right.
Used to register an ImageConsumer with this ImageProducer and then request that this producer resend the image data in the order top-down, left-right.
Used to register an ImageConsumer with this ImageProducer and then request that this producer resend the image data in the order top-down, left-right.
requestWindowFocus() - method in class gnu.java.awt.peer.gtk.GtkFramePeer
Request that this window peer be given the window focus.
requestWindowFocus() - method in class gnu.java.awt.peer.gtk.GtkWindowPeer
Request that this window peer be given the window focus.
requestWindowFocus() - method in class gnu.java.awt.peer.qt.QtFramePeer
Request that this window peer be given the window focus.
requestWindowFocus() - method in class gnu.java.awt.peer.qt.QtWindowPeer
requestWindowFocus() - method in class java.awt.peer.WindowPeer
Request that this window peer be given the window focus.
requestWindowFocus() - method in class gnu.awt.xlib.XFramePeer
requestWindowFocus() - method in class gnu.java.awt.peer.x.XWindowPeer
Tests whether the current event is of the given type and namespace.
Tests whether the current event is of the given type and namespace.
Tests whether the current event is of the given type and namespace.
REQUIRED - static field in class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
required - field in class java.sql.DriverPropertyInfo
A flag indicating whether or not a value for this property is required in order to connect to the database.
REQUIRED - static field in class javax.swing.text.html.parser.DTDConstants
The attribute modifier #REQUIRED constant, indicates that the value must be supplied.
REQUIRED - static field in class java.awt.GraphicsConfigTemplate
States that a feature is required to select a configuration.
required(java.lang.Object) - method in class gnu.CORBA.Poa.gnuPOA
Check for the presence of the required policy.
Requires - interface gnu.java.security.Requires
REQUIRES_ATTENTION - static field in class javax.print.event.PrintJobEvent
Indicates a situation where human intervention might be needed.
requiresBidi(char[],int,int) - static method in class java.text.Bidi
Returns false if all characters in the text between start and end are all left-to-right text.
REQUISITE - static field in class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
RescaleOp - class java.awt.image.RescaleOp
RescaleOp is a filter that changes each pixel by a scaling factor and offset.
RescaleOp(float,float,java.awt.RenderingHints) - constructor for class java.awt.image.RescaleOp
Create a new RescaleOp object using the given scale factor and offset.
RescaleOp(float[],float[],java.awt.RenderingHints) - constructor for class java.awt.image.RescaleOp
Create a new RescaleOp object using the given scale factors and offsets.
rescanCurrentDirectory() - method in class javax.swing.JFileChooser
Rescans the current directory (this is handled by the UI delegate).
Rescans the current directory.
Refreshes the currently displayed directory.
Updates the current directory.
Calls the FileChooserUI.rescanCurrentDirectory(JFileChooser) method for all the UI delegates managed by this MultiFileChooserUI.
The ImageConsumer can use this method to request the pixels be delivered in top-down, left-right order.
RESERVED - static field in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
Not yet an operation - reserved for futher use.
RESERVED_ID_MAX - static field in class java.awt.AWTEvent
This is the highest number for event ids that are reserved for use by the AWT system itself.
RESERVED_UIROLE - static field in class javax.print.ServiceUIFactory
Role IDs greater than this may be used for other private roles.
RESET - static field in class javax.swing.text.html.FormView
If the value attribute of an <input type="reset"&gt> tag is not specified, then this string is used.
reset() - method in class java.util.zip.Adler32
Resets the Adler32 checksum to the initial value.
reset() - method in class java.awt.geom.Area
Clears the Area object, creating an empty area.
reset() - method in class gnu.javax.crypto.assembly.Assembly
Resets the Assembly for re-initialisation and use with other characteristics.
reset() - method in class javax.sound.sampled.AudioInputStream
This method resets a stream to the point where the mark() method was called.
reset() - method in class gnu.java.io.Base64InputStream
Calls the in.reset() method.
reset() - method in class gnu.javax.crypto.cipher.BaseCipher
Resets the algorithm instance for re-initialisation and use with other characteristics.
reset() - method in class gnu.java.security.hash.BaseHash
Resets the current context of this instance clearing any eventually cached intermediary values.
reset() - method in class gnu.javax.crypto.key.BaseKeyAgreementParty
reset() - method in class gnu.javax.crypto.keyring.BaseKeyring
reset() - method in class gnu.javax.crypto.mac.BaseMac
Resets the algorithm instance for re-initialisation and use with other characteristics.
reset() - method in class gnu.javax.crypto.mode.BaseMode
Resets the algorithm instance for re-initialisation and use with other characteristics.
reset() - method in class gnu.javax.crypto.pad.BasePad
reset() - method in class gnu.javax.swing.text.html.parser.support.low.Buffer
Prepare for parsing the new document.
reset() - method in class java.nio.Buffer
Resets this buffer's position to the previously-marked position.
reset() - method in class gnu.CORBA.CDR.BufferedCdrOutput
Resets (clears) the buffer.
reset() - method in class java.io.BufferedInputStream
This method resets a stream to the point where the mark() method was called.
reset() - method in class java.io.BufferedReader
Reset the stream to the point where the mark() method was called.
reset() - method in class gnu.CORBA.CDR.BufferredCdrInput
Resets the stream to the previously marked position.
reset() - method in class java.io.ByteArrayInputStream
This method sets the read position in the stream to the mark point by setting the pos variable equal to the mark variable.
reset() - method in class java.io.ByteArrayOutputStream
This method discards all of the bytes that have been written to the internal buffer so far by setting the count variable to 0.
reset() - method in class gnu.java.net.protocol.http.ByteArrayRequestBodyWriter
Initialises the writer.
reset() - method in class gnu.javax.crypto.assembly.Cascade
Resets the chain for re-initialisation and use with other characteristics.
reset() - method in class java.io.CharArrayReader
This method sets the read position in the stream to the mark point by setting the pos variable equal to the mark variable.
reset() - method in class java.io.CharArrayWriter
This method discards all of the chars that have been written to the internal buffer so far by setting the count variable to 0.
reset() - method in class java.nio.charset.CharsetDecoder
reset() - method in class java.nio.charset.CharsetEncoder
reset() - method in class java.util.zip.Checksum
Resets the data checksum as if no update was ever called.
reset() - method in class javax.crypto.CipherInputStream
Reset to the mark.
reset() - method in class gnu.javax.crypto.sasl.ClientMechanism
Resets the mechanism instance for re-initialisation and use with other characteristics.
reset() - method in class java.text.CollationElementIterator
This method resets the internal position pointer to read from the beginning of the String again.
reset() - method in class gnu.javax.rmi.CORBA.CorbaInput
reset() - method in class gnu.java.net.protocol.core.CoreInputStream
This method resets a stream to the point where the mark() method was called.
reset() - method in class java.util.zip.CRC32
Resets the CRC32 data checksum as if no update was ever called.
reset() - method in class java.util.zip.Deflater
Resets the deflater.
reset() - method in class javax.xml.parsers.DocumentBuilder
Reset this document builder to its original configuration.
reset() - method in class gnu.xml.dom.html2.DomHTMLFormElement
reset() - method in class gnu.javax.crypto.mode.EAX
Resets the algorithm instance for re-initialisation and use with other characteristics.
reset() - method in class gnu.CORBA.CDR.EncapsulationStream
Resets (clears) the buffer.
reset() - method in class java.io.FilterInputStream
Calls the in.reset() method.
reset() - method in class java.io.FilterReader
Calls the in.reset() method.
reset() - method in class java.awt.geom.GeneralPath
Resets the path.
reset() - method in class gnu.CORBA.Interceptor.gnuServerRequestInfo
Reset slot data.
reset() - method in class gnu.CORBA.CDR.HeadlessInput
Delegates functionality to the underlying stream.
reset() - method in class gnu.javax.crypto.mac.HMac
reset() - method in class org.w3c.dom.html2.HTMLFormElement
Restores a form element's default values.
reset() - method in class gnu.javax.crypto.cipher.IBlockCipher
Resets the algorithm instance for re-initialisation and use with other characteristics.
reset() - method in class gnu.javax.imageio.IIOInputStream
This method resets a stream to the point where the mark() method was called.
reset() - method in class javax.imageio.metadata.IIOMetadata
reset() - method in class gnu.javax.crypto.key.IKeyAgreementParty
Resets this instance for re-use with another set of attributes.
reset() - method in class gnu.javax.crypto.keyring.IKeyring
Resets this keyring, clearing all sensitive data.
reset() - method in class gnu.javax.crypto.mac.IMac
Resets the algorithm instance for re-initialisation and use with other characteristics.
reset() - method in class javax.imageio.stream.ImageInputStream
reset() - method in class javax.imageio.stream.ImageInputStreamImpl
reset() - method in class javax.imageio.ImageReader
Reset this reader's internal state.
reset() - method in class javax.imageio.ImageWriter
Reset this writer's internal state.
reset() - method in class gnu.java.security.hash.IMessageDigest
Resets the current context of this instance clearing any eventually cached intermediary values.
reset() - method in class java.util.zip.Inflater
Resets the inflater so that a new stream can be decompressed.
reset() - method in class java.util.zip.InflaterInputStream
This method resets a stream to the point where the mark() method was called.
reset() - method in class java.io.InputStream
This method resets a stream to the point where the mark() method was called.
reset() - method in class gnu.javax.crypto.pad.IPad
Resets the scheme instance for re-initialisation and use with other characteristics.
reset() - method in class java.io.LineNumberInputStream
This method resets a stream to the point where the mark() method was called.
reset() - method in class java.io.LineNumberReader
This method resets a stream to the point where the mark() method was called.
reset() - method in class gnu.javax.swing.text.html.parser.models.list
Prepeares the list for the next matching operation.
reset() - method in class java.util.logging.LogManager
Resets the logging configuration by removing all handlers for registered named loggers and setting their level to null.
reset() - method in class javax.crypto.Mac
Reset this instance.
reset() - method in class java.util.regex.Matcher
Resets the internal state of the matcher, including resetting the region to its default state of encompassing the whole input.
reset() - method in class java.security.MessageDigest
Resets this instance.
reset() - method in class org.xml.sax.helpers.NamespaceSupport
Reset this Namespace support object for reuse.
reset() - method in class gnu.javax.swing.text.html.parser.models.node
Prepares the node for matching against a new list of tokens.
reset() - method in class java.io.ObjectOutputStream
Resets stream to state equivalent to the state just after it was constructed.
reset() - method in class gnu.javax.crypto.mac.OMAC
Resets the algorithm instance for re-initialisation and use with other characteristics.
reset() - method in class java.awt.Polygon
Reset the polygon to be empty.
reset() - method in class javax.swing.ProgressMonitorInputStream
Resets the input stream to the point where mark(int) was called.
reset() - method in class java.io.PushbackInputStream
This method always throws an IOException in this class because mark/reset functionality is not supported.
reset() - method in class java.io.PushbackReader
This method always throws an IOException in this class because mark/reset functionality is not supported.
reset() - method in class java.io.Reader
Resets a stream to the point where the mark() method was called.
reset() - method in class gnu.xml.dom.ls.ReaderInputStream
This method resets a stream to the point where the mark() method was called.
reset() - method in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Reset the internal cursor to the position where the mark() was last time called.
reset() - method in class gnu.java.net.protocol.http.RequestBodyWriter
Initialises the writer.
reset() - method in class gnu.xml.stream.SAXParser
Resets this parser to its original configuration.
reset() - method in class javax.xml.parsers.SAXParser
Resets this parser to its original configuration.
reset() - method in class gnu.javax.crypto.sasl.ServerMechanism
Resets the mechanism instance for re-initialisation and use with other characteristics.
reset() - method in class gnu.javax.crypto.assembly.Stage
Resets the stage for re-initialisation and use with other characteristics.
reset() - method in class java.io.StringBufferInputStream
This method sets the read position in the stream to the beginning setting the pos variable equal to 0.
reset() - method in class java.io.StringReader
Sets the read position in the stream to the previously marked position or to 0 (i.e., the beginning of the stream) if the mark has not already been set.
reset() - method in class gnu.javax.crypto.mac.TMMH16
reset() - method in class gnu.javax.crypto.assembly.Transformer
Resets the Transformer for re-initialisation and use with other characteristics.
reset() - method in class javax.xml.transform.Transformer
Reset this Transformer to its original configuration.
reset() - method in class gnu.javax.crypto.mac.UHash32
reset() - method in class gnu.javax.crypto.mac.UMac32
Resets the algorithm instance for re-initialisation and use with other characteristics.
reset() - method in class gnu.xml.stream.UnicodeReader
reset() - method in class javax.xml.validation.Validator
Reset this validator to its original state.
reset() - method in class gnu.xml.pipeline.WellFormednessFilter
Resets state as if any preceding event stream was well formed.
reset() - method in class javax.xml.datatype.XMLGregorianCalendar
Resets all fields to their original values.
reset() - method in class javax.xml.xpath.XPath
Resets the environment.
reset() - method in class gnu.xml.xpath.XPathImpl
reset(java.io.Reader) - method in class gnu.javax.swing.text.html.parser.support.low.ReaderTokenizer
Prepare for new parsing from the given stream.
reset(java.lang.CharSequence) - method in class java.util.regex.Matcher
Resets the internal state of the matcher, including resetting the region to its default state of encompassing the whole input.
resetAllControllers() - method in class gnu.javax.sound.midi.dssi.DSSISynthesizer.DSSIMidiChannel
Reset all MIDI controllers to their default values.
resetAllControllers() - method in class javax.sound.midi.MidiChannel
Reset all MIDI controllers to their default values.
resetChoosableFileFilters() - method in class javax.swing.JFileChooser
Clears the list of choosable file filters and installs the 'accept all' filter from the UI delegate.
resetContext() - method in class gnu.java.security.hash.BaseHash
Resets the instance for future re-use.
resetContext() - method in class gnu.java.security.hash.Haval
resetContext() - method in class gnu.java.security.hash.MD2
resetContext() - method in class gnu.java.security.hash.MD4
resetContext() - method in class gnu.java.security.hash.MD5
resetContext() - method in class gnu.java.security.hash.RipeMD128
Resets the instance for future re-use.
resetContext() - method in class gnu.java.security.hash.RipeMD160
Resets the instance for future re-use.
resetContext() - method in class gnu.java.security.hash.Sha160
Resets the instance for future re-use.
resetContext() - method in class gnu.java.security.hash.Sha256
resetContext() - method in class gnu.java.security.hash.Sha384
resetContext() - method in class gnu.java.security.hash.Sha512
resetContext() - method in class gnu.java.security.hash.Tiger
Resets the instance for future re-use.
resetContext() - method in class gnu.java.security.hash.Whirlpool
resetInputValue() - method in class javax.swing.plaf.basic.BasicOptionPaneUI
Changes the inputValue property in the JOptionPane based on the current value of the inputComponent.
resetInterval() - method in class gnu.javax.imageio.jpeg.JPEGComponent
Reset the interval by setting the previous DC value
resetKeyboardActions() - method in class javax.swing.JComponent
Reset all keyboard action registries.
resetLayoutManager() - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method resets the current layout manager.
resetMarksAtZero() - method in class javax.swing.text.GapContent
Resets all Position that have an offset of 0, to also have an array index of 0.
resetMechanism() - method in class gnu.javax.crypto.sasl.anonymous.AnonymousClient
resetMechanism() - method in class gnu.javax.crypto.sasl.anonymous.AnonymousServer
resetMechanism() - method in class gnu.javax.crypto.sasl.ClientMechanism
resetMechanism() - method in class gnu.javax.crypto.sasl.crammd5.CramMD5Client
resetMechanism() - method in class gnu.javax.crypto.sasl.crammd5.CramMD5Server
resetMechanism() - method in class gnu.javax.crypto.sasl.plain.PlainClient
resetMechanism() - method in class gnu.javax.crypto.sasl.plain.PlainServer
resetMechanism() - method in class gnu.javax.crypto.sasl.ServerMechanism
resetMechanism() - method in class gnu.javax.crypto.sasl.srp.SRPClient
resetMechanism() - method in class gnu.javax.crypto.sasl.srp.SRPServer
resetPeakThreadCount() - method in class java.lang.management.ThreadMXBean
Resets the peak live thread count to the current number of live threads, as returned by getThreadCount().
resetPeakThreadCount() - method in class gnu.java.lang.management.ThreadMXBeanImpl
resetPeakUsage() - method in class java.lang.management.MemoryPoolMXBean
Resets the peak memory usage level to the current memory usage level.
resetPeakUsage() - method in class gnu.java.lang.management.MemoryPoolMXBeanImpl
Resets the peak memory usage level to the current memory usage level.
resetRecognizer() - method in class java.awt.dnd.DragGestureRecognizer
Resets the recognizer.
resetRowSelection() - method in class javax.swing.tree.DefaultTreeSelectionModel
Updates the mappings from TreePaths to row indices.
resetRowSelection() - method in class javax.swing.tree.TreeSelectionModel
resetSizeAt(int) - method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
This method resets the size of Component to the preferred size.
resetSyntax() - method in class java.io.StreamTokenizer
This method removes all attributes (whitespace, alphabetic, numeric, quote, and comment) from all characters.
This method resets the sizes of all the components.
resetToPreferredSizes() - method in class javax.swing.JSplitPane
This method resets all children of the JSplitPane to their preferred sizes.
resetToPreferredSizes(javax.swing.JSplitPane) - method in class javax.swing.plaf.basic.BasicSplitPaneUI
This method is called when JSplitPane's resetToPreferredSizes is called.
resetToPreferredSizes(javax.swing.JSplitPane) - method in class javax.swing.plaf.multi.MultiSplitPaneUI
Calls the SplitPaneUI.resetToPreferredSizes(JSplitPane) method for all the UI delegates managed by this MultiSplitPaneUI.
Moves the divider to the location which best respects the preferred sizes of the children.
Resets the viewPort field when the scrollpane's viewport changes.
reshape(int,int,int,int) - method in class java.awt.Component
Sets the bounding rectangle for this component to the specified values.
reshape(int,int,int,int) - method in class java.awt.peer.ComponentPeer
Notifies the peer that the bounds of this component have changed.
reshape(int,int,int,int) - method in class gnu.java.awt.peer.GLightweightPeer
Notifies the peer that the bounds of this component have changed.
reshape(int,int,int,int) - method in class gnu.java.awt.peer.gtk.GtkComponentPeer
Notifies the peer that the bounds of this component have changed.
reshape(int,int,int,int) - method in class javax.swing.JComponent
Moves and resizes the component.
reshape(int,int,int,int) - method in class javax.swing.JInternalFrame
This method resizes and positions this JInternalFrame.
reshape(int,int,int,int) - method in class javax.swing.JViewport
Sets the bounding rectangle for this component to the specified values.
reshape(int,int,int,int) - method in class gnu.java.awt.peer.qt.QtComponentPeer
Notifies the peer that the bounds of this component have changed.
reshape(int,int,int,int) - method in class java.awt.Rectangle
Updates this rectangle to have the specified dimensions.
reshape(int,int,int,int) - method in class gnu.java.awt.peer.swing.SwingComponentPeer
Notifies the peer that the bounds of this component have changed.
reshape(int,int,int,int) - method in class gnu.java.awt.peer.swing.SwingListPeer
Notifies the peer that the bounds of this component have changed.
reshape(int,int,int,int) - method in class gnu.java.awt.peer.swing.SwingTextAreaPeer
Notifies the peer that the bounds of this component have changed.
reshape(int,int,int,int) - method in class gnu.awt.xlib.XCanvasPeer
Notifies the peer that the bounds of this component have changed.
reshape(int,int,int,int) - method in class gnu.java.awt.peer.x.XWindowPeer
Notifies the peer that the bounds of this component have changed.
RESIZABLE - static field in class javax.accessibility.AccessibleState
Indicates the size of this object is not fixed.
resizable - field in class javax.swing.JInternalFrame
Whether the JInternalFrame is resizable.
resize(int,int) - method in class java.applet.Applet
Requests that the applet window for this applet be resized.
resize(int,int) - method in class java.awt.Component
Sets the size of this component to the specified value.
resize(int,int) - method in class java.awt.Rectangle
Sets the size of this rectangle based on the specified dimensions.
resize(java.awt.Dimension) - method in class java.applet.Applet
Requests that the applet window for this applet be resized.
resize(java.awt.Dimension) - method in class java.awt.Component
Sets the size of this component to the specified value.
RESIZE_NONE - field in class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
FIXME: Use for something.
RESIZE_WEIGHT_PROPERTY - static field in class javax.swing.JSplitPane
The property fired when the resize weight property changes.
resizeAndRepaint() - method in class javax.swing.JTable
This revalidates the JTable and queues a repaint.
resizeAndRepaint() - method in class javax.swing.table.JTableHeader
Validates the layout of this table header and repaints it.
resizedPostingDisableCount - field in class javax.swing.table.TableColumn
resizedPostingDisableCount
resizeEvent(int,int,int,int) - method in class gnu.java.awt.peer.qt.QtComponentPeer
This method resizes the give JComponent.
This method is called to resize the given JInternalFrame to the given bounds.
resizingAllowed - field in class javax.swing.table.JTableHeader
The resizingAllowed property.
resizingColumn - field in class javax.swing.table.JTableHeader
The resizingColumn property.
RESOLUTION - static field in class gnu.javax.print.ipp.IppValueTag
Indicates a value of syntax type resolution.
resolution - field in class javax.sound.midi.MidiFileFormat
The timing resolution of the MIDI file.
resolution - field in class javax.sound.midi.Sequence
The timing resolution in ticks/beat or ticks/frame, depending on the division type.
ResolutionSyntax - class javax.print.attribute.ResolutionSyntax
ResolutionSyntax is the abstract base class of all attribute classes which provide a resolution as value (e.g. printer resolution).
ResolutionSyntax(int,int,int) - constructor for class javax.print.attribute.ResolutionSyntax
Creates a ResolutionSyntax object with the given arguments.
resolve() - method in class gnu.javax.net.ssl.provider.CipherSuite
resolve(java.lang.String) - method in class java.net.URI
Resolves the given URI string against this URI
resolve(java.lang.String,java.lang.String) - method in class javax.xml.transform.URIResolver
Resolves an xsl:include, xsl:import, or XPath document() function.
resolve(java.net.URI) - method in class java.net.URI
Resolves the given URI against this URI
resolve(org.omg.CosNaming.NameComponent[]) - method in class gnu.CORBA.NamingService.Ext
resolve(org.omg.CosNaming.NameComponent[]) - method in class org.omg.CosNaming.NamingContext
Get the object, bound to the specified name in this context.
Get the object, bound to the specified name in this context.
resolve(org.omg.CosNaming.NameComponent[]) - method in class gnu.CORBA.NamingService.TransientContext
Get the object, bound to the specified name in this context.
resolve_initial_references(java.lang.String) - method in class org.omg.CORBA.ORB
Find and return the easily accessible CORBA object, addressed by name.
Find and return the easily accessible CORBA object, addressed by name.
resolve_initial_references(java.lang.String) - method in class org.omg.PortableInterceptor.ORBInitInfoOperations
This method is not allowed for a RestrictedORB.
resolve_initial_references(java.lang.String) - method in class gnu.CORBA.Interceptor.Registrator
Delegates to ORB.
resolve_str(java.lang.String) - method in class org.omg.CosNaming._NamingContextExtStub
resolve_str(java.lang.String) - method in class gnu.CORBA.NamingService.Ext
Resolves the name, represented in the form of the string.
resolve_str(java.lang.String) - method in class org.omg.CosNaming.NamingContextExtOperations
Resolve the name, represented in the form of the string.
resolveAsXMLEventReader(java.lang.String) - method in class gnu.xml.stream.SAXParser
resolveAsXMLStreamReader(java.lang.String) - method in class gnu.xml.stream.SAXParser
ResolveAttribute - static field in class javax.swing.text.AttributeSet
Key of the attribute that is used to identify the resolving parent of an AttributeSet.
ResolveAttribute - static field in class javax.swing.text.StyleConstants
resolveClass(Class) - method in class java.lang.ClassLoader
Links the class, if that has not already been done.
Called when a class is being deserialized.
Overriden method to use the loadClass() method from the ClassLoader.
resolvedName - field in class javax.naming.NamingException
If the exception was caused while resolving a Name then this field contains that part of the name that could be resolved.
resolvedObj - field in class javax.naming.NamingException
If the exception was caused while resolving a Name then this field contains the object that part of the name could be resolved to.
resolvedObj - field in class javax.naming.spi.ResolveResult
The object, to that part of the name has been resolved.
Resolve an external entity.
Invokes EntityResolver2.resolveEntity() with null entity name and base URI.
Allow the application to resolve external entities.
Resolve an external entity.
Uses a local dictionary of public identifiers to resolve URIs, normally with the goal of minimizing network traffic or latencies.
"Old Style" external entity resolution for parsers.
Filter an external entity resolution.
Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI.
Allows applications to map references to external entities into input sources, or tell the parser it should use conventional URI resolution.
Returns an input source from which the specified external entity can be read.
"New Style" external entity resolution for parsers.
Returns an input source from which the specified external entity can be read.
Returns the function with the specified name and arity.
resolveNamedEntity(java.lang.String) - method in class gnu.javax.swing.text.html.parser.support.Parser
Return string, corresponding the given named entity.
resolveNamespacePrefix(java.lang.String) - method in class org.relaxng.datatype.ValidationContext
Resolves a namespace prefix to the corresponding namespace URI.
resolveNumericEntity(java.lang.String) - method in class gnu.javax.swing.text.html.parser.support.Parser
Return char, corresponding the given numeric entity.
Allows subclasses to resolve objects that are read from the stream with other objects to be returned in their place.
resolveProxyClass(intfs[]) - method in class gnu.java.rmi.server.RMIObjectInputStream
Resolver - class gnu.xml.util.Resolver
Utility implementation of a SAX resolver, which can be used to improve network utilization of SAX based XML components.
Resolver - interface javax.naming.spi.Resolver
Represents the object, capable for the at least partial name resolution.
RESOLVER - static field in class javax.xml.stream.XMLInputFactory
Property used to control the entity resolver implementation.
resolver - field in class gnu.xml.stream.XMLInputFactoryImpl
Resolver(java.util.Dictionary) - constructor for class gnu.xml.util.Resolver
Constructs a resolver which understands how to map PUBLIC identifiers to other URIs, typically for local copies of standard DTD components.
Allow the application to resolve external resources.
ResolveResult - class javax.naming.spi.ResolveResult
Stores the partial resolution of the name.
ResolveResult() - constructor for class javax.naming.spi.ResolveResult
Create the unitialised instance with both parts being null.
ResolveResult(java.lang.Object,java.lang.String) - constructor for class javax.naming.spi.ResolveResult
Create the initialised instance
ResolveResult(java.lang.Object,javax.naming.Name) - constructor for class javax.naming.spi.ResolveResult
Create the initialised instance
resolveToClass(java.lang.String,Context>) - method in class javax.naming.spi.Resolver
resolveToClass(javax.naming.Name,Context>) - method in class javax.naming.spi.Resolver
Resolves a URI reference that's not defined to the DTD.
resolveVariable(javax.xml.namespace.QName) - method in class gnu.xml.transform.Bindings
Resource - class gnu.java.net.loader.Resource
A Resource represents a resource in some URLLoader.
MacResourceFork.Resource - class gnu.java.awt.font.opentype.MacResourceFork.Resource
A single resource that is contained in a resource fork.
Resource(gnu.java.net.loader.URLLoader) - constructor for class gnu.java.net.loader.Resource
ResourceBundle - class java.util.ResourceBundle
A resource bundle contains locale-specific data.
ResourceBundle() - constructor for class java.util.ResourceBundle
The constructor.
RESOURCES_ARE_NOT_READY - static field in class javax.print.attribute.standard.JobStateReason
One or more resources needed by the job are not ready.
responderId(int) - method in class gnu.javax.net.ssl.provider.CertificateStatusRequest
ResponderIdIterator() - constructor for class gnu.javax.net.ssl.provider.CertificateStatusRequest.ResponderIdIterator
The basic constructor.
response - field in class gnu.java.net.protocol.ftp.FTPException
The response that provoked this exception.
Response - class gnu.java.net.protocol.http.Response
An HTTP response.
Constructs a new response with the specified parameters.
response_expected - field in class gnu.CORBA.GIOP.RequestHeader
If true, the response from the server is expected.
response_expected - field in class gnu.CORBA.StreamBasedRequest
True if the response is expected.
response_expected() - method in class gnu.CORBA.Interceptor.gnuClientRequestInfo
response_expected() - method in class gnu.CORBA.gnuRequest
Return true if the response is expected.
response_expected() - method in class gnu.CORBA.Interceptor.gnuServerRequestInfo
Check if the client expected any response.
response_expected() - method in class org.omg.PortableInterceptor.RequestInfoOperations
Indicates whether request sender expected any response.
response_flags - field in class gnu.CORBA.GIOP.v1_2.RequestHeader
The response flags of the header.
responseCode - field in class java.net.HttpURLConnection
The response code received from the server
ResponseHandler - interface org.omg.CORBA.portable.ResponseHandler
The interface, able to return streams, where the reply data can be marshalled.
Provides the CDR output streams for writing the response to the given buffer.
ResponseHeaderHandler - interface gnu.java.net.protocol.http.ResponseHeaderHandler
Callback interface for objects that wish to be notified of response header values.
ResponseHeaderHandler>responseHeaderHandlers - field in class gnu.java.net.protocol.http.Request
Map of response header handlers.
responseMessage - field in class java.net.HttpURLConnection
The response message string received from the server.
REST - static field in class gnu.java.net.protocol.ftp.FTPConnection
rest_of_name - field in class org.omg.CosNaming.NamingContextPackage.CannotProceed
Contains the remainder of the non working name.
rest_of_name - field in class org.omg.CosNaming.NamingContextPackage.NotFound
Contains the remainder of the non working name.
restack() - method in class java.awt.peer.ContainerPeer
Restack the component peers in this container peer.
restack() - method in class gnu.java.awt.peer.GLightweightPeer
Restack the component peers in this container peer.
restack() - method in class gnu.java.awt.peer.gtk.GtkContainerPeer
Restack the component peers in this container peer.
restack() - method in class gnu.java.awt.peer.qt.QtContainerPeer
Restack the component peers in this container peer.
restack() - method in class gnu.java.awt.peer.swing.SwingContainerPeer
This method is not used at the moment.
restack() - method in class gnu.awt.xlib.XCanvasPeer
restart() - method in class gnu.javax.swing.text.html.parser.htmlValidator
Clear the stack.
restart() - method in class gnu.javax.swing.text.html.parser.support.Parser
Reset all fields into the intial default state, preparing the parset for parsing the next document.
restart() - method in class javax.swing.Timer
Cancel all pending tasks and fire the first event after the initial delay.
RESTART_JOB - static field in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
Operation to restart a job by its ID or name.
RESTORE_CMD - static field in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The action command for the Restore action.
This Action is responsible for restoring the JInternalFrame.
RestoreAction() - constructor for class javax.swing.plaf.basic.BasicInternalFrameTitlePane.RestoreAction
Creates a new action.
restoreState(Hashtable) - method in class javax.swing.undo.StateEditable
Performs an edit action, taking any editable state information from the specified hash table.
restoreSubcomponentFocus() - method in class javax.swing.JInternalFrame
This method gives focus to the last child Component that had focus.
Result - class gnu.test.Result
Class which all usable Result objects extend.
Result - interface javax.xml.transform.Result
The result of an XSL transformation.
result() - method in class gnu.CORBA.Interceptor.gnuClientRequestInfo
result() - method in class gnu.CORBA.gnuRequest
result() - method in class gnu.CORBA.Interceptor.gnuServerRequestInfo
result() - method in class org.omg.CORBA.Request
Get the value, returned by the method, together with its name.
result() - method in class org.omg.PortableInterceptor.RequestInfoOperations
Get the result of the operation invocation.
Result(java.lang.String) - constructor for class gnu.test.Result
Create a result of a given type.
Result(java.lang.String,java.lang.String) - constructor for class gnu.test.Result
Create a result of a given type, with a given message.
result(org.omg.CORBA.Any) - method in class gnu.CORBA.Poa.LocalServerRequest
Set the result.
result(org.omg.CORBA.Any) - method in class org.omg.CORBA.ServerRequest
This method is deprecated, set_result(Any) (same parameter).
ResultSet - interface java.sql.ResultSet
This interface provides access to the data set returned by a SQL statement.
This interface provides a mechanism for obtaining information about the columns that are present in a ResultSet.
RESUME - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.ThreadReference
RESUME - static field in class gnu.classpath.jdwp.JdwpConstants.CommandSet.VirtualMachine
resume() - method in class java.lang.Thread
Resume this Thread.
resume() - method in class java.lang.ThreadGroup
Resume all suspended Threads in this ThreadGroup and its descendants.
resume(javax.transaction.Transaction) - method in class javax.transaction.TransactionManager
RESUME_PRINTER - static field in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
Operation to resume a printer.
resumeAllThreads() - static method in class gnu.classpath.jdwp.VMVirtualMachine
Resume all threads.
resumeThread(java.lang.Thread) - static method in class gnu.classpath.jdwp.VMVirtualMachine
Resume a thread.
RESyntax - class gnu.java.util.regex.RESyntax
An RESyntax specifies the way a regular expression will be compiled.
RESyntax() - constructor for class gnu.java.util.regex.RESyntax
Construct a new syntax object with all bits turned off.
RESyntax(gnu.java.util.regex.RESyntax) - constructor for class gnu.java.util.regex.RESyntax
Construct a new syntax object with all bits set the same as the other syntax.
RETAIN - static field in class org.omg.PortableServer.ServantRetentionPolicyValue
An instance of ServantRetentionPolicyValue, indicating that the POA retains active servants in its Active Object Map.
retain_servant - field in class gnu.CORBA.Poa.gnuPOA
True if the active object map is used by this POA.
retainAll(Collection) - method in class java.util.AbstractCollection<E>
Remove from this collection all its elements that are not contained in a given collection (optional operation).
retainAll(Collection) - method in class java.util.Collection<E>
Remove all elements of this collection that are not contained in a given collection.
retainAll(Collection) - method in class java.util.concurrent.CopyOnWriteArrayList<E>
Removes all the elements that are not in the passed collection.
retainAll(Collection) - method in class java.util.List<E>
Remove all elements of this list that are not contained in a given collection (optional operation).
retainAll(Collection) - method in class java.util.Set<E>
Retains only the elements in this set that are also in the specified collection (optional operation).
retainAll(Collection) - method in class java.util.Vector<T>
Retain in this vector only the elements contained in the given collection.
retainAll(java.util.Collection) - method in class java.beans.beancontext.BeanContextSupport
Retention - interface java.lang.annotation.Retention
This annotation is used to specify the desired lifetime of another annotation.
RetentionPolicy - class java.lang.annotation.RetentionPolicy
This enum is used to control the lifetime of an annotation.
RETR - static field in class gnu.java.net.protocol.ftp.FTPConnection
retrieve(java.lang.String) - method in class gnu.java.net.protocol.ftp.FTPConnection
Retrieves the specified file.
retryReferral() - method in class javax.naming.ReferralException
RETURN_ACK - static field in class gnu.java.rmi.server.ProtocolConstants
RETURN_GENERATED_KEYS - static field in class java.sql.Statement
RETURN_NACK - static field in class gnu.java.rmi.server.ProtocolConstants
return_value() - method in class gnu.CORBA.gnuRequest
return_value() - method in class org.omg.CORBA.Request
Get the value, returned by the method.
REUSE - static field in class javax.security.sasl.Sasl
The name of a property that specifies whether to reuse previously authenticated session information.
REUSE_FALSE - static field in class gnu.java.security.Registry
REUSE_TRUE - static field in class gnu.java.security.Registry
REV - static field in class javax.swing.text.html.HTML.Attribute
The rev attribute
revalidate() - method in class java.awt.Component.BltBufferStrategy
Re-create the image buffer resources if they've been lost.
revalidate() - method in class java.awt.Component.FlipBufferStrategy
Re-create the image buffer resources if they've been lost.
revalidate() - method in class javax.swing.DefaultListCellRenderer
Queue a an invalidation and revalidation of this component, using RepaintManager.addInvalidComponent(JComponent).
revalidate() - method in class javax.swing.table.DefaultTableCellRenderer
Queue a an invalidation and revalidation of this component, using RepaintManager.addInvalidComponent(JComponent).
revalidate() - method in class javax.swing.tree.DefaultTreeCellRenderer
For performance reasons, this method is overridden to do nothing.
revalidate() - method in class javax.swing.JComponent
Queue a an invalidation and revalidation of this component, using RepaintManager.addInvalidComponent(JComponent).
REVERB - static field in class javax.sound.sampled.EnumControl.Type
This describes an enum control used for reverb.
REVERB_RETURN - static field in class javax.sound.sampled.FloatControl.Type
Post-reverb gain.
REVERB_SEND - static field in class javax.sound.sampled.FloatControl.Type
Pre-reverb gain.
ReverbType - class javax.sound.sampled.ReverbType
This represents a reverb effect which can be applied to an audio signal.
ReverbType(java.lang.String,int,float,int,float,int) - constructor for class javax.sound.sampled.ReverbType
Create a new ReverbType given its attributes.
reverse() - method in class gnu.java.lang.CPStringBuilder
Reverse the characters in this StringBuffer.
reverse() - method in class gnu.java.awt.java2d.CubicSegment
reverse() - method in class gnu.java.awt.java2d.LineSegment
reverse() - method in class gnu.java.awt.java2d.QuadSegment
Reverse the current segment
reverse() - method in class gnu.java.awt.java2d.Segment
Reverse the current segment
reverse() - method in class java.lang.StringBuffer
Reverse the characters in this StringBuffer.
reverse() - method in class java.lang.StringBuilder
Reverse the characters in this StringBuilder.
reverse(gnu.javax.crypto.assembly.Direction) - static method in class gnu.javax.crypto.assembly.Direction
reverse(int) - static method in class java.lang.Integer
Reverse the bits in val.
reverse(List) - static method in class java.util.Collections
Reverse a given list.
reverse(long) - static method in class java.lang.Long
Reverse the bits in val.
REVERSE_LANDSCAPE - static field in class javax.print.attribute.standard.OrientationRequested
Orientation as reversed landscape.
REVERSE_LANDSCAPE - static field in class gnu.javax.print.ipp.attribute.defaults.OrientationRequestedDefault
Orientation as reversed landscape.
REVERSE_LANDSCAPE - static field in class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
Orientation as reversed landscape.
REVERSE_LANDSCAPE - static field in class java.awt.print.PageFormat
A constant for a reversed landscaped page orientation.
REVERSE_PORTRAIT - static field in class javax.print.attribute.standard.OrientationRequested
Orientation as reversed portrait.
REVERSE_PORTRAIT - static field in class gnu.javax.print.ipp.attribute.defaults.OrientationRequestedDefault
Orientation as reversed portrait.
REVERSE_PORTRAIT - static field in class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
Orientation as reversed portrait.
reverseAll() - method in class gnu.java.awt.java2d.Segment
Reverses the orientation of the whole polygon
reverseBytes(char) - static method in class java.lang.Character
Reverse the bytes in val.
reverseBytes(int) - static method in class java.lang.Integer
Reverse the bytes in val.
reverseBytes(long) - static method in class java.lang.Long
Reverse the bytes in val.
reverseBytes(short) - static method in class java.lang.Short
Reverse the bytes in val.
REVERSED - static field in class gnu.javax.crypto.assembly.Direction
reverseLookup(float) - method in class gnu.java.awt.color.ToneReproductionCurve
Performs an reverse lookup
REVERT - static field in class javax.swing.JFormattedTextField
revert(int) - static method in class gnu.java.awt.EventModifier
Converts the new style modifiers (0xffffffc0) to the old style (0x3f).
revoke() - method in class gnu.java.beans.encoder.ScanEngine
Returns to the last state and deletes the last element in the object tree.
Make it so that no one else can use this service.
Revokes the given service.
rewind() - method in class org.omg.DynamicAny._DynAnyStub
The remote call of DynAny methods is not possible.
rewind() - method in class org.omg.DynamicAny._DynArrayStub
The remote call of DynAny methods is not possible.
rewind() - method in class org.omg.DynamicAny._DynEnumStub
The remote call of DynAny methods is not possible.
rewind() - method in class org.omg.DynamicAny._DynFixedStub
The remote call of DynAny methods is not possible.
rewind() - method in class org.omg.DynamicAny._DynSequenceStub
The remote call of DynAny methods is not possible.
rewind() - method in class org.omg.DynamicAny._DynStructStub
The remote call of DynAny methods is not possible.
rewind() - method in class org.omg.DynamicAny._DynUnionStub
The remote call of DynAny methods is not possible.
rewind() - method in class org.omg.DynamicAny._DynValueStub
The remote call of DynAny methods is not possible.
rewind() - method in class java.nio.Buffer
Rewinds this buffer.
rewind() - method in class gnu.CORBA.DynAn.DivideableAny
Set zero position.
rewind() - method in class org.omg.CORBA.DynAny
Moves the internal pointer, described in the current_component(), to the first component.
rewind() - method in class org.omg.DynamicAny.DynAnyOperations
Moves the internal pointer, described in the current_component(), to the first component.
rewind() - method in class gnu.CORBA.DynAn.gnuDynAny
Returns without action.
rewind() - method in class gnu.java.awt.java2d.ScanlineCoverage
Indicates the the next scan of the scanline begins and that the next request will be at the beginning of this list.
rewind() - method in class gnu.CORBA.DynAn.UndivideableAny
Not in use.
RFC1779 - static field in class javax.security.auth.x500.X500Principal
RFC2253 - static field in class javax.security.auth.x500.X500Principal
RFC2631 - class gnu.javax.crypto.key.dh.RFC2631
An implementation of the Diffie-Hellman parameter generation as defined in RFC-2631.
RFC2631(int,int,java.security.SecureRandom) - constructor for class gnu.javax.crypto.key.dh.RFC2631
RGB - static field in class gnu.javax.imageio.png.PNGHeader
RGB_WITH_ALPHA - static field in class gnu.javax.imageio.png.PNGHeader
RGBColor - interface org.w3c.dom.css.RGBColor
The RGBColor interface is used to represent any RGB color value.
RGBImageFilter - class java.awt.image.RGBImageFilter
A filter designed to filter images in the default RGBColorModel regardless of the ImageProducer's ColorModel.
RGBImageFilter() - constructor for class java.awt.image.RGBImageFilter
Construct new RGBImageFilter.
RgbProfileConverter - class gnu.java.awt.color.RgbProfileConverter
RgbProfileConverter - converts RGB profiles (ICC_ProfileRGB) This type of profile contains a matrix and three tone reproduction curves (TRCs).
Constructs an RgbProfileConverter from a given ICC_ProfileRGB
RGBtoHSB(int,int,int,array[]) - static method in class java.awt.Color
Converts from the RGB (red, green, blue) color model to the HSB (hue, saturation, brightness) color model.
RGBtoXYZ(float[]) - static method in class gnu.java.awt.color.SrgbConverter
sRGB --> CIE XYZ (D50 relative) Static as it's used by other ColorSpaceConverters to convert to XYZ if the color space is defined in RGB.
right - field in class javax.swing.border.EmptyBorder
The number of pixels required at the right edge.
RIGHT - static field in class java.awt.Event
RIGHT - static field in class java.awt.FlowLayout
Constant that specifies right alignment.
right - field in class java.awt.Insets
The gap from the right.
RIGHT - static field in class javax.swing.JSplitPane
The constraints string used to add components to the right.
RIGHT - static field in class java.awt.Label
Alignment constant aligning the text to the right of its window.
RIGHT - static field in class javax.swing.SwingConstants
RIGHT - static field in class javax.swing.border.TitledBorder
A value for the titleJustification property that horizontally aligns the title text with the right-hand edge of the border.
RIGHT_ALIGNMENT - static field in class java.awt.Component
Constant returned by the getAlignmentX method to indicate that the component wishes to be aligned to the right relative to other components.
RIGHT_TO_LEFT - static field in class java.awt.ComponentOrientation
Items run right to left, and lines flow top to bottom.
rightButton - field in class javax.swing.plaf.basic.BasicSplitPaneDivider
The button for showing and hiding the right (or bottom) component of the JSplitPane.
rightChildIndent - field in class javax.swing.plaf.basic.BasicTreeUI
Distance between leftChildIndent and where cell contents will be drawn.
rightComponent - field in class javax.swing.JSplitPane
The component on the right or bottom.
RightIndent - static field in class javax.swing.text.StyleConstants
RightIndent - static field in class javax.swing.text.StyleConstants.ParagraphConstants
A key for the right indentation paragraph attribute.
rightKey - field in class javax.swing.plaf.basic.BasicSplitPaneUI
rightKey - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
This is the keystroke for moving right.
rightKey - field in class javax.swing.plaf.basic.BasicToolBarUI
Rijndael - class gnu.javax.crypto.cipher.Rijndael
Rijndael --pronounced Reindaal-- is the AES.
OMacImpl.Rijndael - class gnu.javax.crypto.jce.mac.OMacImpl.Rijndael
Rijndael() - constructor for class gnu.javax.crypto.jce.mac.OMacImpl.Rijndael
Create a new MacSpi instance.
Rijndael() - constructor for class gnu.javax.crypto.cipher.Rijndael
Trivial 0-arguments constructor.
RIJNDAEL_CIPHER - static field in class gnu.java.security.Registry
RIJNDAEL_KWA - static field in class gnu.java.security.Registry
RijndaelKeyGeneratorImpl - class gnu.javax.crypto.jce.key.RijndaelKeyGeneratorImpl
RijndaelKeyGeneratorImpl() - constructor for class gnu.javax.crypto.jce.key.RijndaelKeyGeneratorImpl
Create a new key generator SPI.
RijndaelSecretKeyFactoryImpl() - constructor for class gnu.javax.crypto.jce.key.RijndaelSecretKeyFactoryImpl
Create a new secret key factory SPI.
RijndaelSpi - class gnu.javax.crypto.jce.cipher.RijndaelSpi
The implementation of the Rijndael Service Provider Interface (SPI) adapter.
RijndaelSpi() - constructor for class gnu.javax.crypto.jce.cipher.RijndaelSpi
Create a new CipherSpi.
rint(double) - static method in class java.lang.Math
Take the nearest integer to the argument.
rint(double) - static method in class java.lang.StrictMath
Take the nearest integer to the argument.
RipeMD128 - class gnu.java.security.hash.RipeMD128
RIPEMD-128 is a 128-bit message digest.
RipeMD128() - constructor for class gnu.java.security.hash.RipeMD128
Trivial 0-arguments constructor.
RIPEMD128_HASH - static field in class gnu.java.security.Registry
RipeMD128RandomSpi - class gnu.java.security.jce.prng.RipeMD128RandomSpi
The implementation of the RIPEMD128-based SecureRandom Service Provider Interface (SPI) adapter.
RipeMD128RandomSpi() - constructor for class gnu.java.security.jce.prng.RipeMD128RandomSpi
The basic constructor.
RipeMD128Spi - class gnu.java.security.jce.hash.RipeMD128Spi
The implementation of the RIPEMD-128 Service Provider Interface (SPI) adapter.
RipeMD128Spi() - constructor for class gnu.java.security.jce.hash.RipeMD128Spi
Default constructor of the MessageDigestSpi class
RipeMD160 - class gnu.java.security.hash.RipeMD160
RIPEMD-160 is a 160-bit message digest.
RipeMD160() - constructor for class gnu.java.security.hash.RipeMD160
Trivial 0-arguments constructor.
RIPEMD160_HASH - static field in class gnu.java.security.Registry
RipeMD160RandomSpi - class gnu.java.security.jce.prng.RipeMD160RandomSpi
The implementation of the RIPEMD160-based SecureRandom Service Provider Interface (SPI) adapter.
RipeMD160RandomSpi() - constructor for class gnu.java.security.jce.prng.RipeMD160RandomSpi
RipeMD160Spi - class gnu.java.security.jce.hash.RipeMD160Spi
The implementation of the RIPEMD-160 Service Provider Interface (SPI) adapter.
RipeMD160Spi() - constructor for class gnu.java.security.jce.hash.RipeMD160Spi
Default constructor of the MessageDigestSpi class
RIPEMD_128_HASH - static field in class gnu.java.security.Registry
RIPEMD-128 is synonymous to RIPEMD128.
RIPEMD_160_HASH - static field in class gnu.java.security.Registry
RIPEMD-160 is synonymous to RIPEMD160.
RIR - static field in class gnu.javax.naming.giop.CorbalocParser
Marks rir protocol.
RIR - static field in class gnu.CORBA.NamingService.NameParser
Marks rir protocol.
RMD - static field in class gnu.java.net.protocol.ftp.FTPConnection
RMI_CLASS_ID - static field in class gnu.javax.rmi.CORBA.RmiUtilities
The standard Class repository Id.
RMI_STRING_ARRAY_ID - static field in class gnu.javax.rmi.CORBA.RmiUtilities
The standard string array repository Id.
RMI_STRING_ID - static field in class gnu.javax.rmi.CORBA.RmiUtilities
The standard String repository Id.
RMIClassLoader - class java.rmi.server.RMIClassLoader
This class provides a set of public static utility methods for supporting network-based class loading in RMI.
RMIClassLoaderImpl - class gnu.java.rmi.server.RMIClassLoaderImpl
The default implementation of RMIClassLoaderSpi.
RMIClassLoaderSpi - class java.rmi.server.RMIClassLoaderSpi
RMIClassLoaderSpi() - constructor for class java.rmi.server.RMIClassLoaderSpi
The basic constructor.
RMIConnection - interface javax.management.remote.rmi.RMIConnection
RMI interface for forwarding requests to a remote MBeanServer.
RmiContinuation - class gnu.javax.naming.jndi.url.rmi.RmiContinuation
The implementation of the RMI URL context.
RmiContinuation(java.util.Map) - constructor for class gnu.javax.naming.jndi.url.rmi.RmiContinuation
Create the rmi url context that works, talking with the given RMI registry.
A single constant interface, defining the RMICustomMaxStreamFormat (= 17) service context.
RMIDefaultSocketFactory() - constructor for class gnu.java.rmi.server.RMIDefaultSocketFactory
The basic constructor.
RMIFailureHandler - interface java.rmi.server.RMIFailureHandler
RMIHashes - class gnu.java.rmi.server.RMIHashes
RMIIncomingThread - class gnu.java.rmi.server.RMIIncomingThread
This class is only for java.rmi.MarshalledObject to deserialize object from objBytes and locBytes
This class is only for java.rmi.MarshalledObject to serialize object and got objBytes and locBytes
RmiNamingEnumeration - class gnu.javax.naming.jndi.url.rmi.RmiNamingEnumeration
Iterates over name class pairs, obtaining values first from the binding list and then from the binding iterator.
RMIObjectInputStream - class gnu.java.rmi.server.RMIObjectInputStream
RMIObjectInputStream(java.io.InputStream) - constructor for class gnu.java.rmi.server.RMIObjectInputStream
RMIObjectOutputStream - class gnu.java.rmi.server.RMIObjectOutputStream
RMIObjectOutputStream(java.io.OutputStream) - constructor for class gnu.java.rmi.server.RMIObjectOutputStream
Never thrown, but originally intended to wrap a SecurityException in the case of RMI.
Create an exception with a message.
Create an exception with a message and a cause.
RMISecurityManager() - constructor for class java.rmi.RMISecurityManager
Construct a new security manager.
RMIServer - interface javax.management.remote.rmi.RMIServer
RMI interface for obtaining an instance of an RMIConnection.
RMISocketFactory - class java.rmi.server.RMISocketFactory
RMISocketFactory() - constructor for class java.rmi.server.RMISocketFactory
The basic constructor.
rmiURLContext - class gnu.javax.naming.jndi.url.rmi.rmiURLContext
The implementation of the RMI URL context.
rmiURLContext(java.util.Map) - constructor for class gnu.javax.naming.jndi.url.rmi.rmiURLContext
Create the rmi url context that works, talking with the given RMI registry.
rmiURLContextFactory - class gnu.javax.naming.jndi.url.rmi.rmiURLContextFactory
Find the RMI URL context.
RmiUtilities - class gnu.javax.rmi.CORBA.RmiUtilities
Defines methods that must be accessible in several derived classes.
rnd - field in class gnu.javax.crypto.key.BaseKeyAgreementParty
The optional SecureRandom instance to use.
RNFR - static field in class gnu.java.net.protocol.ftp.FTPConnection
RNTO - static field in class gnu.java.net.protocol.ftp.FTPConnection
Robot - class java.awt.Robot
The Robot class is used to simulate user interaction with graphical programs.
Robot() - constructor for class java.awt.Robot
Construct a Robot object that operates on the default screen.
Robot(java.awt.GraphicsDevice) - constructor for class java.awt.Robot
Construct a Robot object that operates on the specified screen.
RobotPeer - interface java.awt.peer.RobotPeer
roll(int,boolean) - method in class java.util.Calendar
Rolls the specified time field up or down.
roll(int,boolean) - method in class java.util.GregorianCalendar
Rolls the specified time field up or down.
roll(int,int) - method in class java.util.Calendar
Rolls up or down the specified time field by the given amount.
roll(int,int) - method in class java.util.GregorianCalendar
Rolls the specified time field by the given amount.
rollback() - method in class java.sql.Connection
This method rolls back any SQL statements executed on this connection since the last commit or rollback.
rollback() - method in class javax.transaction.Transaction
rollback() - method in class javax.transaction.TransactionManager
rollback() - method in class javax.transaction.UserTransaction
rollback(java.sql.Savepoint) - method in class java.sql.Connection
Undoes all changes made after the specified savepoint was set.
rollback(javax.transaction.xa.Xid) - method in class javax.transaction.xa.XAResource
RollbackException - exception javax.transaction.RollbackException
RollbackException() - constructor for class javax.transaction.RollbackException
Create an exception without a message.
RollbackException(java.lang.String) - constructor for class javax.transaction.RollbackException
Create an exception with a message.
ROLLOVER - static field in class javax.swing.DefaultButtonModel
State constant indicating that the mouse is currently positioned over the button.
ROLLOVER_ENABLED_CHANGED_PROPERTY - static field in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "rolloverEnabled" property changes.
ROLLOVER_ICON_CHANGED_PROPERTY - static field in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "rolloverIcon" property changes.
ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY - static field in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "rolloverSelectedIcon" property changes.
A one-pixel thick border for rollover buttons, for example in tool bars.
A button border that is only visible when the mouse pointer is within the button's bounds.
RolloverButtonBorder() - constructor for class javax.swing.plaf.metal.MetalBorders.RolloverButtonBorder
Creates a new border instance.
Constructs a new border for drawing a roll-over button in the Basic look and feel.
rolloverListener - field in class javax.swing.plaf.metal.MetalToolBarUI
The rollover listener (an implementation specific field, according to the spec, and not used in GNU Classpath).
ROMAN_BASELINE - static field in class java.awt.Font
Constant indicating the baseline mode characteristic of Roman.
ROMAN_BASELINE - static field in class java.awt.font.GraphicAttribute
root - field in class javax.swing.tree.DefaultTreeModel
root
Root - class gnu.java.beans.encoder.Root
Root provides a simple interface to a tree of objects.

Using an instance of this class a logical representation of the real object tree that is serialized can be built.

Root - class gnu.xml.xpath.Root
Expression that evaluates to the document root.
ROOT - static field in class java.util.Locale
The root locale, used as the base case in lookups by locale-sensitive operations.
Root() - constructor for class gnu.java.beans.encoder.Root
The basic constructor.
ROOT_PANE - static field in class javax.accessibility.AccessibleRole
A specialized pane with a glass pane and layered pane as children.
ROOT_PANE - static field in class javax.swing.plaf.synth.Region
Specifies the region of a root pane.
ROOT_PANE_PROPERTY - static field in class javax.swing.JInternalFrame
The property fired in a PropertyChangeEvent when the rootPane property changes.
ROOT_VISIBLE_PROPERTY - static field in class javax.swing.JTree
rootException - field in class javax.naming.NamingException
The root cause of this exception.
RootLayout() - constructor for class javax.swing.JRootPane.RootLayout
Creates a new RootLayout object.
rootPane - field in class javax.swing.JApplet
rootPane - field in class javax.swing.JDialog
The single RootPane in the Dialog.
rootPane - field in class javax.swing.JFrame
rootPane - field in class javax.swing.JInternalFrame
The rootPane of the JInternalFrame.
rootPane - field in class javax.swing.JWindow
rootPaneCheckingEnabled - field in class javax.swing.JApplet
rootPaneCheckingEnabled - field in class javax.swing.JDialog
Whether checking is enabled on the RootPane.
rootPaneCheckingEnabled - field in class javax.swing.JFrame
rootPaneCheckingEnabled - field in class javax.swing.JInternalFrame
Whether the JInternalFrame has rootPaneChecking enabled.
rootPaneCheckingEnabled - field in class javax.swing.JWindow
RootPaneContainer - interface javax.swing.RootPaneContainer
Components that contain a single JRootPane as only child implement this interface, typically this is implemented by the Swing top-level containers.
RootPaneUI - class javax.swing.plaf.RootPaneUI
An abstract base class for delegates that implement the pluggable look and feel for a JRootPane.
RootPaneUI() - constructor for class javax.swing.plaf.RootPaneUI
Constructs a new RootPaneUI.
rootPOA - field in class gnu.CORBA.Poa.ORB_1_4
The root POA.
rootPoa() - static method in class gnu.CORBA.Poa.StandardPolicies
Return the policy set, applicable for the root POA, as defined in OMG specs.
rootVisible - field in class javax.swing.tree.AbstractLayoutCache
rootVisible
rootVisible - field in class javax.swing.JTree
rotate(double) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Rotates the coordinate system by theta degrees.
rotate(double) - method in class gnu.awt.j2d.AbstractGraphicsState
rotate(double) - method in class java.awt.geom.AffineTransform
Concatenate a rotation onto this transform.
rotate(double) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
rotate(double) - method in class java.awt.Graphics2D
rotate(double) - method in class gnu.awt.j2d.Graphics2DImpl
rotate(double) - method in class gnu.awt.j2d.IntegerGraphicsState
rotate(double) - method in class gnu.java.awt.peer.qt.QtGraphics
rotate(double,double,double) - method in class gnu.java.awt.java2d.AbstractGraphics2D
Rotates the coordinate system by theta around the point (x, y).
rotate(double,double,double) - method in class java.awt.geom.AffineTransform
Concatenate a rotation about a point onto this transform.
rotate(double,double,double) - method in class gnu.java.awt.peer.gtk.CairoGraphics2D
rotate(double,double,double) - method in class java.awt.Graphics2D
rotate(double,double,double) - method in class gnu.awt.j2d.Graphics2DImpl
rotate(double,double,double) - method in class gnu.java.awt.peer.qt.QtGraphics
rotate(List,int) - static method in class java.util.Collections
Rotate the elements in a list by a specified distance.
rotateInsets(java.awt.Insets,java.awt.Insets,int) - static method in class javax.swing.plaf.basic.BasicTabbedPaneUI
This method rotates the insets given a direction to rotate them in.
rotateLeft(int,int) - static method in class java.lang.Integer
Rotate x to the left by distance bits.
rotateLeft(long,int) - static method in class java.lang.Long
Rotate x to the left by distance bits.
rotateRight(int,int) - static method in class java.lang.Integer
Rotate x to the right by distance bits.
rotateRight(long,int) - static method in class java.lang.Long
Rotate x to the right by distance bits.
rotateTabRuns(int,int) - method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
This method rotates the places each run in the correct place the tabRuns array.
rotateTabRuns(int,int) - method in class javax.swing.plaf.metal.MetalTabbedPaneUI.TabbedPaneLayout
Overridden to do nothing, because tab runs are not rotated in the MetalLookAndFeel.
round(double) - static method in class java.lang.Math
Take the nearest long to the argument.
round(double) - static method in class java.lang.StrictMath
Take the nearest long to the argument.
round(float) - static method in class java.lang.Math
Take the nearest integer to the argument.
round(float) - static method in class java.lang.StrictMath
Take the nearest integer to the argument.
round(int,int) - static method in class gnu.java.math.Fixed
Returns the round value of a fixed point value a with the n digits.
round(java.math.MathContext) - method in class java.math.BigDecimal
Returns a BigDecimal which is this BigDecimal rounded according to the MathContext rounding settings.
ROUND_CEILING - static field in class java.math.BigDecimal
ROUND_DOWN - static field in class java.math.BigDecimal
ROUND_FLOOR - static field in class java.math.BigDecimal
ROUND_HALF_DOWN - static field in class java.math.BigDecimal
ROUND_HALF_EVEN - static field in class java.math.BigDecimal
ROUND_HALF_UP - static field in class java.math.BigDecimal
ROUND_UNNECESSARY - static field in class java.math.BigDecimal
ROUND_UP - static field in class java.math.BigDecimal
roundedCorners - field in class javax.swing.border.LineBorder
Indicates whether the line is drawn with rounded corners (true) or not ((false).
RoundingMode - class java.math.RoundingMode
An enum to specify rounding behaviour for numerical operations that may discard precision.
roundIntValue(int,int) - static method in class gnu.java.math.Fixed
Returns a fixed point decimal as rounded integer value.
roundRect - field in class gnu.java.awt.java2d.ShapeCache
A cached RoundRectangle2D.
RoundRectangle2D - class java.awt.geom.RoundRectangle2D
This class implements a rectangle with rounded corners.
RoundRectangle2D() - constructor for class java.awt.geom.RoundRectangle2D
Create a RoundRectangle2D.
ROW_HEADER - static field in class javax.accessibility.AccessibleRole
The header for a row of data.
ROW_HEADER - static field in class javax.swing.ScrollPaneConstants
ROW_HEADER
ROW_HEIGHT_PROPERTY - static field in class javax.swing.JTree
rowAtPoint(java.awt.Point) - method in class javax.swing.JTable
Returns index of the row that contains specified point or -1 if this table doesn't contain this point.
rowDeleted() - method in class java.sql.ResultSet
This method tests whether or not the current row in the result set has been deleted.
rowHead - field in class javax.swing.ScrollPaneLayout
rowHeader - field in class javax.swing.JScrollPane
rowHeight - field in class javax.swing.tree.AbstractLayoutCache
rowHeight
rowHeight - field in class javax.swing.JTable
The height in pixels of any row of the table.
rowHeight - field in class javax.swing.JTree
rowHeights - field in class java.awt.GridBagLayout
rowInserted() - method in class java.sql.ResultSet
This method tests whether or not the current row in the result set has been inserted.
rowMapper - field in class javax.swing.tree.DefaultTreeSelectionModel
The current RowMapper.
RowMapper - interface javax.swing.tree.RowMapper
RowMapper public interface
rowMargin - field in class javax.swing.JTable
The height in pixels of the gap left between any two rows of the table.
ROWS - static field in class javax.swing.text.html.HTML.Attribute
The rows attribute
rowSelectionAllowed - field in class javax.swing.JTable
Whether or not the table should allow row selection.
RowSet - interface javax.sql.RowSet
RowSetEvent - class javax.sql.RowSetEvent
RowSetEvent(javax.sql.RowSet) - constructor for class javax.sql.RowSetEvent
RowSetInternal - interface javax.sql.RowSetInternal
RowSetListener - interface javax.sql.RowSetListener
RowSetMetaData - interface javax.sql.RowSetMetaData
RowSetReader - interface javax.sql.RowSetReader
RowSetWriter - interface javax.sql.RowSetWriter
ROWSPAN - static field in class javax.swing.text.html.HTML.Attribute
The rowspan attribute
Sends the specified event to all registered listeners.
rowUpdated() - method in class java.sql.ResultSet
This method tests whether or not the current row in the result set has been updated.
rowWeights - field in class java.awt.GridBagLayout
RP - static field in class gnu.xml.xpath.XPathParser
RSA - class gnu.java.security.sig.rsa.RSA
Utility methods related to the RSA algorithm.
RSA_KPG - static field in class gnu.java.security.Registry
RSA_OID_STRING - static field in class gnu.java.security.Registry
RSA_PARAMETERS - static field in class gnu.java.security.key.rsa.RSAKeyPairGenerator
Property name of an optional RSAKeyGenParameterSpec instance to use for this generator's n, and e values.
RSA_PKCS1_V1_5_ENCODING - static field in class gnu.java.security.Registry
RSA_PKCS1_V1_5_SIG - static field in class gnu.java.security.Registry
RSA_PSS_ENCODING - static field in class gnu.java.security.Registry
RSA_PSS_SIG - static field in class gnu.java.security.Registry
RSA_SIG_PREFIX - static field in class gnu.java.security.Registry
RSACipherImpl - class gnu.javax.crypto.RSACipherImpl
RSAKey - interface java.security.interfaces.RSAKey
A generic RSA Key interface for public and private keys
RSAKeyFactory - class gnu.java.security.jce.sig.RSAKeyFactory
This class generates a set of RSA Key parameters used in the generation of RSA keys.
Create a new RSAKeyGenParameterSpec to store the RSA key's keysize and public exponent
RSAKeyPairGenerator - class gnu.java.security.key.rsa.RSAKeyPairGenerator
A key-pair generator for asymetric keys to use in conjunction with the RSA scheme.
RSAKeyPairGeneratorSpi - class gnu.java.security.jce.sig.RSAKeyPairGeneratorSpi
The implementation of a KeyPairGenerator adapter class to wrap GNU RSA keypair generator instances.
RSAKeyPairGeneratorSpi() - constructor for class gnu.java.security.jce.sig.RSAKeyPairGeneratorSpi
Constructs a new KeyPairGeneratorSpi
RSAKeyPairPKCS8Codec - class gnu.java.security.key.rsa.RSAKeyPairPKCS8Codec
An implementation of an IKeyPairCodec that knows how to encode / decode PKCS#8 ASN.1 external representation of RSA private keys.
RSAKeyPairRawCodec - class gnu.java.security.key.rsa.RSAKeyPairRawCodec
An object that implements the IKeyPairCodec interface for the Raw format to use with RSA keypairs.
RSAKeyPairX509Codec - class gnu.java.security.key.rsa.RSAKeyPairX509Codec
An implementation of an IKeyPairCodec that knows how to encode / decode X.509 ASN.1 external representation of RSA public keys.
RSAMultiPrimePrivateCrtKey - interface java.security.interfaces.RSAMultiPrimePrivateCrtKey
The interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.
This class represents an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.
Constructs a new instance of RSAMultiPrimePrivateCrtKeySpec given the various PKCS#1 v2.1 parameters.
RSAOtherPrimeInfo - class java.security.spec.RSAOtherPrimeInfo
An in-memory representation of the RSA triplet (prime, exponent, and coefficient) inside a PKCS#1 v2.1 OtherPrimeInfo structure.
Constructs a new RSAOtherPrimeInfo given the PKCS#1 MPIs.
RSAPKCS1V1_5Signature - class gnu.java.security.sig.rsa.RSAPKCS1V1_5Signature
The RSA-PKCS1-V1.5 signature scheme is a digital signature scheme with appendix (SSA) combining the RSA algorithm with the EMSA-PKCS1-v1_5 encoding method.
RSAPKCS1V1_5Signature() - constructor for class gnu.java.security.sig.rsa.RSAPKCS1V1_5Signature
Default 0-arguments constructor.
RSAPKCS1V1_5Signature(java.lang.String) - constructor for class gnu.java.security.sig.rsa.RSAPKCS1V1_5Signature
Constructs an instance of this object using the designated message digest algorithm as its underlying hash function.
An object that implements the ISignatureCodec operations for the Raw format to use with RSA-PKCS#1 v1.5 signatures.
An implementation of an ISignatureCodec that knows to encode and decode RSA PKCS1 (v1.5) signatures into the raw bytes which would constitute a DER-encoded form of the ASN.1 structure defined in RFC-2459, and RFC-2313 as described in the next paragraphs.
RSAPrivateCrtKey - interface java.security.interfaces.RSAPrivateCrtKey
This interface provides access to information about an RSA private key in Chinese Remainder Theorem (CRT) format.
RSAPrivateCrtKeySpec - class java.security.spec.RSAPrivateCrtKeySpec
RSA Private Certificate Key class Specification.
Constructs a new RSAPrivateKeySpec with the specified variables.
RSAPrivateKey - interface java.security.interfaces.RSAPrivateKey
This interface provides access to information about an RSA private key.
RSAPrivateKeySpec - class java.security.spec.RSAPrivateKeySpec
RSA Private Key class Specification.
Constructs a new RSAPrivateKeySpec with the specified modulus and privateExponent.
RSAPSSRawSignatureSpi - class gnu.java.security.jce.sig.RSAPSSRawSignatureSpi
The implementation of Service Provider Interface (SPI) adapter for the RSA-PSS signature scheme, encoded and/or decoded in RAW format.
RSAPSSRawSignatureSpi() - constructor for class gnu.java.security.jce.sig.RSAPSSRawSignatureSpi
RSAPSSSignature - class gnu.java.security.sig.rsa.RSAPSSSignature
The RSA-PSS signature scheme is a public-key encryption scheme combining the RSA algorithm with the Probabilistic Signature Scheme (PSS) encoding method.
RSAPSSSignature() - constructor for class gnu.java.security.sig.rsa.RSAPSSSignature
Default 0-arguments constructor.
RSAPSSSignature(gnu.java.security.hash.IMessageDigest,int) - constructor for class gnu.java.security.sig.rsa.RSAPSSSignature
RSAPSSSignature(java.lang.String) - constructor for class gnu.java.security.sig.rsa.RSAPSSSignature
Constructs an instance of this object using the designated message digest algorithm as its underlying hash function, and having 0-octet salt.
RSAPSSSignature(java.lang.String,int) - constructor for class gnu.java.security.sig.rsa.RSAPSSSignature
Constructs an instance of this object using the designated message digest algorithm as its underlying hash function.
RSAPSSSignatureRawCodec - class gnu.java.security.sig.rsa.RSAPSSSignatureRawCodec
An object that implements the ISignatureCodec operations for the Raw format to use with RSA-PSS signatures.
RSAPublicKey - interface java.security.interfaces.RSAPublicKey
This interface provides access to information about an RSA public key.
RSAPublicKeySpec - class java.security.spec.RSAPublicKeySpec
RSA Public Key class Specification.
Constructs a new RSAPublicKeySpec with the specified modulus and publicExponent.
RSASignatureFactory - class gnu.java.security.sig.rsa.RSASignatureFactory
A Factory class to instantiate RSA Signature classes.
rshift(int[],int[],int,int,int) - static method in class gnu.java.math.MPN
Shift x[x_start:x_start+len-1] count bits to the "right" (i.e. divide by 2**count).
rshift0(int[],int[],int,int,int) - static method in class gnu.java.math.MPN
Shift x[x_start:x_start+len-1] count bits to the "right" (i.e. divide by 2**count).
rshift_long(int[],int,int) - static method in class gnu.java.math.MPN
Return the long-truncated value of right shifting.
RST0 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
Modulo Restart Interval.
RST1 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
RST2 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
RST3 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
RST4 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
RST5 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
RST6 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
RST7 - static field in class gnu.javax.imageio.jpeg.JPEGMarker
RTCorbaPriority - static field in class gnu.CORBA.GIOP.ServiceContext
RTCorbaPriorityRange - static field in class gnu.CORBA.GIOP.ServiceContext
RTFEditorKit - class javax.swing.text.rtf.RTFEditorKit
Provides support for RTF data for use in JEditorPanes.
RTFEditorKit() - constructor for class javax.swing.text.rtf.RTFEditorKit
Constructs a new RTFEditorKit.
This class is a concrete subclass of Collator suitable for string collation in a wide variety of languages.
RuleBasedCollator(java.lang.String) - constructor for class java.text.RuleBasedCollator
This method initializes a new instance of RuleBasedCollator with the specified collation rules.
RULER - static field in class javax.accessibility.AccessibleRole
A ruler is a method of measuring the distance between two points.
run() - method in class gnu.javax.sound.midi.alsa.AlsaPortDevice.AlsaTransmitter
run() - method in class javax.swing.text.AsyncBoxView.ChildState
Performs the layout update for the child view managed by this ChildState.
run() - method in class gnu.java.rmi.server.ConnectionRunnerPool.ConnectionRunner
This method will be called by whoever wishes to run your class implementing Runnable.
run() - method in class gnu.javax.net.ssl.provider.DelegatedTask
run() - method in class gnu.gcj.runtime.FinalizerThread
run() - method in class gnu.java.net.GetLocalHostAction
This method performs an operation that requires higher privileges to perform.
run() - method in class gnu.java.security.action.GetPropertyAction
This method performs an operation that requires higher privileges to perform.
run() - method in class gnu.java.security.action.GetSecurityPropertyAction
run() - method in class gnu.java.awt.peer.gtk.GtkMainThread
The method of Thread that will be run if there is no Runnable object associated with the Thread.
run() - method in class gnu.classpath.jdwp.Jdwp
This method will be called by whoever wishes to run your class implementing Runnable.
run() - method in class gnu.classpath.jdwp.transport.JdwpConnection
Main run method for the thread.
run() - method in class gnu.java.awt.peer.qt.MainQtThread
The method of Thread that will be run if there is no Runnable object associated with the Thread.
run() - method in class org.omg.CORBA.ORB
Start listening on the input socket.
run() - method in class gnu.CORBA.OrbFocused
Start the ORBs main working cycle (receive invocation - invoke on the local object - send response - wait for another invocation).
run() - method in class gnu.CORBA.OrbFunctional
Start the ORBs main working cycle (receive invocation - invoke on the local object - send response - wait for another invocation).
run() - method in class gnu.CORBA.OrbFunctional.portServer
Enter the serving loop (get request/process it).
run() - method in class gnu.CORBA.OrbRestricted
Shutdown the ORB server.
run() - method in class gnu.classpath.jdwp.processor.PacketProcessor
Main run routine for this thread.
run() - method in class java.security.PrivilegedAction<T>
This method performs an operation that requires higher privileges to perform.
run() - method in class java.security.PrivilegedExceptionAction<T>
This method performs an operation that requires higher privileges to successfully complete.
run() - method in class gnu.java.awt.peer.qt.QtRepaintThread
run() - method in class java.awt.image.renderable.RenderableImageProducer
This method will be called by whoever wishes to run your class implementing Runnable.
run() - method in class java.lang.Runnable
This method will be called by whoever wishes to run your class implementing Runnable.
run() - method in class gnu.java.security.action.SetAccessibleAction
This method performs an operation that requires higher privileges to perform.
run() - method in class java.lang.Thread
The method of Thread that will be run if there is no Runnable object associated with the Thread.
run() - method in class java.util.TimerTask
Method that is called when this task is scheduled for execution.
run() - method in class gnu.java.rmi.server.UnicastConnection
We run connects on the server.
run() - method in class gnu.java.rmi.server.UnicastConnectionManager
Server thread for connection manager.
run() - method in class gnu.awt.xlib.XEventLoop
run() - method in class gnu.java.awt.peer.x.XEventPump
The main event pump loop.
RUN_DIRECTION - static field in class java.awt.font.TextAttribute
A key for the RUN_DIRECTION attribute.
RUN_DIRECTION_LTR - static field in class java.awt.font.TextAttribute
A value that can be used with the RUN_DIRECTION attribute.
RUN_DIRECTION_RTL - static field in class java.awt.font.TextAttribute
A value that can be used with the RUN_DIRECTION attribute.
Runs the given command with the data in distr and writes the data for the reply packet to ostr.
Runs the given command with the data in distr and writes the data for the reply packet to ostr.
Runs the given command with the data in distr and writes the data for the reply packet to ostr.
Runs the given command with the data in distr and writes the data for the reply packet to ostr.
Runs the given command with the data in distr and writes the data for the reply packet to ostr.
runCommand(java.nio.ByteBuffer,java.io.DataOutputStream,byte) - method in class gnu.classpath.jdwp.processor.CommandSet
Runs the given command with the data in distr and writes the data for the reply packet to ostr.
Runs the given command with the data in distr and writes the data for the reply packet to ostr.
There are no commands for this CommandSet at this time so we just throw a NotImplementedException whenever it's called.
There are no commands for this CommandSet at this time so we just throw a NotImplementedException whenever it's called.
Runs the given command with the data in distr and writes the data for the reply packet to ostr.
Runs the given command with the data in distr and writes the data for the reply packet to ostr.
Runs the given command with the data in distr and writes the data for the reply packet to ostr.
Runs the given command with the data in distr and writes the data for the reply packet to ostr.
Runs the given command with the data in distr and writes the data for the reply packet to ostr.
runCount - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
The number of runs in the JTabbedPane.
HTMLDocument.RunElement - class javax.swing.text.html.HTMLDocument.RunElement
RunElement represents a section of text that has a set of HTML character level attributes assigned to it.
Constructs an element that has no children.
runFinalization() - method in class java.lang.Runtime
Run finalization on all Objects that are waiting to be finalized.
runFinalization() - static method in class java.lang.System
Runs object finalization on pending objects.
runFinalizersOnExit(boolean) - static method in class java.lang.Runtime
Tell the VM to run the finalize() method on every single Object before it exits.
runFinalizersOnExit(boolean) - static method in class java.lang.System
Tell the Runtime whether to run finalization before exiting the JVM.
RUNIC - static field in class java.lang.Character.UnicodeBlock
Runic.
Runnable getDelegatedTask() - method in class gnu.javax.net.ssl.provider.SSLEngineImpl
runnable - field in class java.awt.event.InvocationEvent
This is the Runnable object to call when dispatched.
Runnable - interface java.lang.Runnable
Runnable is an interface you implement to indicate that your class can be executed as the main part of a Thread, among other places.
running - field in class gnu.CORBA.gnuRequest
The flag, indicating that the request has been sent and no result is yet received.
RUNNING - static field in class gnu.classpath.jdwp.JdwpConstants.ThreadStatus
running - field in class gnu.CORBA.OrbFunctional
Setting this value to false causes the ORB to shutdown after the latest serving operation is complete.
runtime - field in class gnu.CORBA.CDR.AbstractCdrInput
The runtime, associated with this stream.
runtime - field in class gnu.CORBA.CDR.AbstractCdrOutput
The runtime, associated with this stream.
Runtime - class java.lang.Runtime
Runtime represents the Virtual Machine.
RunTime - interface org.omg.SendingContext.RunTime
Defines the base class that represents the Sending Context.
RUNTIME_MXBEAN_NAME - static field in class java.lang.management.ManagementFactory
The object name for the runtime bean.
RuntimeErrorException - exception javax.management.RuntimeErrorException
Represents an arbitrary error thrown by a management bean.
RuntimeErrorException(java.lang.Error) - constructor for class javax.management.RuntimeErrorException
Constructs a new RuntimeErrorException wrapping the specified error.
Constructs a new RuntimeErrorException wrapping the specified error and using the supplied message.
RuntimeException - exception java.lang.RuntimeException
All exceptions which are subclasses of RuntimeException can be thrown at any time during the execution of a Java virtual machine.
RuntimeException() - constructor for class java.lang.RuntimeException
Create an exception without a message.
RuntimeException(java.lang.String) - constructor for class java.lang.RuntimeException
Create an exception with a message.
Create an exception with a message and a cause.
Create an exception with the given cause, and a message of cause == null ?
RuntimeMBeanException - exception javax.management.RuntimeMBeanException
Represents an arbitrary runtime exception thrown by a management bean.
Constructs a new RuntimeMBeanException wrapping the specified exception.
Constructs a new RuntimeMBeanException wrapping the specified exception and using the supplied message.
RuntimeMXBean - interface java.lang.management.RuntimeMXBean
Provides access to information about the underlying virtual machine.
RuntimeMXBeanImpl - class gnu.java.lang.management.RuntimeMXBeanImpl
Provides access to information about the virtual machine.
RuntimeMXBeanImpl() - constructor for class gnu.java.lang.management.RuntimeMXBeanImpl
Constructs a new RuntimeMXBeanImpl.
RunTimeOperations - interface org.omg.SendingContext.RunTimeOperations
Defines the operations, applicable for Sending Context.
Represents a runtime exception thrown by a management bean operation.
Constructs a new RuntimeOperationsException wrapping the specified exception.
Constructs a new RuntimeOperationsException wrapping the specified exception and using the supplied message.
A RuntimePermission contains a permission name, but no actions list.
RuntimePermission(java.lang.String) - constructor for class java.lang.RuntimePermission
Create a new permission with the specified name.
Create a new permission with the specified name.