- RADIO_BUTTON - Static variable in class javax.accessibility.AccessibleRole
-
A specialized choice which toggles radio buttons in the group when it
is selected.
- RADIO_BUTTON - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a radio button.
- RADIO_BUTTON_MENU_ITEM - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a radio button menu item.
- radix() - Method in class java.util.Scanner
-
- RAISED - Static variable in class javax.swing.border.BevelBorder
-
Indicates that the BevelBorder looks like if the enclosed area was
raising out of the screen.
- RAISED - Static variable in class javax.swing.border.EtchedBorder
-
Indicates that the border appears as coming out of the
background.
- random() - Static method in class java.lang.Math
-
Get a random number.
- random() - Static method in class java.lang.StrictMath
-
Get a random number.
- Random - Class in java.util
-
This class generates pseudorandom numbers.
- Random() - Constructor for class java.util.Random
-
Creates a new pseudorandom number generator.
- Random(long) - Constructor for class java.util.Random
-
Creates a new pseudorandom number generator, starting with the
specified seed, using setSeed(seed);
.
- RandomAccess - Interface in java.util
-
Marker interface used to inform List
implementations that
they support fast (usually constant time) random access.
- RandomAccessFile - Class in java.io
-
This class allows reading and writing of files at random locations.
- RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
-
This method initializes a new instance of RandomAccessFile
to read from the specified File
object with the specified
access mode.
- RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
-
This method initializes a new instance of RandomAccessFile
to read from the specified file name with the specified access mode.
- RANDOMPIXELORDER - Static variable in interface 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 variable in class java.awt.JobAttributes.DefaultSelectionType
-
- range(T, T) - Static method in class java.util.EnumSet
-
Creates a new
EnumSet
using the enumeration constants
starting from
from
and ending at
to
inclusive.
- Range - Interface in org.w3c.dom.ranges
-
- RangeException - Exception in org.w3c.dom.ranges
-
Range operations may throw a RangeException
as specified in
their method descriptions.
- RangeException(short, String) - Constructor for exception org.w3c.dom.ranges.RangeException
-
- Raster - Class in java.awt.image
-
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.
- Raster(SampleModel, Point) - Constructor for class java.awt.image.Raster
-
Creates a new raster.
- Raster(SampleModel, DataBuffer, Point) - Constructor for class java.awt.image.Raster
-
Creates a new raster.
- Raster(SampleModel, DataBuffer, Rectangle, Point, Raster) - Constructor for class java.awt.image.Raster
-
Creates a new raster.
- raster - Variable in class javax.imageio.IIOImage
-
Image data as a Raster.
- RasterFormatException - Exception in java.awt.image
-
This exception is thrown when there is invalid layout information in
Raster
- RasterFormatException(String) - Constructor for exception java.awt.image.RasterFormatException
-
Create a new instance with a descriptive error message.
- RasterOp - Interface in java.awt.image
-
An operation that is performed on one raster (the source) producing a new
raster (the destination).
- RAW_SEND_SIZE - Static variable in class javax.security.sasl.Sasl
-
The name of a property that specifies the maximum size of the raw send
buffer in bytes of
SaslClient
/
SaslServer
.
- RAW_TEXT - Static variable in class java.awt.im.InputMethodHighlight
-
Raw text state (before conversion).
- RC2ParameterSpec - Class in javax.crypto.spec
-
A wrapper for parameters for the
RC2
block cipher ("RC" means either "Rivest Cipher" or "Ron's Code",
depending upon who you ask and when).
- RC2ParameterSpec(int) - Constructor for class javax.crypto.spec.RC2ParameterSpec
-
Create RC2 parameters without an IV.
- RC2ParameterSpec(int, byte[]) - Constructor for class javax.crypto.spec.RC2ParameterSpec
-
Create RC2 parameters with an IV.
- RC2ParameterSpec(int, byte[], int) - Constructor for class javax.crypto.spec.RC2ParameterSpec
-
Create RC2 parameters with an IV.
- RC5ParameterSpec - Class in javax.crypto.spec
-
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 variable in interface 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 variable in class javax.swing.undo.StateEdit
-
The ID of the Java source file in Sun’s Revision Control
System (RCS).
- RCSID - Static variable in interface javax.swing.undo.StateEditable
-
The ID of the Java source file in Sun’s Revision Control
System (RCS).
- 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(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(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() - Method in class java.io.BufferedReader
-
- read() - Method in class java.io.ByteArrayInputStream
-
This method reads one byte from the stream.
- 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() - Method in class java.io.CharArrayReader
-
This method reads one char from the stream.
- 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(byte[]) - 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.io.DataInputStream
-
This method reads bytes from the underlying stream into the specified
byte array buffer.
- 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(byte[]) - Method in class java.io.FileInputStream
-
This method reads bytes from a stream and stores them into a caller
supplied buffer.
- 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() - Method in class java.io.FilterInputStream
-
Calls the in.read()
method
- read(byte[]) - Method in class java.io.FilterInputStream
-
Calls the read(byte[], int, int)
overloaded method.
- read(byte[], int, int) - Method in class java.io.FilterInputStream
-
Calls the in.read(byte[], int, int)
method.
- read() - Method in class java.io.FilterReader
-
Calls the in.read()
method
- read(char[], int, int) - Method in class java.io.FilterReader
-
Calls the in.read(char[], int, int)
method.
- 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(byte[]) - Method in class java.io.InputStream
-
This method reads bytes from a stream and stores them into a caller
supplied buffer.
- 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(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() - Method in class java.io.InputStreamReader
-
This method reads a single character of data from the stream.
- read() - Method in class java.io.LineNumberInputStream
-
Deprecated.
This method reads an unsigned byte from the input stream and returns it
as an int in the range of 0-255.
- read(byte[], int, int) - Method in class java.io.LineNumberInputStream
-
Deprecated.
This method reads bytes from a stream and stores them into a caller
supplied buffer.
- 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(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() - Method in interface java.io.ObjectInput
-
This method reading a byte of data from a stream.
- read(byte[]) - Method in interface java.io.ObjectInput
-
This method reads raw bytes and stores them them a byte array buffer.
- read(byte[], int, int) - Method in interface 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() - Method in class java.io.ObjectInputStream
-
- read(byte[], int, int) - Method in class java.io.ObjectInputStream
-
- read() - Method in class java.io.PipedInputStream
-
This method reads one byte from the stream
- read(byte[], int, int) - Method in class java.io.PipedInputStream
-
This method reads bytes from the stream into a caller supplied buffer.
- read() - Method in class java.io.PipedReader
-
This method reads chars from the stream 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() - 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(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() - 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(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() - Method in class java.io.RandomAccessFile
-
This method reads a single byte of data from the file and returns it
as an integer.
- read(byte[]) - Method in class java.io.RandomAccessFile
-
This method reads bytes from the file into the specified array.
- read(byte[], int, int) - Method in class 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(char[], int, int) - Method in class java.io.Reader
-
Read chars from a stream and stores them into a caller
supplied buffer.
- read(char[]) - Method in class java.io.Reader
-
Reads chars from a stream and stores them into a caller
supplied buffer.
- 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(CharBuffer) - Method in class java.io.Reader
-
- 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(byte[], int, int) - Method in class java.io.SequenceInputStream
-
This method reads bytes from a stream and stores them into a caller
supplied buffer.
- read() - Method in class java.io.StringBufferInputStream
-
Deprecated.
This method reads one byte from the stream.
- read(byte[], int, int) - Method in class java.io.StringBufferInputStream
-
Deprecated.
This method reads bytes from the stream and stores them into a caller
supplied buffer.
- read() - Method in class java.io.StringReader
-
- read(char[], int, int) - Method in class java.io.StringReader
-
- read(CharBuffer) - Method in interface java.lang.Readable
-
Adds the character data supplied by this Readable
to the specified character buffer.
- read(ByteBuffer[]) - Method in class java.nio.channels.DatagramChannel
-
Reads data from this channel.
- read(ByteBuffer) - Method in class java.nio.channels.DatagramChannel
-
Reads data from this channel.
- read(ByteBuffer[], int, int) - Method in class java.nio.channels.DatagramChannel
-
Reads data from this channel.
- read(ByteBuffer[], int, int) - Method in class java.nio.channels.FileChannel
-
Reads data from the channel.
- read(ByteBuffer[]) - Method in class java.nio.channels.FileChannel
-
Reads data from the channel.
- read(ByteBuffer) - Method in class java.nio.channels.FileChannel
-
Reads data from the channel.
- read(ByteBuffer, long) - Method in class java.nio.channels.FileChannel
-
Reads data from the channel.
- read(ByteBuffer) - Method in interface java.nio.channels.ReadableByteChannel
-
Reads a sequence of bytes from this channel into the given buffer
- read(ByteBuffer[], int, int) - Method in interface java.nio.channels.ScatteringByteChannel
-
Reads a sequence of bytes from this channel into a subsequence of the
given buffers
- read(ByteBuffer[]) - Method in interface java.nio.channels.ScatteringByteChannel
-
Reads a sequence of bytes from this channel into the given buffers
- read(ByteBuffer[]) - Method in class java.nio.channels.SocketChannel
-
Reads data from the channel.
- read(ByteBuffer) - Method in class java.nio.channels.SocketChannel
-
Reads data from the channel.
- read(ByteBuffer[], int, int) - Method in class java.nio.channels.SocketChannel
-
Reads data from the channel.
- read(CharBuffer) - Method in class java.nio.CharBuffer
-
- read(ObjectInput) - Static method in class java.rmi.server.ObjID
-
Read object id (as long), then the object
UID
.
- read(DataInput) - Static method in class java.rmi.server.UID
-
- read() - Method in class java.security.DigestInputStream
-
Reads a byte from the input stream and updates the digest.
- 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 java.util.jar.JarInputStream
-
XXX
- read(InputStream) - Method in class java.util.jar.Manifest
-
Read and merge a Manifest
from the designated input 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(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 java.util.zip.GZIPInputStream
-
Reads in GZIP-compressed data and stores it in uncompressed form
into an array of bytes.
- read() - Method in class java.util.zip.InflaterInputStream
-
Reads one byte of decompressed data.
- read(byte[], int, int) - Method in class java.util.zip.InflaterInputStream
-
Decompresses data into the byte array
- read() - Method in class java.util.zip.ZipInputStream
-
Reads a byte from the current zip entry.
- read(byte[], int, int) - Method in class java.util.zip.ZipInputStream
-
Reads a block of bytes from the current zip entry.
- read() - Method in class javax.crypto.CipherInputStream
-
Read a single byte from this input stream; returns -1 on the
end-of-file.
- 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[]) - 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(ImageInputStream) - Static method in class javax.imageio.ImageIO
-
Create a buffered image from an image input stream.
- read(URL) - Static method in class javax.imageio.ImageIO
-
Create a buffered image from a URL.
- read(InputStream) - Static method in class javax.imageio.ImageIO
-
Create a buffered image from an input stream.
- read(File) - Static method in class javax.imageio.ImageIO
-
Create a buffered image from a file.
- read(int, ImageReadParam) - Method in class javax.imageio.ImageReader
-
Read the given frame into a buffered image using the given read
parameters.
- 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() - Method in class javax.imageio.stream.FileCacheImageInputStream
-
- read(byte[], int, int) - Method in class javax.imageio.stream.FileCacheImageInputStream
-
- read() - Method in class javax.imageio.stream.FileCacheImageOutputStream
-
- read(byte[], int, int) - Method in class javax.imageio.stream.FileCacheImageOutputStream
-
- read() - Method in class javax.imageio.stream.FileImageInputStream
-
- read(byte[], int, int) - Method in class javax.imageio.stream.FileImageInputStream
-
- read() - Method in class javax.imageio.stream.FileImageOutputStream
-
- read(byte[], int, int) - Method in class javax.imageio.stream.FileImageOutputStream
-
- read() - Method in interface javax.imageio.stream.ImageInputStream
-
- read(byte[]) - Method in interface javax.imageio.stream.ImageInputStream
-
- read(byte[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
-
- read() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- read(byte[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- read(byte[]) - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- read() - Method in class javax.imageio.stream.MemoryCacheImageInputStream
-
- read(byte[], int, int) - Method in class javax.imageio.stream.MemoryCacheImageInputStream
-
- read() - Method in class javax.imageio.stream.MemoryCacheImageOutputStream
-
- read(byte[], int, int) - Method in class javax.imageio.stream.MemoryCacheImageOutputStream
-
- read() - Method in class javax.sound.sampled.AudioInputStream
-
Read a single byte from the underlying stream.
- read(byte[]) - Method in class javax.sound.sampled.AudioInputStream
-
- read(byte[], int, int) - Method in class javax.sound.sampled.AudioInputStream
-
- read(byte[], int, int) - Method in interface javax.sound.sampled.TargetDataLine
-
Read data from the line into the given buffer.
- read(InputStream, Object) - Method in class javax.swing.JEditorPane
-
This method initializes from a stream.
- 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(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[], 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(InputStream, Document, int) - Method in class javax.swing.text.DefaultEditorKit
-
Reads a document of the supported content type from an
InputStream
into the actual
Document
object.
- read(Reader, Document, int) - Method in class javax.swing.text.DefaultEditorKit
-
Reads a document of the supported content type from a
Reader
into the actual
Document
object.
- read(InputStream, Document, int) - Method in class javax.swing.text.EditorKit
-
- read(Reader, Document, int) - Method in class javax.swing.text.EditorKit
-
- read(Reader, Document, int) - Method in class javax.swing.text.html.HTMLEditorKit
-
Inserts content from the given stream.
- read(DataInputStream) - Method in class javax.swing.text.html.parser.DTD
-
Reads DTD from an archived format.
- read(Reader, Object) - Method in class javax.swing.text.JTextComponent
-
Read and set the content this component.
- read(InputStream, Document, int) - Method in class javax.swing.text.rtf.RTFEditorKit
-
Reads RTF data from stream
into doc
at the
specified position pos
.
- read(Reader, Document, int) - Method in class javax.swing.text.rtf.RTFEditorKit
-
Reads RTF data from reader
into doc
at the
specified position pos
.
- read(InputStream) - Static method in class org.omg.CORBA.AnySeqHelper
-
Reads the
Any
[] from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.CORBA.BooleanSeqHelper
-
Reads the boolean[]
from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.CORBA.CharSeqHelper
-
Reads the char[]
from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.CORBA.CompletionStatusHelper
-
- read(InputStream) - Static method in class org.omg.CORBA.CurrentHelper
-
Read the Current from the CDR intput stream (IOR profile expected).
- read(InputStream) - Static method in class org.omg.CORBA.DefinitionKindHelper
-
Read the definitin kind (as int) from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.CORBA.DoubleSeqHelper
-
Reads the double[]
from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.CORBA.FieldNameHelper
-
- read(InputStream) - Static method in class org.omg.CORBA.FloatSeqHelper
-
Reads the float[]
from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.CORBA.IdentifierHelper
-
- read(InputStream) - Static method in class org.omg.CORBA.IDLTypeHelper
-
Read the IDL type from the given input stream.
- read(InputStream) - Static method in class org.omg.CORBA.LongLongSeqHelper
-
Reads the long long[]
from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.CORBA.LongSeqHelper
-
Reads the int[]
from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.CORBA.NameValuePairHelper
-
Read the NameValuePair from the given CDR stream.
- read(InputStream) - Static method in class org.omg.CORBA.ObjectHelper
-
Read the object from the given CDR input stream.
- read(InputStream) - Static method in class org.omg.CORBA.OctetSeqHelper
-
Reads the byte[]
from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.CORBA.ParameterModeHelper
-
Read the enumeration value (as int) from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.CORBA.PolicyErrorCodeHelper
-
- read(InputStream) - Static method in class org.omg.CORBA.PolicyErrorHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.CORBA.PolicyHelper
-
Read the object from the CDR intput stream (IOR profile expected).
- read(InputStream) - Static method in class org.omg.CORBA.PolicyListHelper
-
Read the sequence of policies from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.CORBA.PolicyTypeHelper
-
Read the int (policy type) from the CDR intput stream.
- read() - Method in class org.omg.CORBA.portable.InputStream
-
Should read from the stream, but following specification it does not.
- read(InputStream) - Static method in class org.omg.CORBA.RepositoryIdHelper
-
- read(InputStream) - Static method in class org.omg.CORBA.ServiceDetailHelper
-
Read the service detail information from the given CDR
intput stream.
- read(InputStream) - Static method in class org.omg.CORBA.ServiceInformationHelper
-
Read the service information from the given CDR input stream.
- read(InputStream) - Static method in class org.omg.CORBA.SetOverrideTypeHelper
-
Read the enumeration value (as int) from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.CORBA.ShortSeqHelper
-
Reads the short[]
from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.CORBA.StringSeqHelper
-
Reads the String[]
from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.CORBA.StringValueHelper
-
Reads a string as a value type.
- read(InputStream) - Static method in class org.omg.CORBA.StructMemberHelper
-
Read the StructMember from the input stream.
- read(InputStream) - Static method in class org.omg.CORBA.ULongLongSeqHelper
-
Reads the long[]
from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.CORBA.ULongSeqHelper
-
Reads the int[]
from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.CORBA.UnionMemberHelper
-
Read the union member from the given stream.
- read(InputStream) - Static method in class org.omg.CORBA.UnknownUserExceptionHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.CORBA.UShortSeqHelper
-
Reads the short[]
from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.CORBA.ValueBaseHelper
-
Read the value base from the given input stream.
- read(InputStream) - Static method in class org.omg.CORBA.ValueMemberHelper
-
Reads the value member from the given stream.
- read(InputStream) - Static method in class org.omg.CORBA.VersionSpecHelper
-
- read(InputStream) - Static method in class org.omg.CORBA.VisibilityHelper
-
Read the visibility value (as short) from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.CORBA.WCharSeqHelper
-
Reads the char[]
from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.CORBA.WrongTransactionHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.CORBA.WStringSeqHelper
-
Reads the String[]
from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.CORBA.WStringValueHelper
-
Reads a wide string as a value type.
- read(InputStream) - Static method in class org.omg.CosNaming.BindingHelper
-
Read the binding from the given CDR stream.
- read(InputStream) - Static method in class org.omg.CosNaming.BindingIteratorHelper
-
Read the exception from the given CDR stream.
- read(InputStream) - Static method in class org.omg.CosNaming.BindingListHelper
-
Read the array of bindings from the given CDR input stream.
- read(InputStream) - Static method in class org.omg.CosNaming.BindingTypeHelper
-
Read the binding type from the CDR input stream.
- read(InputStream) - Static method in class org.omg.CosNaming.IstringHelper
-
- read(InputStream) - Static method in class org.omg.CosNaming.NameComponentHelper
-
Read the name component from the given CDR input stream.
- read(InputStream) - Static method in class org.omg.CosNaming.NameHelper
-
Read the Name from the given CDR input stream.
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtHelper
-
Read the extended naming context from the given CDR input stream.
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.AddressHelper
-
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.InvalidAddressHelper
-
Read the exception from the given CDR stream.
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.StringNameHelper
-
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextExtPackage.URLStringHelper
-
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextHelper
-
Read the naming context from the given CDR input stream.
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
-
Read the exception from the given CDR stream.
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
-
Read the exception from the given CDR stream.
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
-
Read the exception from the given CDR stream.
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
-
Read the exception from the given CDR stream.
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
-
Read the exception from the given CDR stream.
- read(InputStream) - Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
-
Read the exception from the given CDR stream.
- read(InputStream) - Static method in class org.omg.DynamicAny.AnySeqHelper
-
- read(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(InputStream) - Static method in class org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCodeHelper
-
Read the exception from the CDR intput stream.
- read(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(InputStream) - Static method in class org.omg.DynamicAny.DynAnyPackage.InvalidValueHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.DynamicAny.DynAnyPackage.TypeMismatchHelper
-
Read the exception from the CDR intput stream.
- read(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(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(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(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(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(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(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(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(InputStream) - Static method in class org.omg.DynamicAny.FieldNameHelper
-
- read(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(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(InputStream) - Static method in class org.omg.DynamicAny.NameValuePairHelper
-
Read the structure from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.DynamicAny.NameValuePairSeqHelper
-
Read the sequence from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.IOP.CodecFactoryHelper
-
This should read the CodecFactory from the CDR intput stream,
but this is not possible as CodecFactory is a local object.
- read(InputStream) - Static method in class org.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.IOP.CodecPackage.FormatMismatchHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.IOP.CodecPackage.InvalidTypeForEncodingHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.IOP.CodecPackage.TypeMismatchHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.IOP.ComponentIdHelper
-
Read the ComponentId from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.IOP.IORHelper
-
Read the structure from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.IOP.MultipleComponentProfileHelper
-
Read the sequence from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.IOP.ProfileIdHelper
-
Read the ProfileId from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.IOP.ServiceContextHelper
-
Read the context from the CDR intput stream (first id, then
data as a flexible length byte sequence).
- read(InputStream) - Static method in class org.omg.IOP.ServiceContextListHelper
-
Read the ServiceContext[] from the CDR intput stream as a flexible lenth
sequence.
- read(InputStream) - Static method in class org.omg.IOP.ServiceIdHelper
-
Read the ServiceId from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.IOP.TaggedComponentHelper
-
Read the structure from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.IOP.TaggedProfileHelper
-
Read the structure from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.Messaging.SyncScopeHelper
-
- read(InputStream) - Static method in class org.omg.PortableInterceptor.AdapterManagerIdHelper
-
Read the int (adapter manager id) from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableInterceptor.AdapterNameHelper
-
Reads the String[]
from the CORBA input stream.
- read(InputStream) - Static method in class org.omg.PortableInterceptor.AdapterStateHelper
-
Read the short
(adapter state) from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableInterceptor.CurrentHelper
-
Not supported for compatibility reasons.
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ForwardRequestHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableInterceptor.InvalidSlotHelper
-
Read the exception from the CDR intput stream.
- read(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(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectIdHelper
-
Read the Object Id as a byte array.
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectReferenceFactoryHelper
-
Read the ObjectReferenceFactory from the CDR intput stream
(ValueBase type expected).
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateHelper
-
Read the object reference template (as the value type).
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ObjectReferenceTemplateSeqHelper
-
Reads the ObjectReferenceTemplate[]
from the CORBA input
stream.
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBIdHelper
-
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.DuplicateNameHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.InvalidNameHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ORBInitInfoPackage.ObjectIdHelper
-
- read(InputStream) - Static method in class org.omg.PortableInterceptor.ServerIdHelper
-
- read(InputStream) - Static method in class org.omg.PortableServer.CurrentHelper
-
Not supported for compatibility reasons.
- read(InputStream) - Static method in class org.omg.PortableServer.CurrentPackage.NoContextHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableServer.ForwardRequestHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableServer.POAHelper
-
This should read POA from the CDR input stream, but, following the specs,
it doesnot.
- read(InputStream) - Static method in class org.omg.PortableServer.POAManagerPackage.AdapterInactiveHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.AdapterAlreadyExistsHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.AdapterNonExistentHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.InvalidPolicyHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.NoServantHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ObjectAlreadyActiveHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ObjectNotActiveHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ServantAlreadyActiveHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.ServantNotActiveHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.WrongAdapterHelper
-
Read the exception from the CDR intput stream.
- read(InputStream) - Static method in class org.omg.PortableServer.POAPackage.WrongPolicyHelper
-
Read the exception from the CDR intput stream.
- read(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(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_Abstract() - Method in interface org.omg.CORBA.DataInputStream
-
Read abstract interface.
- read_abstract_interface() - Method in class org.omg.CORBA_2_3.portable.InputStream
-
Read the abstract interface.
- read_abstract_interface(Class) - Method in class org.omg.CORBA_2_3.portable.InputStream
-
Read the abstract interface, corresponding to the passed type.
- read_any() - Method in interface org.omg.CORBA.DataInputStream
-
- read_any() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA Any
.
- read_any_array(AnySeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
-
Read array of Any's.
- read_boolean() - Method in interface org.omg.CORBA.DataInputStream
-
Read boolean.
- read_boolean() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA boolean
.
- read_boolean_array(BooleanSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
-
Read boolean array.
- read_boolean_array(boolean[], int, int) - Method in class org.omg.CORBA.portable.InputStream
-
Read a and array of CORBA boolean values.
- read_char() - Method in interface org.omg.CORBA.DataInputStream
-
Read narrow (usually 8 bit) char.
- read_char() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA char
.
- read_char_array(CharSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
-
Read array of narrow (usually 8 bit) chars.
- read_char_array(char[], int, int) - Method in class org.omg.CORBA.portable.InputStream
-
Read a and array of CORBA characters.
- 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 interface org.omg.CORBA.DataInputStream
-
Read dobule.
- read_double() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA double
.
- read_double_array(DoubleSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
-
Read array of doubles.
- read_double_array(double[], int, int) - Method in class org.omg.CORBA.portable.InputStream
-
Read a and array of CORBA doubles.
- read_fixed() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA fixed
.
- read_float() - Method in interface org.omg.CORBA.DataInputStream
-
Read float.
- read_float() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA float
.
- read_float_array(FloatSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
-
Read array of floats.
- read_float_array(float[], int, int) - Method in class org.omg.CORBA.portable.InputStream
-
Read a and array of CORBA float.
- read_long() - Method in interface org.omg.CORBA.DataInputStream
-
Read CORBA long (java int, 32 bits).
- read_long() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA long
that is mapped into java int
.
- read_long_array(LongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
-
Read array of CORBA longs (java ints).
- read_long_array(int[], int, int) - Method in class org.omg.CORBA.portable.InputStream
-
Read a and array of CORBA longs.
- read_longlong() - Method in interface org.omg.CORBA.DataInputStream
-
Read CORBA long long (java long, 64 bits).
- read_longlong() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA long long
that is mapped into java
long
.
- read_longlong_array(LongLongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
-
Read array of CORBA long longs (java longs).
- read_longlong_array(long[], int, int) - Method in class org.omg.CORBA.portable.InputStream
-
Read an array of CORBA long long
- read_Object() - Method in interface org.omg.CORBA.DataInputStream
-
Read CORBA object.
- read_Object() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA (not java) object
- read_Object(Class) - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA object that is an instance of the class, passed
as an argument.
- read_octet() - Method in interface org.omg.CORBA.DataInputStream
-
Read octet (byte).
- read_octet() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA octed
that is mapped into java byte
.
- read_octet_array(OctetSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
-
Read array of bytes.
- 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_ONLY - Static variable in class java.nio.channels.FileChannel.MapMode
-
- read_Principal() - Method in class org.omg.CORBA.portable.InputStream
-
- read_short() - Method in interface org.omg.CORBA.DataInputStream
-
Read short (16 bit int).
- read_short() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA short
.
- read_short_array(ShortSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
-
Read array of shorts (16 bit ints).
- read_short_array(short[], int, int) - Method in class org.omg.CORBA.portable.InputStream
-
- read_string() - Method in interface org.omg.CORBA.DataInputStream
-
Read narrow string (usually 8 bits per character).
- read_string() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA string
that is mapped into java
String
.
- read_TypeCode() - Method in interface org.omg.CORBA.DataInputStream
-
Read typecode.
- read_TypeCode() - Method in class org.omg.CORBA.portable.InputStream
-
Read a TypeCode.
- read_ulong() - Method in interface org.omg.CORBA.DataInputStream
-
Read CORBA unsigned long (java int).
- read_ulong() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA unsigned long that is mapped into java int
.
- read_ulong_array(ULongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
-
Read array of CORBA unsigned longs (java ints).
- read_ulong_array(int[], int, int) - Method in class org.omg.CORBA.portable.InputStream
-
Read an array of CORBA unsigned long.
- read_ulonglong() - Method in interface org.omg.CORBA.DataInputStream
-
Read unsigned CORBA long long (java long, 64 bits).
- read_ulonglong() - Method in class org.omg.CORBA.portable.InputStream
-
Read a and array of CORBA unsigned longs.
- read_ulonglong_array(ULongLongSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
-
Read array of CORBA unsigned long longs (java longs).
- read_ulonglong_array(long[], int, int) - Method in class org.omg.CORBA.portable.InputStream
-
Read a and array of CORBA unsigned longs.
- read_ushort() - Method in interface org.omg.CORBA.DataInputStream
-
Read unsigned short.
- read_ushort() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA unsigned short that is mapped into java short
.
- read_ushort_array(UShortSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
-
Read array of unsigned shorts (16 bit ints).
- read_ushort_array(short[], int, int) - Method in class org.omg.CORBA.portable.InputStream
-
Read a and array of CORBA unsigned shorts.
- read_value(InputStream, TypeCode) - Method in class org.omg.CORBA.Any
-
Read the value into this Any
from the given input stream.
- read_Value() - Method in interface org.omg.CORBA.DataInputStream
-
Read the CORBA value type.
- read_value(InputStream) - Method in interface org.omg.CORBA.portable.BoxedValueHelper
-
Read this value type from the CDR stream.
- read_value(InputStream) - Method in interface org.omg.CORBA.portable.ValueFactory
-
Read the value type.
- read_value(InputStream) - Method in class org.omg.CORBA.StringValueHelper
-
Read the string value from the input stream.
- read_value(InputStream) - Method in class org.omg.CORBA.WStringValueHelper
-
Read the wide string value from the input stream.
- 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(Class) - Method in class org.omg.CORBA_2_3.portable.InputStream
-
Read a value type structure, corresponing to the passed type.
- read_value(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(String) - Method in class org.omg.CORBA_2_3.portable.InputStream
-
Read a value type structure, having the given repository id.
- read_value(BoxedValueHelper) - Method in class org.omg.CORBA_2_3.portable.InputStream
-
Use the provided boxed value helper to read the value.
- read_wchar() - Method in interface org.omg.CORBA.DataInputStream
-
Read wide (usually 16 bit) char.
- read_wchar() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA wchar
that is mapped into java char
.
- read_wchar_array(WCharSeqHolder, int, int) - Method in interface org.omg.CORBA.DataInputStream
-
Read array of wide (usually 16 bit) chars.
- read_wchar_array(char[], int, int) - Method in class org.omg.CORBA.portable.InputStream
-
- READ_WRITE - Static variable in class java.nio.channels.FileChannel.MapMode
-
- read_wstring() - Method in interface org.omg.CORBA.DataInputStream
-
Read wide string (usually 16 bits per character).
- read_wstring() - Method in class org.omg.CORBA.portable.InputStream
-
Read a CORBA wstring
that is mapped into
java String
.
- Readable - Interface in java.lang
-
A Readable
object is simply a source for Unicode character
data.
- ReadableByteChannel - Interface in java.nio.channels
-
- readAborted(ImageReader) - Method in interface javax.imageio.event.IIOReadProgressListener
-
Reports that a read operation has been aborted.
- readAll(int, ImageReadParam) - Method in class javax.imageio.ImageReader
-
Read the given frame all at once, using the given image read
parameters, and return an IIOImage.
- readAll(Iterator<? extends 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.
- readAny(InputStream) - Static method in class javax.rmi.CORBA.Util
-
Read Any from the input stream.
- readAny(InputStream) - Method in interface javax.rmi.CORBA.UtilDelegate
-
Read Any from the input stream.
- readArray() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a Java SQL
Array
.
- readAsciiStream() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a ASCII text
InputStream
.
- readAsRenderedImage(int, ImageReadParam) - Method in class javax.imageio.ImageReader
-
Read a rendered image.
- readAttributes(ObjectInputStream, MutableAttributeSet) - Method in class javax.swing.text.StyleContext
-
Handles reading in the attributes.
- readAttributeSet(ObjectInputStream, MutableAttributeSet) - Static method in class javax.swing.text.StyleContext
-
Reads a set of attributes from the given object input stream.
- readBigDecimal() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a Java
BigDecimal
.
- readBinaryStream() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a binary
InputStream
.
- readBit() - Method in interface javax.imageio.stream.ImageInputStream
-
- readBit() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readBits(int) - Method in interface javax.imageio.stream.ImageInputStream
-
- readBits(int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readBlob() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a Java SQL
Blob
.
- readBoolean() - Method in interface 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 java.io.ObjectInputStream
-
- readBoolean() - Method in class java.io.RandomAccessFile
-
This method reads a Java boolean value from an input stream.
- readBoolean() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a Java
boolean
.
- readBoolean() - Method in interface javax.imageio.stream.ImageInputStream
-
Reads a byte and checks whether or not its value is zero.
- readBoolean() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readByte() - Method in interface 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 java.io.ObjectInputStream
-
- readByte() - Method in class java.io.RandomAccessFile
-
This method reads a Java byte value from an input stream.
- readByte() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a Java
byte
.
- readByte() - Method in interface javax.imageio.stream.ImageInputStream
-
Reads a signed byte.
- readByte() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readBytes() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a Java
byte array
- readBytes(IIOByteBuffer, int) - Method in interface javax.imageio.stream.ImageInputStream
-
Reads up to a specified number of bytes, and modifies a
IIOByteBuffer
to hold the read data.
- readBytes(IIOByteBuffer, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readChar() - Method in interface 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 java.io.ObjectInputStream
-
- readChar() - Method in class java.io.RandomAccessFile
-
This method reads a Java char
value from an input stream.
- readChar() - Method in interface javax.imageio.stream.ImageInputStream
-
Reads an unsigned 16-bit integer.
- readChar() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readCharacterStream() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a character
Reader
.
- readChildren(ObjectInputStream) - Method in class java.beans.beancontext.BeanContextSupport
-
- 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 interface java.sql.SQLInput
-
This method reads the next item from the stream a Java SQL
Clob
.
- readConfiguration() - Method in class java.util.logging.LogManager
-
Configures the logging framework by reading a configuration file.
- readConfiguration(InputStream) - Method in class java.util.logging.LogManager
-
- readData(RowSetInternal) - Method in interface javax.sql.RowSetReader
-
- readDate() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a Java
java.sql.Date
.
- readDouble() - Method in interface 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 java.io.ObjectInputStream
-
- readDouble() - Method in class java.io.RandomAccessFile
-
This method reads a Java double value from an input stream.
- readDouble() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a Java
double
.
- readDouble() - Method in interface javax.imageio.stream.ImageInputStream
-
Reads an IEEE 64-bit double-precision floating point number.
- readDouble() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- reader() - Method in class java.io.Console
-
- Reader - Class in java.io
-
This abstract class forms the base of the hierarchy of classes that read
input as a stream of characters.
- Reader() - Constructor for class java.io.Reader
-
Unitializes a Reader
that will use the object
itself for synchronization of critical code sections.
- Reader(Object) - Constructor for class java.io.Reader
-
Initializes a Reader
that will use the specified
Object
for synchronization of critical code sections.
- readerSpiNames - Variable in class javax.imageio.spi.ImageWriterSpi
-
- readerSupportsThumbnails() - Method in class javax.imageio.ImageReader
-
Check if this reader supports reading thumbnails.
- readExternal(ObjectInput) - Method in class java.awt.datatransfer.DataFlavor
-
De-serialize this class.
- readExternal(ObjectInput) - Method in interface java.io.Externalizable
-
This method restores an object's state by reading in the instance data
for the object from the passed in stream.
- readExternal(ObjectInput) - Method in class javax.activation.MimeType
-
- 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 interface 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 java.io.ObjectInputStream
-
- readFloat() - Method in class java.io.RandomAccessFile
-
This method reads a Java float value from an input stream.
- readFloat() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a Java
float
.
- readFloat() - Method in interface javax.imageio.stream.ImageInputStream
-
Reads an IEEE 32-bit single-precision floating point number.
- readFloat() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readFully(byte[]) - Method in interface java.io.DataInput
-
This method reads raw bytes into the passed array until the array is
full.
- readFully(byte[], int, int) - Method in interface java.io.DataInput
-
This method reads raw bytes into the passed array buf
starting
offset
bytes into the buffer.
- readFully(byte[]) - Method in class java.io.DataInputStream
-
This method reads raw bytes into the passed array until the array is
full.
- 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[]) - Method in class java.io.ObjectInputStream
-
- readFully(byte[], int, int) - Method in class java.io.ObjectInputStream
-
- readFully(byte[]) - Method in class java.io.RandomAccessFile
-
This method reads raw bytes into the passed array until the array is
full.
- readFully(byte[], int, int) - Method in class java.io.RandomAccessFile
-
This method reads raw bytes into the passed array buf
starting
offset
bytes into the buffer.
- readFully(byte[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
-
Reads a sequence of signed 8-bit integers into a
byte[]
array.
- readFully(byte[]) - Method in interface javax.imageio.stream.ImageInputStream
-
Reads a sequence of signed 8-bit integers into a
byte[]
array.
- readFully(short[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
-
Reads a sequence of signed 16-bit integers into a
short[]
array.
- readFully(char[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
-
Reads a sequence of unsigned 16-bit integers into a
char[]
array.
- readFully(int[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
-
Reads a sequence of signed 32-bit integers into a
long[]
array.
- readFully(long[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
-
Reads a sequence of signed 64-bit integers into a
long[]
array.
- readFully(float[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
-
Reads a sequence of IEEE 32-bit single-precision floating point
numbers into a float[]
array.
- readFully(double[], int, int) - Method in interface javax.imageio.stream.ImageInputStream
-
Reads a sequence of IEEE 64-bit double-precision floating point
numbers into a double[]
array.
- readFully(byte[]) - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readFully(byte[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readFully(char[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readFully(double[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readFully(float[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readFully(int[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readFully(long[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readFully(short[], int, int) - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- READING - Static variable in class java.text.AttributedCharacterIterator.Attribute
-
This is the attribute for the reading form of text.
- readInt() - Method in interface 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 java.io.ObjectInputStream
-
- readInt() - Method in class java.io.RandomAccessFile
-
This method reads a Java int
value from an input stream
It operates by reading four bytes from the stream and converting them to
a single Java int
The bytes are stored most
significant byte first (i.e., "big endian") regardless of the native
host byte ordering.
- readInt() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a Java
int
.
- readInt() - Method in interface javax.imageio.stream.ImageInputStream
-
Reads a signed 32-bit integer.
- readInt() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- 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(String, Object...) - Method in class java.io.Console
-
- readLine() - Method in class java.io.Console
-
- readLine() - Method in interface java.io.DataInput
-
This method reads the next line of text data from an input stream.
- readLine() - Method in class java.io.DataInputStream
-
Deprecated.
- readLine() - Method in class java.io.LineNumberReader
-
This method reads a line of text from the input stream and returns
it as a String
.
- readLine() - Method in class java.io.ObjectInputStream
-
Deprecated.
- readLine() - Method in class java.io.RandomAccessFile
-
This method reads the next line of text data from an input stream.
- readLine() - Method in interface javax.imageio.stream.ImageInputStream
-
- readLine() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readLock() - Method in class javax.swing.text.AbstractDocument
-
Blocks until a read lock can be obtained.
- readLong() - Method in interface 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 java.io.ObjectInputStream
-
- readLong() - Method in class java.io.RandomAccessFile
-
This method reads a Java long value from an input stream
It operates by reading eight bytes from the stream and converting them to
a single Java long
The bytes are stored most
significant byte first (i.e., "big endian") regardless of the native
host byte ordering.
- readLong() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a Java
long
.
- readLong() - Method in interface javax.imageio.stream.ImageInputStream
-
Reads a signed 64-bit integer.
- readLong() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readObject() - Method in class java.beans.XMLDecoder
-
Returns the next available decoded object.
- readObject() - Method in interface 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 interface java.sql.SQLInput
-
This method reads the next item from the stream a Java
Object
.
- readObject(Stub, ObjectInputStream) - Method in interface javax.rmi.CORBA.StubDelegate
-
Read this stub from the object input stream.
- readObjectOverride() - Method in class java.io.ObjectInputStream
-
This method allows subclasses to override the default
de serialization mechanism provided by
ObjectInputStream
.
- readOnlyAction - Static variable in class javax.swing.text.DefaultEditorKit
-
The name of the Action
that sets the editor in read only
mode.
- ReadOnlyBufferException - Exception in java.nio
-
- ReadOnlyBufferException() - Constructor for exception java.nio.ReadOnlyBufferException
-
Creates the exception
- readPassword(String, Object...) - Method in class java.io.Console
-
- readPassword() - Method in class java.io.Console
-
- readRaster(int, ImageReadParam) - Method in class javax.imageio.ImageReader
-
Read raw raster data.
- readRef() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a Java SQL
Ref
.
- readResolve() - Method in class java.awt.AWTKeyStroke
-
Returns a cached version of the deserialized keystroke, if available.
- 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.awt.font.TextAttribute
-
After deserialization, this method ensures that only one instance of
each attribute is used.
- 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.AttributedCharacterIterator.Attribute
-
Resolves an instance of
AttributedCharacterIterator.Attribute
that is being deserialized to one of the three pre-defined attribute
constants.
- readResolve() - Method in class java.text.DateFormat.Field
-
- 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
-
Replaces instances of this class read from an
ObjectInputStream
with one of the predefined
values.
- readResolve() - Method in class javax.print.attribute.EnumSyntax
-
Needed for singelton semantics during deserialisation.
- readShort() - Method in interface 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 java.io.ObjectInputStream
-
- readShort() - Method in class java.io.RandomAccessFile
-
This method reads a signed 16-bit value into a Java in from the stream.
- readShort() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a Java
short
.
- readShort() - Method in interface javax.imageio.stream.ImageInputStream
-
Reads an signed 16-bit integer.
- readShort() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readSQL(SQLInput, String) - Method in interface java.sql.SQLData
-
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 interface java.sql.SQLInput
-
This method reads the next item from the stream a Java
String
.
- readThumbnail(int, int) - Method in class javax.imageio.ImageReader
-
Read a thumbnail.
- readTile(int, int, int) - Method in class javax.imageio.ImageReader
-
Read the given tile into a buffered image.
- readTileRaster(int, int, int) - Method in class javax.imageio.ImageReader
-
Read the given tile into a raster containing the raw image data.
- readTime() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a Java
java.sql.Time
.
- readTimestamp() - Method in interface java.sql.SQLInput
-
This method reads the next item from the stream a Java
java.sql.Timestamp
.
- readUnlock() - Method in class javax.swing.text.AbstractDocument
-
Releases the read lock.
- readUnshared() - Method in class java.io.ObjectInputStream
-
Returns the next deserialized object read from the
underlying stream in an unshared manner.
- readUnsignedByte() - Method in interface 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 java.io.ObjectInputStream
-
- readUnsignedByte() - Method in class java.io.RandomAccessFile
-
This method reads 8 unsigned bits into a Java int
value
from the
stream.
- readUnsignedByte() - Method in interface javax.imageio.stream.ImageInputStream
-
Reads an unsigned byte.
- readUnsignedByte() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readUnsignedInt() - Method in interface javax.imageio.stream.ImageInputStream
-
Reads an unsigned 32-bit integer.
- readUnsignedInt() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readUnsignedShort() - Method in interface 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 java.io.ObjectInputStream
-
- readUnsignedShort() - Method in class java.io.RandomAccessFile
-
This method reads 16 unsigned bits into a Java int value from the stream.
- readUnsignedShort() - Method in interface javax.imageio.stream.ImageInputStream
-
Reads an unsigned 16-bit integer.
- readUnsignedShort() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readURL() - Method in interface java.sql.SQLInput
-
- readUTF() - Method in interface 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(DataInput) - Static method in class java.io.DataInputStream
-
This method reads a String encoded in UTF-8 format from the
specified DataInput
source.
- readUTF() - Method in class java.io.ObjectInputStream
-
- readUTF() - Method in class java.io.RandomAccessFile
-
This method reads a String
from an input stream that
is encoded in
a modified UTF-8 format.
- readUTF() - Method in interface javax.imageio.stream.ImageInputStream
-
- readUTF() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- readValue(InputStream, int, Class, String, RunTime) - Method in interface javax.rmi.CORBA.ValueHandler
-
Read value from the CORBA input stream in the case when the value is not
Streamable or CustomMarshall'ed.
- ready() - Method in class java.io.BufferedReader
-
This method determines whether or not a stream is ready to be read.
- ready() - Method in class java.io.CharArrayReader
-
Return true if more characters are available to be read.
- ready() - Method in class java.io.FilterReader
-
Calls the in.read()
method.
- ready() - Method in class java.io.InputStreamReader
-
This method checks to see if the stream is 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 java.nio.channels.SelectionKey
-
Retrieves this key's ready-operation set.
- REAL - Static variable in class java.sql.Types
-
- realEditor - Variable in class javax.swing.tree.DefaultTreeCellEditor
-
Editor handling the editing.
- RealmCallback - Class in javax.security.sasl
-
- RealmCallback(String) - Constructor for class javax.security.sasl.RealmCallback
-
Constructs a RealmCallback
with a prompt.
- RealmCallback(String, String) - Constructor for class javax.security.sasl.RealmCallback
-
Constructs a RealmCallback
with a prompt and default realm
information.
- RealmChoiceCallback - Class in javax.security.sasl
-
- RealmChoiceCallback(String, String[], int, boolean) - Constructor for class javax.security.sasl.RealmChoiceCallback
-
Constructs a RealmChoiceCallback
with a prompt, a list of
choices and a default choice.
- realSource - Variable in class javax.swing.undo.UndoableEditSupport
-
The source of the broadcast UndoableEditEvents.
- reason - Variable in exception org.omg.CORBA.PolicyError
-
- rebind(String, 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(String, Remote) - Method in interface java.rmi.registry.Registry
-
- rebind(Name, Object) - Method in interface javax.naming.Context
-
Give the specified name for the specified object.
- rebind(String, Object) - Method in interface javax.naming.Context
-
Give the specified name for the specified object.
- rebind(Name, Object, Attributes) - Method in interface javax.naming.directory.DirContext
-
- rebind(String, Object, Attributes) - Method in interface javax.naming.directory.DirContext
-
- rebind(Name, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
-
- rebind(String, Object, Attributes) - Method in class javax.naming.directory.InitialDirContext
-
- rebind(Name, Object) - Method in class javax.naming.InitialContext
-
- rebind(String, Object) - Method in class javax.naming.InitialContext
-
- REBIND - Exception in org.omg.CORBA
-
Raised on the failure of the requested or implied attempt to
rebind an object reference.
- REBIND(String) - Constructor for exception org.omg.CORBA.REBIND
-
Creates REBIND with the default minor code of 0,
completion state COMPLETED_NO and the given explaining message.
- REBIND() - Constructor for exception org.omg.CORBA.REBIND
-
Creates REBIND with the default minor code of 0 and a
completion state COMPLETED_NO.
- REBIND(int, CompletionStatus) - Constructor for exception org.omg.CORBA.REBIND
-
Creates a REBIND exception with the specified minor
code and completion status.
- REBIND(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.REBIND
-
Created REBIND exception, providing full information.
- rebind(NameComponent[], Object) - Method in class org.omg.CosNaming._NamingContextStub
-
Names or renames the object.
- rebind(NameComponent[], Object) - Method in interface org.omg.CosNaming.NamingContext
-
Names or renames the object.
- rebind(NameComponent[], Object) - Method in interface org.omg.CosNaming.NamingContextOperations
-
Names or renames the object.
- rebind_context(NameComponent[], NamingContext) - Method in class org.omg.CosNaming._NamingContextStub
-
Names or renames the child context.
- rebind_context(NameComponent[], NamingContext) - Method in interface org.omg.CosNaming.NamingContext
-
Names or renames the child context.
- rebind_context(NameComponent[], NamingContext) - Method in interface org.omg.CosNaming.NamingContextOperations
-
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.
- receive(DatagramPacket) - Method in class java.net.DatagramSocket
-
Reads a datagram packet from the socket.
- receive(DatagramPacket) - Method in class java.net.DatagramSocketImpl
-
Receives a packet of data from the network Will block until a packet
arrives.
- receive(ByteBuffer) - Method in class java.nio.channels.DatagramChannel
-
Receives a datagram via this channel.
- receive_exception(ClientRequestInfo) - Method in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
-
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.
- receive_other(ClientRequestInfo) - Method in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
-
/** ORB normally calls this method after receiving the forwarding message.
- receive_reply(ClientRequestInfo) - Method in interface org.omg.PortableInterceptor.ClientRequestInterceptorOperations
-
ORB calls this method after the normal reply is received from the server
and before the control is returned to the calling client code.
- receive_request(ServerRequestInfo) - Method in interface org.omg.PortableInterceptor.ServerRequestInterceptorOperations
-
ORB calls this method after all the information, including operation
parameters, are available.
- receive_request_service_contexts(ServerRequestInfo) - Method in interface org.omg.PortableInterceptor.ServerRequestInterceptorOperations
-
ORB calls this method before invoking the servant manager.
- received_exception() - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
-
Returns the remote exception that was thrown on the server side.
- received_exception_id() - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
-
Returns the repository id of the remote exception that was thrown on the
server side.
- Receiver - Interface in javax.sound.midi
-
This interface describes the methods required by objects receiving MIDI
messages.
- reclaim(AttributeSet) - Method in interface javax.swing.text.AbstractDocument.AttributeContext
-
Called to indicate that the attributes in attributes
are
no longer used.
- reclaim(AttributeSet) - Method in class javax.swing.text.StyleContext
-
- reconnect(Control[]) - Method in class javax.naming.ldap.InitialLdapContext
-
- reconnect(Control[]) - Method in interface javax.naming.ldap.LdapContext
-
- reconvert() - Method in class java.awt.im.InputContext
-
Starts a reconversion operation in the current input method.
- reconvert() - Method in interface java.awt.im.spi.InputMethod
-
Starts a reconversion operation.
- recordDisable(Track) - Method in interface javax.sound.midi.Sequencer
-
Disable recording for a specific track.
- recordEnable(Track, int) - Method in interface javax.sound.midi.Sequencer
-
Enable recording for a specific track using data from a specific channel.
- recover(int) - Method in interface javax.transaction.xa.XAResource
-
- Rect - Interface in org.w3c.dom.css
-
The Rect
interface is used to represent any rect value.
- Rectangle - Class in java.awt
-
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(Rectangle) - Constructor for class java.awt.Rectangle
-
Initializes a new instance of Rectangle
from the
coordinates of the specified rectangle.
- Rectangle(int, int, int, int) - Constructor for class java.awt.Rectangle
-
Initializes a new instance of Rectangle
from the specified
inputs.
- Rectangle(int, int) - Constructor for class java.awt.Rectangle
-
Initializes a new instance of Rectangle
with the specified
width and height.
- Rectangle(Point, Dimension) - Constructor for class java.awt.Rectangle
-
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(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.
- Rectangle(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.
- Rectangle2D - Class in java.awt.geom
-
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.
- Rectangle2D.Double - Class in java.awt.geom
-
This class defines a rectangle in double
precision.
- Rectangle2D.Double() - Constructor for class java.awt.geom.Rectangle2D.Double
-
Create a rectangle at (0,0) with width 0 and height 0.
- Rectangle2D.Double(double, double, double, double) - Constructor for class java.awt.geom.Rectangle2D.Double
-
Create a rectangle with the given values.
- Rectangle2D.Float - Class in java.awt.geom
-
This class defines a rectangle in float
precision.
- Rectangle2D.Float() - Constructor for class java.awt.geom.Rectangle2D.Float
-
Create a rectangle at (0,0) with width 0 and height 0.
- Rectangle2D.Float(float, float, float, float) - Constructor for class java.awt.geom.Rectangle2D.Float
-
Create a rectangle with the given values.
- rectangleForCurrentValue() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
Returns the bounds in which comboBox's selected item will be
displayed.
- RectangularShape - Class in java.awt.geom
-
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 - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
An array of Rectangles keeping track of the tabs' area and position.
- red - Static variable in class java.awt.Color
-
Constant for the color red: R=255, G=0, B=0.
- RED - Static variable in class java.awt.Color
-
Constant for the color red: R=255, G=0, B=0.
- REDCOMPONENT - Static variable in class java.awt.color.ICC_ProfileRGB
-
- redefineClasses(ClassDefinition[]) - Method in interface java.lang.instrument.Instrumentation
-
Redefine classes present in the definitions array, with
the corresponding class files.
- redirectErrorStream() - Method in class java.lang.ProcessBuilder
-
Returns true if the output stream and error stream of the
process will be merged to form one composite stream.
- redirectErrorStream(boolean) - Method in class java.lang.ProcessBuilder
-
Sets the error stream redirection flag.
- redispatchEvent(Component, AWTEvent) - Method in class java.awt.KeyboardFocusManager
-
Handles redispatching of an event so that recursion of
dispatch requests does not occur.
- redo() - Method in class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
-
Redos an attribute change.
- 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.undo.StateEdit
-
Redoes this edit operation.
- redo() - Method in interface javax.swing.undo.UndoableEdit
-
Redoes this editing action.
- redo() - Method in class javax.swing.undo.UndoManager
-
Redoes one significant edit action.
- RedoName - Static variable in class javax.swing.undo.AbstractUndoableEdit
-
- redoTo(UndoableEdit) - Method in class javax.swing.undo.UndoManager
-
Redoes all editing actions in the same order as they were
added to this UndoManager, up to the specified action.
- ref - Variable in class java.rmi.server.RemoteObject
-
- Ref - Interface in java.sql
-
This interface provides a mechanism for obtaining information about
a SQL structured type
- REF - Static variable in class java.sql.Types
-
- RefAddr - Class in javax.naming
-
Abstract superclass of addresses used in References.
- RefAddr(String) - Constructor for class javax.naming.RefAddr
-
Protected constructor for use by subclasses.
- Reference<T> - Class in java.lang.ref
-
This is the base class of all references.
- Reference - Class in javax.naming
-
This class represents a reference to an object that is located outside of the
naming/directory system.
- Reference(String) - Constructor for class javax.naming.Reference
-
Create a new reference that is referencting to the object of the
specified class.
- Reference(String, 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.
- Reference(String, String, String) - Constructor for class javax.naming.Reference
-
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(String, RefAddr, String, String) - Constructor for class javax.naming.Reference
-
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(Object) - Method in interface org.omg.PortableServer.POAOperations
-
Returns the Object Id, encapsulated in the given object reference.
- reference_to_servant(Object) - Method in interface org.omg.PortableServer.POAOperations
-
Returns the servant that is serving this object.
- Referenceable - Interface in javax.naming
-
The object, implementing this interface, can provided the
Reference
about itself.
- ReferenceQueue<T> - Class in java.lang.ref
-
This is the queue, where references can enqueue themselve on.
- ReferenceQueue() - Constructor for class java.lang.ref.ReferenceQueue
-
Creates a new empty reference queue.
- ReferenceUriSchemesSupported - Class in javax.print.attribute.standard
-
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 variable in interface javax.naming.Context
-
Property defining how referrals encountered by the service provider are to
be processed.
- ReferralException - Exception in javax.naming
-
- ReferralException() - Constructor for exception javax.naming.ReferralException
-
- ReferralException(String) - Constructor for exception javax.naming.ReferralException
-
- ReflectionException - Exception in javax.management
-
Represents one of the reflection exceptions thrown by a
management bean.
- ReflectionException(Exception) - Constructor for exception javax.management.ReflectionException
-
Constructs a new ReflectionException
wrapping
the specified exception.
- ReflectionException(Exception, String) - Constructor for exception javax.management.ReflectionException
-
Constructs a new ReflectionException
wrapping
the specified exception and using the supplied message.
- ReflectiveOperationException - Exception in java.lang
-
This exception is thrown when reflective operations fail.
- ReflectiveOperationException() - Constructor for exception java.lang.ReflectiveOperationException
-
Create an exception without a message.
- ReflectiveOperationException(String) - Constructor for exception java.lang.ReflectiveOperationException
-
Create an exception with a message.
- ReflectiveOperationException(String, Throwable) - Constructor for exception java.lang.ReflectiveOperationException
-
Create an exception with a message and a cause.
- ReflectiveOperationException(Throwable) - Constructor for exception java.lang.ReflectiveOperationException
-
Create an exception with a cause.
- ReflectPermission - Class in java.lang.reflect
-
This class implements permissions for reflection.
- ReflectPermission(String) - Constructor for class java.lang.reflect.ReflectPermission
-
Construct a ReflectPermission with the given name.
- ReflectPermission(String, String) - Constructor for class java.lang.reflect.ReflectPermission
-
Construct a ReflectPermission with the given name.
- refresh() - Method in class java.security.Policy
-
Causes this Policy
instance to refresh / reload its
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 javax.security.auth.login.Configuration
-
- refresh() - Method in class javax.security.auth.Policy
-
Deprecated.
- refresh() - Method in interface javax.security.auth.Refreshable
-
Refresh this object.
- REFRESH_RATE_UNKNOWN - Static variable in class java.awt.DisplayMode
-
Value of an unknown refresh rate.
- Refreshable - Interface in javax.security.auth
-
An object whose internal state may be refreshed: as in a
credential object with a expiry date.
- RefreshFailedException - Exception in javax.security.auth
-
- RefreshFailedException() - Constructor for exception javax.security.auth.RefreshFailedException
-
Create a new RefreshFailedException with no detail message.
- RefreshFailedException(String) - Constructor for exception javax.security.auth.RefreshFailedException
-
Create a new RefreshFailedException with a detail message.
- refreshRow() - Method in interface java.sql.ResultSet
-
This method refreshes the contents of the current row from the database.
- region(int, int) - Method in class java.util.regex.Matcher
-
Defines the region of the input on which to match.
- Region - Class in javax.swing.plaf.synth
-
Describes a region of a component or the complete component.
- Region(String, 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).
- regionMatches(int, String, int, int) - Method in class java.lang.String
-
Predicate which determines if this String matches another String
starting at a specified offset for each String and continuing
for a specified length.
- regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
-
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.
- regionStart() - Method in class java.util.regex.Matcher
-
The start of the region on which to perform matches (inclusive).
- register(Selector, int) - Method in class java.nio.channels.SelectableChannel
-
Registers this channel with the given selector,
returning a selection key.
- register(Selector, int, Object) - Method in class java.nio.channels.SelectableChannel
-
Registers this channel with the given selector,
returning a selection key.
- register(Selector, int, Object) - Method in class java.nio.channels.spi.AbstractSelectableChannel
-
Registers this channel with the given selector, returning a selection key.
- register(AbstractSelectableChannel, int, Object) - Method in class java.nio.channels.spi.AbstractSelector
-
Registers a channel for the selection process.
- register(ActivationDesc) - Static method in class java.rmi.activation.Activatable
-
This method registers an activatable object.
- register_initial_reference(String, Object) - Method in interface org.omg.PortableInterceptor.ORBInitInfoOperations
-
Register the initial reference.
- register_policy_factory(int, PolicyFactory) - Method in interface org.omg.PortableInterceptor.ORBInitInfoOperations
-
Registers a PolicyFactory for the given PolicyType.
- register_value_factory(String, ValueFactory) - Method in class org.omg.CORBA_2_3.ORB
-
This should register the given value factory under the given
repository id.
- RegisterableService - Interface in javax.imageio.spi
-
An interface which service providers may optionally implement in
order to get notified when they are added or removed from a
ServiceRegistry
.
- registerApplicationClasspathSpis() - Method in class javax.imageio.spi.IIORegistry
-
Registers all available service providers found on the application
classpath.
- registerComponent(JComponent) - Method in class javax.swing.ToolTipManager
-
This method registers a JComponent with the ToolTipManager.
- registerDriver(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.
- registerEditorKitForContentType(String, String) - Static method in class javax.swing.JEditorPane
-
Establishes a binding between type and classname.
- registerEditorKitForContentType(String, String, ClassLoader) - Static method in class javax.swing.JEditorPane
-
Establishes the default bindings of type to classname.
- registerGroup(ActivationGroupDesc) - Method in interface java.rmi.activation.ActivationSystem
-
Register the new activation group.
- registerKeyboardAction(ActionListener, KeyStroke, int) - Method in class javax.swing.JComponent
-
- registerKeyboardAction(ActionListener, String, KeyStroke, int) - Method in class javax.swing.JComponent
-
An obsolete method to register a keyboard action on this component.
- registerKeyboardActions() - Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
This method registers the actions to the appropriate Action and Input
maps.
- registerListeners() - Method in class java.awt.dnd.DragGestureRecognizer
-
- registerListeners() - Method in class java.awt.dnd.MouseDragGestureRecognizer
-
- registerMBean(Object, ObjectName) - Method in interface javax.management.MBeanServer
-
Registers the supplied instance with the server, using the specified
ObjectName
.
- registerObject(ActivationDesc) - Method in interface java.rmi.activation.ActivationSystem
-
Registers the activation descriptor and creates (and returns) its
activation identifier.
- registerOutParameter(int, int) - Method in interface java.sql.CallableStatement
-
This method registers the specified parameter as an output parameter
of the specified SQL type.
- registerOutParameter(int, int, int) - Method in interface java.sql.CallableStatement
-
This method registers the specified parameter as an output parameter
of the specified SQL type and scale.
- registerOutParameter(int, int, String) - Method in interface java.sql.CallableStatement
-
This method registers the specified parameter as an output parameter
of the specified SQL type.
- registerOutParameter(String, int) - Method in interface java.sql.CallableStatement
-
This method registers the specified parameter as an output parameter
of the specified SQL type.
- registerOutParameter(String, int, int) - Method in interface java.sql.CallableStatement
-
This method registers the specified parameter as an output parameter
of the specified SQL type.
- registerOutParameter(String, int, String) - Method in interface java.sql.CallableStatement
-
This method registers the specified parameter as an output parameter
of the specified SQL type.
- registerService(PrintService) - Static method in class javax.print.PrintServiceLookup
-
Explicitly registers the provided print service instance.
- registerServiceProvider(T, Class<T>) - Method in class javax.imageio.spi.ServiceRegistry
-
Registers a provider for the specified service category.
- registerServiceProvider(Object) - Method in class javax.imageio.spi.ServiceRegistry
-
Registers a provider under all service categories it
implements.
- registerServiceProvider(PrintServiceLookup) - Static method in class javax.print.PrintServiceLookup
-
Explicitly registers the provided print service lookup implementation.
- registerServiceProviders(Iterator<?>) - Method in class javax.imageio.spi.ServiceRegistry
-
Registers a number of providers under all service categories they
implement.
- registerStaticAttributeKey(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.
- registerSynchronization(Synchronization) - Method in interface javax.transaction.Transaction
-
- registerTag(HTML.Tag, HTMLDocument.HTMLReader.TagAction) - Method in class javax.swing.text.html.HTMLDocument.HTMLReader
-
Registers a given tag with a given Action.
- registerTarget(Tie, Remote) - Static method in class javax.rmi.CORBA.Util
-
Register the Tie-target pair.
- registerTarget(Tie, Remote) - Method in interface javax.rmi.CORBA.UtilDelegate
-
Register the Tie-target pair.
- registerValidation(ObjectInputValidation, int) - Method in class java.io.ObjectInputStream
-
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 variable in class javax.management.MBeanServerNotification
-
Notification type for the registration event.
- Registry - Interface in java.rmi.registry
-
- REGISTRY_ID - Static variable in class java.rmi.server.ObjID
-
Defines the ID of the naming service.
- REGISTRY_PORT - Static variable in interface java.rmi.registry.Registry
-
- RegistryHandler - Interface in java.rmi.registry
-
Deprecated.
- registryImpl(int) - Method in interface java.rmi.registry.RegistryHandler
-
Deprecated.
- registryStub(String, int) - Method in interface java.rmi.registry.RegistryHandler
-
Deprecated.
- rehash() - Method in class java.util.Hashtable
-
Increases the size of the Hashtable and rehashes all keys to new array
indices; this is called when the addition of a new value would cause
size() > threshold.
- rejectDrag() - Method in class java.awt.dnd.DropTargetContext
-
- rejectDrag() - Method in class java.awt.dnd.DropTargetDragEvent
-
- rejectDrag() - Method in interface java.awt.dnd.peer.DropTargetContextPeer
-
- rejectDrop() - Method in class java.awt.dnd.DropTargetContext
-
- rejectDrop() - Method in class java.awt.dnd.DropTargetDropEvent
-
- rejectDrop() - Method in interface java.awt.dnd.peer.DropTargetContextPeer
-
- rejectedSetBCOnce - Variable 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 variable in class javax.swing.text.html.HTML.Attribute
-
The rel attribute
- relations - Variable in class javax.accessibility.AccessibleRelationSet
-
The list of relations, should be instances of AccessibleRelation.
- RELATIVE - Static variable in class java.awt.GridBagConstraints
-
Occupy all remaining cells except last cell.
- relative(int) - Method in interface java.sql.ResultSet
-
This method moves the result set position relative to the current row.
- 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(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(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(URI) - Method in class java.net.URI
-
Relativizes the given URI against this URI.
- RELAXNG_NS_URI - Static variable in class javax.xml.XMLConstants
-
The RELAX NG Namespace URI.
- release() - Method in class java.nio.channels.FileLock
-
Releases this lock.
- release(Object) - Method in class org.omg.CORBA.portable.Delegate
-
Free resoureces, occupied by this reference.
- releaseBeanContextResources() - Method in class java.beans.beancontext.BeanContextChildSupport
-
Called by setBeanContext()
to release resources of a what will soon no longer be the parent.
- releaseBeanContextResources() - Method in class java.beans.beancontext.BeanContextServicesSupport
-
Relinquishes any resources obtained from the parent context.
- releaseInputStream() - Method in interface java.rmi.server.RemoteCall
-
Deprecated.
- releaseMBeanServer(MBeanServer) - Static method in class javax.management.MBeanServerFactory
-
Removes the reference to the specified server, thus allowing it to
be garbage collected.
- releaseOutputStream() - Method in interface java.rmi.server.RemoteCall
-
Deprecated.
- releaseReply(Object, InputStream) - Method in class org.omg.CORBA.portable.Delegate
-
Release the reply stream back to ORB after finishing reading the data
from it.
- releaseSavepoint(Savepoint) - Method in interface java.sql.Connection
-
Removes the specified savepoint from this Connection
.
- releaseService(BeanContextServices, Object, Object) - Method in interface java.beans.beancontext.BeanContextServiceProvider
-
Release the service.
- releaseService(BeanContextChild, Object, Object) - Method in interface java.beans.beancontext.BeanContextServices
-
Release your copy of this service.
- releaseService(BeanContextServices, Object, Object) - Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
-
- releaseService(BeanContextChild, Object, Object) - Method in class java.beans.beancontext.BeanContextServicesSupport
-
Releases the reference to a service held by a
BeanContextChild
(or an arbitrary object associated
with it).
- releaseWritableTile(int, int) - Method in class java.awt.image.BufferedImage
-
- releaseWritableTile(int, int) - Method in interface java.awt.image.WritableRenderedImage
-
- reload() - Method in class java.util.ServiceLoader
-
Clears the cache of the provider, so that all providers
are again read from the configuration file and instantiated.
- reload() - Method in class javax.swing.tree.DefaultTreeModel
-
Invoke this method if you've modified the TreeNodes upon which this model
depends.
- reload(TreeNode) - Method in class javax.swing.tree.DefaultTreeModel
-
Invoke this method if you've modified the TreeNodes upon which this model
depends.
- REMAINDER - Static variable in class java.awt.GridBagConstraints
-
Occupy all remaining cells.
- remainder(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal whose value is the remainder in the quotient
this / val.
- remainder(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 - Variable in exception 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 - Variable in class javax.naming.spi.ResolveResult
-
The remaining, unresolved part of the name.
- remainingNewName - Variable in exception javax.naming.CannotProceedException
-
- remapInstrument(Instrument, Instrument) - Method in interface javax.sound.midi.Synthesizer
-
Move an intrument from one place to another.
- RemarshalException - Exception in org.omg.CORBA.portable
-
This is exception is potentially thrown by the _invoke()
method of the object implementation, requiring to write the method
parameters repeatedly.
- RemarshalException() - Constructor for exception org.omg.CORBA.portable.RemarshalException
-
- Remote - Interface in java.rmi
-
Marker interface for interfaces which methods are invokable
from outside of this virtual machine through remote method calls.
- RemoteCall - Interface in java.rmi.server
-
Deprecated.
- remoteEquals(RemoteRef) - Method in interface java.rmi.server.RemoteRef
-
Compare two remote objects for equality.
- RemoteException - Exception in java.rmi
-
The superclass of exceptions related to RMI (remote method invocation).
- RemoteException() - Constructor for exception java.rmi.RemoteException
-
Create an exception with no message, and cause initialized to null.
- RemoteException(String) - Constructor for exception java.rmi.RemoteException
-
Create an exception with the given message, and cause initialized to null.
- RemoteException(String, Throwable) - Constructor for exception java.rmi.RemoteException
-
Create an exception with the given message and cause.
- remoteHashCode() - Method in interface java.rmi.server.RemoteRef
-
Get the hashcode for a remote object.
- RemoteObject - Class in java.rmi.server
-
- RemoteObject() - Constructor for class java.rmi.server.RemoteObject
-
- RemoteObject(RemoteRef) - Constructor for class java.rmi.server.RemoteObject
-
- RemoteObjectInvocationHandler - Class in java.rmi.server
-
Together with dynamic proxy instance, this class replaces the generated RMI
stub (*_Stub) classes that (following 1.5 specification) should be no longer
required.
- RemoteObjectInvocationHandler(RemoteRef) - Constructor for class java.rmi.server.RemoteObjectInvocationHandler
-
Construct the remote invocation handler that forwards calls to the given
remote object.
- RemoteRef - Interface in java.rmi.server
-
Represents a handler to the remote object.
- RemoteServer - Class in java.rmi.server
-
A common superclass for the server implementations.
- RemoteServer() - Constructor for class java.rmi.server.RemoteServer
-
Does nothing, delegates to super().
- RemoteServer(RemoteRef) - Constructor for class java.rmi.server.RemoteServer
-
Does nothing, delegates to super(ref).
- RemoteStub - Class in java.rmi.server
-
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(RemoteRef) - Constructor for class java.rmi.server.RemoteStub
-
Constructs the remote stub that uses given remote reference for the
method invocations.
- remoteToString() - Method in interface java.rmi.server.RemoteRef
-
Get the string representation of this remote reference.
- REMOVAL - Static variable in interface org.w3c.dom.events.MutationEvent
-
The Attr
was just removed.
- remove(EventListener) - Method in class java.awt.AWTEventMulticaster
-
Removes one instance of the specified listener from this multicaster
chain.
- remove(ComponentListener, ComponentListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(ContainerListener, ContainerListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(FocusListener, FocusListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(KeyListener, KeyListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(MouseListener, MouseListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(MouseMotionListener, MouseMotionListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(WindowListener, WindowListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(WindowStateListener, WindowStateListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(WindowFocusListener, WindowFocusListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(ActionListener, ActionListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(ItemListener, ItemListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(AdjustmentListener, AdjustmentListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(TextListener, TextListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(InputMethodListener, InputMethodListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(HierarchyListener, HierarchyListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(HierarchyBoundsListener, HierarchyBoundsListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(MouseWheelListener, MouseWheelListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- remove(String) - Method in class java.awt.Choice
-
Removes the specified item from the choice box.
- remove(int) - Method in class java.awt.Choice
-
Removes the item at the specified index from the choice box.
- remove(MenuComponent) - Method in class java.awt.Component
-
Removes the specified popup menu from this component.
- remove(int) - Method in class java.awt.Container
-
Removes the component at the specified index from this container.
- remove(Component) - Method in class java.awt.Container
-
Removes the specified component from this container.
- remove(MenuComponent) - Method in class java.awt.Frame
-
Removes the specified menu component from this frame.
- remove(int) - Method in class java.awt.List
-
Deletes the item at the specified index.
- remove(String) - Method in class java.awt.List
-
Deletes the first occurrence of the specified item from the list.
- remove(int) - Method in class java.awt.Menu
-
Deletes the item at the specified index from this menu.
- remove(MenuComponent) - Method in class java.awt.Menu
-
Removes the specifed item from the menu.
- remove(int) - Method in class java.awt.MenuBar
-
Removes the menu at the specified index.
- remove(MenuComponent) - Method in class java.awt.MenuBar
-
Removes the specified menu from the menu bar.
- remove(MenuComponent) - Method in interface java.awt.MenuContainer
-
Removes the specified menu component from the menu.
- remove(int) - Method in interface java.awt.peer.ChoicePeer
-
- remove(Object) - Method in class java.awt.RenderingHints
-
Removes a hint from the collection.
- remove() - Method in class java.beans.beancontext.BeanContextSupport.BCSIterator
-
- remove(Object) - Method in class java.beans.beancontext.BeanContextSupport
-
Remove the specified child from the context.
- remove(Object, boolean) - Method in class java.beans.beancontext.BeanContextSupport
-
Removes a child from the bean context.
- remove(Object) - Method in class java.beans.Encoder
-
- remove(long) - Method in class java.lang.ref.ReferenceQueue
-
Removes a reference from the queue, blocking for timeout
until a reference is enqueued.
- remove() - Method in class java.lang.ref.ReferenceQueue
-
Removes a reference from the queue, blocking until a reference is
enqueued.
- remove() - Method in class java.lang.ThreadLocal
-
Removes the value associated with the ThreadLocal object for the
currently executing Thread.
- remove(Object) - Method in class java.security.Provider
-
This method removes the specified key entry (and its associated value)
from the property mapping collection.
- remove(Object) - Method in class java.util.AbstractCollection
-
Remove a single instance of an object from this collection (optional
operation).
- remove(int) - Method in class java.util.AbstractList
-
Remove the element at a given position in this list (optional operation).
- remove(Object) - Method in class java.util.AbstractMap
-
Removes the mapping for this key if present (optional operation).
- remove(int) - Method in class java.util.AbstractSequentialList
-
Remove the element at a given position in this list (optional operation).
- remove(int) - Method in class java.util.ArrayList
-
Removes the element at the user-supplied index.
- remove(Object) - Method in interface java.util.Collection
-
Remove a single occurrence of an object from this collection.
- remove(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Removes the element at the user-supplied index.
- remove(Object) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Remove the first occurrence, if any, of the given object from this list,
returning true
if the object was removed, false
otherwise.
- remove(Object) - Method in class java.util.Dictionary
-
Removes from the Dictionary the value located by the given key.
- remove(Object) - Method in class java.util.EnumMap
-
- remove(Object) - Method in class java.util.HashMap
-
Removes from the HashMap and returns the value which is mapped by the
supplied key.
- remove(Object) - Method in class java.util.HashSet
-
Removes the supplied Object from this Set if it is in the Set.
- remove(Object) - Method in class java.util.Hashtable
-
Removes from the table and returns the value which is mapped by the
supplied key.
- remove(Object) - Method in class java.util.IdentityHashMap
-
Removes from the HashMap and returns the value which is mapped by
the supplied key.
- remove() - Method in interface java.util.Iterator
-
Remove from the underlying collection the last element returned by next
(optional operation).
- remove(Object) - Method in class java.util.jar.Attributes
-
Remove a attribute name/value pair.
- remove(Object) - Method in class java.util.LinkedList
-
Removes the entry at the lowest index in the list that matches the given
object, comparing by o == null ?
- remove(int) - Method in class java.util.LinkedList
-
Removes the element at the given position from the list.
- remove() - Method in class java.util.LinkedList
-
Removes and returns the first element of the list.
- remove(int) - Method in interface java.util.List
-
Remove the element at a given position in this list (optional operation).
- remove(Object) - Method in interface java.util.List
-
Remove the first occurence of an object from this list (optional
operation).
- remove() - Method in interface java.util.ListIterator
-
Remove from the list the element last returned by a call to next or
previous (optional operation).
- remove(Object) - Method in interface java.util.Map
-
Removes the mapping for this key if present (optional operation).
- remove(String) - Method in class java.util.prefs.AbstractPreferences
-
Removes the preferences entry from this preferences node.
- remove(String) - Method in class java.util.prefs.Preferences
-
Removes the preferences entry from this preferences node.
- remove(Object) - Method in class java.util.PriorityQueue
-
- remove() - Method in class java.util.Scanner
-
The remove operation is not supported by this implementation of
Iterator.
- remove(Object) - Method in interface java.util.Set
-
Removes the specified element from this set (optional operation).
- remove(Object) - Method in class java.util.TreeMap
-
Removes from the TreeMap and returns the value which is mapped by the
supplied key.
- remove(Object) - Method in class java.util.TreeSet
-
If the supplied Object is in this Set, it is removed, and true is
returned; otherwise, false is returned.
- remove(Object) - Method in class java.util.Vector
-
Removes the given Object from the Vector.
- remove(int) - Method in class java.util.Vector
-
Removes the element at the specified index, and returns it.
- remove(Object) - Method in class java.util.WeakHashMap
-
Removes the key and the corresponding value from this map.
- remove(AccessibleRelation) - Method in class javax.accessibility.AccessibleRelationSet
-
Remove a relation from the set.
- remove(AccessibleState) - Method in class javax.accessibility.AccessibleStateSet
-
Remove a state from the set.
- remove(String) - Method in class javax.activation.MimeTypeParameterList
-
Removes the parameter identified by the specified name.
- remove(Object[]) - Method in interface javax.management.openmbean.TabularData
-
- remove(Object) - Method in class javax.management.openmbean.TabularDataSupport
-
Removes the value for the specified key by simply
calling remove((Object[]) key)
.
- remove(Object[]) - Method in class javax.management.openmbean.TabularDataSupport
-
- remove(int) - Method in class javax.naming.CompositeName
-
- remove(int) - Method in class javax.naming.CompoundName
-
- remove(Object) - Method in interface javax.naming.directory.Attribute
-
- remove(int) - Method in interface javax.naming.directory.Attribute
-
- remove(String) - Method in interface javax.naming.directory.Attributes
-
- remove(int) - Method in class javax.naming.directory.BasicAttribute
-
- remove(Object) - Method in class javax.naming.directory.BasicAttribute
-
- remove(String) - Method in class javax.naming.directory.BasicAttributes
-
- remove(int) - Method in interface javax.naming.Name
-
Removes the component at the given index from this Name
.
- remove(int) - Method in class javax.naming.Reference
-
Remove the address at the given position.
- remove(Attribute) - Method in interface javax.print.attribute.AttributeSet
-
Removes the given attribute from the set.
- remove(Class<?>) - Method in interface javax.print.attribute.AttributeSet
-
Removes the attribute entry of the given category from the set.
- remove(Attribute) - Method in class javax.print.attribute.HashAttributeSet
-
Removes the given attribute from the set.
- remove(Class<?>) - Method in class javax.print.attribute.HashAttributeSet
-
Removes the attribute entry of the given category from the set.
- remove(MidiEvent) - Method in class javax.sound.midi.Track
-
Remove an event from this track.
- remove(Object) - Method in class javax.swing.ActionMap
-
Remove an entry from the ActionMap
.
- remove(AbstractButton) - Method in class javax.swing.ButtonGroup
-
Removes the specified button from this group.
- remove(KeyStroke) - Method in class javax.swing.ComponentInputMap
-
Remove an entry from the InputMap
.
- remove(int) - Method in class javax.swing.DefaultListModel
-
Removes the element at a particular index from the list.
- REMOVE - Static variable in class javax.swing.event.DocumentEvent.EventType
-
REMOVE
- remove(Class<T>, T) - Method in class javax.swing.event.EventListenerList
-
Removes a listener of a specific type.
- remove(KeyStroke) - Method in class javax.swing.InputMap
-
Removes an entry from this InputMap
.
- remove(Component) - Method in class javax.swing.JApplet
-
- remove(Component) - Method in class javax.swing.JDialog
-
This method removes a component from the JDialog.
- remove(Component) - Method in class javax.swing.JFrame
-
- remove(Component) - Method in class javax.swing.JInternalFrame
-
This method removes the given Component from the Container.
- remove(int) - Method in class javax.swing.JLayeredPane
-
Removes a child from this container.
- remove(JMenuItem) - Method in class javax.swing.JMenu
-
Removes given menu item from this menu.
- remove(int) - Method in class javax.swing.JMenu
-
Removes component at the specified index from this menu
- remove(Component) - Method in class javax.swing.JMenu
-
Removes given component from this menu.
- remove(int) - Method in class javax.swing.JPopupMenu
-
Revomes component at the given index from the menu.
- remove(Component) - Method in class javax.swing.JSplitPane
-
This method removes the given component from the JSplitPane.
- remove(int) - Method in class javax.swing.JSplitPane
-
This method removes the component at the given index.
- remove(Component) - Method in class javax.swing.JTabbedPane
-
Removes the specified Component from the JTabbedPane.
- remove(int) - Method in class javax.swing.JTabbedPane
-
Removes the tab and component which corresponds to the specified index.
- remove(Component) - Method in class javax.swing.JWindow
-
- remove(int, int) - Method in interface javax.swing.text.AbstractDocument.Content
-
Removes a piece of content from the content model.
- remove(int, int) - Method in class javax.swing.text.AbstractDocument
-
Removes a piece of content from this Document
.
- remove(int, int, AbstractDocument.DefaultDocumentEvent) - Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
-
Removes the content.
- remove(int, int) - Method in interface javax.swing.text.Document
-
Removes a piece of content.
- remove(int, int) - Method in class javax.swing.text.DocumentFilter.FilterBypass
-
- remove(DocumentFilter.FilterBypass, int, int) - Method in class javax.swing.text.DocumentFilter
-
- 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.
- remove(int) - Method in class javax.swing.text.View
-
- remove(int) - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Removes the child with the given index from this node.
- remove(MutableTreeNode) - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Removes the given child from this node and sets its parent to
null
.
- remove(int) - Method in interface javax.swing.tree.MutableTreeNode
-
Removes the child node a given index.
- remove(MutableTreeNode) - Method in interface javax.swing.tree.MutableTreeNode
-
Removes a given child node.
- remove() - Method in class javax.xml.stream.util.EventReaderDelegate
-
- remove(int) - Method in class org.omg.CORBA.ContextList
-
Remove the name at the given index.
- remove(int) - Method in class org.omg.CORBA.ExceptionList
-
Remove the item at the given position.
- remove(int) - Method in class org.omg.CORBA.NVList
-
Remove the item at the given index
- remove(int) - Method in interface org.w3c.dom.html2.HTMLSelectElement
-
Remove an element from the collection of OPTION
elements
for this SELECT
.
- REMOVE_ATTRIBUTE - Static variable in interface javax.naming.directory.DirContext
-
- removeAccessibleSelection(int) - Method in class java.awt.List.AccessibleAWTList
-
- removeAccessibleSelection(int) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Removes the accessible child specified by the supplied index from
the list of currently selected children.
- removeAccessibleSelection(int) - Method in interface javax.accessibility.AccessibleSelection
-
Unselect the specified child of this Accessible object.
- removeAccessibleSelection(int) - Method in class javax.swing.JComboBox.AccessibleJComboBox
-
Removes the specified index from the current selection.
- removeAccessibleSelection(int) - Method in class javax.swing.JList.AccessibleJList
-
Removes the accessible item with the specified index to the selection.
- removeAccessibleSelection(int) - Method in class javax.swing.JMenu.AccessibleJMenu
-
Removes the item with the specified index from the selection.
- removeAccessibleSelection(int) - Method in class javax.swing.JMenuBar.AccessibleJMenuBar
-
Deselects the menu with index i
.
- removeAccessibleSelection(int) - Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
-
Does nothing - it makes no sense to remove a selection for a
tabbed pane, since one tab must always be selected.
- removeAccessibleSelection(int) - Method in class javax.swing.JTable.AccessibleJTable
-
Removes the accessible child with the specified index i
from the current selection.
- removeAccessibleSelection(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Removes the specified selected item in the object from the
object's selection.
- removeAccessibleSelection(int) - Method in class javax.swing.JTree.AccessibleJTree
-
Removes the specified selected item in the object from the object's
selection.
- removeActionListener(ActionListener) - Method in class java.awt.Button
-
Removes the specified listener from the list of listeners that will
receive action events from this button.
- removeActionListener(ActionListener) - Method in class java.awt.List
-
Removes the specified ActionListener
from the list of
registers listeners for this object.
- removeActionListener(ActionListener) - Method in class java.awt.MenuItem
-
- removeActionListener(ActionListener) - Method in class java.awt.TextField
-
Removes the specified listener from the list of action listeners
for this object.
- removeActionListener(ActionListener) - Method in class javax.swing.AbstractButton
-
Removes an ActionListener from the button's listener list.
- removeActionListener(ActionListener) - Method in interface javax.swing.ButtonModel
-
- removeActionListener(ActionListener) - Method in interface javax.swing.ComboBoxEditor
-
This method removes given ActionListener from this ComboBoxEditor.
- removeActionListener(ActionListener) - Method in class javax.swing.DefaultButtonModel
-
Remove an ActionListener to the model.
- removeActionListener(ActionListener) - Method in class javax.swing.JComboBox
-
This method removes specified ActionListener from this JComboBox.
- removeActionListener(ActionListener) - Method in class javax.swing.JFileChooser
-
- removeActionListener(ActionListener) - Method in class javax.swing.JTextField
-
Removes a listener object from this text field.
- removeActionListener(ActionListener) - Method in class javax.swing.plaf.basic.BasicComboBoxEditor
-
- removeActionListener(ActionListener) - Method in class javax.swing.Timer
-
Remove the action listener.
- removeAdjustmentListener(AdjustmentListener) - Method in interface java.awt.Adjustable
-
Removes an adjustment listener from this object.
- removeAdjustmentListener(AdjustmentListener) - Method in class java.awt.Scrollbar
-
Removes the specified listener from the list of registered listeners
for this object.
- removeAdjustmentListener(AdjustmentListener) - Method in class java.awt.ScrollPaneAdjustable
-
- removeAdjustmentListener(AdjustmentListener) - Method in class javax.swing.JScrollBar
-
This method removes an AdjustmentListener from the scroll bar.
- removeAll() - Method in class java.awt.Choice
-
Removes all of the objects from this choice box.
- removeAll() - Method in class java.awt.Container
-
Removes all components from this container.
- removeAll() - Method in class java.awt.List
-
Deletes all of the items from the list.
- removeAll() - Method in class java.awt.Menu
-
Removes all the elements from this menu.
- removeAll() - Method in interface java.awt.peer.ChoicePeer
-
- removeAll() - Method in interface java.awt.peer.ListPeer
-
- removeAll(Collection) - Method in class java.beans.beancontext.BeanContextSupport
-
- removeAll(Collection<?>) - Method in class java.util.AbstractCollection
-
Remove from this collection all its elements that are contained in a given
collection (optional operation).
- removeAll(Collection<?>) - Method in class java.util.AbstractSet
-
Removes from this set all elements in the given collection (optional
operation).
- removeAll(Collection<?>) - Method in interface java.util.Collection
-
Remove all elements of a given collection from this collection.
- removeAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Removes all the elements contained in the given collection.
- removeAll(Collection<?>) - Method in interface java.util.List
-
Remove all elements of a given collection from this list (optional
operation).
- removeAll(Collection<?>) - Method in interface java.util.Set
-
Removes from this set all elements contained in the specified collection
(optional operation).
- removeAll(Collection<?>) - Method in class java.util.Vector
-
Remove from this vector all elements contained in the given collection.
- 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 javax.swing.text.View
-
- removeAllChildren() - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Removes all child nodes from this node.
- removeAllElements() - Method in class java.util.Vector
-
Removes all elements from the Vector.
- 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.
- removeAllHighlights() - Method in class javax.swing.text.DefaultHighlighter
-
- removeAllHighlights() - Method in interface 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.
- removeAncestorListener(AncestorListener) - Method in class javax.swing.JComponent
-
Unregister an AncestorListener
.
- removeAttribute(String, String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- removeAttribute(String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- removeAttribute(Object) - Method in class javax.swing.text.AbstractDocument.AbstractElement
-
Removes an attribute from this element.
- removeAttribute(AttributeSet, Object) - Method in interface javax.swing.text.AbstractDocument.AttributeContext
-
Returns a
AttributeSet
that has the attribute with the specified
name
removed from
old
.
- removeAttribute(AttributeSet, Object) - Method in class javax.swing.text.html.StyleSheet
-
Removes an attribute from the set.
- removeAttribute(Object) - Method in interface javax.swing.text.MutableAttributeSet
-
Removes the attribute with the specified name
, if this
attribute is defined.
- removeAttribute(Object) - Method in class javax.swing.text.SimpleAttributeSet
-
Removes the attribute with the specified name
, if this
attribute is defined.
- removeAttribute(Object) - Method in class javax.swing.text.StyleContext.NamedStyle
-
- removeAttribute(AttributeSet, Object) - Method in class javax.swing.text.StyleContext
-
- removeAttribute(String) - Method in interface org.w3c.dom.Element
-
Removes an attribute by name.
- removeAttribute(int) - Method in class org.xml.sax.ext.Attributes2Impl
-
- removeAttribute(String) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Remove an attribute from the list.
- removeAttribute(int) - Method in class org.xml.sax.helpers.AttributesImpl
-
Remove an attribute from the list.
- removeAttributeNode(Attr) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- removeAttributeNode(Attr) - Method in interface org.w3c.dom.Element
-
Removes the specified attribute node.
- removeAttributeNS(String, String) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- removeAttributeNS(String, String) - Method in interface org.w3c.dom.Element
-
Removes an attribute by local name and namespace URI.
- removeAttributes(AttributeSet) - Method in class javax.swing.text.AbstractDocument.AbstractElement
-
Removes a set of attributes from this element.
- removeAttributes(Enumeration<?>) - Method in class javax.swing.text.AbstractDocument.AbstractElement
-
Removes a set of attribute from this element.
- removeAttributes(AttributeSet, AttributeSet) - Method in interface javax.swing.text.AbstractDocument.AttributeContext
-
Removes all attributes in attributes
from old
and returns the resulting AttributeSet
.
- removeAttributes(AttributeSet, Enumeration<?>) - Method in interface javax.swing.text.AbstractDocument.AttributeContext
-
Removes all attributes specified by names
from
old
and returns the resulting AttributeSet
.
- removeAttributes(AttributeSet, AttributeSet) - Method in class javax.swing.text.html.StyleSheet
-
Removes an attribute from the set.
- removeAttributes(AttributeSet, Enumeration<?>) - Method in class javax.swing.text.html.StyleSheet
-
Removes a set of attributes for the element.
- removeAttributes(Enumeration<?>) - Method in interface javax.swing.text.MutableAttributeSet
-
Removes the attributes listed in names
.
- removeAttributes(AttributeSet) - Method in interface javax.swing.text.MutableAttributeSet
-
Removes attributes from this set if they are found in the
given set.
- removeAttributes(AttributeSet) - Method in class javax.swing.text.SimpleAttributeSet
-
Removes attributes from this set if they are found in the
given set.
- removeAttributes(Enumeration<?>) - Method in class javax.swing.text.SimpleAttributeSet
-
Removes the attributes listed in names
.
- removeAttributes(AttributeSet) - Method in class javax.swing.text.StyleContext.NamedStyle
-
- removeAttributes(Enumeration<?>) - Method in class javax.swing.text.StyleContext.NamedStyle
-
- removeAttributes(AttributeSet, AttributeSet) - Method in class javax.swing.text.StyleContext
-
- removeAttributes(AttributeSet, Enumeration<?>) - Method in class javax.swing.text.StyleContext
-
- removeAuxiliaryLookAndFeel(LookAndFeel) - Static method in class javax.swing.UIManager
-
Removes a
LookAndFeel
(LAF) from the list of auxiliary LAFs.
- removeAWTEventListener(AWTEventListener) - Method in class java.awt.Toolkit
-
Removes an AWT event listener from this toolkit.
- removeBeanContextMembershipListener(BeanContextMembershipListener) - Method in interface java.beans.beancontext.BeanContext
-
Remove a listener on changes to the membership of this
BeanContext
object.
- removeBeanContextMembershipListener(BeanContextMembershipListener) - Method in class java.beans.beancontext.BeanContextSupport
-
- removeBeanContextServicesListener(BeanContextServicesListener) - Method in interface java.beans.beancontext.BeanContextServices
-
Remove a listener on all adds and removes of services.
- removeBeanContextServicesListener(BeanContextServicesListener) - Method in class java.beans.beancontext.BeanContextServicesSupport
-
- removeBindings() - Method in interface javax.swing.text.Keymap
-
- removeCaretListener(CaretListener) - Method in class javax.swing.text.JTextComponent
-
Removed a CaretListener
object from this text component.
- removeCellEditorListener(CellEditorListener) - Method in class javax.swing.AbstractCellEditor
-
Removes the specified CellEditorListener from the list of the
CellEditorListeners of this CellEditor.
- removeCellEditorListener(CellEditorListener) - Method in interface javax.swing.CellEditor
-
Deregisters a listener so that it no longer receives
ChangeEvent
notifications from the
CellEditor
.
- removeCellEditorListener(CellEditorListener) - Method in class javax.swing.tree.DefaultTreeCellEditor
-
Removes a CellEditorListener
object.
- removeCertificate(Certificate) - Method in class java.security.Identity
-
Deprecated.
Removes a certificate from the list of ceritificates for this identity.
- removeChangeListener(ChangeListener) - Method in class javax.swing.AbstractButton
-
Removes a ChangeListener from the button's listener list.
- removeChangeListener(ChangeListener) - Method in class javax.swing.AbstractSpinnerModel
-
Remove a particular listener.
- removeChangeListener(ChangeListener) - Method in interface javax.swing.BoundedRangeModel
-
Removes a ChangeListener
from this object.
- removeChangeListener(ChangeListener) - Method in interface javax.swing.ButtonModel
-
- removeChangeListener(ChangeListener) - Method in interface javax.swing.colorchooser.ColorSelectionModel
-
Deregisters a listener so that it no longer receives
ChangeEvent
notifications from this action.
- removeChangeListener(ChangeListener) - Method in class javax.swing.colorchooser.DefaultColorSelectionModel
-
Removes a listener from this model.
- removeChangeListener(ChangeListener) - Method in class javax.swing.DefaultBoundedRangeModel
-
Cancels the subscription of a ChangeListener.
- removeChangeListener(ChangeListener) - Method in class javax.swing.DefaultButtonModel
-
Remove a ChangeListener to the model.
- removeChangeListener(ChangeListener) - Method in class javax.swing.DefaultSingleSelectionModel
-
Deregisters a listener so that it no longer receives
ChangeEvent
notifications from this model.
- removeChangeListener(ChangeListener) - Method in class javax.swing.JProgressBar
-
Deregisters a listener so that it no longer receives notification of
component state changes.
- removeChangeListener(ChangeListener) - Method in class javax.swing.JSlider
-
Removes a listener from this slider so that it will no longer receive
ChangeEvent
notifications from the slider.
- removeChangeListener(ChangeListener) - Method in class javax.swing.JSpinner
-
Remove a particular listener
- removeChangeListener(ChangeListener) - Method in class javax.swing.JTabbedPane
-
This method removes a ChangeListener to the JTabbedPane.
- removeChangeListener(ChangeListener) - Method in class javax.swing.JViewport
-
- removeChangeListener(ChangeListener) - Method in class javax.swing.MenuSelectionManager
-
Removes ChangeListener from the list of registered listeners
for this MenuSelectionManager.
- removeChangeListener(ChangeListener) - Method in interface javax.swing.SingleSelectionModel
-
Deregisters a listener so that it no longer receives
ChangeEvent
notifications from this model.
- removeChangeListener(ChangeListener) - Method in interface javax.swing.SpinnerModel
-
Removes a given ChangeListener
from the list
of registered listeners.
- removeChangeListener(ChangeListener) - Method in interface javax.swing.text.Caret
-
- removeChangeListener(ChangeListener) - Method in class javax.swing.text.DefaultCaret
-
- removeChangeListener(ChangeListener) - Method in interface javax.swing.text.Style
-
Removes a ChangeListener
from to the style.
- removeChangeListener(ChangeListener) - Method in class javax.swing.text.StyleContext.NamedStyle
-
- removeChangeListener(ChangeListener) - Method in class javax.swing.text.StyleContext
-
- removeChild(Node) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- removeChild(Node) - Method in interface org.w3c.dom.Node
-
Removes the child node indicated by oldChild
from the list
of children, and returns it.
- removeChoosableFileFilter(FileFilter) - Method in class javax.swing.JFileChooser
-
- removeChooserPanel(AbstractColorChooserPanel) - Method in class javax.swing.JColorChooser
-
This method removes the given AbstractColorChooserPanel from the
JColorChooser's list of chooserPanels.
- removeColumn(TableColumn) - Method in class javax.swing.JTable
-
Removes specified column from displayable columns of this table.
- removeColumn(TableColumn) - Method in class javax.swing.table.DefaultTableColumnModel
-
- removeColumn(TableColumn) - Method in interface javax.swing.table.TableColumnModel
-
Removes a column from the model.
- removeColumnModelListener(TableColumnModelListener) - Method in class javax.swing.table.DefaultTableColumnModel
-
Deregisters a listener so that it no longer receives notification of
changes to this model.
- removeColumnModelListener(TableColumnModelListener) - Method in interface javax.swing.table.TableColumnModel
-
- removeColumnSelectionInterval(int, int) - Method in class javax.swing.JTable
-
- removeComponentListener(ComponentListener) - Method in class java.awt.Component
-
Removes the specified listener from the component.
- removeConnectionEventListener(ConnectionEventListener) - Method in interface javax.sql.PooledConnection
-
- removeConsumer(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
-
Used to remove an ImageConsumer
from the list of
registered consumers for this ImageProducer
.
- removeConsumer(ImageConsumer) - Method in interface java.awt.image.ImageProducer
-
Used to remove an ImageConsumer
from the list of
registered consumers for this ImageProducer
.
- removeConsumer(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
-
Used to remove an ImageConsumer
from the list of
registered consumers for this ImageProducer
.
- removeConsumer(ImageConsumer) - Method in class java.awt.image.renderable.RenderableImageProducer
-
- removeContainerListener(ContainerListener) - Method in class java.awt.Container
-
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.
- removeControllerEventListener(ControllerEventListener, int[]) - Method in interface javax.sound.midi.Sequencer
-
Remove a controller listener from this sequencer for the specified
controller numbers.
- removeDescendantSelectedPaths(TreePath, boolean) - Method in class javax.swing.JTree
-
Removes any paths in the current set of selected paths that are
descendants of path
.
- removeDescendantToggledPaths(Enumeration<TreePath>) - Method in class javax.swing.JTree
-
Removes any descendants of the TreePaths in toRemove that have been
expanded.
- removeDocumentListener(DocumentListener) - Method in class javax.swing.text.AbstractDocument
-
Removes a DocumentListener
object from this document.
- removeDocumentListener(DocumentListener) - Method in interface javax.swing.text.Document
-
Removes a DocumentListener from this Document.
- removeDragGestureListener(DragGestureListener) - Method in class java.awt.dnd.DragGestureRecognizer
-
- removeDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSource
-
- removeDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSourceContext
-
- removeDragSourceMotionListener(DragSourceMotionListener) - Method in class java.awt.dnd.DragSource
-
- removeDropTarget(DropTarget) - Method in interface java.awt.dnd.peer.DropTargetPeer
-
- removeDropTargetListener(DropTargetListener) - Method in class java.awt.dnd.DropTarget
-
- removeEditor() - Method in class javax.swing.JTable
-
Discards the editor object.
- removeEditor() - Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
Removes the current editor from the combo box.
- removeEldestEntry(Map.Entry<K, V>) - Method in class java.util.LinkedHashMap
-
Returns true
if this map should remove the eldest entry.
- removeElement(Object) - Method in class java.util.Vector
-
Removes the first (the lowest index) occurrence of the given object from
the Vector.
- removeElement(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- removeElement(Object) - Method in class javax.swing.DefaultComboBoxModel
-
Removes an element from the model's item list and sends a
ListDataEvent
to all registered listeners.
- removeElement(Object) - Method in class javax.swing.DefaultListModel
-
Removes the first occurrence of a particular element in the list.
- removeElement(Object) - Method in interface javax.swing.MutableComboBoxModel
-
This method removes given element from the data model
- removeElementAt(int) - Method in class java.util.Vector
-
Removes the element at index
, and shifts all elements at
positions greater than index to their index - 1.
- 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 interface javax.swing.MutableComboBoxModel
-
This method removes elements located at the given index in the data
model.
- removeEntries(int, int) - Method in class javax.swing.SizeSequence
-
Removes the element(s) at index start
(the number of elements
removed is length
).
- removeEntry(Principal, AclEntry) - Method in interface java.security.acl.Acl
-
This method delets the specified entry from the ACL
- removeEventListener(String, EventListener, boolean) - Method in interface org.w3c.dom.events.EventTarget
-
This method allows the removal of event listeners from the event
target.
- removeField(String) - Method in interface javax.management.Descriptor
-
Removes a field from the descriptor.
- removeFirst() - Method in class java.util.LinkedList
-
Remove and return the first element in the list.
- removeFirstOccurrence(Object) - Method in class java.util.LinkedList
-
Removes the first occurrence of the specified element
from the list, when traversing the list from head to
tail.
- removeFlavorListener(FlavorListener) - Method in class java.awt.datatransfer.Clipboard
-
- removeFocusListener(FocusListener) - Method in class java.awt.Component.AccessibleAWTComponent
-
Removes a focus listener.
- removeFocusListener(FocusListener) - Method in class java.awt.Component
-
Removes the specified listener from the component.
- removeFocusListener(FocusListener) - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Removes the specified focus listener from the list of registered
focus listeners for this component.
- removeFocusListener(FocusListener) - Method in interface javax.accessibility.AccessibleComponent
-
Removes the specified listener from this component.
- removeFocusListener(FocusListener) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
Removes a focus listener from the parent list.
- removeFocusListener(FocusListener) - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Removes a focus listener from the cell.
- removeFocusListener(FocusListener) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Removes the specified focus listener so it no longer receives focus
events from this component.
- removeFocusListener(FocusListener) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- removeFromEnvironment(String) - Method in interface javax.naming.Context
-
Removes the property with the given name from the environment.
- removeFromEnvironment(String) - Method in class javax.naming.InitialContext
-
- removeFromParent() - Method in class javax.swing.tree.DefaultMutableTreeNode
-
Removes this node from its parent.
- removeFromParent() - Method in interface 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(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.
- removeHandshakeCompletedListener(HandshakeCompletedListener) - Method in class javax.net.ssl.SSLSocket
-
Removes a handshake listener from this socket.
- removeHierarchyBoundsListener(HierarchyBoundsListener) - Method in class java.awt.Component
-
Removes the specified listener from the component.
- removeHierarchyListener(HierarchyListener) - Method in class java.awt.Component
-
Removes the specified listener from the component.
- removeHighlight(Object) - Method in class javax.swing.text.DefaultHighlighter
-
- removeHighlight(Object) - Method in interface javax.swing.text.Highlighter
-
- removeHyperlinkListener(HyperlinkListener) - Method in class javax.swing.JEditorPane
-
Removes a HyperlinkListener
object to this editor pane.
- removeIconFor(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
-
This is a helper method that removes the JDesktopIcon of the given
JInternalFrame from the parent.
- removeIdentity(Identity) - Method in class java.security.IdentityScope
-
Deprecated.
Removes an identity in this scope.
- removeIIOReadProgressListener(IIOReadProgressListener) - Method in class javax.imageio.ImageReader
-
Uninstall the given read progress listener.
- removeIIOReadUpdateListener(IIOReadUpdateListener) - Method in class javax.imageio.ImageReader
-
Uninstall the given read update listener.
- removeIIOReadWarningListener(IIOReadWarningListener) - Method in class javax.imageio.ImageReader
-
Uninstall the given read warning listener.
- removeIIOWriteProgressListener(IIOWriteProgressListener) - Method in class javax.imageio.ImageWriter
-
Uninstall the given write progress listener.
- removeIIOWriteWarningListener(IIOWriteWarningListener) - Method in class javax.imageio.ImageWriter
-
Uninstall the given write warning listener.
- removeImage(Image) - Method in class java.awt.MediaTracker
-
Removes an image from this MediaTracker.
- removeImage(Image, int) - Method in class java.awt.MediaTracker
-
Removes an image with the specified ID from this MediaTracker.
- removeImage(Image, int, int, int) - Method in class java.awt.MediaTracker
-
Removes an image with the specified ID and scale from this MediaTracker.
- removeImage(int) - Method in class javax.imageio.ImageWriter
-
Remove the image at the specified index from the output stream.
- removeIndexInterval(int, int) - Method in class javax.swing.DefaultListSelectionModel
-
Removes a range from the set of indices.
- removeIndexInterval(int, int) - Method in interface javax.swing.ListSelectionModel
-
Removes the items in the specified range (inclusive) from the selection
model.
- removeInputMethodListener(InputMethodListener) - Method in class java.awt.Component
-
Removes the specified listener from the component.
- removeInputMethodListener(InputMethodListener) - Method in class javax.swing.text.JTextComponent
-
Removes an InputListener
object from this text component.
- removeInternal(EventListener, EventListener) - Static method in class java.awt.AWTEventMulticaster
-
Removes the listener oldl
from the listener l
.
- removeInternalFrameListener(InternalFrameListener) - Method in class javax.swing.JInternalFrame
-
This method removes an InternalFrameListener from this JInternalFrame.
- removeInvalidComponent(JComponent) - Method in class javax.swing.RepaintManager
-
- removeItem(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.
- removeItemListener(ItemListener) - Method in class java.awt.Checkbox
-
Removes a listener from the list of registered listeners for this object.
- removeItemListener(ItemListener) - Method in class java.awt.CheckboxMenuItem
-
Removes the specified listener from the list of registered item
listeners for this object.
- removeItemListener(ItemListener) - Method in class java.awt.Choice
-
Removes the specified listener from the list of registered listeners for
this object.
- removeItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
-
Removes an item listener from this object.
- removeItemListener(ItemListener) - Method in class java.awt.List
-
Removes the specified ItemListener
from the list of
registers listeners for this object.
- removeItemListener(ItemListener) - Method in class javax.swing.AbstractButton
-
Removes an ItemListener from the button's listener list.
- removeItemListener(ItemListener) - Method in interface javax.swing.ButtonModel
-
- removeItemListener(ItemListener) - Method in class javax.swing.DefaultButtonModel
-
Remove an ItemListener to the model.
- removeItemListener(ItemListener) - Method in class javax.swing.JComboBox
-
This method unregisters given ItemListener from this JComboBox
- removeKeyEventDispatcher(KeyEventDispatcher) - Method in class java.awt.KeyboardFocusManager
-
Removes the specified key event dispatcher from the list of
registered dispatchers.
- removeKeyEventPostProcessor(KeyEventPostProcessor) - Method in class java.awt.KeyboardFocusManager
-
Removes the specified key event post processor from the list of
registered post processors.
- removeKeyListener(KeyListener) - Method in class java.awt.Component
-
Removes the specified listener from the component.
- removeKeymap(String) - Static method in class javax.swing.text.JTextComponent
-
Remove a Keymap from the global Keymap table, by name.
- removeKeyStrokeBinding(KeyStroke) - Method in interface javax.swing.text.Keymap
-
- removeLast() - Method in class java.util.LinkedList
-
Remove and return the last element in the list.
- removeLastOccurrence(Object) - Method in class java.util.LinkedList
-
Removes the last occurrence of the specified element
from the list, when traversing the list from head to
tail.
- removeLayoutComponent(Component) - Method in class java.awt.BorderLayout
-
Removes the specified component from the layout.
- removeLayoutComponent(Component) - Method in class java.awt.CardLayout
-
Remove the indicated component from this layout manager.
- removeLayoutComponent(Component) - Method in class java.awt.FlowLayout
-
Remove the indicated component from this layout manager.
- removeLayoutComponent(Component) - Method in class java.awt.GridBagLayout
-
- removeLayoutComponent(Component) - Method in class java.awt.GridLayout
-
Remove the indicated component from this layout manager.
- removeLayoutComponent(Component) - Method in interface java.awt.LayoutManager
-
Removes the specified component from the layout group.
- removeLayoutComponent(Component) - Method in class javax.swing.BoxLayout
-
Removes a component from the layout.
- removeLayoutComponent(Component) - Method in class javax.swing.JRootPane.RootLayout
-
DOCUMENT ME!
- removeLayoutComponent(Component) - Method in class javax.swing.JSpinner.DefaultEditor
-
This method does nothing.
- removeLayoutComponent(Component) - Method in class javax.swing.OverlayLayout
-
This method is not used in this layout manager.
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
-
Removes a component from the layout.
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout
-
This method is called when removing a Component from the Container.
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI.InternalFrameLayout
-
This method is called when a Component is removed from the
JInternalFrame.
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-
This method removes the given component from the layout manager's
knowledge.
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
This method removes a child component from the layout.
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DividerLayout
-
This method is called when a component is removed.
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
-
This method removes the component from the layout.
- removeLayoutComponent(Component) - Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
-
This method is called when a component is removed from the
JTabbedPane.
- removeLayoutComponent(Component) - Method in class javax.swing.ScrollPaneLayout
-
- removeLayoutComponent(Component) - Method in class javax.swing.SpringLayout
-
Removes a layout component.
- removeLayoutComponent(Component) - Method in class javax.swing.ViewportLayout
-
The method is not used with this manager.
- removeLineListener(LineListener) - Method in interface 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.
- removeListDataListener(ListDataListener) - Method in class javax.swing.AbstractListModel
-
Add a listener object to this model.
- removeListDataListener(ListDataListener) - Method in interface javax.swing.ListModel
-
Add a listener object to this model.
- removeListeners() - Method in class javax.swing.plaf.metal.MetalComboBoxUI
-
- removeListSelectionListener(ListSelectionListener) - Method in class javax.swing.DefaultListSelectionModel
-
Removes a registered listener.
- removeListSelectionListener(ListSelectionListener) - Method in class javax.swing.JList
-
- removeListSelectionListener(ListSelectionListener) - Method in interface javax.swing.ListSelectionModel
-
Deregisters a listener so that it no longer receives notification of
changes to the model.
- removeMember(Principal) - Method in interface java.security.acl.Group
-
This method deletes a member from the group.
- removeMenuDragMouseListener(MenuDragMouseListener) - Method in class javax.swing.JMenuItem
-
Removes a MenuDragMouseListener from the menuItem's listener list.
- removeMenuKeyListener(MenuKeyListener) - Method in class javax.swing.JMenuItem
-
Removes an MenuKeyListener from the menuItem's listener list.
- removeMenuKeyListener(MenuKeyListener) - Method in class javax.swing.JPopupMenu
-
Removes a MenuKeyListener from the popup.
- removeMenuListener(MenuListener) - Method in class javax.swing.JMenu
-
Removes MenuListener from the menu
- removeMetaEventListener(MetaEventListener) - Method in interface javax.sound.midi.Sequencer
-
Remove a meta event listener from this sequencer.
- removeMouseListener(MouseListener) - Method in class java.awt.Component
-
Removes the specified listener from the component.
- removeMouseMotionListener(MouseMotionListener) - Method in class java.awt.Component
-
Removes the specified listener from the component.
- removeMouseWheelListener(MouseWheelListener) - Method in class java.awt.Component
-
Removes the specified listener from the component.
- removeNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
-
Removes a node specified by name.
- removeNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
-
Removes a node specified by local name and namespace URI.
- removeNamingListener(NamingListener) - Method in interface javax.naming.event.EventContext
-
- 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.
- removeNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.AbstractPreferences
-
Remove the indicated node change listener from the list of
listeners to notify.
- removeNodeChangeListener(NodeChangeListener) - Method in class java.util.prefs.Preferences
-
- removeNodeFromParent(MutableTreeNode) - Method in class javax.swing.tree.DefaultTreeModel
-
Message this to remove node from its parent.
- removeNodeSpi() - Method in class java.util.prefs.AbstractPreferences
-
Clears this node from this VM and removes it from the backing store.
- removeNotificationListener(ObjectName, NotificationListener) - Method in interface javax.management.MBeanServer
-
Removes the specified listener from the list of recipients
of notifications from the supplied bean.
- removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
-
Removes the specified listener from the list of recipients
of notifications from the supplied bean.
- removeNotificationListener(ObjectName, ObjectName) - Method in interface javax.management.MBeanServer
-
Removes the specified listener from the list of recipients
of notifications from the supplied bean.
- removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface javax.management.MBeanServer
-
Removes the specified listener from the list of recipients
of notifications from the supplied bean.
- removeNotificationListener(ObjectName, NotificationListener) - Method in interface javax.management.MBeanServerConnection
-
Removes the specified listener from the list of recipients
of notifications from the supplied bean.
- removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface javax.management.MBeanServerConnection
-
Removes the specified listener from the list of recipients
of notifications from the supplied bean.
- removeNotificationListener(ObjectName, ObjectName) - Method in interface javax.management.MBeanServerConnection
-
Removes the specified listener from the list of recipients
of notifications from the supplied bean.
- removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface javax.management.MBeanServerConnection
-
Removes the specified listener from the list of recipients
of notifications from the supplied bean.
- removeNotificationListener(NotificationListener) - Method in class javax.management.MBeanServerDelegate
-
Removes the specified listener from the list of recipients
of notifications from this bean.
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.MBeanServerDelegate
-
Removes the specified listener from the list of recipients
of notifications from this delegate.
- removeNotificationListener(NotificationListener) - Method in interface javax.management.NotificationBroadcaster
-
Removes the specified listener from the list of recipients
of notifications from this bean.
- removeNotificationListener(NotificationListener) - Method in class javax.management.NotificationBroadcasterSupport
-
Removes the specified listener from the list of recipients
of notifications from this bean.
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.NotificationBroadcasterSupport
-
Removes the specified listener from the list of recipients
of notifications from this bean.
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface javax.management.NotificationEmitter
-
Removes the specified listener from the list of recipients
of notifications from this bean.
- removeNotificationListener(ObjectName, ObjectName, MarshalledObject, MarshalledObject, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
-
Handles MBeanServerConnection#removeNotificationListener(ObjectName,
ObjectName, NotificationFilter, Object)
.
- removeNotificationListener(ObjectName, ObjectName, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
-
Handles MBeanServerConnection#removeNotificationListener(ObjectName,
ObjectName)
by removing the specified listener from the list
of recipients of notifications from the supplied bean.
- removeNotificationListeners(ObjectName, Integer[], Subject) - Method in interface javax.management.remote.rmi.RMIConnection
-
Removes one or more NotificationListener
s 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(ComponentPeer) - Method in class java.awt.dnd.DropTarget
-
- removeNotify() - Method in class java.awt.dnd.DropTargetContext
-
- removeNotify() - Method in class java.awt.Frame
-
- removeNotify(Component) - Method in class java.awt.im.InputContext
-
Notifies the input context that a client component has been removed from
its containment hierarchy, or that input method support has been disabled
for the component.
- removeNotify() - Method in interface java.awt.im.spi.InputMethod
-
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 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() - 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
-
- removeObjectValue(String) - Method in class javax.imageio.metadata.IIOMetadataFormatImpl
-
- removeParameter(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(Permission) - Method in interface java.security.acl.AclEntry
-
This method deletes the specified permission to this ACL entry.
- removePopupMenuListener(PopupMenuListener) - Method in class javax.swing.JComboBox
-
Removes PopupMenuListener to combo box to listen to the events fired by
the combo box's popup menu containing its list of items
- removePopupMenuListener(PopupMenuListener) - Method in class javax.swing.JPopupMenu
-
Removes PopupMenuListener from JPopupMenu's list of listeners
- removePreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.AbstractPreferences
-
Remove the indicated preference change listener from the list of
listeners to notify.
- removePreferenceChangeListener(PreferenceChangeListener) - Method in class java.util.prefs.Preferences
-
- removePrintJobAttributeListener(PrintJobAttributeListener) - Method in interface javax.print.DocPrintJob
-
Removes the given listener from the listeners registered for changes
in their provided attribute set during processing of this print job.
- removePrintJobListener(PrintJobListener) - Method in interface javax.print.DocPrintJob
-
Removes the given listener from the listeners registered for events
occuring during processing of this print job.
- removePrintServiceAttributeListener(PrintServiceAttributeListener) - Method in interface javax.print.PrintService
-
De-registers a print service attribute listener from this print service.
- removeProperty(String) - Method in interface org.w3c.dom.css.CSSStyleDeclaration
-
Used to remove a CSS property if it has been explicitly set within
this declaration block.
- removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component.AccessibleAWTComponent
-
Removes a global property change listener from this accessible
component.
- removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component
-
Removes the specified property listener from the component.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Component
-
Removes the specified property listener on a particular property from
the component.
- removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
-
Removes the supplied property change listener from the list
of registered listeners.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
-
Removes the supplied property change listener registered for the
specified property from the list of registered listeners.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Toolkit
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in interface java.beans.beancontext.BeanContextChild
-
Remove a listener to a certain property.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.beans.beancontext.BeanContextChildSupport
-
Remove a listener to a certain property.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface java.beans.Customizer
-
Remove a PropertyChangeListener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
-
Removes a PropertyChangeListener from the list of global listeners.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
-
Removes a PropertyChangeListener from listening to a specific property.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface java.beans.PropertyEditor
-
Removes a property change listener from this PropertyEditor.
- removePropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyEditorSupport
-
Removes a property change listener from this property editor.
- removePropertyChangeListener(PropertyChangeListener) - Method in class java.util.logging.LogManager
-
Unregisters a listener.
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.accessibility.AccessibleContext
-
Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.AbstractAction
-
Deregisters a listener so that it no longer receives
PropertyChangeEvent
notifications from this action.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface javax.swing.Action
-
Deregisters a listener so that it no longer receives notification of
changes to the action's properties.
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.JComponent.AccessibleJComponent
-
Removes a property change listener from the list of registered listeners.
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
This method does
nothing, list children are transient accessible objects which means
that they don't fire property change events.
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.table.TableColumn
-
Removes a listener so that it no longer receives
PropertyChangeEvent
notifications from this column.
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Removes a PropertyChangeListener
object from this model.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface javax.swing.tree.TreeSelectionModel
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.UIDefaults
-
Removes a PropertyChangeListener from this UIDefaults map.
- removePropertyChangeListener(PropertyChangeListener) - Static method in class javax.swing.UIManager
-
Remove a PropertyChangeListener
from the listener list.
- removeProvider(String) - Static method in class java.security.Security
-
Removes an already installed
Provider
, given its name, from the
current list of installed
Provider
s.
- removeRange(int, int) - Method in class java.util.AbstractList
-
Remove a subsection of the list.
- removeRange(int, int) - Method in class java.util.ArrayList
-
Removes all elements in the half-open interval [fromIndex, toIndex).
- removeRange(int, int) - Method in class java.util.Vector
-
Removes a range of elements from this list.
- removeRange(int, int) - Method in class javax.swing.DefaultListModel
-
Remove all elements between startIndex
and
endIndex
inclusive.
- removeRedundantState() - Method in class javax.swing.undo.StateEdit
-
Removes all redundant entries from the pre- and post-edit state
hash tables.
- removeResourceBundle(String) - Method in class javax.swing.UIDefaults
-
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
-
- removeRowSetListener(RowSetListener) - Method in interface javax.sql.RowSet
-
- removeSelectionInterval(int, int) - Method in class javax.swing.DefaultListSelectionModel
-
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
-
- removeSelectionInterval(int, int) - Method in interface javax.swing.ListSelectionModel
-
Marks the items in the specified interval as not selected.
- removeSelectionPath(TreePath) - Method in class javax.swing.JTree
-
- removeSelectionPath(TreePath) - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Removes the path from the selection.
- removeSelectionPath(TreePath) - Method in interface javax.swing.tree.TreeSelectionModel
-
- removeSelectionPaths(TreePath[]) - Method in class javax.swing.JTree.EmptySelectionModel
-
This catches attempts to remove something from the selection.
- removeSelectionPaths(TreePath[]) - Method in class javax.swing.JTree
-
- removeSelectionPaths(TreePath[]) - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Removes the paths from the selection.
- removeSelectionPaths(TreePath[]) - Method in interface javax.swing.tree.TreeSelectionModel
-
- removeSelectionRow(int) - Method in class javax.swing.JTree
-
- removeSelectionRows(int[]) - Method in class javax.swing.JTree
-
- removeShutdownHook(Thread) - Method in class java.lang.Runtime
-
De-register a shutdown hook.
- removeSources() - Method in class java.awt.image.renderable.ParameterBlock
-
- removeSpi(String) - Method in class java.util.prefs.AbstractPreferences
-
Removes the given key entry from this preferences node.
- removeStyle(String) - Method in class javax.swing.JTextPane
-
Removes a named Style
from the style hierarchy.
- removeStyle(String) - Method in class javax.swing.text.DefaultStyledDocument
-
Removes a named Style
from the style hierarchy.
- removeStyle(String) - Method in class javax.swing.text.html.StyleSheet
-
Removes a style previously added.
- removeStyle(String) - Method in class javax.swing.text.StyleContext
-
- removeStyle(String) - Method in interface javax.swing.text.StyledDocument
-
removeStyle
- removeStyleSheet(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.
- removeTableModelListener(TableModelListener) - Method in class javax.swing.table.AbstractTableModel
-
Removes a listener from the table model so that it will no longer receive
notification of changes to the table model.
- removeTableModelListener(TableModelListener) - Method in interface javax.swing.table.TableModel
-
Removes a listener from the model.
- removeTextListener(TextListener) - Method in class java.awt.TextComponent
-
Removes the specified listener from the list of listeners
for this component.
- removeTileObserver(TileObserver) - Method in class java.awt.image.BufferedImage
-
Removes a tile observer.
- removeTileObserver(TileObserver) - Method in interface java.awt.image.WritableRenderedImage
-
- removeTransformer(ClassFileTransformer) - Method in interface java.lang.instrument.Instrumentation
-
Removes the given transformer from the set of transformers
this Instrumentation object has.
- removeTreeExpansionListener(TreeExpansionListener) - Method in class javax.swing.JTree
-
Removes a TreeExpansionListener
object from the tree.
- removeTreeModelListener(TreeModelListener) - Method in class javax.swing.tree.DefaultTreeModel
-
Removes a listener from the model.
- removeTreeModelListener(TreeModelListener) - Method in interface javax.swing.tree.TreeModel
-
removeTreeModelListener
- removeTreeSelectionListener(TreeSelectionListener) - Method in class javax.swing.JTree
-
Removes a TreeSelectionListener
object from the tree.
- removeTreeSelectionListener(TreeSelectionListener) - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Removes a TreeSelectionListener
object from this model.
- removeTreeSelectionListener(TreeSelectionListener) - Method in interface javax.swing.tree.TreeSelectionModel
-
- removeTreeWillExpandListener(TreeWillExpandListener) - Method in class javax.swing.JTree
-
Removes a TreeWillExpandListener
object from the tree.
- removeUndoableEditListener(UndoableEditListener) - Method in class javax.swing.text.AbstractDocument
-
- removeUndoableEditListener(UndoableEditListener) - Method in interface javax.swing.text.Document
-
Removes an UndoableEditListener from this Document.
- removeUndoableEditListener(UndoableEditListener) - Method in class javax.swing.undo.UndoableEditSupport
-
Unregisters a listener.
- removeUpdate(DocumentEvent) - Method in interface javax.swing.event.DocumentListener
-
Remove update
- removeUpdate(AbstractDocument.DefaultDocumentEvent) - Method in class javax.swing.text.AbstractDocument
-
Called before some content gets removed from this Document
.
- removeUpdate() - Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
-
Updates the element structure of the document in response to removal of
content.
- removeUpdate(AbstractDocument.DefaultDocumentEvent) - Method in class javax.swing.text.DefaultStyledDocument
-
Updates the document structure in response to text removal.
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.FieldView
-
- removeUpdate(FlowView, DocumentEvent, Rectangle) - Method in class javax.swing.text.FlowView.FlowStrategy
-
Receives notification from a FlowView
that some content
has been removed from the document at a location that the
FlowView
is responsible for.
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.FlowView
-
Receice notification that some content has been removed from the region
that this view is responsible for.
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.GlyphView
-
Receives notification that some text has been removed within the
text fragment that this view is responsible for.
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.html.InlineView
-
Receives notification that something was removed from the document in
a location that this view is responsible for.
- removeUpdate(DocumentEvent) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Handle a text removal event and fire an
AccessibleContext.ACCESSIBLE_TEXT_PROPERTY property change
event.
- removeUpdate(AbstractDocument.DefaultDocumentEvent) - Method in class javax.swing.text.PlainDocument
-
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.PlainView
-
This method is called when something is removed from the Document
that this View is displaying.
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.View
-
Receive notification about a remove update to the text model.
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.WrappedPlainView
-
Called when something is removed.
- removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.ZoneView
-
- removeValue(String) - Method in interface javax.net.ssl.SSLSession
-
Un-binds a value.
- removeVetoableChangeListener(VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
-
Removes the supplied vetoable property change listener from
the list of registered listeners.
- removeVetoableChangeListener(String, VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
-
Removes the supplied vetoable property change listener registered
for the specified property from the list of registered listeners.
- removeVetoableChangeListener(String, VetoableChangeListener) - Method in interface java.beans.beancontext.BeanContextChild
-
Remove a listener to a certain property.
- removeVetoableChangeListener(String, VetoableChangeListener) - Method in class java.beans.beancontext.BeanContextChildSupport
-
Remove a listener to a certain property.
- removeVetoableChangeListener(VetoableChangeListener) - Method in class java.beans.VetoableChangeSupport
-
Removes a VetoableChangeListener from the list of global listeners.
- removeVetoableChangeListener(String, VetoableChangeListener) - Method in class java.beans.VetoableChangeSupport
-
Removes a VetoableChangeListener from listening to a specific property.
- removeVetoableChangeListener(VetoableChangeListener) - Method in class javax.swing.JComponent
-
Unregister a VetoableChangeChangeListener
.
- removeWindowFocusListener(WindowFocusListener) - Method in class java.awt.Window
-
Removes the specified listener from this window.
- removeWindowListener(WindowListener) - Method in class java.awt.Window
-
Removes the specified listener from the list of
WindowListeners
that will receive events for this window.
- removeWindowStateListener(WindowStateListener) - Method in class java.awt.Window
-
Removes the specified listener from this window.
- rename(Name, Name) - Method in interface javax.naming.Context
-
Renames the existing binding, removing the existing and giving the new name
for the same object.
- rename(String, String) - Method in interface javax.naming.Context
-
Renames the existing binding, removing the existing and giving the new name
for the same object.
- rename(Name, Name) - Method in class javax.naming.InitialContext
-
- rename(String, String) - Method in class javax.naming.InitialContext
-
- renameFile(File, 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.
- renameNode(Node, String, String) - Method in interface org.w3c.dom.Document
-
Rename an existing node of type ELEMENT_NODE
or
ATTRIBUTE_NODE
.
- renameTo(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(Runnable) - Method in class javax.swing.text.AbstractDocument
-
Called to render this Document
visually.
- render(Runnable) - Method in interface javax.swing.text.Document
-
This allows the Document to be rendered safely.
- RENDERABLE_IMAGE - Static variable in class javax.print.DocFlavor.SERVICE_FORMATTED
-
Service formatted doc flavor with a representation class of
"java.awt.image.renderable.RenderableImage".
- RenderableImage - Interface in java.awt.image.renderable
-
- RenderableImageOp - Class in java.awt.image.renderable
-
- RenderableImageOp(ContextualRenderedImageFactory, ParameterBlock) - Constructor for class java.awt.image.renderable.RenderableImageOp
-
- RenderableImageProducer - Class in java.awt.image.renderable
-
- RenderableImageProducer(RenderableImage, RenderContext) - Constructor for class java.awt.image.renderable.RenderableImageProducer
-
- RenderContext - Class in java.awt.image.renderable
-
- RenderContext(AffineTransform, Shape, RenderingHints) - Constructor for class java.awt.image.renderable.RenderContext
-
- RenderContext(AffineTransform) - Constructor for class java.awt.image.renderable.RenderContext
-
- RenderContext(AffineTransform, RenderingHints) - Constructor for class java.awt.image.renderable.RenderContext
-
- RenderContext(AffineTransform, Shape) - Constructor for class java.awt.image.renderable.RenderContext
-
- RenderedImage - Interface in java.awt.image
-
NEEDS DOCUMENTATION
- RenderedImageFactory - Interface in java.awt.image.renderable
-
- renderer - Variable in class javax.swing.JComboBox
-
Renderer renders(paints) every object in the combo box list in its
associated list cell.
- Renderer - Interface in javax.swing
-
This interface is not used and exists only for compatibility.
- renderer - Variable in class javax.swing.tree.DefaultTreeCellEditor
-
Renderer, used to get border and offsets from.
- rendererPane - Variable in class javax.swing.plaf.basic.BasicListUI
-
- rendererPane - Variable in class javax.swing.plaf.basic.BasicTableHeaderUI
-
Paint the header cell.
- rendererPane - Variable in class javax.swing.plaf.basic.BasicTableUI
-
- rendererPane - Variable in class javax.swing.plaf.basic.BasicTreeUI
-
Used to paint the TreeCellRenderer.
- rendererPane - Variable in class javax.swing.plaf.metal.MetalComboBoxButton
-
Used for rendering the selected item.
- RenderingHints - Class in java.awt
-
A collection of (key, value) items that provide 'hints' for the
Graphics2D
rendering pipeline.
- RenderingHints(Map<RenderingHints.Key, ?>) - Constructor for class java.awt.RenderingHints
-
Creates a new collection of hints containing all the (key, value) pairs
in the specified map.
- RenderingHints(RenderingHints.Key, Object) - Constructor for class java.awt.RenderingHints
-
Creates a new collection containing a single (key, value) pair.
- RenderingHints.Key - Class in java.awt
-
The base class used to represent keys.
- RenderingHints.Key(int) - Constructor for class java.awt.RenderingHints.Key
-
Creates a new key.
- reorderingAllowed - Variable in class javax.swing.table.JTableHeader
-
The reorderingAllowed property.
- reorderVisually(byte[], int, Object[], int, int) - Static method in class java.text.Bidi
-
Reorder objects according to the levels passed in.
- repaint() - Method in class java.awt.Component
-
Repaint this entire component.
- repaint(long) - Method in class java.awt.Component
-
Repaint this entire component.
- repaint(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.Component
-
Repaints the specified rectangular region within this component.
- repaint(long, int, int, int, int) - Method in interface java.awt.peer.ComponentPeer
-
Repaints the specified rectangle of this component.
- repaint(long, int, int, int, int) - Method in class javax.swing.DefaultListCellRenderer
-
- repaint(Rectangle) - Method in class javax.swing.DefaultListCellRenderer
-
- 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(Rectangle) - 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 javax.swing.table.DefaultTableCellRenderer
-
Overriden for performance.
- repaint(Rectangle) - Method in class javax.swing.table.DefaultTableCellRenderer
-
Overriden for performance.
- repaint() - Method in class javax.swing.text.DefaultCaret
-
Causes the Caret
to repaint itself.
- repaint(long, int, int, int, int) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
For performance reasons, this method is overridden to do nothing.
- repaint(Rectangle) - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
For performance reasons, this method is overridden to do nothing.
- 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 in javax.swing
-
The repaint manager holds a set of dirty regions, invalid components,
and a double buffer surface.
- RepaintManager() - Constructor for class javax.swing.RepaintManager
-
Create a new RepaintManager object.
- reparent(ContainerPeer) - Method in interface java.awt.peer.ComponentPeer
-
Reparent this component under another container.
- repeatKeyAction - Variable in class javax.swing.plaf.basic.BasicTreeUI.KeyHandler
-
Key code that is being generated for.
- replace(char, char) - Method in class java.lang.String
-
Replaces every instance of a character in this String with a new
character.
- replace(CharSequence, CharSequence) - Method in class java.lang.String
-
Returns a string that is this string with all instances of the sequence
represented by target
replaced by the sequence in
replacement
.
- replace(int, int, String) - Method in class java.lang.StringBuffer
-
Replace characters between index start
(inclusive) and
end
(exclusive) with str
.
- replace(int, int, String) - Method in class java.lang.StringBuilder
-
Replace characters between index start
(inclusive) and
end
(exclusive) with str
.
- REPLACE - Static variable in class java.nio.charset.CodingErrorAction
-
- replace(int, int, Element[]) - Method in class javax.swing.text.AbstractDocument.BranchElement
-
Replaces a set of child elements with a new set of child elemens.
- replace(int, int, String, AttributeSet) - Method in class javax.swing.text.AbstractDocument
-
Replaces a piece of content in this Document
with
another piece of content.
- replace(int, int, View[]) - Method in class javax.swing.text.AsyncBoxView
-
Replaces child views with new child views.
- replace(int, int, View[]) - Method in class javax.swing.text.BoxView
-
Replaces child views by some other child views.
- replace(int, int, View[]) - Method in class javax.swing.text.CompositeView
-
Replaces child views by some other child views.
- replace(int, int, String, AttributeSet) - Method in class javax.swing.text.DocumentFilter.FilterBypass
-
- replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class javax.swing.text.DocumentFilter
-
- replace(int, int, Object, int) - Method in class javax.swing.text.GapContent
-
Replaces a portion of the storage with the specified items.
- replace(int, int, View[]) - Method in class javax.swing.text.html.BlockView
-
Overridden to fetch additional CSS layout information.
- replace(int, int, View[]) - Method in class javax.swing.text.TableView
-
Replaces a number of child views with a set of new child views.
- replace(int, int, View[]) - Method in class javax.swing.text.TableView.TableRow
-
Replaces some child views with a new set of child views.
- replace(int, int, View[]) - Method in class javax.swing.text.View
-
Replaces a couple of child views with new child views.
- REPLACE_ATTRIBUTE - Static variable in interface javax.naming.directory.DirContext
-
- replaceAll(String, String) - Method in class java.lang.String
-
Replaces all matching substrings of the regular expression with a
given replacement.
- replaceAll(List<T>, T, T) - Static method in class java.util.Collections
-
Replace all instances of one object with another in the specified list.
- replaceAll(String) - Method in class java.util.regex.Matcher
-
- replaceChild(Node, Node) - Method in class javax.imageio.metadata.IIOMetadataNode
-
- replaceChild(Node, Node) - Method in interface org.w3c.dom.Node
-
Replaces the child node oldChild
with newChild
in the list of children, and returns the oldChild
node.
- replaceData(int, int, String) - Method in interface org.w3c.dom.CharacterData
-
Replace the characters starting at the specified 16-bit unit offset
with the specified string.
- replaceEdit(UndoableEdit) - Method in class javax.swing.undo.AbstractUndoableEdit
-
Incorporates another editing action into this one, thus forming a
combined action that replaces the argument action.
- replaceEdit(UndoableEdit) - Method in interface javax.swing.undo.UndoableEdit
-
Incorporates another editing action into this one, thus forming a
combined action that replaces the argument action.
- replaceEditor(JComponent, JComponent) - Method in class javax.swing.plaf.basic.BasicSpinnerUI
-
Replace the old editor with the new one
- replaceFirst(String, String) - Method in class java.lang.String
-
Replaces the first substring match of the regular expression with a
given replacement.
- replaceFirst(String) - Method in class java.util.regex.Matcher
-
- replaceImageMetadata(int, IIOMetadata) - Method in class javax.imageio.ImageWriter
-
Replace the metadata associated with the image at the given
index.
- replaceItem(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
-
- replaceObject(Object) - Method in class java.io.ObjectOutputStream
-
Allows subclasses to replace objects that are written to the
stream with other objects to be written in their place.
- replacePane(JComponent, JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
This method replaces the currentPane with the newPane.
- replacePixels(RenderedImage, ImageWriteParam) - Method in class javax.imageio.ImageWriter
-
Replace a region of an image in the output stream with a portion
of the given rendered image.
- replacePixels(Raster, ImageWriteParam) - Method in class javax.imageio.ImageWriter
-
Replace a region of an image in the output stream with a portion
of the given raster data.
- replaceRange(String, int, int) - Method in interface java.awt.peer.TextAreaPeer
-
- replaceRange(String, int, int) - Method in class java.awt.TextArea
-
Replace a range of characters with the specified text.
- replaceRange(String, int, int) - Method in class javax.swing.JTextArea
-
- replaceSelection(String) - Method in class javax.swing.JEditorPane
-
Replaces the currently selected content with new content represented
by the given string.
- replaceSelection(String) - Method in class javax.swing.JTextPane
-
Replaces the currently selected text with the specified
content
.
- replaceSelection(String) - Method in class javax.swing.text.JTextComponent
-
- replaceStreamMetadata(IIOMetadata) - Method in class javax.imageio.ImageWriter
-
Replace the metadata associated with this image stream.
- replaceText(String, int, int) - Method in interface java.awt.peer.TextAreaPeer
-
- replaceText(String, int, int) - Method in class java.awt.TextArea
-
Deprecated.
This method is deprecated in favor of
replaceRange ()
.
- replaceText(int, int, String) - Method in interface javax.accessibility.AccessibleEditableText
-
Replace the text between two points with the given string.
- replaceText(int, int, String) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Replaces the text between two indexes with the given text.
- replaceUIActionMap(JComponent, ActionMap) - Static method in class javax.swing.SwingUtilities
-
Change the shared, UI-managed
ActionMap
for a given
component.
- replaceUIInputMap(JComponent, int, InputMap) - Static method in class javax.swing.SwingUtilities
-
Change the shared, UI-managed
InputMap
for a given
component.
- replaceWholeText(String) - Method in interface org.w3c.dom.Text
-
Replaces the text of the current node and all logically-adjacent text
nodes with the specified text.
- replaceWith(String) - Method in class java.nio.charset.CharsetDecoder
-
- replaceWith(byte[]) - Method in class java.nio.charset.CharsetEncoder
-
- ReplicateScaleFilter - Class in java.awt.image
-
This filter should be used for fast scaling of images where the result
does not need to ensure straight lines are still straight, etc.
- ReplicateScaleFilter(int, int) - Constructor for class java.awt.image.ReplicateScaleFilter
-
- reply_status() - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
-
Get the reoly state as result of the operation invocation.
- REPORT - Static variable in class java.nio.charset.CodingErrorAction
-
- REPORT - Static variable in class javax.print.attribute.standard.Severity
-
Indicates that the reason is a report.
- report(Diagnostic<? extends S>) - Method in interface javax.tools.DiagnosticListener
-
Receive diagnostic information from tools.
- report(String, String, Object, Location) - Method in interface javax.xml.stream.XMLReporter
-
Reports an error.
- REPORTER - Static variable in class javax.xml.stream.XMLInputFactory
-
Property used to control the error reporter implementation.
- reportError(String, Exception, int) - Method in class java.util.logging.Handler
-
- RepositoryIdHelper - Class in org.omg.CORBA
-
A formal helper for the CORBA Repository Id that is identical to the
narrow string.
- RepositoryIdHelper() - Constructor for class org.omg.CORBA.RepositoryIdHelper
-
- request(Object, String) - Method in class org.omg.CORBA.portable.Delegate
-
Create a request to invoke the method of this CORBA object.
- request(Object, String, boolean) - Method in class org.omg.CORBA.portable.Delegate
-
Create a request to invoke the method of this CORBA object.
- Request - Class in org.omg.CORBA
-
An object, containing the information, needed to invoke the method of
the local or remote CORBA object.
- Request() - Constructor for class org.omg.CORBA.Request
-
- request_id() - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
-
Get the request id.
- REQUEST_PROCESSING_POLICY_ID - Interface in org.omg.PortableServer
-
- requestAnonymity(boolean) - Method in interface org.ietf.jgss.GSSContext
-
Requests anonymous support over the context.
- requestConf(boolean) - Method in interface org.ietf.jgss.GSSContext
-
Requests that confidentiality service be available over the context.
- requestCredDeleg(boolean) - Method in interface org.ietf.jgss.GSSContext
-
Sets the request state for the credential delegation flag for the
context.
- requestDefaultFocus() - Method in class javax.swing.JComponent
-
- requestFocus() - Method in class java.awt.Component.AccessibleAWTComponent
-
Requests focus for 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.
- 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() - Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
-
Requests that this component gains focus.
- requestFocus() - Method in interface java.awt.peer.ComponentPeer
-
Requests that this component receives the focus.
- requestFocus(Component, boolean, boolean, long) - Method in interface java.awt.peer.ComponentPeer
-
Requests that this component receives the focus.
- requestFocus(Component, boolean, boolean, long, CausedFocusEvent.Cause) - Method in interface java.awt.peer.ComponentPeer
-
Requests the focus on the component.
- requestFocus() - Method in interface 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.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
.
- 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.
- requestFocus() - Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
-
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.
- requestFocus() - Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
-
Requests that this table cell gets the keyboard focus.
- requestFocus() - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
-
Requests focus for this object.
- requestFocus() - Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SystemMenuBar
-
This method requests that focus be given to this Component.
- requestFocus() - Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
-
- 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(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() - 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 javax.swing.JComponent
-
This method is overridden to make it public so that it can be used
by look and feel implementations.
- RequestInfo - Interface in org.omg.PortableInterceptor
-
- RequestInfoOperations - Interface in org.omg.PortableInterceptor
-
Defines operations that are applicable for both server and client request.
- RequestingUserName - Class in javax.print.attribute.standard
-
The RequestingUserName
attribute provides the name of
the user which requests the printing of the given job.
- RequestingUserName(String, Locale) - Constructor for class javax.print.attribute.standard.RequestingUserName
-
Creates a RequestingUserName
object.
- requestInteg(boolean) - Method in interface org.ietf.jgss.GSSContext
-
Requests that integrity services be available over the context.
- requestLifetime(int) - Method in interface org.ietf.jgss.GSSContext
-
Sets the desired lifetime for the context in seconds.
- requestMutualAuth(boolean) - Method in interface org.ietf.jgss.GSSContext
-
Sets the request state of the mutual authentication flag for the
context.
- requestPasswordAuthentication(InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
-
This method is called whenever a username and password for a given
network operation is required.
- requestPasswordAuthentication(String, InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
-
This method is called whenever a username and password for a given
network operation is required.
- RequestProcessingPolicy - Interface in org.omg.PortableServer
-
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.
- RequestProcessingPolicyOperations - Interface in org.omg.PortableServer
-
Defines the operations, applicable to the RequestProcessingPolicy.
- RequestProcessingPolicyValue - Class in org.omg.PortableServer
-
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 interface org.ietf.jgss.GSSContext
-
Sets the request state of the replay detection service for the
context.
- requestSequenceDet(boolean) - Method in interface org.ietf.jgss.GSSContext
-
Sets the request state for the sequence checking service of the
context.
- requestTopDownLeftRightResend(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
-
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.
- requestTopDownLeftRightResend(ImageConsumer) - Method in interface java.awt.image.ImageProducer
-
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.
- requestTopDownLeftRightResend(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
-
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.
- requestTopDownLeftRightResend(ImageConsumer) - Method in class java.awt.image.renderable.RenderableImageProducer
-
- requestWindowFocus() - Method in interface java.awt.peer.WindowPeer
-
Request that this window peer be given the window focus.
- require(int, String, String) - Method in class javax.xml.stream.util.StreamReaderDelegate
-
- require(int, String, String) - Method in interface javax.xml.stream.XMLStreamReader
-
Tests whether the current event is of the given type and namespace.
- REQUIRED - Static variable in class java.awt.GraphicsConfigTemplate
-
States that a feature is required to select a configuration.
- required - Variable 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 variable in class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
-
- REQUIRED - Static variable in interface javax.swing.text.html.parser.DTDConstants
-
The attribute modifier #REQUIRED constant, indicates that the
value must be supplied.
- REQUIRES_ATTENTION - Static variable 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 variable in class javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
-
- RescaleOp - Class in java.awt.image
-
RescaleOp is a filter that changes each pixel by a scaling factor and offset.
- RescaleOp(float[], float[], RenderingHints) - Constructor for class java.awt.image.RescaleOp
-
Create a new RescaleOp object using the given scale factors and offsets.
- RescaleOp(float, float, RenderingHints) - Constructor for class java.awt.image.RescaleOp
-
Create a new RescaleOp object using the given scale factor and offset.
- rescanCurrentDirectory() - Method in class javax.swing.JFileChooser
-
Rescans the current directory (this is handled by the UI delegate).
- rescanCurrentDirectory(JFileChooser) - Method in class javax.swing.plaf.basic.BasicFileChooserUI
-
Rescans the current directory.
- rescanCurrentDirectory(JFileChooser) - Method in class javax.swing.plaf.FileChooserUI
-
Refreshes the currently displayed directory.
- rescanCurrentDirectory(JFileChooser) - Method in class javax.swing.plaf.metal.MetalFileChooserUI
-
Updates the current directory.
- rescanCurrentDirectory(JFileChooser) - Method in class javax.swing.plaf.multi.MultiFileChooserUI
-
- resendTopDownLeftRight(ImageProducer) - Method in class java.awt.image.ImageFilter
-
The ImageConsumer
can use this method to request
the pixels be delivered in top-down, left-right order.
- RESERVED_ID_MAX - Static variable 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 variable in class javax.print.ServiceUIFactory
-
Role IDs greater than this may be used for other private roles.
- reset() - Method in class java.awt.geom.Area
-
Clears the Area object, creating an empty area.
- reset() - Method in class java.awt.geom.GeneralPath
-
Resets the path.
- reset() - Method in class java.awt.Polygon
-
Reset the polygon to be empty.
- reset() - Method in class java.io.BufferedInputStream
-
This method resets a stream to the point where the mark()
method was called.
- reset() - Method in class java.io.BufferedReader
-
Reset the stream to the point where the mark()
method
was called.
- reset() - Method in class java.io.ByteArrayInputStream
-
This method sets the read position in the stream to the mark
point by setting the pos
variable equal to the
mark
variable.
- reset() - Method in class java.io.ByteArrayOutputStream
-
This method discards all of the bytes that have been written to
the internal buffer so far by setting the count
variable to 0.
- reset() - Method in class java.io.CharArrayReader
-
This method sets the read position in the stream to the mark
point by setting the pos
variable equal to the
mark
variable.
- reset() - Method in class java.io.CharArrayWriter
-
This method discards all of the chars that have been written to the
internal buffer so far by setting the count
variable to
0.
- reset() - Method in class java.io.FilterInputStream
-
Calls the in.reset()
method.
- reset() - Method in class java.io.FilterReader
-
Calls the in.reset()
method.
- reset() - Method in class java.io.InputStream
-
This method resets a stream to the point where the
mark()
method was called.
- reset() - Method in class java.io.LineNumberInputStream
-
Deprecated.
This method resets a stream to the point where the
mark()
method was called.
- reset() - Method in class java.io.LineNumberReader
-
This method resets a stream to the point where the mark()
method
was called.
- reset() - Method in class java.io.ObjectOutputStream
-
Resets stream to state equivalent to the state just after it was
constructed.
- 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 java.io.StringBufferInputStream
-
Deprecated.
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 java.nio.Buffer
-
Resets this buffer's position to the previously-marked position.
- reset() - Method in class java.nio.charset.CharsetDecoder
-
- reset() - Method in class java.nio.charset.CharsetEncoder
-
- reset() - Method in class java.security.MessageDigest
-
Resets this instance.
- reset() - Method in class java.text.CollationElementIterator
-
This method resets the internal position pointer to read from the
beginning of the String
again.
- reset() - Method in class java.util.logging.LogManager
-
Resets the logging configuration by removing all handlers for
registered named loggers and setting their level to null
.
- 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(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.
- reset() - Method in class java.util.zip.Adler32
-
Resets the Adler32 checksum to the initial value.
- reset() - Method in interface java.util.zip.Checksum
-
Resets the data checksum as if no update was ever 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 java.util.zip.Inflater
-
Resets the inflater so that a new stream can be decompressed.
- reset() - Method in class java.util.zip.InflaterInputStream
-
- reset() - Method in class javax.crypto.CipherInputStream
-
Reset to the mark.
- reset() - Method in class javax.crypto.Mac
-
Reset this instance.
- 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 javax.imageio.metadata.IIOMetadata
-
- reset() - Method in interface javax.imageio.stream.ImageInputStream
-
- reset() - Method in class javax.imageio.stream.ImageInputStreamImpl
-
- reset() - Method in class javax.sound.sampled.AudioInputStream
-
- reset() - Method in class javax.swing.ProgressMonitorInputStream
-
- RESET - Static variable in class javax.swing.text.html.FormView
-
Deprecated.
As of JDK1.3 the value is fetched from the UIManager property
FormView.resetButtonText
.
- reset() - Method in class javax.xml.datatype.XMLGregorianCalendar
-
Resets all fields to their original values.
- reset() - Method in class javax.xml.parsers.DocumentBuilder
-
Reset this document builder to its original configuration.
- reset() - Method in class javax.xml.parsers.SAXParser
-
Resets this parser to its original configuration.
- reset() - Method in class javax.xml.transform.Transformer
-
Reset this Transformer to its original configuration.
- reset() - Method in class javax.xml.validation.Validator
-
Reset this validator to its original state.
- reset() - Method in interface javax.xml.xpath.XPath
-
Resets the environment.
- reset() - Method in interface org.w3c.dom.html2.HTMLFormElement
-
Restores a form element's default values.
- reset() - Method in class org.xml.sax.helpers.NamespaceSupport
-
Reset this Namespace support object for reuse.
- resetAllControllers() - Method in interface javax.sound.midi.MidiChannel
-
Reset all MIDI controllers to their default values.
- resetChoosableFileFilters() - Method in class javax.swing.JFileChooser
-
Clears the list of choosable file filters and installs the 'accept all'
filter from the UI delegate.
- resetInputValue() - Method in class javax.swing.plaf.basic.BasicOptionPaneUI
-
Changes the inputValue property in the JOptionPane based on the current
value of the inputComponent.
- resetKeyboardActions() - Method in class javax.swing.JComponent
-
Reset all keyboard action registries.
- resetLayoutManager() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
-
This method resets the current layout manager.
- resetMarksAtZero() - Method in class javax.swing.text.GapContent
-
Resets all Position
that have an offset of 0
,
to also have an array index of 0
.
- resetPeakThreadCount() - Method in interface java.lang.management.ThreadMXBean
-
- resetPeakUsage() - Method in interface java.lang.management.MemoryPoolMXBean
-
Resets the peak memory usage level to the current memory usage
level.
- resetRecognizer() - Method in class java.awt.dnd.DragGestureRecognizer
-
Resets the recognizer.
- resetRowSelection() - Method in class javax.swing.tree.DefaultTreeSelectionModel
-
Updates the mappings from TreePaths to row indices.
- resetRowSelection() - Method in interface 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.
- resetToPreferredSizes() - Method in class javax.swing.JSplitPane
-
This method resets all children of the JSplitPane to their preferred
sizes.
- resetToPreferredSizes() - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
-
This method resets the sizes of all the components.
- resetToPreferredSizes(JSplitPane) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
-
This method is called when JSplitPane's resetToPreferredSizes is called.
- resetToPreferredSizes(JSplitPane) - Method in class javax.swing.plaf.multi.MultiSplitPaneUI
-
- resetToPreferredSizes(JSplitPane) - Method in class javax.swing.plaf.SplitPaneUI
-
Moves the divider to the location which best respects
the preferred sizes of the children.
- resetViewPort() - Method in class javax.swing.JScrollPane.AccessibleJScrollPane
-
Resets the viewPort
field when the scrollpane's viewport
changes.
- reshape(int, int, int, int) - Method in class java.awt.Component
-
- reshape(int, int, int, int) - Method in interface java.awt.peer.ComponentPeer
-
Notifies the peer that the bounds of this component have changed.
- reshape(int, int, int, int) - Method in class java.awt.Rectangle
-
- 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
-
- RESIZABLE - Static variable in class javax.accessibility.AccessibleState
-
Indicates the size of this object is not fixed.
- resizable - Variable 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(Dimension) - 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
-
- resize(Dimension) - Method in class java.awt.Component
-
- resize(int, int) - Method in class java.awt.Rectangle
-
- RESIZE_NONE - Variable in class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
-
FIXME: Use for something.
- RESIZE_WEIGHT_PROPERTY - Static variable 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 - Variable in class javax.swing.table.TableColumn
-
- resizeFrame(JComponent, int, int, int, int) - Method in class javax.swing.DefaultDesktopManager
-
This method resizes the give JComponent.
- resizeFrame(JComponent, int, int, int, int) - Method in interface javax.swing.DesktopManager
-
This method is called to resize the given JInternalFrame to the given
bounds.
- resizingAllowed - Variable in class javax.swing.table.JTableHeader
-
The resizingAllowed property.
- resizingColumn - Variable in class javax.swing.table.JTableHeader
-
The resizingColumn property.
- resolution - Variable in class javax.sound.midi.MidiFileFormat
-
The timing resolution of the MIDI file.
- resolution - Variable in class javax.sound.midi.Sequence
-
The timing resolution in ticks/beat or ticks/frame, depending on the
division type.
- ResolutionSyntax - Class in javax.print.attribute
-
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(URI) - Method in class java.net.URI
-
Resolves the given URI against this URI
- resolve(String) - Method in class java.net.URI
-
Resolves the given URI string against this URI
- resolve(String, String) - Method in interface javax.xml.transform.URIResolver
-
Resolves an xsl:include
, xsl:import
, or
XPath document()
function.
- resolve(NameComponent[]) - Method in class org.omg.CosNaming._NamingContextStub
-
Get the object, bound to the specified name in this
context.
- resolve(NameComponent[]) - Method in interface org.omg.CosNaming.NamingContext
-
Get the object, bound to the specified name in this
context.
- resolve(NameComponent[]) - Method in interface org.omg.CosNaming.NamingContextOperations
-
Get the object, bound to the specified name in this
context.
- resolve_initial_references(String) - Method in class org.omg.CORBA.ORB
-
Find and return the easily accessible CORBA object, addressed
by name.
- resolve_initial_references(String) - Method in interface org.omg.PortableInterceptor.ORBInitInfoOperations
-
- resolve_str(String) - Method in class org.omg.CosNaming._NamingContextExtStub
-
Resolve the name, represented in the form of the string.
- resolve_str(String) - Method in interface org.omg.CosNaming.NamingContextExtOperations
-
Resolve the name, represented in the form of the string.
- ResolveAttribute - Static variable in interface javax.swing.text.AttributeSet
-
Key of the attribute that is used to identify the resolving parent of
an AttributeSet
.
- ResolveAttribute - Static variable in class javax.swing.text.StyleConstants
-
- resolveClass(ObjectStreamClass) - Method in class java.io.ObjectInputStream
-
Called when a class is being deserialized.
- resolveClass(Class<?>) - Method in class java.lang.ClassLoader
-
Links the class, if that has not already been done.
- resolvedName - Variable in exception 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 - Variable in exception 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 - Variable in class javax.naming.spi.ResolveResult
-
The object, to that part of the name has been resolved.
- resolveEntity(String, String, String, String) - Method in interface javax.xml.stream.XMLResolver
-
Returns an input source from which the specified external entity can be
read.
- resolveEntity(String, String) - Method in interface org.xml.sax.EntityResolver
-
Allow the application to resolve external entities.
- resolveEntity(String, String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
-
Tells the parser to resolve the systemId against the baseURI
and read the entity text from that resulting absolute URI.
- resolveEntity(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
-
- resolveEntity(String, String, String, String) - Method in interface org.xml.sax.ext.EntityResolver2
-
Allows applications to map references to external entities into input
sources, or tell the parser it should use conventional URI resolution.
- resolveEntity(String, String) - Method in class org.xml.sax.HandlerBase
-
Deprecated.
Resolve an external entity.
- resolveEntity(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
-
Resolve an external entity.
- resolveEntity(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter an external entity resolution.
- resolveFunction(QName, int) - Method in interface javax.xml.xpath.XPathFunctionResolver
-
Returns the function with the specified name and arity.
- resolveNamespacePrefix(String) - Method in interface org.relaxng.datatype.ValidationContext
-
Resolves a namespace prefix to the corresponding namespace URI.
- resolveObject(Object) - Method in class java.io.ObjectInputStream
-
Allows subclasses to resolve objects that are read from the
stream with other objects to be returned in their place.
- resolveProxyClass(String[]) - Method in class java.io.ObjectInputStream
-
- Resolver - Interface in javax.naming.spi
-
Represents the object, capable for the at least partial name resolution.
- RESOLVER - Static variable in class javax.xml.stream.XMLInputFactory
-
Property used to control the entity resolver implementation.
- resolveResource(String, String, String, String, String) - Method in interface org.w3c.dom.ls.LSResourceResolver
-
Allow the application to resolve external resources.
- ResolveResult - Class in javax.naming.spi
-
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(Object, String) - Constructor for class javax.naming.spi.ResolveResult
-
Create the initialised instance
- ResolveResult(Object, Name) - Constructor for class javax.naming.spi.ResolveResult
-
Create the initialised instance
- resolveToClass(Name, Class<? extends Context>) - Method in interface javax.naming.spi.Resolver
-
- resolveToClass(String, Class<? extends Context>) - Method in interface javax.naming.spi.Resolver
-
- resolveVariable(QName) - Method in interface javax.xml.xpath.XPathVariableResolver
-
- ResourceBundle - Class in java.util
-
A resource bundle contains locale-specific data.
- ResourceBundle() - Constructor for class java.util.ResourceBundle
-
The constructor.
- RESOURCES_ARE_NOT_READY - Static variable in class javax.print.attribute.standard.JobStateReason
-
One or more resources needed by the job are not ready.
- response_expected() - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
-
Indicates whether request sender expected any response.
- responseCode - Variable in class java.net.HttpURLConnection
-
The response code received from the server
- ResponseHandler - Interface in org.omg.CORBA.portable
-
The interface, able to return streams, where the reply data can be
marshalled.
- responseMessage - Variable in class java.net.HttpURLConnection
-
The response message string received from the server.
- rest_of_name - Variable in exception org.omg.CosNaming.NamingContextPackage.CannotProceed
-
Contains the remainder of the non working name.
- rest_of_name - Variable in exception org.omg.CosNaming.NamingContextPackage.NotFound
-
Contains the remainder of the non working name.
- restack() - Method in interface java.awt.peer.ContainerPeer
-
Restack the component peers in this container peer.
- restart() - Method in class javax.swing.Timer
-
Cancel all pending tasks and fire the first event after the initial
delay.
- RESTORE_CMD - Static variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
The action command for the Restore action.
- restoreAction - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
The action associated with restoring the JInternalFrame.
- restoreState(Hashtable<?, ?>) - Method in interface javax.swing.undo.StateEditable
-
Performs an edit action, taking any editable state information
from the specified hash table.
- restoreSubcomponentFocus() - Method in class javax.swing.JInternalFrame
-
This method gives focus to the last child Component that had focus.
- Result - Interface in javax.xml.transform
-
The result of an XSL transformation.
- result() - Method in class org.omg.CORBA.Request
-
Get the value, returned by the method, together with its name.
- result(Any) - Method in class org.omg.CORBA.ServerRequest
-
- result() - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
-
Get the result of the operation invocation.
- ResultSet - Interface in java.sql
-
This interface provides access to the data set returned by a SQL
statement.
- ResultSetMetaData - Interface in java.sql
-
This interface provides a mechanism for obtaining information about
the columns that are present in a ResultSet
.
- resume() - Method in class java.lang.Thread
-
Deprecated.
pointless, since suspend is deprecated
- resume() - Method in class java.lang.ThreadGroup
-
Deprecated.
pointless, since suspend is deprecated
- resume(Transaction) - Method in interface javax.transaction.TransactionManager
-
- RETAIN - Static variable in class org.omg.PortableServer.ServantRetentionPolicyValue
-
An instance of ServantRetentionPolicyValue, indicating that
the POA retains active servants in its Active Object Map.
- retainAll(Collection) - Method in class java.beans.beancontext.BeanContextSupport
-
- retainAll(Collection<?>) - Method in class java.util.AbstractCollection
-
Remove from this collection all its elements that are not contained in a
given collection (optional operation).
- retainAll(Collection<?>) - Method in interface java.util.Collection
-
Remove all elements of this collection that are not contained in a given
collection.
- retainAll(Collection<?>) - Method in class java.util.concurrent.CopyOnWriteArrayList
-
Removes all the elements that are not in the passed collection.
- retainAll(Collection<?>) - Method in interface java.util.List
-
Remove all elements of this list that are not contained in a given
collection (optional operation).
- retainAll(Collection<?>) - Method in interface java.util.Set
-
Retains only the elements in this set that are also in the specified
collection (optional operation).
- retainAll(Collection<?>) - Method in class java.util.Vector
-
Retain in this vector only the elements contained in the given collection.
- Retention - Annotation Type in java.lang.annotation
-
This annotation is used to specify the desired lifetime of another
annotation.
- RetentionPolicy - Enum in java.lang.annotation
-
This enum is used to control the lifetime of an annotation.
- retryReferral() - Method in exception javax.naming.ReferralException
-
- RETURN_GENERATED_KEYS - Static variable in interface java.sql.Statement
-
- return_value() - Method in class org.omg.CORBA.Request
-
Get the value, returned by the method.
- REUSE - Static variable in class javax.security.sasl.Sasl
-
The name of a property that specifies whether to reuse previously
authenticated session information.
- REV - Static variable in class javax.swing.text.html.HTML.Attribute
-
The rev attribute
- revalidate() - Method in class java.awt.Component.BltBufferStrategy
-
Re-create the image buffer resources if they've been lost.
- revalidate() - Method in class java.awt.Component.FlipBufferStrategy
-
Re-create the image buffer resources if they've been lost.
- revalidate() - Method in class javax.swing.DefaultListCellRenderer
-
- revalidate() - Method in class javax.swing.JComponent
-
- revalidate() - Method in class javax.swing.table.DefaultTableCellRenderer
-
- revalidate() - Method in class javax.swing.tree.DefaultTreeCellRenderer
-
For performance reasons, this method is overridden to do nothing.
- REVERB - Static variable in class javax.sound.sampled.EnumControl.Type
-
This describes an enum control used for reverb.
- REVERB_RETURN - Static variable in class javax.sound.sampled.FloatControl.Type
-
Post-reverb gain.
- REVERB_SEND - Static variable in class javax.sound.sampled.FloatControl.Type
-
Pre-reverb gain.
- ReverbType - Class in javax.sound.sampled
-
This represents a reverb effect which can be applied to an audio signal.
- ReverbType(String, int, float, int, float, int) - Constructor for class javax.sound.sampled.ReverbType
-
Create a new ReverbType given its attributes.
- reverse(int) - Static method in class java.lang.Integer
-
Reverse the bits in val.
- reverse(long) - Static method in class java.lang.Long
-
Reverse the bits in val.
- 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(List<?>) - Static method in class java.util.Collections
-
Reverse a given list.
- REVERSE_LANDSCAPE - Static variable in class java.awt.print.PageFormat
-
A constant for a reversed landscaped page orientation.
- REVERSE_LANDSCAPE - Static variable in class javax.print.attribute.standard.OrientationRequested
-
Orientation as reversed landscape.
- REVERSE_PORTRAIT - Static variable in class javax.print.attribute.standard.OrientationRequested
-
Orientation as reversed portrait.
- reverseBytes(char) - Static method in class java.lang.Character
-
Reverse the bytes in val.
- reverseBytes(int) - Static method in class java.lang.Integer
-
Reverse the bytes in val.
- reverseBytes(long) - Static method in class java.lang.Long
-
Reverse the bytes in val.
- reverseBytes(short) - Static method in class java.lang.Short
-
Reverse the bytes in val.
- reverseOrder(Comparator<T>) - Static method in class java.util.Collections
-
Get a comparator that implements the reverse of the ordering
specified by the given Comparator.
- reverseOrder() - Static method in class java.util.Collections
-
Get a comparator that implements the reverse of natural ordering.
- REVERT - Static variable in class javax.swing.JFormattedTextField
-
- revokeService(Class, BeanContextServiceProvider, boolean) - Method in interface java.beans.beancontext.BeanContextServices
-
Make it so that no one else can use this service.
- revokeService(Class, BeanContextServiceProvider, boolean) - Method in class java.beans.beancontext.BeanContextServicesSupport
-
Revokes the given service.
- rewind() - Method in class java.nio.Buffer
-
Rewinds this buffer.
- rewind() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
- 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 interface org.omg.DynamicAny.DynAnyOperations
-
- RFC1779 - Static variable in class javax.security.auth.x500.X500Principal
-
- RFC2253 - Static variable in class javax.security.auth.x500.X500Principal
-
- RGBColor - Interface in org.w3c.dom.css
-
The RGBColor
interface is used to represent any RGB color
value.
- RGBImageFilter - Class in java.awt.image
-
A filter designed to filter images in the default RGBColorModel regardless of
the ImageProducer's ColorModel.
- RGBImageFilter() - Constructor for class java.awt.image.RGBImageFilter
-
Construct new RGBImageFilter.
- RGBtoHSB(int, int, int, float[]) - Static method in class java.awt.Color
-
Converts from the RGB (red, green, blue) color model to the HSB (hue,
saturation, brightness) color model.
- RIGHT - Static variable in class java.awt.Event
-
- RIGHT - Static variable in class java.awt.FlowLayout
-
Constant that specifies right alignment.
- right - Variable in class java.awt.Insets
-
The gap from the right.
- RIGHT - Static variable in class java.awt.Label
-
Alignment constant aligning the text to the right of its window.
- right - Variable in class javax.swing.border.EmptyBorder
-
The number of pixels required at the right edge.
- RIGHT - Static variable 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 - Static variable in class javax.swing.JSplitPane
-
The constraints string used to add components to the right.
- RIGHT - Static variable in interface javax.swing.SwingConstants
-
- RIGHT_ALIGNMENT - Static variable 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 variable in class java.awt.ComponentOrientation
-
Items run right to left, and lines flow top to bottom.
- rightButton - Variable in class javax.swing.plaf.basic.BasicSplitPaneDivider
-
The button for showing and hiding the right (or bottom) component of the
JSplitPane
.
- rightChildIndent - Variable in class javax.swing.plaf.basic.BasicTreeUI
-
Distance between leftChildIndent and where cell contents will be drawn.
- rightComponent - Variable in class javax.swing.JSplitPane
-
The component on the right or bottom.
- RightIndent - Static variable in class javax.swing.text.StyleConstants.ParagraphConstants
-
A key for the right indentation paragraph attribute.
- RightIndent - Static variable in class javax.swing.text.StyleConstants
-
- rightKey - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
-
Deprecated.
The right key.
- rightKey - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- rightKey - Variable in class javax.swing.plaf.basic.BasicToolBarUI
-
Deprecated.
since JDK1.3.
- rint(double) - Static method in class java.lang.Math
-
Take the nearest integer to the argument.
- rint(double) - Static method in class java.lang.StrictMath
-
Take the nearest integer to the argument.
- RMIClassLoader - Class in java.rmi.server
-
This class provides a set of public static utility methods for supporting
network-based class loading in RMI.
- RMIClassLoaderSpi - Class in java.rmi.server
-
- RMIClassLoaderSpi() - Constructor for class java.rmi.server.RMIClassLoaderSpi
-
- RMIClientSocketFactory - Interface in java.rmi.server
-
- RMIConnection - Interface in javax.management.remote.rmi
-
RMI interface for forwarding requests to a remote
MBeanServer
.
- RMICustomMaxStreamFormat - Interface in org.omg.IOP
-
A single constant interface, defining the RMICustomMaxStreamFormat (= 17)
service context.
- RMIFailureHandler - Interface in java.rmi.server
-
- RMISecurityException - Exception in java.rmi
-
- RMISecurityException(String) - Constructor for exception java.rmi.RMISecurityException
-
Deprecated.
no longer needed
- RMISecurityException(String, String) - Constructor for exception java.rmi.RMISecurityException
-
Deprecated.
no longer needed
- RMISecurityManager - Class in java.rmi
-
- RMISecurityManager() - Constructor for class java.rmi.RMISecurityManager
-
- RMIServer - Interface in javax.management.remote.rmi
-
- RMIServerSocketFactory - Interface in java.rmi.server
-
- RMISocketFactory - Class in java.rmi.server
-
- RMISocketFactory() - Constructor for class java.rmi.server.RMISocketFactory
-
- Robot - Class in java.awt
-
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(GraphicsDevice) - Constructor for class java.awt.Robot
-
Construct a Robot object that operates on the specified screen.
- RobotPeer - Interface in java.awt.peer
-
- roll(int, boolean) - Method in class java.util.Calendar
-
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, boolean) - Method in class java.util.GregorianCalendar
-
Rolls the specified time field up or down.
- roll(int, int) - Method in class java.util.GregorianCalendar
-
Rolls the specified time field by the given amount.
- rollback() - Method in interface java.sql.Connection
-
This method rolls back any SQL statements executed on this connection
since the last commit or rollback.
- rollback(Savepoint) - Method in interface java.sql.Connection
-
Undoes all changes made after the specified savepoint was set.
- rollback() - Method in interface javax.transaction.Transaction
-
- rollback() - Method in interface javax.transaction.TransactionManager
-
- rollback() - Method in interface javax.transaction.UserTransaction
-
- rollback(Xid) - Method in interface javax.transaction.xa.XAResource
-
- RollbackException - Exception in javax.transaction
-
- RollbackException() - Constructor for exception javax.transaction.RollbackException
-
- RollbackException(String) - Constructor for exception javax.transaction.RollbackException
-
- ROLLOVER - Static variable in class javax.swing.DefaultButtonModel
-
State constant indicating that the mouse is currently positioned over the
button.
- ROLLOVER_ENABLED_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
-
Fired in a PropertyChangeEvent when the "rolloverEnabled" property
changes.
- ROLLOVER_ICON_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
-
Fired in a PropertyChangeEvent when the "rolloverIcon" property changes.
- ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
-
Fired in a PropertyChangeEvent when the "rolloverSelectedIcon" property
changes.
- rolloverListener - Variable 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 variable in class java.awt.font.GraphicAttribute
-
- ROMAN_BASELINE - Static variable in class java.awt.Font
-
Constant indicating the baseline mode characteristic of Roman.
- ROOT - Static variable in class java.util.Locale
-
The root locale, used as the base case in lookups by
locale-sensitive operations.
- root - Variable in class javax.swing.tree.DefaultTreeModel
-
root
- ROOT_PANE - Static variable in class javax.accessibility.AccessibleRole
-
A specialized pane with a glass pane and layered pane as children.
- ROOT_PANE - Static variable in class javax.swing.plaf.synth.Region
-
Specifies the region of a root pane.
- ROOT_PANE_PROPERTY - Static variable in class javax.swing.JInternalFrame
-
The property fired in a PropertyChangeEvent when the rootPane property
changes.
- ROOT_VISIBLE_PROPERTY - Static variable in class javax.swing.JTree
-
- rootException - Variable in exception javax.naming.NamingException
-
The root cause of this exception.
- rootPane - Variable in class javax.swing.JApplet
-
- rootPane - Variable in class javax.swing.JDialog
-
The single RootPane in the Dialog.
- rootPane - Variable in class javax.swing.JFrame
-
- rootPane - Variable in class javax.swing.JInternalFrame
-
The rootPane of the JInternalFrame.
- rootPane - Variable in class javax.swing.JWindow
-
- rootPaneCheckingEnabled - Variable in class javax.swing.JApplet
-
- rootPaneCheckingEnabled - Variable in class javax.swing.JDialog
-
Whether checking is enabled on the RootPane.
- rootPaneCheckingEnabled - Variable in class javax.swing.JFrame
-
- rootPaneCheckingEnabled - Variable in class javax.swing.JInternalFrame
-
Whether the JInternalFrame has rootPaneChecking enabled.
- rootPaneCheckingEnabled - Variable in class javax.swing.JWindow
-
- RootPaneContainer - Interface in javax.swing
-
Components that contain a single
JRootPane
as only child
implement this interface, typically this is implemented by the
Swing top-level containers.
- RootPaneUI - Class in javax.swing.plaf
-
An abstract base class for delegates that implement the pluggable
look and feel for a JRootPane
.
- RootPaneUI() - Constructor for class javax.swing.plaf.RootPaneUI
-
Constructs a new RootPaneUI
.
- rootVisible - Variable in class javax.swing.JTree
-
- rootVisible - Variable in class javax.swing.tree.AbstractLayoutCache
-
rootVisible
- rotate(double) - Method in class java.awt.geom.AffineTransform
-
Concatenate a rotation onto this transform.
- rotate(double, double, double) - Method in class java.awt.geom.AffineTransform
-
Concatenate a rotation about a point onto this transform.
- rotate(double) - Method in class java.awt.Graphics2D
-
- rotate(double, double, double) - Method in class java.awt.Graphics2D
-
- rotate(List<?>, int) - Static method in class java.util.Collections
-
Rotate the elements in a list by a specified distance.
- rotateInsets(Insets, 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(float) - Static method in class java.lang.Math
-
Take the nearest integer to the argument.
- round(double) - Static method in class java.lang.Math
-
Take the nearest long to the argument.
- round(float) - Static method in class java.lang.StrictMath
-
Take the nearest integer to the argument.
- round(double) - Static method in class java.lang.StrictMath
-
Take the nearest long to the argument.
- round(MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal which is this BigDecimal rounded according to the
MathContext rounding settings.
- ROUND_CEILING - Static variable in class java.math.BigDecimal
-
- ROUND_DOWN - Static variable in class java.math.BigDecimal
-
- ROUND_FLOOR - Static variable in class java.math.BigDecimal
-
- ROUND_HALF_DOWN - Static variable in class java.math.BigDecimal
-
- ROUND_HALF_EVEN - Static variable in class java.math.BigDecimal
-
- ROUND_HALF_UP - Static variable in class java.math.BigDecimal
-
- ROUND_UNNECESSARY - Static variable in class java.math.BigDecimal
-
- ROUND_UP - Static variable in class java.math.BigDecimal
-
- roundedCorners - Variable in class javax.swing.border.LineBorder
-
Indicates whether the line is drawn with rounded corners
(true
) or not ((false
).
- RoundingMode - Enum in java.math
-
An enum to specify rounding behaviour for numerical operations that may
discard precision.
- RoundRectangle2D - Class in java.awt.geom
-
This class implements a rectangle with rounded corners.
- RoundRectangle2D() - Constructor for class java.awt.geom.RoundRectangle2D
-
Create a RoundRectangle2D.
- RoundRectangle2D.Double - Class in java.awt.geom
-
A subclass of RoundRectangle which keeps its parameters as
doubles.
- RoundRectangle2D.Double() - Constructor for class java.awt.geom.RoundRectangle2D.Double
-
Construct a new instance, with all parameters set to 0.
- RoundRectangle2D.Double(double, double, double, double, double, double) - Constructor for class java.awt.geom.RoundRectangle2D.Double
-
Construct a new instance with the given arguments.
- RoundRectangle2D.Float - Class in java.awt.geom
-
A subclass of RoundRectangle which keeps its parameters as
floats.
- RoundRectangle2D.Float() - Constructor for class java.awt.geom.RoundRectangle2D.Float
-
Construct a new instance, with all parameters set to 0.
- RoundRectangle2D.Float(float, float, float, float, float, float) - Constructor for class java.awt.geom.RoundRectangle2D.Float
-
Construct a new instance with the given arguments.
- ROW_HEADER - Static variable in class javax.accessibility.AccessibleRole
-
The header for a row of data.
- ROW_HEADER - Static variable in interface javax.swing.ScrollPaneConstants
-
ROW_HEADER
- ROW_HEIGHT_PROPERTY - Static variable in class javax.swing.JTree
-
- rowAtPoint(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.
- rowChanged(RowSetEvent) - Method in interface javax.sql.RowSetListener
-
- rowDeleted() - Method in interface java.sql.ResultSet
-
This method tests whether or not the current row in the result set
has been deleted.
- rowHead - Variable in class javax.swing.ScrollPaneLayout
-
- rowHeader - Variable in class javax.swing.JScrollPane
-
- rowHeight - Variable in class javax.swing.JTable
-
The height in pixels of any row of the table.
- rowHeight - Variable in class javax.swing.JTree
-
- rowHeight - Variable in class javax.swing.tree.AbstractLayoutCache
-
rowHeight
- rowHeights - Variable in class java.awt.GridBagLayout
-
- rowInserted() - Method in interface java.sql.ResultSet
-
This method tests whether or not the current row in the result set
has been inserted.
- rowMapper - Variable in class javax.swing.tree.DefaultTreeSelectionModel
-
The current RowMapper.
- RowMapper - Interface in javax.swing.tree
-
RowMapper public interface
- rowMargin - Variable in class javax.swing.JTable
-
The height in pixels of the gap left between any two rows of the table.
- ROWS - Static variable in class javax.swing.text.html.HTML.Attribute
-
The rows attribute
- rowSelectionAllowed - Variable in class javax.swing.JTable
-
Whether or not the table should allow row selection.
- RowSet - Interface in javax.sql
-
- rowSetChanged(RowSetEvent) - Method in interface javax.sql.RowSetListener
-
- RowSetEvent - Class in javax.sql
-
- RowSetEvent(RowSet) - Constructor for class javax.sql.RowSetEvent
-
- RowSetInternal - Interface in javax.sql
-
- RowSetListener - Interface in javax.sql
-
- RowSetMetaData - Interface in javax.sql
-
- RowSetReader - Interface in javax.sql
-
- RowSetWriter - Interface in javax.sql
-
- ROWSPAN - Static variable in class javax.swing.text.html.HTML.Attribute
-
The rowspan attribute
- rowsRemoved(TableModelEvent) - Method in class javax.swing.table.DefaultTableModel
-
Sends the specified event
to all registered listeners.
- rowUpdated() - Method in interface java.sql.ResultSet
-
This method tests whether or not the current row in the result set
has been updated.
- rowWeights - Variable in class java.awt.GridBagLayout
-
- RSAKey - Interface in java.security.interfaces
-
A generic RSA Key interface for public and private keys
- RSAKeyGenParameterSpec - Class in java.security.spec
-
This class generates a set of RSA Key parameters used in the generation
of RSA keys.
- RSAKeyGenParameterSpec(int, BigInteger) - Constructor for class java.security.spec.RSAKeyGenParameterSpec
-
Create a new RSAKeyGenParameterSpec to store the RSA key's keysize
and public exponent
- RSAMultiPrimePrivateCrtKey - Interface in java.security.interfaces
-
The interface to an RSA multi-prime private key, as defined in the PKCS#1
v2.1, using the Chinese Remainder Theorem (CRT) information values.
- RSAMultiPrimePrivateCrtKeySpec - Class in java.security.spec
-
This class represents an RSA multi-prime private key, as defined in the
PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information
values.
- RSAMultiPrimePrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, RSAOtherPrimeInfo[]) - Constructor for class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
-
Constructs a new instance of RSAMultiPrimePrivateCrtKeySpec
given the various PKCS#1 v2.1 parameters.
- RSAOtherPrimeInfo - Class in java.security.spec
-
An in-memory representation of the RSA triplet (prime, exponent, and
coefficient) inside a PKCS#1 v2.1 OtherPrimeInfo structure.
- RSAOtherPrimeInfo(BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.RSAOtherPrimeInfo
-
Constructs a new RSAOtherPrimeInfo
given the PKCS#1 MPIs.
- RSAPrivateCrtKey - Interface in java.security.interfaces
-
This interface provides access to information about an RSA private
key in Chinese Remainder Theorem (CRT) format.
- RSAPrivateCrtKeySpec - Class in java.security.spec
-
RSA Private Certificate Key class Specification.
- RSAPrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPrivateCrtKeySpec
-
Constructs a new RSAPrivateKeySpec with the specified
variables.
- RSAPrivateKey - Interface in java.security.interfaces
-
This interface provides access to information about an RSA private key.
- RSAPrivateKeySpec - Class in java.security.spec
-
RSA Private Key class Specification.
- RSAPrivateKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPrivateKeySpec
-
Constructs a new RSAPrivateKeySpec with the specified
modulus and privateExponent.
- RSAPublicKey - Interface in java.security.interfaces
-
This interface provides access to information about an RSA public key.
- RSAPublicKeySpec - Class in java.security.spec
-
RSA Public Key class Specification.
- RSAPublicKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPublicKeySpec
-
Constructs a new RSAPublicKeySpec with the specified
modulus and publicExponent.
- RTFEditorKit - Class in javax.swing.text.rtf
-
- RTFEditorKit() - Constructor for class javax.swing.text.rtf.RTFEditorKit
-
Constructs a new RTFEditorKit.
- RuleBasedCollator - Class in java.text
-
This class is a concrete subclass of Collator
suitable
for string collation in a wide variety of languages.
- RuleBasedCollator(String) - Constructor for class java.text.RuleBasedCollator
-
This method initializes a new instance of RuleBasedCollator
with the specified collation rules.
- RULER - Static variable in class javax.accessibility.AccessibleRole
-
A ruler is a method of measuring the distance between two
points.
- run() - Method in class java.awt.image.renderable.RenderableImageProducer
-
- run() - Method in interface java.lang.Runnable
-
This method will be called by whoever wishes to run your class
implementing Runnable.
- run() - Method in class java.lang.Thread
-
The method of Thread that will be run if there is no Runnable object
associated with the Thread.
- run() - Method in interface java.security.PrivilegedAction
-
This method performs an operation that requires higher privileges to
perform.
- run() - Method in interface java.security.PrivilegedExceptionAction
-
This method performs an operation that requires higher privileges to
successfully complete.
- run() - Method in class java.util.TimerTask
-
Method that is called when this task is scheduled for execution.
- run() - Method in class javax.swing.text.AsyncBoxView.ChildState
-
Performs the layout update for the child view managed by this
ChildState
.
- run() - Method in class org.omg.CORBA.ORB
-
Start listening on the input socket.
- RUN_DIRECTION - Static variable in class java.awt.font.TextAttribute
-
A key for the RUN_DIRECTION attribute.
- RUN_DIRECTION_LTR - Static variable in class java.awt.font.TextAttribute
-
- RUN_DIRECTION_RTL - Static variable in class java.awt.font.TextAttribute
-
- runCount - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
The number of runs in the JTabbedPane.
- 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
-
Deprecated.
never rely on finalizers to do a clean, thread-safe,
mop-up from your code
- runFinalizersOnExit(boolean) - Static method in class java.lang.System
-
Deprecated.
never rely on finalizers to do a clean, thread-safe,
mop-up from your code
- RUNIC - Static variable in class java.lang.Character.UnicodeBlock
-
Runic.
0x16A0 - 0x16FF.
- runnable - Variable in class java.awt.event.InvocationEvent
-
This is the Runnable
object to call when dispatched.
- Runnable - Interface in java.lang
-
Runnable is an interface you implement to indicate that your class can be
executed as the main part of a Thread, among other places.
- Runtime - Class in java.lang
-
Runtime represents the Virtual Machine.
- RunTime - Interface in org.omg.SendingContext
-
Defines the base class that represents the Sending Context.
- RUNTIME_MXBEAN_NAME - Static variable in class java.lang.management.ManagementFactory
-
The object name for the runtime bean.
- RuntimeErrorException - Exception in javax.management
-
Represents an arbitrary error thrown by a management
bean.
- RuntimeErrorException(Error) - Constructor for exception javax.management.RuntimeErrorException
-
Constructs a new RuntimeErrorException
wrapping
the specified error.
- RuntimeErrorException(Error, String) - Constructor for exception javax.management.RuntimeErrorException
-
Constructs a new RuntimeErrorException
wrapping
the specified error and using the supplied message.
- RuntimeException - Exception in java.lang
-
All exceptions which are subclasses of RuntimeException
can be thrown at any time during the execution of a Java virtual machine.
- RuntimeException() - Constructor for exception java.lang.RuntimeException
-
Create an exception without a message.
- RuntimeException(String) - Constructor for exception java.lang.RuntimeException
-
Create an exception with a message.
- RuntimeException(String, Throwable) - Constructor for exception java.lang.RuntimeException
-
Create an exception with a message and a cause.
- RuntimeException(Throwable) - Constructor for exception java.lang.RuntimeException
-
Create an exception with the given cause, and a message of
cause == null ?
- RuntimeMBeanException - Exception in javax.management
-
Represents an arbitrary runtime exception thrown by a management
bean.
- RuntimeMBeanException(RuntimeException) - Constructor for exception javax.management.RuntimeMBeanException
-
Constructs a new RuntimeMBeanException
wrapping
the specified exception.
- RuntimeMBeanException(RuntimeException, String) - Constructor for exception javax.management.RuntimeMBeanException
-
Constructs a new RuntimeMBeanException
wrapping
the specified exception and using the supplied message.
- RuntimeMXBean - Interface in java.lang.management
-
Provides access to information about the underlying virtual
machine.
- RunTimeOperations - Interface in org.omg.SendingContext
-
Defines the operations, applicable for Sending Context.
- RuntimeOperationsException - Exception in javax.management
-
Represents a runtime exception thrown by a management
bean operation.
- RuntimeOperationsException(RuntimeException) - Constructor for exception javax.management.RuntimeOperationsException
-
Constructs a new RuntimeOperationsException
wrapping the specified exception.
- RuntimeOperationsException(RuntimeException, String) - Constructor for exception javax.management.RuntimeOperationsException
-
Constructs a new RuntimeOperationsException
wrapping the specified exception and using the supplied
message.
- RuntimePermission - Class in java.lang
-
A RuntimePermission
contains a permission name, but no
actions list.
- RuntimePermission(String) - Constructor for class java.lang.RuntimePermission
-
Create a new permission with the specified name.
- RuntimePermission(String, String) - Constructor for class java.lang.RuntimePermission
-
Create a new permission with the specified name.