Spec-Zone .ru
спецификации, руководства, описания, API
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
R
RADIO_BUTTON -
Static variable in class javax.accessibility.AccessibleRole
A specialized check box that will cause other radio buttons in the
same group to become unchecked when this one is checked.
RAISED -
Static variable in class javax.swing.border.BevelBorder
Raised bevel type.
RAISED -
Static variable in class javax.swing.border.EtchedBorder
Raised etched type.
Random - class java.util.Random .An instance of this class is used to generate a stream of
pseudorandom numbers. random() -
Static method in class java.lang.StrictMath
Returns a double
value with a positive sign, greater
than or equal to 0.0
and less than 1.0
.
random() -
Static method in class java.lang.Math
Returns a double
value with a positive sign, greater
than or equal to 0.0
and less than 1.0
.
Random() -
Constructor for class java.util.Random
Creates a new random number generator.
Random(long) -
Constructor for class java.util.Random
Creates a new random number generator using a single
long
seed:
RandomAccessFile - class java.io.RandomAccessFile .Instances of this class support both reading and writing to a
random access file. RandomAccessFile(File, String) -
Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally
to write to, the file specified by the File
argument.
RandomAccessFile(String, String) -
Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally
to write to, a file with the specified name.
RANDOMPIXELORDER -
Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in a random order.
RANGE -
Static variable in class java.awt.JobAttributes.DefaultSelectionType
The DefaultSelectionType instance to use for specifying that a
range of pages of the job should be printed.
Raster - class java.awt.image.Raster .A class representing a rectangular array of pixels. Raster(SampleModel, DataBuffer, Point) -
Constructor for class java.awt.image.Raster
Constructs a Raster with the given SampleModel and DataBuffer.
Raster(SampleModel, DataBuffer, Rectangle, Point, Raster) -
Constructor for class java.awt.image.Raster
Constructs a Raster with the given SampleModel, DataBuffer, and
parent.
Raster(SampleModel, Point) -
Constructor for class java.awt.image.Raster
Constructs a Raster with the given SampleModel.
RasterFormatException - exception java.awt.image.RasterFormatException .The RasterFormatException
is thrown if there is
invalid layout information in the Raster
. RasterFormatException(String) -
Constructor for class java.awt.image.RasterFormatException
Constructs a new RasterFormatException
with the
specified message.
RasterOp - interface java.awt.image.RasterOp .This interface describes single-input/single-output
operations performed on Raster objects. RAW_TEXT -
Static variable in class java.awt.im.InputMethodHighlight
Constant for the raw text state.
RCDATA -
Static variable in interface javax.swing.text.html.parser.DTDConstants
RCSID -
Static variable in class javax.swing.undo.StateEdit
RCSID -
Static variable in interface javax.swing.undo.StateEditable
Resource ID for this class.
read_abstract_interface() -
Method in class org.omg.CORBA_2_3.portable.InputStream
unmarshal the value object or a suitable stub object.
read_abstract_interface(Class) -
Method in class org.omg.CORBA_2_3.portable.InputStream
unmarshal the class object or the stub class corresponding to the passed type.
read_Abstract() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL Abstract interface from the input stream.
read_any_array(AnySeqHolder, int, int) -
Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL Anys from offset for length elements from the
input stream.
read_any() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL Any
value from the input stream.
read_any() -
Method in class org.omg.CORBA.portable.InputStream
Reads an Any from this input stream.
read_boolean_array(boolean[], int, int) -
Method in class org.omg.CORBA.portable.InputStream
Reads an array of booleans from this input stream.
read_boolean_array(BooleanSeqHolder, int, int) -
Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL booleans from offset for length elements from the
input stream.
read_boolean() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL boolean value from the input stream.
read_boolean() -
Method in class org.omg.CORBA.portable.InputStream
Reads a boolean value from this input stream.
read_char_array(char[], int, int) -
Method in class org.omg.CORBA.portable.InputStream
Reads an array of chars from this input stream.
read_char_array(CharSeqHolder, int, int) -
Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL characters from offset for length elements from the
input stream.
read_char() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL character value from the input stream.
read_char() -
Method in class org.omg.CORBA.portable.InputStream
Reads a char value from this input stream.
read_Context() -
Method in class org.omg.CORBA.portable.InputStream
Reads a CORBA context from the stream.
read_double_array(double[], int, int) -
Method in class org.omg.CORBA.portable.InputStream
Reads an array of boubles from this input stream.
read_double_array(DoubleSeqHolder, int, int) -
Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL doubles from offset for length elements from the
input stream.
read_double() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL double from the input stream.
read_double() -
Method in class org.omg.CORBA.portable.InputStream
Reads a double value from this input stream.
read_fixed() -
Method in class org.omg.CORBA.portable.InputStream
Reads a BigDecimal number.
read_float_array(float[], int, int) -
Method in class org.omg.CORBA.portable.InputStream
Reads an array of floats from this input stream.
read_float_array(FloatSeqHolder, int, int) -
Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL floats from offset for length elements from the
input stream.
read_float() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL float from the input stream.
read_float() -
Method in class org.omg.CORBA.portable.InputStream
Reads a float value from this input stream.
read_long_array(int[], int, int) -
Method in class org.omg.CORBA.portable.InputStream
Reads an array of CORBA longs (i.e.
read_long_array(LongSeqHolder, int, int) -
Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL longs from offset for length elements from the
input stream.
read_long() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL long from the input stream.
read_long() -
Method in class org.omg.CORBA.portable.InputStream
Reads a CORBA long (i.e.
read_longlong_array(long[], int, int) -
Method in class org.omg.CORBA.portable.InputStream
Reads an array of CORBA longlongs (i.e.
read_longlong_array(LongLongSeqHolder, int, int) -
Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL long longs from offset for length elements from the
input stream.
read_longlong() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL long long from the input stream.
read_longlong() -
Method in class org.omg.CORBA.portable.InputStream
Reads a CORBA longlong (i.e.
read_Object() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL CORBA::Object from the input stream.
read_Object() -
Method in class org.omg.CORBA.portable.InputStream
Reads a CORBA object from this input stream.
read_Object(Class) -
Method in class org.omg.CORBA.portable.InputStream
read_Object unmarshals an object and returns a CORBA Object
which is an instance of the class passed as its argument.
read_octet_array(byte[], int, int) -
Method in class org.omg.CORBA.portable.InputStream
Reads an array of octets (i.e.
read_octet_array(OctetSeqHolder, int, int) -
Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL octets from offset for length elements from the
input stream.
read_octet() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL octet value from the input stream.
read_octet() -
Method in class org.omg.CORBA.portable.InputStream
Reads an octet (i.e.
read_Principal() -
Method in class org.omg.CORBA.portable.InputStream
Deprecated. Deprecated by CORBA 2.2.
read_short_array(short[], int, int) -
Method in class org.omg.CORBA.portable.InputStream
Reads an array of shorts from this input stream.
read_short_array(ShortSeqHolder, int, int) -
Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL shorts from offset for length elements from the
input stream.
read_short() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL short from the input stream.
read_short() -
Method in class org.omg.CORBA.portable.InputStream
Reads a short value from this input stream.
read_string() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL string from the input stream.
read_string() -
Method in class org.omg.CORBA.portable.InputStream
Reads a string value from this input stream.
read_TypeCode() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL typecode from the input stream.
read_TypeCode() -
Method in class org.omg.CORBA.portable.InputStream
Reads a TypeCode from this input stream.
read_ulong_array(int[], int, int) -
Method in class org.omg.CORBA.portable.InputStream
Reads an array of unsigned CORBA longs (i.e.
read_ulong_array(ULongSeqHolder, int, int) -
Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL unsigned longs from offset for length elements from the
input stream.
read_ulong() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL unsigned long from the input stream.
read_ulong() -
Method in class org.omg.CORBA.portable.InputStream
Reads an unsigned CORBA long (i.e.
read_ulonglong_array(long[], int, int) -
Method in class org.omg.CORBA.portable.InputStream
Reads an array of unsigned CORBA longlongs (i.e.
read_ulonglong_array(ULongLongSeqHolder, int, int) -
Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL unsigned long longs from offset for length elements from the
input stream.
read_ulonglong() -
Method in interface org.omg.CORBA.DataInputStream
Reads an unsigned IDL long long from the input stream.
read_ulonglong() -
Method in class org.omg.CORBA.portable.InputStream
Reads a CORBA unsigned longlong (i.e.
read_ushort_array(short[], int, int) -
Method in class org.omg.CORBA.portable.InputStream
Reads an array of unsigned shorts from this input stream.
read_ushort_array(UShortSeqHolder, int, int) -
Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL unsigned shorts from offset for length elements from the
input stream.
read_ushort() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL unsigned short from the input stream.
read_ushort() -
Method in class org.omg.CORBA.portable.InputStream
Reads a unsigned short value from this input stream.
read_value() -
Method in class org.omg.CORBA_2_3.portable.InputStream
unmarshalls a value type from the input stream.
read_Value() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL value type from the input stream.
read_value(BoxedValueHelper) -
Method in class org.omg.CORBA_2_3.portable.InputStream
unmarshalls a value type from the input stream.
read_value(Class) -
Method in class org.omg.CORBA_2_3.portable.InputStream
unmarshalls a value type from the input stream.
read_value(InputStream) -
Method in class org.omg.CORBA.StringValueHelper
read_value(InputStream) -
Method in class org.omg.CORBA.WStringValueHelper
read_value(InputStream) -
Method in interface org.omg.CORBA.portable.ValueFactory
Is called by
the ORB runtime while in the process of unmarshaling a value type.
read_value(InputStream) -
Method in interface org.omg.CORBA.portable.BoxedValueHelper
read_value(InputStream, TypeCode) -
Method in class org.omg.CORBA.Any
Reads off (unmarshals) the value of an Any
object from
the given input stream using the given typecode.
read_value(Serializable) -
Method in class org.omg.CORBA_2_3.portable.InputStream
unmarshalls a value type from the input stream.
read_value(String) -
Method in class org.omg.CORBA_2_3.portable.InputStream
unmarshalls a value type from the input stream.
read_wchar_array(char[], int, int) -
Method in class org.omg.CORBA.portable.InputStream
Reads an array of wide chars from this input stream.
read_wchar_array(WCharSeqHolder, int, int) -
Method in interface org.omg.CORBA.DataInputStream
Reads array of IDL wide characters from offset for length elements from the
input stream.
read_wchar() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL wide character value from the input stream.
read_wchar() -
Method in class org.omg.CORBA.portable.InputStream
Reads a wide char value from this input stream.
read_wstring() -
Method in interface org.omg.CORBA.DataInputStream
Reads an IDL wide string from the input stream.
read_wstring() -
Method in class org.omg.CORBA.portable.InputStream
Reads a wide string value from this input stream.
read() -
Method in class java.io.Reader
Read a single character.
read() -
Method in class java.io.FilterReader
Read a single character.
read() -
Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read() -
Method in class java.io.FilterInputStream
Reads the next byte of data from this input stream.
read() -
Method in class java.io.PipedReader
Reads the next character of data from this piped stream.
read() -
Method in class java.io.PushbackReader
Read a single character.
read() -
Method in class java.io.BufferedReader
Read a single character.
read() -
Method in class java.io.LineNumberReader
Read a single character.
read() -
Method in interface java.io.ObjectInput
Reads a byte of data.
read() -
Method in class java.io.StringReader
Read a single character.
read() -
Method in class java.io.ObjectInputStream
Reads a byte of data.
read() -
Method in class java.io.PipedInputStream
Reads the next byte of data from this piped input stream.
read() -
Method in class java.io.InputStreamReader
Read a single character.
read() -
Method in class java.io.PushbackInputStream
Reads the next byte of data from this input stream.
read() -
Method in class java.io.StringBufferInputStream
Deprecated. Reads the next byte of data from this input stream.
read() -
Method in class java.io.BufferedInputStream
See
the general contract of the read
method of InputStream
.
read() -
Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read() -
Method in class java.io.CharArrayReader
Read a single character.
read() -
Method in class java.io.RandomAccessFile
Reads a byte of data from this file.
read() -
Method in class java.io.SequenceInputStream
Reads the next byte of data from this input stream.
read() -
Method in class java.io.LineNumberInputStream
Deprecated. Reads the next byte of data from this input stream.
read() -
Method in class java.io.FileInputStream
Reads a byte of data from this input stream.
read() -
Method in class java.security.DigestInputStream
Reads a byte, and updates the message digest (if the digest
function is on).
read() -
Method in class java.util.zip.InflaterInputStream
Reads a byte of uncompressed data.
read() -
Method in class java.util.zip.CheckedInputStream
Reads a byte.
read() -
Method in class javax.sound.sampled.AudioInputStream
Reads the next byte of data from the audio input stream.
read() -
Method in class javax.swing.ProgressMonitorInputStream
Overrides FilterInputStream.read
to update the progress monitor after the read.
read() -
Method in class org.omg.CORBA.portable.InputStream
read(byte[]) -
Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into
the buffer array b
.
read(byte[]) -
Method in class java.io.FilterInputStream
Reads up to byte.length
bytes of data from this
input stream into an array of bytes.
read(byte[]) -
Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[]) -
Method in class java.io.RandomAccessFile
Reads up to b.length
bytes of data from this file
into an array of bytes.
read(byte[]) -
Method in class java.io.DataInputStream
See the general contract of the read
method of DataInput
.
read(byte[]) -
Method in class java.io.FileInputStream
Reads up to b.length
bytes of data from this input
stream into an array of bytes.
read(byte[]) -
Method in class javax.sound.sampled.AudioInputStream
Reads some number of bytes from the audio input stream and stores them into
the buffer array b
.
read(byte[]) -
Method in class javax.swing.ProgressMonitorInputStream
Overrides FilterInputStream.read
to update the progress monitor after the read.
read(byte[], int, int) -
Method in class java.io.InputStream
Reads up to len
bytes of data from the input stream into
an array of bytes.
read(byte[], int, int) -
Method in class java.io.FilterInputStream
Reads up to len
bytes of data from this input stream
into an array of bytes.
read(byte[], int, int) -
Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[], int, int) -
Method in class java.io.ObjectInputStream
Reads into an array of bytes.
read(byte[], int, int) -
Method in class java.io.PipedInputStream
Reads up to len
bytes of data from this piped input
stream into an array of bytes.
read(byte[], int, int) -
Method in class java.io.PushbackInputStream
Reads up to len
bytes of data from this input stream into
an array of bytes.
read(byte[], int, int) -
Method in class java.io.StringBufferInputStream
Deprecated. Reads up to len
bytes of data from this input stream
into an array of bytes.
read(byte[], int, int) -
Method in class java.io.BufferedInputStream
Reads bytes from this byte-input stream into the specified byte array,
starting at the given offset.
read(byte[], int, int) -
Method in class java.io.ByteArrayInputStream
Reads up to len
bytes of data into an array of bytes
from this input stream.
read(byte[], int, int) -
Method in class java.io.RandomAccessFile
Reads up to len
bytes of data from this file into an
array of bytes.
read(byte[], int, int) -
Method in class java.io.SequenceInputStream
Reads up to len
bytes of data from this input stream
into an array of bytes.
read(byte[], int, int) -
Method in class java.io.DataInputStream
See the general contract of the read
method of DataInput
.
read(byte[], int, int) -
Method in class java.io.LineNumberInputStream
Deprecated. Reads up to len
bytes of data from this input stream
into an array of bytes.
read(byte[], int, int) -
Method in class java.io.FileInputStream
Reads up to len
bytes of data from this input stream
into an array of bytes.
read(byte[], int, int) -
Method in class java.security.DigestInputStream
Reads into a byte array, and updates the message digest (if the
digest function is on).
read(byte[], int, int) -
Method in class java.util.jar.JarInputStream
Reads from the current JAR file entry into an array of bytes.
read(byte[], int, int) -
Method in class java.util.zip.InflaterInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int) -
Method in class java.util.zip.ZipInputStream
Reads from the current ZIP entry into an array of bytes.
read(byte[], int, int) -
Method in class java.util.zip.CheckedInputStream
Reads into an array of bytes.
read(byte[], int, int) -
Method in class java.util.zip.GZIPInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int) -
Method in class javax.sound.sampled.AudioInputStream
Reads up to a specified maximum number of bytes of data from the audio
stream, putting them into the given byte array.
read(byte[], int, int) -
Method in interface javax.sound.sampled.TargetDataLine
Reads audio data from the data line's input buffer.
read(byte[], int, int) -
Method in class javax.swing.ProgressMonitorInputStream
Overrides FilterInputStream.read
to update the progress monitor after the read.
read(char[]) -
Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) -
Method in class java.io.Reader
Read characters into a portion of an array.
read(char[], int, int) -
Method in class java.io.FilterReader
Read characters into a portion of an array.
read(char[], int, int) -
Method in class java.io.PipedReader
Reads up to len
characters of data from this piped
stream into an array of characters.
read(char[], int, int) -
Method in class java.io.PushbackReader
Read characters into a portion of an array.
read(char[], int, int) -
Method in class java.io.BufferedReader
Read characters into a portion of an array.
read(char[], int, int) -
Method in class java.io.LineNumberReader
Read characters into a portion of an array.
read(char[], int, int) -
Method in class java.io.StringReader
Read characters into a portion of an array.
read(char[], int, int) -
Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read(char[], int, int) -
Method in class java.io.CharArrayReader
Read characters into a portion of an array.
read(DataInput) -
Static method in class java.rmi.server.UID
Reads the UID
from the input stream.
read(DataInputStream) -
Method in class javax.swing.text.html.parser.DTD
read(InputStream) -
Method in class java.util.jar.Manifest
Reads the Manifest from the specified InputStream.
read(InputStream) -
Static method in class org.omg.CORBA.UnionMemberHelper
read(InputStream) -
Static method in class org.omg.CORBA.ServiceInformationHelper
read(InputStream) -
Static method in class org.omg.CORBA.PolicyListHelper
read(InputStream) -
Static method in class org.omg.CORBA.NameValuePairHelper
read(InputStream) -
Static method in class org.omg.CORBA.LongSeqHelper
read(InputStream) -
Static method in class org.omg.CORBA.OctetSeqHelper
read(InputStream) -
Static method in class org.omg.CORBA.IdentifierHelper
read(InputStream) -
Static method in class org.omg.CORBA.FloatSeqHelper
read(InputStream) -
Static method in class org.omg.CORBA.ServiceDetailHelper
read(InputStream) -
Static method in class org.omg.CORBA.BooleanSeqHelper
read(InputStream) -
Static method in class org.omg.CORBA.VisibilityHelper
read(InputStream) -
Static method in class org.omg.CORBA.ULongSeqHelper
read(InputStream) -
Static method in class org.omg.CORBA.StringValueHelper
read(InputStream) -
Static method in class org.omg.CORBA.CharSeqHelper
read(InputStream) -
Static method in class org.omg.CORBA.SetOverrideTypeHelper
read(InputStream) -
Static method in class org.omg.CORBA.VersionSpecHelper
read(InputStream) -
Static method in class org.omg.CORBA.DefinitionKindHelper
read(InputStream) -
Static method in class org.omg.CORBA.StructMemberHelper
read(InputStream) -
Static method in class org.omg.CORBA.IDLTypeHelper
read(InputStream) -
Static method in class org.omg.CORBA.UShortSeqHelper
read(InputStream) -
Static method in class org.omg.CORBA.WCharSeqHelper
read(InputStream) -
Static method in class org.omg.CORBA.DoubleSeqHelper
read(InputStream) -
Static method in class org.omg.CORBA.WStringValueHelper
read(InputStream) -
Static method in class org.omg.CORBA.PolicyTypeHelper
read(InputStream) -
Static method in class org.omg.CORBA.ULongLongSeqHelper
read(InputStream) -
Static method in class org.omg.CORBA.RepositoryIdHelper
read(InputStream) -
Static method in class org.omg.CORBA.ShortSeqHelper
read(InputStream) -
Static method in class org.omg.CORBA.ObjectHelper
read(InputStream) -
Static method in class org.omg.CORBA.CurrentHelper
read(InputStream) -
Static method in class org.omg.CORBA.LongLongSeqHelper
read(InputStream) -
Static method in class org.omg.CORBA.CompletionStatusHelper
read(InputStream) -
Static method in class org.omg.CORBA.FieldNameHelper
read(InputStream) -
Static method in class org.omg.CORBA.ValueBaseHelper
read(InputStream) -
Static method in class org.omg.CORBA.PolicyHelper
read(InputStream) -
Static method in class org.omg.CORBA.AnySeqHelper
read(InputStream) -
Static method in class org.omg.CORBA.ValueMemberHelper
read(InputStream) -
Static method in class org.omg.CosNaming.NameHelper
read(InputStream) -
Static method in class org.omg.CosNaming.IstringHelper
read(InputStream) -
Static method in class org.omg.CosNaming.BindingListHelper
read(InputStream) -
Static method in class org.omg.CosNaming.BindingIteratorHelper
read(InputStream) -
Static method in class org.omg.CosNaming.NameComponentHelper
read(InputStream) -
Static method in class org.omg.CosNaming.BindingTypeHelper
read(InputStream) -
Static method in class org.omg.CosNaming.NamingContextHelper
read(InputStream) -
Static method in class org.omg.CosNaming.BindingHelper
read(InputStream) -
Static method in class org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper
read(InputStream) -
Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundReasonHelper
read(InputStream) -
Static method in class org.omg.CosNaming.NamingContextPackage.NotFoundHelper
read(InputStream) -
Static method in class org.omg.CosNaming.NamingContextPackage.CannotProceedHelper
read(InputStream) -
Static method in class org.omg.CosNaming.NamingContextPackage.InvalidNameHelper
read(InputStream) -
Static method in class org.omg.CosNaming.NamingContextPackage.NotEmptyHelper
read(InputStream, Document, int) -
Method in class javax.swing.text.EditorKit
Inserts content from the given stream which is expected
to be in a format appropriate for this kind of content
handler.
read(InputStream, Document, int) -
Method in class javax.swing.text.DefaultEditorKit
Inserts content from the given stream which is expected
to be in a format appropriate for this kind of content
handler.
read(InputStream, Document, int) -
Method in class javax.swing.text.rtf.RTFEditorKit
Insert content from the given stream which is expected
to be in a format appropriate for this kind of content
handler.
read(InputStream, Object) -
Method in class javax.swing.JEditorPane
This method initializes from a stream.
read(ObjectInput) -
Static method in class java.rmi.server.ObjID
Constructs an object id whose contents is read from the specified input
stream.
read(Reader, Document, int) -
Method in class javax.swing.text.EditorKit
Inserts content from the given stream which is expected
to be in a format appropriate for this kind of content
handler.
read(Reader, Document, int) -
Method in class javax.swing.text.DefaultEditorKit
Inserts content from the given stream, which will be
treated as plain text.
read(Reader, Document, int) -
Method in class javax.swing.text.html.HTMLEditorKit
Inserts content from the given stream.
read(Reader, Document, int) -
Method in class javax.swing.text.rtf.RTFEditorKit
Insert content from the given stream, which will be
treated as plain text.
read(Reader, Object) -
Method in class javax.swing.text.JTextComponent
Initializes from a stream.
readAny(InputStream) -
Static method in class javax.rmi.CORBA.Util
Reads a java.lang.Object as a CORBA any.
readAny(InputStream) -
Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.readAny(org.omg.CORBA.portable.InputStream)
.
readArray() -
Method in interface java.sql.SQLInput
Reads an SQL ARRAY
value from the stream and returns it as an
Array
object in the Java programming language.
readAsciiStream() -
Method in interface java.sql.SQLInput
Returns the next attribute in the stream as a stream of ASCII characters.
readAttributes(ObjectInputStream, MutableAttributeSet) -
Method in class javax.swing.text.StyleContext
Context-specific handling of reading in attributes
readAttributeSet(ObjectInputStream, MutableAttributeSet) -
Static method in class javax.swing.text.StyleContext
Reads a set of attributes from the given object input
stream that have been previously written out with
writeAttributeSet
.
readBigDecimal() -
Method in interface java.sql.SQLInput
Reads the next attribute in the stream as a java.math.BigDecimal
object in the Java programming language.
readBinaryStream() -
Method in interface java.sql.SQLInput
Returns the next attribute in the stream as a stream of uninterpreted
bytes.
readBlob() -
Method in interface java.sql.SQLInput
Reads an SQL BLOB
value from the stream and returns it as a
Blob
object in the Java programming language.
readBoolean() -
Method in class java.io.ObjectInputStream
Reads in a boolean.
readBoolean() -
Method in interface java.io.DataInput
Reads one input byte and returns
true
if that byte is nonzero,
false
if that byte is zero.
readBoolean() -
Method in class java.io.RandomAccessFile
Reads a boolean
from this file.
readBoolean() -
Method in class java.io.DataInputStream
See the general contract of the readBoolean
method of DataInput
.
readBoolean() -
Method in interface java.sql.SQLInput
Reads the next attribute in the stream as a boolean
in the Java programming language.
readByte() -
Method in class java.io.ObjectInputStream
Reads an 8 bit byte.
readByte() -
Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() -
Method in class java.io.RandomAccessFile
Reads a signed eight-bit value from this file.
readByte() -
Method in class java.io.DataInputStream
See the general contract of the readByte
method of DataInput
.
readByte() -
Method in interface java.sql.SQLInput
Reads the next attribute in the stream as a byte
in the Java programming language.
readBytes() -
Method in interface java.sql.SQLInput
Reads the next attribute in the stream as an array of bytes
in the Java programming language.
readChar() -
Method in class java.io.ObjectInputStream
Reads a 16 bit char.
readChar() -
Method in interface java.io.DataInput
Reads an input char
and returns the char
value.
readChar() -
Method in class java.io.RandomAccessFile
Reads a Unicode character from this file.
readChar() -
Method in class java.io.DataInputStream
See the general contract of the readChar
method of DataInput
.
readCharacterStream() -
Method in interface java.sql.SQLInput
Returns the next attribute in the stream as a stream of Unicode characters.
readChildren(ObjectInputStream) -
Method in class java.beans.beancontext.BeanContextSupport
When an instance of this class is used as a delegate for the
implementation of the BeanContext protocols (and its subprotocols)
there exists a 'chicken and egg' problem during deserialization
readClassDescriptor() -
Method in class java.io.ObjectInputStream
Read a class descriptor from the serialization stream.
readClob() -
Method in interface java.sql.SQLInput
Reads an SQL CLOB
value from the stream and returns it as a
Clob
object in the Java programming language.
readDate() -
Method in interface java.sql.SQLInput
Reads the next attribute in the stream as a java.sql.Date
object.
readDouble() -
Method in class java.io.ObjectInputStream
Reads a 64 bit double.
readDouble() -
Method in interface java.io.DataInput
Reads eight input bytes and returns
a double
value.
readDouble() -
Method in class java.io.RandomAccessFile
Reads a double
from this file.
readDouble() -
Method in class java.io.DataInputStream
See the general contract of the readDouble
method of DataInput
.
readDouble() -
Method in interface java.sql.SQLInput
Reads the next attribute in the stream as a double
in the Java programming language.
Reader - class java.io.Reader .Abstract class for reading character streams. Reader() -
Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will
synchronize on the reader itself.
Reader(Object) -
Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will
synchronize on the given object.
readExternal(ObjectInput) -
Method in class java.awt.datatransfer.DataFlavor
restore this DataFlavor from an Serialized state
readExternal(ObjectInput) -
Method in interface java.io.Externalizable
The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays.
readFields() -
Method in class java.io.ObjectInputStream
Reads the persistent fields from the stream and makes them
available by name.
readFloat() -
Method in class java.io.ObjectInputStream
Reads a 32 bit float.
readFloat() -
Method in interface java.io.DataInput
Reads four input bytes and returns
a float
value.
readFloat() -
Method in class java.io.RandomAccessFile
Reads a float
from this file.
readFloat() -
Method in class java.io.DataInputStream
See the general contract of the readFloat
method of DataInput
.
readFloat() -
Method in interface java.sql.SQLInput
Reads the next attribute in the stream as a float
in the Java programming language.
readFully(byte[]) -
Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[]) -
Method in interface java.io.DataInput
Reads some bytes from an input
stream and stores them into the buffer
array b
.
readFully(byte[]) -
Method in class java.io.RandomAccessFile
Reads b.length
bytes from this file into the byte
array, starting at the current file pointer.
readFully(byte[]) -
Method in class java.io.DataInputStream
See the general contract of the readFully
method of DataInput
.
readFully(byte[], int, int) -
Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int) -
Method in interface java.io.DataInput
Reads len
bytes from
an input stream.
readFully(byte[], int, int) -
Method in class java.io.RandomAccessFile
Reads exactly len
bytes from this file into the byte
array, starting at the current file pointer.
readFully(byte[], int, int) -
Method in class java.io.DataInputStream
See the general contract of the readFully
method of DataInput
.
READING -
Static variable in class java.text.AttributedCharacterIterator.Attribute
Attribute key for the reading of some text.
readInt() -
Method in class java.io.ObjectInputStream
Reads a 32 bit int.
readInt() -
Method in interface java.io.DataInput
Reads four input bytes and returns an
int
value.
readInt() -
Method in class java.io.RandomAccessFile
Reads a signed 32-bit integer from this file.
readInt() -
Method in class java.io.DataInputStream
See the general contract of the readInt
method of DataInput
.
readInt() -
Method in interface java.sql.SQLInput
Reads the next attribute in the stream as an int
in the Java programming language.
readLine() -
Method in class java.io.BufferedReader
Read a line of text.
readLine() -
Method in class java.io.LineNumberReader
Read a line of text.
readLine() -
Method in class java.io.ObjectInputStream
Deprecated. This method does not properly convert bytes to characters.
see DataInputStream for the details and alternatives.
readLine() -
Method in interface java.io.DataInput
Reads the next line of text from the input stream.
readLine() -
Method in class java.io.RandomAccessFile
Reads the next line of text from this file.
readLine() -
Method in class java.io.DataInputStream
Deprecated. This method does not properly convert bytes to characters.
As of JDK 1.1, the preferred way to read lines of text is via the
BufferedReader.readLine()
method. Programs that use the
DataInputStream
class to read lines can be converted to use
the BufferedReader
class by replacing code of the form:
DataInputStream d = new DataInputStream(in);
with:
BufferedReader d
= new BufferedReader(new InputStreamReader(in));
readLock() -
Method in class javax.swing.text.AbstractDocument
Acquires a lock to begin reading some state from the
document.
readLong() -
Method in class java.io.ObjectInputStream
Reads a 64 bit long.
readLong() -
Method in interface java.io.DataInput
Reads eight input bytes and returns
a long
value.
readLong() -
Method in class java.io.RandomAccessFile
Reads a signed 64-bit integer from this file.
readLong() -
Method in class java.io.DataInputStream
See the general contract of the readLong
method of DataInput
.
readLong() -
Method in interface java.sql.SQLInput
Reads the next attribute in the stream as a long
in the Java programming language.
readObject() -
Method in interface java.io.ObjectInput
Read and return an object.
readObject() -
Method in class java.io.ObjectInputStream
Read an object from the ObjectInputStream.
readObject() -
Method in interface java.sql.SQLInput
Returns the datum at the head of the stream as an
Object
in the Java programming language.
readObject(Stub, ObjectInputStream) -
Method in interface javax.rmi.CORBA.StubDelegate
Delegation call for
Stub.readObject(java.io.ObjectInputStream)
}.
readObjectOverride() -
Method in class java.io.ObjectInputStream
This method is called by trusted subclasses of ObjectOutputStream
that constructed ObjectOutputStream using the
protected no-arg constructor.
readOnlyAction -
Static variable in class javax.swing.text.DefaultEditorKit
Name of the action to set the editor into read-only
mode.
readRef() -
Method in interface java.sql.SQLInput
Reads an SQL REF
value from the stream and returns it as a
Ref
object in the Java programming language.
readResolve() -
Method in class java.awt.color.ICC_Profile
Resolves instances being deserialized into instances registered
with CMM.
readResolve() -
Method in class java.awt.font.TextAttribute
Resolves instances being deserialized to the predefined constants.
readResolve() -
Method in class java.security.cert.Certificate.CertificateRep
Resolve the Certificate Object.
readResolve() -
Method in class java.text.AttributedCharacterIterator.Attribute
Resolves instances being deserialized to the predefined constants.
readShort() -
Method in class java.io.ObjectInputStream
Reads a 16 bit short.
readShort() -
Method in interface java.io.DataInput
Reads two input bytes and returns
a short
value.
readShort() -
Method in class java.io.RandomAccessFile
Reads a signed 16-bit number from this file.
readShort() -
Method in class java.io.DataInputStream
See the general contract of the readShort
method of DataInput
.
readShort() -
Method in interface java.sql.SQLInput
Reads the next attribute in the stream as a short
in the Java programming language.
readSQL(SQLInput, String) -
Method in interface java.sql.SQLData
Populates this object with data read from the database.
readStreamHeader() -
Method in class java.io.ObjectInputStream
The readStreamHeader method is provided to allow subclasses to
read and verify their own stream headers.
readString() -
Method in interface java.sql.SQLInput
Reads the next attribute in the stream as a String
in the Java programming language.
readTime() -
Method in interface java.sql.SQLInput
Reads the next attribute in the stream as a java.sql.Time
object.
readTimestamp() -
Method in interface java.sql.SQLInput
Reads the next attribute in the stream as a java.sql.Timestamp
object.
readUnlock() -
Method in class javax.swing.text.AbstractDocument
Does a read unlock.
readUnsignedByte() -
Method in class java.io.ObjectInputStream
Reads an unsigned 8 bit byte.
readUnsignedByte() -
Method in interface java.io.DataInput
Reads one input byte, zero-extends
it to type int
, and returns
the result, which is therefore in the range
0
through 255
.
readUnsignedByte() -
Method in class java.io.RandomAccessFile
Reads an unsigned eight-bit number from this file.
readUnsignedByte() -
Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte
method of DataInput
.
readUnsignedShort() -
Method in class java.io.ObjectInputStream
Reads an unsigned 16 bit short.
readUnsignedShort() -
Method in interface java.io.DataInput
Reads two input bytes and returns
an int
value in the range 0
through 65535
.
readUnsignedShort() -
Method in class java.io.RandomAccessFile
Reads an unsigned 16-bit number from this file.
readUnsignedShort() -
Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort
method of DataInput
.
readUTF() -
Method in class java.io.ObjectInputStream
Reads a UTF format String.
readUTF() -
Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() -
Method in class java.io.RandomAccessFile
Reads in a string from this file.
readUTF() -
Method in class java.io.DataInputStream
See the general contract of the readUTF
method of DataInput
.
readUTF(DataInput) -
Static method in class java.io.DataInputStream
Reads from the
stream in
a representation
of a Unicode character string encoded in
Java modified UTF-8 format; this string
of characters is then returned as a String
.
readValue(InputStream, int, Class, String, RunTime) -
Method in interface javax.rmi.CORBA.ValueHandler
Reads a value from the stream using Java semantics.
ready() -
Method in class java.io.Reader
Tell whether this stream is ready to be read.
ready() -
Method in class java.io.FilterReader
Tell whether this stream is ready to be read.
ready() -
Method in class java.io.PipedReader
Tell whether this stream is ready to be read.
ready() -
Method in class java.io.PushbackReader
Tell whether this stream is ready to be read.
ready() -
Method in class java.io.BufferedReader
Tell whether this stream is ready to be read.
ready() -
Method in class java.io.StringReader
Tell whether this stream is ready to be read.
ready() -
Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready() -
Method in class java.io.CharArrayReader
Tell whether this stream is ready to be read.
REAL -
Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
REAL
.
realEditor -
Variable in class javax.swing.tree.DefaultTreeCellEditor
Editor handling the editing.
realSource -
Variable in class javax.swing.undo.UndoableEditSupport
reason -
Variable in class org.omg.CORBA.PolicyError
The reason for the PolicyError
exception being thrown.
rebind_context(NameComponent[], NamingContext) -
Method in class org.omg.CosNaming._NamingContextStub
rebind_context(NameComponent[], NamingContext) -
Method in interface org.omg.CosNaming.NamingContextOperations
Creates a binding of a name and a naming context in the naming
context even if the name is already bound in the context.
rebind(NameComponent[], Object) -
Method in class org.omg.CosNaming._NamingContextStub
rebind(NameComponent[], Object) -
Method in interface org.omg.CosNaming.NamingContextOperations
Creates a binding of a name and an object in the naming context
even if the name is already bound in the context.
rebind(Name, Object) -
Method in class javax.naming.InitialContext
rebind(Name, Object) -
Method in interface javax.naming.Context
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object, Attributes) -
Method in interface javax.naming.directory.DirContext
Binds a name to an object, along with associated attributes,
overwriting any existing binding.
rebind(Name, Object, Attributes) -
Method in class javax.naming.directory.InitialDirContext
rebind(String, Object) -
Method in class javax.naming.InitialContext
rebind(String, Object) -
Method in interface javax.naming.Context
Binds a name to an object, overwriting any existing binding.
rebind(String, Object, Attributes) -
Method in interface javax.naming.directory.DirContext
Binds a name to an object, along with associated attributes,
overwriting any existing binding.
rebind(String, Object, Attributes) -
Method in class javax.naming.directory.InitialDirContext
rebind(String, Remote) -
Static method in class java.rmi.Naming
Rebinds the specified name to a new remote object.
rebind(String, Remote) -
Method in interface java.rmi.registry.Registry
Rebinds the specified name to a new remote object.
recalculateIfInsetsChanged() -
Method in class javax.swing.plaf.basic.BasicSliderUI
recalculateIfOrientationChanged() -
Method in class javax.swing.plaf.basic.BasicSliderUI
recalcWidthCache() -
Method in class javax.swing.table.DefaultTableColumnModel
Recalculates the total combined width of all columns.
receive(DatagramPacket) -
Method in class java.net.DatagramSocket
Receives a datagram packet from this socket.
receive(DatagramPacket) -
Method in class java.net.DatagramSocketImpl
Receive the datagram packet.
receive(int) -
Method in class java.io.PipedInputStream
Receives a byte of data.
Receiver - interface javax.sound.midi.Receiver .A Receiver
receives MidiEvent
objects and
typically does something useful in response, such as interpreting them to
generate sound or raw MIDI output. reclaim(AttributeSet) -
Method in class javax.swing.text.StyleContext
Returns a set no longer needed by the MutableAttributeSet implmentation.
reclaim(AttributeSet) -
Method in interface javax.swing.text.AbstractDocument.AttributeContext
Reclaims an attribute set.
reconnect(Control[]) -
Method in class javax.naming.ldap.InitialLdapContext
reconnect(Control[]) -
Method in interface javax.naming.ldap.LdapContext
Reconnects to the LDAP server using the supplied controls and
this context's environment.
reconvert() -
Method in class java.awt.im.InputContext
Asks the current input method to reconvert text from the
current client component.
reconvert() -
Method in interface java.awt.im.spi.InputMethod
Starts the reconversion operation.
recordDisable(Track) -
Method in interface javax.sound.midi.Sequencer
Disables recording to the specified track.
recordEnable(Track, int) -
Method in interface javax.sound.midi.Sequencer
Prepares the specified track for recording events received on a particular channel.
Rectangle - class java.awt.Rectangle .A Rectangle
specifies an area in a coordinate space that is
enclosed by the Rectangle
object's top-left point
(x , y )
in the coordinate space, its width, and its height. Rectangle() -
Constructor for class java.awt.Rectangle
Constructs a new Rectangle
whose top-left corner
is at (0, 0) in the coordinate space, and whose width and
height are both zero.
Rectangle(Dimension) -
Constructor for class java.awt.Rectangle
Constructs a new Rectangle
whose top left corner is
(0, 0) and whose width and height are specified
by the Dimension
argument.
Rectangle(int, int) -
Constructor for class java.awt.Rectangle
Constructs a new Rectangle
whose top-left corner
is at (0, 0) in the coordinate space, and whose width and
height are specified by the arguments of the same name.
Rectangle(int, int, int, int) -
Constructor for class java.awt.Rectangle
Constructs a new Rectangle
whose top-left corner is
specified as
(x
, y
) and whose width and height
are specified by the arguments of the same name.
Rectangle(Point) -
Constructor for class java.awt.Rectangle
Constructs a new Rectangle
whose top-left corner is the
specified Point
, and whose width and height are both zero.
Rectangle(Point, Dimension) -
Constructor for class java.awt.Rectangle
Constructs a new Rectangle
whose top-left corner is
specified by the Point
argument, and
whose width and height are specified by the
Dimension
argument.
Rectangle(Rectangle) -
Constructor for class java.awt.Rectangle
Constructs a new Rectangle
, initialized to match
the values of the specificed Rectangle
.
Rectangle2D - class java.awt.geom.Rectangle2D .The Rectangle2D
class describes a rectangle
defined by a location (x, y) and dimension
(w x h). Rectangle2D.Double - class java.awt.geom.Rectangle2D.Double .The Double
class defines a rectangle specified in
double coordinates. Rectangle2D.Double() -
Constructor for class java.awt.geom.Rectangle2D.Double
Constructs a new Rectangle2D
, initialized to
location (0, 0) and size (0, 0).
Rectangle2D.Double(double, double, double, double) -
Constructor for class java.awt.geom.Rectangle2D.Double
Constructs and initializes a Rectangle2D
from the specified double coordinates.
Rectangle2D.Float - class java.awt.geom.Rectangle2D.Float .The Float
class defines a rectangle specified in float
coordinates. Rectangle2D.Float() -
Constructor for class java.awt.geom.Rectangle2D.Float
Constructs a new Rectangle2D
, initialized to
location (0.0, 0.0) and size (0.0, 0.0).
Rectangle2D.Float(float, float, float, float) -
Constructor for class java.awt.geom.Rectangle2D.Float
Constructs and initializes a Rectangle2D
from the specified float coordinates.
Rectangle2D() -
Constructor for class java.awt.geom.Rectangle2D
This is an abstract class that cannot be instantiated directly.
rectangleForCurrentValue() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
Returns the area that is reserved for drawing the currently selected item.
RectangularShape - class java.awt.geom.RectangularShape .RectangularShape
is the base class for a number of
Shape
objects whose geometry is defined by a rectangular frame.RectangularShape() -
Constructor for class java.awt.geom.RectangularShape
This is an abstract class that cannot be instantiated directly.
rects -
Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
red -
Static variable in class java.awt.Color
The color red.
REDCOMPONENT -
Static variable in class java.awt.color.ICC_ProfileRGB
To request a gamma value or TRC for the red component.
redo() -
Method in class javax.swing.text.AbstractDocument.DefaultDocumentEvent
Redoes a change.
redo() -
Method in class javax.swing.text.AbstractDocument.ElementEdit
Redoes a change.
redo() -
Method in class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
Redoes a change.
redo() -
Method in class javax.swing.undo.AbstractUndoableEdit
Throws CannotRedoException if canRedo() returns false.
redo() -
Method in class javax.swing.undo.CompoundEdit
Sends redo() to all contained UndoableEdits in the order in
which they were added.
redo() -
Method in class javax.swing.undo.UndoManager
If this UndoManager is inProgress, redoes the last significant
UndoableEdit at indexOfNextAdd or after, and all insignificant
edits up to it.
redo() -
Method in class javax.swing.undo.StateEdit
Tells the edited object to apply the state after the edit
redo() -
Method in interface javax.swing.undo.UndoableEdit
Re-apply the edit, assuming that it has been undone.
RedoName -
Static variable in class javax.swing.undo.AbstractUndoableEdit
String returned by getRedoPresentationName()
redoTo(UndoableEdit) -
Method in class javax.swing.undo.UndoManager
Redoes all changes from indexOfNextAdd to edit.
ref -
Variable in class java.rmi.server.RemoteObject
the object's remote reference.
Ref - interface java.sql.Ref .The mapping in the Java programming language of an SQL REF
value, which is a reference to an
SQL structured type value in the database. REF -
Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
REF
.
RefAddr - class javax.naming.RefAddr .This class represents the address of a communications end-point. RefAddr(String) -
Constructor for class javax.naming.RefAddr
Constructs a new instance of RefAddr using its address type.
Reference - class java.lang.ref.Reference .Abstract base class for reference objects. Reference - class javax.naming.Reference .This class represents a reference to an object that is found outside of
the naming/directory system. Reference(String) -
Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className'.
Reference(String, RefAddr) -
Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className' and
an address.
Reference(String, RefAddr, String, String) -
Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className',
the class name and location of the object's factory, and the address for
the object.
Reference(String, String, String) -
Constructor for class javax.naming.Reference
Constructs a new reference for an object with class name 'className',
and the class name and location of the object's factory.
Referenceable - interface javax.naming.Referenceable .This interface is implemented by an object that can provide a
Reference to itself. ReferenceQueue - class java.lang.ref.ReferenceQueue .Reference queues, to which registered reference objects are appended by the
garbage collector after the appropriate reachability changes are detected. ReferenceQueue() -
Constructor for class java.lang.ref.ReferenceQueue
Constructs a new reference-object queue.
REFERRAL -
Static variable in interface javax.naming.Context
Constant that holds the name of the environment property for
specifying how referrals encountered by the service provider
are to be processed.
ReferralException - exception javax.naming.ReferralException .This abstract class is used to represent a referral exception,
which is generated in response to a referral
such as that returned by LDAP v3 servers. ReferralException() -
Constructor for class javax.naming.ReferralException
Constructs a new instance of ReferralException.
ReferralException(String) -
Constructor for class javax.naming.ReferralException
Constructs a new instance of ReferralException using the
explanation supplied.
ReflectPermission - class java.lang.reflect.ReflectPermission .The Permission class for reflective operations. ReflectPermission(String) -
Constructor for class java.lang.reflect.ReflectPermission
Constructs a ReflectPermission with the specified name.
ReflectPermission(String, String) -
Constructor for class java.lang.reflect.ReflectPermission
Constructs a ReflectPermission with the specified name and actions.
refresh() -
Method in class java.security.Policy
Refreshes/reloads the policy configuration.
refreshRow() -
Method in interface java.sql.ResultSet
Refreshes the current row with its most recent value in
the database.
regionMatches(boolean, int, String, int, int) -
Method in class java.lang.String
Tests if two string regions are equal.
regionMatches(int, String, int, int) -
Method in class java.lang.String
Tests if two string regions are equal.
register_value_factory(String, ValueFactory) -
Method in class org.omg.CORBA_2_3.ORB
register(ActivationDesc) -
Static method in class java.rmi.activation.Activatable
Register an object descriptor for an activatable remote
object so that is can be activated on demand.
registerComponent(JComponent) -
Method in class javax.swing.ToolTipManager
Register a component for tooltip management.
registerDriver(Driver) -
Static method in class java.sql.DriverManager
Registers the given driver with the DriverManager
.
registerEditor(Class, Class) -
Static method in class java.beans.PropertyEditorManager
Register an editor class to be used to editor values of
a given target class.
registerEditorKitForContentType(String, String) -
Static method in class javax.swing.JEditorPane
Establishes the default bindings of type
to
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 activation group.
registerKeyboardAction(ActionListener, KeyStroke, int) -
Method in class javax.swing.JComponent
This method is now obsolete, please use a combination of
getActionMap()
and getInputMap()
for
similiar behavior.
registerKeyboardAction(ActionListener, String, KeyStroke, int) -
Method in class javax.swing.JComponent
This method is now obsolete, please use a combination of
getActionMap()
and getInputMap()
for
similiar behavior.
registerKeyboardActions() -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
registerListeners() -
Method in class java.awt.dnd.DragGestureRecognizer
register this DragGestureRecognizer's Listeners with the Component
subclasses must override this method
registerListeners() -
Method in class java.awt.dnd.MouseDragGestureRecognizer
register this DragGestureRecognizer's Listeners with the Component
registerObject(ActivationDesc) -
Method in interface java.rmi.activation.ActivationSystem
The registerObject
method is used to register an
activation descriptor, desc
, and obtain an
activation identifier for a activatable remote object.
registerOutParameter(int, int) -
Method in interface java.sql.CallableStatement
Registers the OUT parameter in ordinal position
parameterIndex
to the JDBC type
sqlType
.
registerOutParameter(int, int, int) -
Method in interface java.sql.CallableStatement
Registers the parameter in ordinal position
parameterIndex
to be of JDBC type
sqlType
.
registerOutParameter(int, int, String) -
Method in interface java.sql.CallableStatement
Registers the designated output parameter.
registerStaticAttributeKey(Object) -
Static method in class javax.swing.text.StyleContext
Registers an object as a static object that is being
used as a key in attribute sets.
registerTag(HTML.Tag, HTMLDocument.HTMLReader.TagAction) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader
Registers a handler for the given tag.
registerTarget(Tie, Remote) -
Static method in class javax.rmi.CORBA.Util
Registers a target for a tie.
registerTarget(Tie, Remote) -
Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote)
.
registerValidation(ObjectInputValidation, int) -
Method in class java.io.ObjectInputStream
Register an object to be validated before the graph is
returned.
Registry - interface java.rmi.registry.Registry .For obtaining references to remote objects, RMI provides a simple
remote object registry interface, implemented by RMI's
rmiregistry
, that provides methods for storing and retrieving
remote object references. REGISTRY_ID -
Static variable in class java.rmi.server.ObjID
well-known id for the registry.
REGISTRY_PORT -
Static variable in interface java.rmi.registry.Registry
Well known port for registry.
RegistryHandler - interface java.rmi.registry.RegistryHandler .Deprecated. no replacement registryImpl(int) -
Method in interface java.rmi.registry.RegistryHandler
Deprecated. no replacement. As of the Java 2 platform v1.2, RMI no
longer uses the RegistryHandler
to obtain the registry's
implementation.
registryStub(String, int) -
Method in interface java.rmi.registry.RegistryHandler
Deprecated. no replacement. As of the Java 2 platform v1.2, RMI no
longer uses the RegistryHandler
to obtain the registry's
stub.
rehash() -
Method in class java.util.Hashtable
Increases the capacity of and internally reorganizes this
hashtable, in order to accommodate and access its entries more
efficiently.
rejectDrag() -
Method in class java.awt.dnd.DropTargetContext
reject the Drag.
rejectDrag() -
Method in class java.awt.dnd.DropTargetDragEvent
Reject the drag as a result of examining either the dropAction or
the available DataFlavor types.
rejectDrop() -
Method in class java.awt.dnd.DropTargetContext
called to signal that the drop is unacceptable.
rejectDrop() -
Method in class java.awt.dnd.DropTargetDropEvent
reject the Drop.
rejectedSetBCOnce -
Variable in class java.beans.beancontext.BeanContextChildSupport
A flag indicating that there has been
at least one PropertyChangeVetoException
thrown for the attempted setBeanContext operation.
REL -
Static variable in class javax.swing.text.html.HTML.Attribute
relations -
Variable in class javax.accessibility.AccessibleRelationSet
Each entry in the Vector represents an AccessibleRelation.
RELATIVE -
Static variable in class java.awt.GridBagConstraints
Specify that this component is the next-to-last component in its
column or row (gridwidth
, gridheight
),
or that this component be placed next to the previously added
component (gridx
, gridy
).
relative(int) -
Method in interface java.sql.ResultSet
Moves the cursor a relative number of rows, either positive or negative.
relativeCCW(double, double) -
Method in class java.awt.geom.Line2D
Returns an indicator of where the specified point
(PX, PY) lies with respect to this line segment.
relativeCCW(double, double, double, double, double, double) -
Static method in class java.awt.geom.Line2D
Returns an indicator of where the specified point
(PX, PY) lies with respect to the line segment from
(X1, Y1) to (X2, Y2).
relativeCCW(Point2D) -
Method in class java.awt.geom.Line2D
Returns an indicator of where the specified Point2D
lies with respect to this line segment.
release(Object) -
Method in class org.omg.CORBA.portable.Delegate
Releases resources associated with the object reference provided.
releaseBeanContextResources() -
Method in class java.beans.beancontext.BeanContextChildSupport
This method may be overridden by subclasses to provide their own
release behaviors.
releaseBeanContextResources() -
Method in class java.beans.beancontext.BeanContextServicesSupport
called from setBeanContext to notify a BeanContextChild
to release resources obtained from the nesting BeanContext.
releaseInputStream() -
Method in interface java.rmi.server.RemoteCall
Deprecated. no replacement
releaseOutputStream() -
Method in interface java.rmi.server.RemoteCall
Deprecated. no replacement
releaseReply(Object, InputStream) -
Method in class org.omg.CORBA.portable.Delegate
releaseReply may optionally be called by a stub to release a
reply stream back to the ORB when the unmarshaling has
completed.
releaseService(BeanContextChild, Object, Object) -
Method in class java.beans.beancontext.BeanContextServicesSupport
release a service
releaseService(BeanContextChild, Object, Object) -
Method in interface java.beans.beancontext.BeanContextServices
Releases a BeanContextChild
's
(or any arbitrary object associated with a BeanContextChild)
reference to the specified service by calling releaseService()
on the underlying BeanContextServiceProvider
.
releaseService(BeanContextServices, Object, Object) -
Method in class java.beans.beancontext.BeanContextServicesSupport.BCSSProxyServiceProvider
releaseService(BeanContextServices, Object, Object) -
Method in interface java.beans.beancontext.BeanContextServiceProvider
Invoked by BeanContextServices
,
this method releases a nested BeanContextChild
's
(or any arbitrary object associated with a
BeanContextChild
) reference to the specified service.
releaseWritableTile(int, int) -
Method in class java.awt.image.BufferedImage
Relinquishes permission to write to a tile.
releaseWritableTile(int, int) -
Method in interface java.awt.image.WritableRenderedImage
Relinquishes the right to write to a tile.
reload() -
Method in class 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
Specify that this component is the
last component in its column or row.
remainder(BigInteger) -
Method in class java.math.BigInteger
Returns a BigInteger whose value is (this % val) .
remainingName -
Variable in class javax.naming.NamingException
Contains the remaining name that has not been resolved yet.
remainingName -
Variable in class javax.naming.spi.ResolveResult
Field containing the remaining name yet to be resolved.
remainingNewName -
Variable in class javax.naming.CannotProceedException
Contains the remaining unresolved part of the second
"name" argument to Context.rename().
remapInstrument(Instrument, Instrument) -
Method in interface javax.sound.midi.Synthesizer
Remaps an instrument.
RemarshalException - exception org.omg.CORBA.portable.RemarshalException .This class is used for reporting locate forward exceptions and object forward
GIOP messages back to the ORB. RemarshalException() -
Constructor for class org.omg.CORBA.portable.RemarshalException
Constructs a RemarshalException.
Remote - interface java.rmi.Remote .The Remote
interface serves to identify interfaces whose
methods may be invoked from a non-local virtual machine. RemoteCall - interface java.rmi.server.RemoteCall .Deprecated. no replacement. remoteEquals(RemoteRef) -
Method in interface java.rmi.server.RemoteRef
Compares two remote objects for equality.
RemoteException - exception java.rmi.RemoteException .A RemoteException
is the common superclass for a number of
communication-related exceptions that may occur during the execution of a
remote method call. RemoteException() -
Constructor for class java.rmi.RemoteException
Constructs a RemoteException
with no specified
detail message.
RemoteException(String) -
Constructor for class java.rmi.RemoteException
Constructs a RemoteException
with the specified
detail message.
RemoteException(String, Throwable) -
Constructor for class java.rmi.RemoteException
Constructs a RemoteException
with the specified
detail message and nested exception.
remoteHashCode() -
Method in interface java.rmi.server.RemoteRef
Returns a hashcode for a remote object.
RemoteObject - class java.rmi.server.RemoteObject .The RemoteObject
class implements the
java.lang.Object
behavior for remote objects. RemoteObject() -
Constructor for class java.rmi.server.RemoteObject
Creates a remote object.
RemoteObject(RemoteRef) -
Constructor for class java.rmi.server.RemoteObject
Creates a remote object, initialized with the specified remote
reference.
RemoteRef - interface java.rmi.server.RemoteRef .RemoteRef
represents the handle for a remote object.RemoteServer - class java.rmi.server.RemoteServer .The RemoteServer
class is the common superclass to server
implementations and provides the framework to support a wide range
of remote reference semantics. RemoteServer() -
Constructor for class java.rmi.server.RemoteServer
Constructs a RemoteServer
.
RemoteServer(RemoteRef) -
Constructor for class java.rmi.server.RemoteServer
Constructs a RemoteServer
with the given reference type.
RemoteStub - class java.rmi.server.RemoteStub .The RemoteStub
class is the common superclass to client
stubs and provides the framework to support a wide range of remote
reference semantics. RemoteStub() -
Constructor for class java.rmi.server.RemoteStub
Constructs a RemoteStub
.
RemoteStub(RemoteRef) -
Constructor for class java.rmi.server.RemoteStub
Constructs a RemoteStub
, with the specified remote
reference.
remoteToString() -
Method in interface java.rmi.server.RemoteRef
Returns a String that represents the reference of this remote
object.
REMOVE -
Static variable in class javax.swing.event.DocumentEvent.EventType
Remove type.
REMOVE_ATTRIBUTE -
Static variable in interface javax.naming.directory.DirContext
This constant specifies to delete
the specified attribute values from the attribute.
remove() -
Method in class java.beans.beancontext.BeanContextSupport.BCSIterator
remove() -
Method in class java.lang.ref.ReferenceQueue
Removes the next reference object in this queue, blocking until one
becomes available.
remove() -
Method in interface java.util.ListIterator
Removes from the list the last element that was returned by
next or previous (optional operation).
remove() -
Method in interface java.util.Iterator
Removes from the underlying collection the last element returned by the
iterator (optional operation).
remove(AbstractButton) -
Method in class javax.swing.ButtonGroup
Removes the button from the group.
remove(AccessibleRelation) -
Method in class javax.accessibility.AccessibleRelationSet
Removes a relation from the current relation set.
remove(AccessibleState) -
Method in class javax.accessibility.AccessibleStateSet
Removes a state from the current state set.
remove(ActionListener, ActionListener) -
Static method in class java.awt.AWTEventMulticaster
Removes the old action-listener from action-listener-l and
returns the resulting multicast listener.
remove(AdjustmentListener, AdjustmentListener) -
Static method in class java.awt.AWTEventMulticaster
Removes the old adjustment-listener from adjustment-listener-l and
returns the resulting multicast listener.
remove(Class, EventListener) -
Method in class javax.swing.event.EventListenerList
Removes the listener as a listener of the specified type.
remove(Component) -
Method in class java.awt.Container
Removes the specified component from this container.
remove(Component) -
Method in class javax.swing.JViewport
Removes the Viewport
s one lightweight child.
remove(Component) -
Method in class javax.swing.JTabbedPane
Removes the tab which corresponds to the specified component.
remove(Component) -
Method in class javax.swing.JMenu
Removes the component c
from this menu.
remove(Component) -
Method in class javax.swing.JWindow
Removes the specified component from this container.
remove(Component) -
Method in class javax.swing.JApplet
Removes the specified component from this container.
remove(Component) -
Method in class javax.swing.JInternalFrame
Removes the specified component from this container.
remove(Component) -
Method in class javax.swing.JFrame
Removes the specified component from this container.
remove(Component) -
Method in class javax.swing.JSplitPane
Removes the child component, component
from the
pane.
remove(Component) -
Method in class javax.swing.JDialog
Removes the specified component from this container.
remove(ComponentListener, ComponentListener) -
Static method in class java.awt.AWTEventMulticaster
Removes the old component-listener from component-listener-l and
returns the resulting multicast listener.
remove(ContainerListener, ContainerListener) -
Static method in class java.awt.AWTEventMulticaster
Removes the old container-listener from container-listener-l and
returns the resulting multicast listener.
remove(EventListener) -
Method in class java.awt.AWTEventMulticaster
Removes a listener from this multicaster and returns the
resulting multicast listener.
remove(FocusListener, FocusListener) -
Static method in class java.awt.AWTEventMulticaster
Removes the old focus-listener from focus-listener-l and
returns the resulting multicast listener.
remove(HierarchyBoundsListener, HierarchyBoundsListener) -
Static method in class java.awt.AWTEventMulticaster
Removes the old hierarchy-bounds-listener from
hierarchy-bounds-listener-l and returns the resulting multicast
listener.
remove(HierarchyListener, HierarchyListener) -
Static method in class java.awt.AWTEventMulticaster
Removes the old hierarchy-listener from hierarchy-listener-l and
returns the resulting multicast listener.
remove(InputMethodListener, InputMethodListener) -
Static method in class java.awt.AWTEventMulticaster
Removes the old input-method-listener from input-method-listener-l and
returns the resulting multicast listener.
remove(int) -
Method in class java.awt.Container
Removes the component, specified by index
,
from this container.
remove(int) -
Method in class java.awt.Menu
Removes the menu item at the specified index from this menu.
remove(int) -
Method in class java.awt.MenuBar
Removes the menu located at the specified
index from this menu bar.
remove(int) -
Method in class java.awt.List
Remove the item at the specified position
from this scrolling list.
remove(int) -
Method in class java.awt.Choice
Removes an item from the choice menu
at the specified position.
remove(int) -
Method in class java.util.AbstractList
Removes the element at the specified position in this list (optional
operation).
remove(int) -
Method in class java.util.Vector
Removes the element at the specified position in this Vector.
remove(int) -
Method in class java.util.AbstractSequentialList
Removes the element at the specified position in this list.
remove(int) -
Method in class java.util.LinkedList
Removes the element at the specified position in this list.
remove(int) -
Method in interface java.util.List
Removes the element at the specified position in this list (optional
operation).
remove(int) -
Method in class java.util.ArrayList
Removes the element at the specified position in this list.
remove(int) -
Method in class javax.naming.Reference
Deletes the address at index posn from the list of addresses.
remove(int) -
Method in interface javax.naming.Name
Removes a component from this name.
remove(int) -
Method in class javax.naming.CompoundName
Deletes a component from this compound name.
remove(int) -
Method in class javax.naming.CompositeName
Deletes a component from this composite name.
remove(int) -
Method in class javax.naming.directory.BasicAttribute
remove(int) -
Method in interface javax.naming.directory.Attribute
Removes an attribute value from the ordered list of attribute values.
remove(int) -
Method in class javax.swing.JTabbedPane
Removes the tab and component which corresponds to the specified index.
remove(int) -
Method in class javax.swing.JLayeredPane
Remove the indexed component from this pane.
remove(int) -
Method in class javax.swing.JMenu
Removes the menu item at the specified index from this menu.
remove(int) -
Method in class javax.swing.JPopupMenu
Removes the component at the specified index from this popup menu.
remove(int) -
Method in class javax.swing.JSplitPane
Removes the Component
at the specified index.
remove(int) -
Method in class javax.swing.DefaultListModel
Removes the element at the specified position in this list.
remove(int) -
Method in class javax.swing.text.View
Removes one of the children at the given position.
remove(int) -
Method in class javax.swing.tree.DefaultMutableTreeNode
Removes the child at the specified index from this node's children
and sets that node's parent to null.
remove(int) -
Method in interface javax.swing.tree.MutableTreeNode
Removes the child at index
from the receiver.
remove(int) -
Method in class org.omg.CORBA.ContextList
Removes the String
object at the given index.
remove(int) -
Method in class org.omg.CORBA.ExceptionList
Removes the TypeCode
object at the given index.
remove(int) -
Method in class org.omg.CORBA.NVList
Removes the NamedValue
object at the given index.
remove(int, int) -
Method in interface javax.swing.text.Document
Removes a portion of the content of the document.
remove(int, int) -
Method in class javax.swing.text.AbstractDocument
Removes some content from the document.
remove(int, int) -
Method in interface javax.swing.text.AbstractDocument.Content
Removes some portion of the sequence.
remove(int, int) -
Method in class javax.swing.text.StringContent
Removes part of the content.
remove(int, int) -
Method in class javax.swing.text.GapContent
Removes part of the content.
remove(int, int, AbstractDocument.DefaultDocumentEvent) -
Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
Removes content.
remove(ItemListener, ItemListener) -
Static method in class java.awt.AWTEventMulticaster
Removes the old item-listener from item-listener-l and
returns the resulting multicast listener.
remove(JMenuItem) -
Method in class javax.swing.JMenu
Removes the specified menu item from this menu.
remove(KeyListener, KeyListener) -
Static method in class java.awt.AWTEventMulticaster
Removes the old key-listener from key-listener-l and
returns the resulting multicast listener.
remove(KeyStroke) -
Method in class javax.swing.InputMap
Removes the binding for key
from this
InputMap
.
remove(KeyStroke) -
Method in class javax.swing.ComponentInputMap
Removes the binding for key
from this object.
remove(long) -
Method in class java.lang.ref.ReferenceQueue
Removes the next reference object in this queue, blocking until either
one becomes available or the given timeout period expires.
remove(MenuComponent) -
Method in class java.awt.Component
Removes the specified popup menu from the component.
remove(MenuComponent) -
Method in class java.awt.Menu
Removes the specified menu item from this menu.
remove(MenuComponent) -
Method in interface java.awt.MenuContainer
remove(MenuComponent) -
Method in class java.awt.MenuBar
Removes the specified menu component from this menu bar.
remove(MenuComponent) -
Method in class java.awt.Frame
Removes the specified menu bar from this frame.
remove(MidiEvent) -
Method in class javax.sound.midi.Track
Removes the specified event from the track.
remove(MouseListener, MouseListener) -
Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-listener from mouse-listener-l and
returns the resulting multicast listener.
remove(MouseMotionListener, MouseMotionListener) -
Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-motion-listener from mouse-motion-listener-l
and returns the resulting multicast listener.
remove(MutableTreeNode) -
Method in class javax.swing.tree.DefaultMutableTreeNode
Removes aChild
from this node's child array, giving it a
null parent.
remove(MutableTreeNode) -
Method in interface javax.swing.tree.MutableTreeNode
Removes node
from the receiver.
remove(Object) -
Method in class java.awt.RenderingHints
Removes the key and its corresponding value from this
RenderingHints
object.
remove(Object) -
Method in class java.beans.beancontext.BeanContextSupport
Removes a child from this BeanContext.
remove(Object) -
Method in class java.security.Provider
Removes the key
property (and its corresponding
value
).
remove(Object) -
Method in class java.util.Dictionary
Removes the key
(and its corresponding
value
) from this dictionary.
remove(Object) -
Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this
hashtable.
remove(Object) -
Method in class java.util.AbstractCollection
Removes a single instance of the specified element from this
collection, if it is present (optional operation).
remove(Object) -
Method in class java.util.TreeSet
Removes the given element from this set if it is present.
remove(Object) -
Method in class java.util.AbstractMap
Removes the mapping for this key from this map if present (optional
operation).
remove(Object) -
Method in class java.util.Vector
Removes the first occurrence of the specified element in this Vector
If the Vector does not contain the element, it is unchanged.
remove(Object) -
Method in interface java.util.Collection
Removes a single instance of the specified element from this
collection, if it is present (optional operation).
remove(Object) -
Method in class java.util.WeakHashMap
Removes the mapping for the given key
from this map, if
present.
remove(Object) -
Method in class java.util.HashSet
Removes the given element from this set if it is present.
remove(Object) -
Method in interface java.util.Set
Removes the specified element from this set if it is present (optional
operation).
remove(Object) -
Method in class java.util.LinkedList
Removes the first occurrence of the specified element in this list.
remove(Object) -
Method in class java.util.TreeMap
Removes the mapping for this key from this TreeMap if present.
remove(Object) -
Method in interface java.util.List
Removes the first occurrence in this list of the specified element
(optional operation).
remove(Object) -
Method in class java.util.HashMap
Removes the mapping for this key from this map if present.
remove(Object) -
Method in interface java.util.Map
Removes the mapping for this key from this map if present (optional
operation).
remove(Object) -
Method in class java.util.jar.Attributes
Removes the attribute with the specified name (key) from this Map.
remove(Object) -
Method in class javax.naming.directory.BasicAttribute
Removes a specified value from this attribute.
remove(Object) -
Method in interface javax.naming.directory.Attribute
Removes a specified value from the attribute.
remove(Object) -
Method in class javax.swing.ActionMap
Removes the binding for key
from this ActionMap
.
remove(Object, boolean) -
Method in class java.beans.beancontext.BeanContextSupport
internal remove used when removal caused by
unexpected setBeanContext or
by remove() invocation.
remove(String) -
Method in class java.awt.List
Removes the first occurrence of an item from the list.
remove(String) -
Method in class java.awt.Choice
Remove the first occurrence of item
from the Choice
menu.
remove(String) -
Method in interface javax.naming.directory.Attributes
Removes the attribute with the attribute id 'attrID' from
the attribute set.
remove(String) -
Method in class javax.naming.directory.BasicAttributes
remove(TextListener, TextListener) -
Static method in class java.awt.AWTEventMulticaster
remove(WindowListener, WindowListener) -
Static method in class java.awt.AWTEventMulticaster
Removes the old window-listener from window-listener-l and
returns the resulting multicast listener.
removeAccessibleSelection(int) -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Removes the specified child of the object from the object's
selection.
removeAccessibleSelection(int) -
Method in class java.awt.List.AccessibleAWTList
Removes the specified selected item in the object from the object's
selection.
removeAccessibleSelection(int) -
Method in interface javax.accessibility.AccessibleSelection
Removes the specified child of the object from the object's
selection.
removeAccessibleSelection(int) -
Method in class javax.swing.JTabbedPane.AccessibleJTabbedPane
removeAccessibleSelection(int) -
Method in class javax.swing.JMenu.AccessibleJMenu
Removes the nth item from the selection.
removeAccessibleSelection(int) -
Method in class javax.swing.JComboBox.AccessibleJComboBox
Removes the specified child of the object from the object's
selection.
removeAccessibleSelection(int) -
Method in class javax.swing.JList.AccessibleJList
Removes the specified selected item in the object from the object's
selection.
removeAccessibleSelection(int) -
Method in class javax.swing.JTree.AccessibleJTree
Removes the specified selected item in the object from the object's
selection.
removeAccessibleSelection(int) -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Removes the specified selected item in the object from the
object's
selection.
removeAccessibleSelection(int) -
Method in class javax.swing.JTable.AccessibleJTable
Removes the specified child of the object from the object's
selection.
removeAccessibleSelection(int) -
Method in class javax.swing.JMenuBar.AccessibleJMenuBar
Removes the nth selected item in the object from the object's
selection.
removeActionListener(ActionListener) -
Method in class java.awt.MenuItem
Removes the specified action listener so it no longer receives
action events from this menu item.
removeActionListener(ActionListener) -
Method in class java.awt.List
Removes the specified action listener so that it no longer
receives action events from this list.
removeActionListener(ActionListener) -
Method in class java.awt.TextField
Removes the specified action listener so that it no longer
receives action events from this text field.
removeActionListener(ActionListener) -
Method in class java.awt.Button
Removes the specified action listener so that it no longer
receives action events from this button.
removeActionListener(ActionListener) -
Method in class javax.swing.AbstractButton
Removes an ActionListener
from the button.
removeActionListener(ActionListener) -
Method in class javax.swing.JTextField
Removes the specified action listener so that it no longer
receives action events from this textfield.
removeActionListener(ActionListener) -
Method in interface javax.swing.ButtonModel
Removes an ActionListener from the button.
removeActionListener(ActionListener) -
Method in class javax.swing.JComboBox
Removes an ActionListener
.
removeActionListener(ActionListener) -
Method in class javax.swing.Timer
Removes an ActionListener from the Timer.
removeActionListener(ActionListener) -
Method in class javax.swing.DefaultButtonModel
Removes an ActionListener from the button.
removeActionListener(ActionListener) -
Method in interface javax.swing.ComboBoxEditor
Remove an ActionListener
removeActionListener(ActionListener) -
Method in class javax.swing.JFileChooser
Removes an ActionListener
from the button.
removeActionListener(ActionListener) -
Method in class javax.swing.plaf.basic.BasicComboBoxEditor
removeAdjustmentListener(AdjustmentListener) -
Method in class java.awt.Scrollbar
Removes the specified adjustment listener so that it no longer
receives instances of AdjustmentEvent
from this scroll bar.
removeAdjustmentListener(AdjustmentListener) -
Method in interface java.awt.Adjustable
Removes an adjustment listener.
removeAdjustmentListener(AdjustmentListener) -
Method in class javax.swing.JScrollBar
Removes an AdjustmentEvent listener.
removeAll() -
Method in class java.awt.Container
Removes all the components from this container.
removeAll() -
Method in class java.awt.Menu
Removes all items from this menu.
removeAll() -
Method in class java.awt.List
Removes all items from this list.
removeAll() -
Method in class java.awt.Choice
Removes all items from the choice menu.
removeAll() -
Method in class javax.swing.JTabbedPane
Removes all the tabs and their corresponding components
from the tabbedpane
.
removeAll() -
Method in class javax.swing.JMenu
Removes all menu items from this menu.
removeAll() -
Method in class javax.swing.JSplitPane
Removes all the child components from the split pane.
removeAll() -
Method in class javax.swing.text.View
Removes all of the children.
removeAll(Collection) -
Method in class java.beans.beancontext.BeanContextSupport
remove all specified children (Unsupported)
implementations must synchronized on the hierarchy lock and "children" protected field
removeAll(Collection) -
Method in class java.util.AbstractCollection
Removes from this collection all of its elements that are contained in
the specified collection (optional operation).
removeAll(Collection) -
Method in class java.util.AbstractSet
Removes from this set all of its elements that are contained in
the specified collection (optional operation).
removeAll(Collection) -
Method in class java.util.Vector
Removes from this Vector all of its elements that are contained in the
specified Collection.
removeAll(Collection) -
Method in interface java.util.Collection
Removes all this collection's elements that are also contained in the
specified collection (optional operation).
removeAll(Collection) -
Method in interface java.util.Set
Removes from this set all of its elements that are contained in the
specified collection (optional operation).
removeAll(Collection) -
Method in interface java.util.List
Removes from this list all the elements that are contained in the
specified collection (optional operation).
removeAllChildren() -
Method in class javax.swing.tree.DefaultMutableTreeNode
Removes all of this node's children, setting their parents to null.
removeAllElements() -
Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeAllElements() -
Method in class javax.swing.DefaultComboBoxModel
Empties the list.
removeAllElements() -
Method in class javax.swing.DefaultListModel
Removes all components from this list and sets its size to zero.
removeAllHighlights() -
Method in interface javax.swing.text.Highlighter
Removes all highlights this highlighter is responsible for.
removeAllHighlights() -
Method in class javax.swing.text.DefaultHighlighter
Removes all highlights.
removeAllItems() -
Method in class javax.swing.JComboBox
Removes all items from the item list.
removeAncestorListener(AncestorListener) -
Method in class javax.swing.JComponent
Unregisters listener so that it will no longer receive
AncestorEvents
removeAttribute(AttributeSet, Object) -
Method in class javax.swing.text.StyleContext
Removes an attribute from the set.
removeAttribute(AttributeSet, Object) -
Method in interface javax.swing.text.AbstractDocument.AttributeContext
Removes an attribute from the set.
removeAttribute(AttributeSet, Object) -
Method in class javax.swing.text.html.StyleSheet
Removes an attribute from the set.
removeAttribute(Object) -
Method in class javax.swing.text.SimpleAttributeSet
Removes an attribute from the list.
removeAttribute(Object) -
Method in class javax.swing.text.StyleContext.NamedStyle
Removes an attribute from the set.
removeAttribute(Object) -
Method in interface javax.swing.text.MutableAttributeSet
Creates a new attribute set similar to this one except that it contains
no attribute with the given name.
removeAttribute(Object) -
Method in class javax.swing.text.AbstractDocument.AbstractElement
Removes an attribute from the set.
removeAttributes(AttributeSet) -
Method in class javax.swing.text.SimpleAttributeSet
Removes a set of attributes from the list.
removeAttributes(AttributeSet) -
Method in class javax.swing.text.StyleContext.NamedStyle
Removes a set of attributes for the element.
removeAttributes(AttributeSet) -
Method in interface javax.swing.text.MutableAttributeSet
Creates a new attribute set similar to this one except that it contains
no attribute with any of the given names and values.
removeAttributes(AttributeSet) -
Method in class javax.swing.text.AbstractDocument.AbstractElement
Removes a set of attributes for the element.
removeAttributes(AttributeSet, AttributeSet) -
Method in class javax.swing.text.StyleContext
Removes a set of attributes for the element.
removeAttributes(AttributeSet, AttributeSet) -
Method in interface javax.swing.text.AbstractDocument.AttributeContext
Removes a set of attributes for the element.
removeAttributes(AttributeSet, AttributeSet) -
Method in class javax.swing.text.html.StyleSheet
Removes a set of attributes.
removeAttributes(AttributeSet, Enumeration) -
Method in class javax.swing.text.StyleContext
Removes a set of attributes for the element.
removeAttributes(AttributeSet, Enumeration) -
Method in interface javax.swing.text.AbstractDocument.AttributeContext
Removes a set of attributes for the element.
removeAttributes(AttributeSet, Enumeration) -
Method in class javax.swing.text.html.StyleSheet
Removes a set of attributes for the element.
removeAttributes(Enumeration) -
Method in class javax.swing.text.SimpleAttributeSet
Removes a set of attributes from the list.
removeAttributes(Enumeration) -
Method in class javax.swing.text.StyleContext.NamedStyle
Removes a set of attributes for the element.
removeAttributes(Enumeration) -
Method in interface javax.swing.text.MutableAttributeSet
Creates a new attribute set similar to this one except that it contains
no attribute with any of the given names.
removeAttributes(Enumeration) -
Method in class javax.swing.text.AbstractDocument.AbstractElement
Removes a set of attributes for the element.
removeAuxiliaryLookAndFeel(LookAndFeel) -
Static method in class javax.swing.UIManager
Remove a LookAndFeel from the list of auxiliary look and feels.
removeAWTEventListener(AWTEventListener) -
Method in class java.awt.Toolkit
Removes an AWTEventListener from receiving dispatched AWTEvents.
removeBeanContextMembershipListener(BeanContextMembershipListener) -
Method in class java.beans.beancontext.BeanContextSupport
Removes a BeanContextMembershipListener
removeBeanContextMembershipListener(BeanContextMembershipListener) -
Method in interface java.beans.beancontext.BeanContext
Removes the specified BeanContextMembershipListener
so that it no longer receives BeanContextMembershipEvent
s
when the child Component
(s) are added or removed.
removeBeanContextServicesListener(BeanContextServicesListener) -
Method in class java.beans.beancontext.BeanContextServicesSupport
remove a BeanContextServicesListener
removeBeanContextServicesListener(BeanContextServicesListener) -
Method in interface java.beans.beancontext.BeanContextServices
Removes a BeanContextServicesListener
from this BeanContext
removeBindings() -
Method in interface javax.swing.text.Keymap
Removes all bindings from the keymap.
removeCaretListener(CaretListener) -
Method in class javax.swing.text.JTextComponent
Removes a caret listener.
removeCellEditorListener(CellEditorListener) -
Method in interface javax.swing.CellEditor
Remove a listener from the list that's notified
removeCellEditorListener(CellEditorListener) -
Method in class javax.swing.AbstractCellEditor
Removes a CellEditorListener
from the listener list.
removeCellEditorListener(CellEditorListener) -
Method in class javax.swing.tree.DefaultTreeCellEditor
Removes the previously added CellEditorListener l.
removeCertificate(Certificate) -
Method in class java.security.Identity
Deprecated. Removes a certificate from this identity.
removeChangeListener(ChangeListener) -
Method in class javax.swing.DefaultSingleSelectionModel
Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) -
Method in class javax.swing.JViewport
Removes a ChangeListener
from the list that's notified each
time the views size, position, or the viewports extent size
has changed.
removeChangeListener(ChangeListener) -
Method in class javax.swing.JTabbedPane
Removes a ChangeListener
from this tabbedpane.
removeChangeListener(ChangeListener) -
Method in interface javax.swing.SingleSelectionModel
Removes listener as a listener to changes in the model.
removeChangeListener(ChangeListener) -
Method in class javax.swing.AbstractButton
Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) -
Method in class javax.swing.DefaultBoundedRangeModel
Removes a ChangeListener.
removeChangeListener(ChangeListener) -
Method in class javax.swing.MenuSelectionManager
Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) -
Method in interface javax.swing.ButtonModel
Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) -
Method in class javax.swing.DefaultButtonModel
Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) -
Method in interface javax.swing.BoundedRangeModel
Removes a ChangeListener from the model's listener list.
removeChangeListener(ChangeListener) -
Method in class javax.swing.JProgressBar
Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) -
Method in class javax.swing.JSlider
Removes a ChangeListener from the slider.
removeChangeListener(ChangeListener) -
Method in class javax.swing.colorchooser.DefaultColorSelectionModel
Removes a ChangeListener from the model.
removeChangeListener(ChangeListener) -
Method in interface javax.swing.colorchooser.ColorSelectionModel
Removes listener as a listener to changes in the model.
removeChangeListener(ChangeListener) -
Method in interface javax.swing.text.Style
Removes a listener that was tracking attribute changes.
removeChangeListener(ChangeListener) -
Method in class javax.swing.text.StyleContext
Removes a listener that was tracking styles being
added or removed.
removeChangeListener(ChangeListener) -
Method in class javax.swing.text.StyleContext.NamedStyle
Removes a change listener.
removeChangeListener(ChangeListener) -
Method in class javax.swing.text.DefaultCaret
Removes a listener that was tracking caret position changes.
removeChangeListener(ChangeListener) -
Method in interface javax.swing.text.Caret
Removes a listener that was tracking caret position changes.
removeChoosableFileFilter(FileFilter) -
Method in class javax.swing.JFileChooser
Removes a filter from the list of user choosable file filters.
removeChooserPanel(AbstractColorChooserPanel) -
Method in class javax.swing.JColorChooser
Removes the Color Panel specified.
removeColumn(TableColumn) -
Method in class javax.swing.JTable
Removes aColumn
from this JTable
's
array of columns.
removeColumn(TableColumn) -
Method in class javax.swing.table.DefaultTableColumnModel
Deletes the column
from the
tableColumns
array.
removeColumn(TableColumn) -
Method in interface javax.swing.table.TableColumnModel
Deletes the TableColumn
column
from the
tableColumns
array.
removeColumnModelListener(TableColumnModelListener) -
Method in class javax.swing.table.DefaultTableColumnModel
Removes a listener for table column model events.
removeColumnModelListener(TableColumnModelListener) -
Method in interface javax.swing.table.TableColumnModel
Removes a listener for table column model events.
removeColumnSelectionInterval(int, int) -
Method in class javax.swing.JTable
Deselects the columns from index0
to index1
, inclusive.
removeComponentListener(ComponentListener) -
Method in class java.awt.Component
Removes the specified component listener so that it no longer
receives component events from this component.
removeConsumer(ImageConsumer) -
Method in class java.awt.image.FilteredImageSource
Removes an ImageConsumer from the list of consumers interested in
data for this image.
removeConsumer(ImageConsumer) -
Method in interface java.awt.image.ImageProducer
This method removes the given ImageConsumer object
from the list of consumers currently registered to
receive image data.
removeConsumer(ImageConsumer) -
Method in class java.awt.image.MemoryImageSource
Remove an ImageConsumer from the list of consumers interested in
data for this image.
removeConsumer(ImageConsumer) -
Method in class java.awt.image.renderable.RenderableImageProducer
Remove an ImageConsumer from the list of consumers interested in
data for this image.
removeContainerListener(ContainerListener) -
Method in class java.awt.Container
Removes the specified container listener so it no longer receives
container events from this container.
removeControlButtons() -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
removeControllerEventListener(ControllerEventListener, int[]) -
Method in interface javax.sound.midi.Sequencer
Removes a controller event listener's interest in one or more
types of controller event.
removeDescendantSelectedPaths(TreePath, boolean) -
Method in class javax.swing.JTree
Removes any paths in the selection that are descendants of
path
.
removeDescendantToggledPaths(Enumeration) -
Method in class javax.swing.JTree
Removes any descendants of the TreePaths
in
toRemove
that have been expanded.
removeDocumentListener(DocumentListener) -
Method in interface javax.swing.text.Document
Unregisters the given observer from the notification list
so it will no longer receive change updates.
removeDocumentListener(DocumentListener) -
Method in class javax.swing.text.AbstractDocument
Removes a document listener.
removeDocumentListener(DocumentListener) -
Method in class javax.swing.text.DefaultStyledDocument
Removes a document listener.
removeDragGestureListener(DragGestureListener) -
Method in class java.awt.dnd.DragGestureRecognizer
unregister the current DragGestureListener
removeDragSourceListener(DragSourceListener) -
Method in class java.awt.dnd.DragSourceContext
This method removes the specified DragSourceListener
from this DragSourceContext
.
removeDropTargetListener(DropTargetListener) -
Method in class java.awt.dnd.DropTarget
Remove the current DropTargetListener
(UNICAST SOURCE)
removeEditor() -
Method in class javax.swing.JTable
Discards the editor object and frees the real estate it used for
cell rendering.
removeEditor() -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
Removes the editor from the JComboBox.
removeElement(Object) -
Method in class java.util.Vector
Removes the first (lowest-indexed) occurrence of the argument
from this vector.
removeElement(Object) -
Method in class javax.swing.DefaultComboBoxModel
removeElement(Object) -
Method in class javax.swing.DefaultListModel
Removes the first (lowest-indexed) occurrence of the argument
from this list.
removeElement(Object) -
Method in interface javax.swing.MutableComboBoxModel
Removes an item from the model.
removeElementAt(int) -
Method in class java.util.Vector
Deletes the component at the specified index.
removeElementAt(int) -
Method in class javax.swing.DefaultComboBoxModel
removeElementAt(int) -
Method in class javax.swing.DefaultListModel
Deletes the component at the specified index.
removeElementAt(int) -
Method in interface javax.swing.MutableComboBoxModel
Removes an item at a specific index
removeEntries(int, int) -
Method in class javax.swing.SizeSequence
Removes a contiguous group of entries
from this SizeSequence
.
removeEntry(Principal, AclEntry) -
Method in interface java.security.acl.Acl
Removes an ACL entry from this ACL.
removeFirst() -
Method in class java.util.LinkedList
Removes and returns the first element from this list.
removeFocusListener(FocusListener) -
Method in class java.awt.Component
Removes the specified focus listener so that it no longer
receives focus events from this component.
removeFocusListener(FocusListener) -
Method in class java.awt.Component.AccessibleAWTComponent
Removes the specified focus listener so it no longer receives focus
events from this component.
removeFocusListener(FocusListener) -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Removes the specified focus listener so it no longer receives focus
events from this component.
removeFocusListener(FocusListener) -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Removes the specified focus listener so it no longer receives
focus events from this component.
removeFocusListener(FocusListener) -
Method in interface javax.accessibility.AccessibleComponent
Removes the specified focus listener so it no longer receives focus
events from this component.
removeFocusListener(FocusListener) -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
removeFocusListener(FocusListener) -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
removeFocusListener(FocusListener) -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
removeFocusListener(FocusListener) -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
removeFromEnvironment(String) -
Method in class javax.naming.InitialContext
removeFromEnvironment(String) -
Method in interface javax.naming.Context
Removes an environment property from the environment of this
context.
removeFromParent() -
Method in class javax.swing.tree.DefaultMutableTreeNode
Removes the subtree rooted at this node from the tree, giving this
node a null parent.
removeFromParent() -
Method in interface javax.swing.tree.MutableTreeNode
Removes the receiver from its parent.
removeFromSource() -
Method in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
removeHierarchyBoundsListener(HierarchyBoundsListener) -
Method in class java.awt.Component
Removes the specified hierarchy bounds listener so that it no longer
receives hierarchy bounds events from this component.
removeHierarchyListener(HierarchyListener) -
Method in class java.awt.Component
Removes the specified hierarchy listener so that it no longer
receives hierarchy changed events from this component.
removeHighlight(Object) -
Method in interface javax.swing.text.Highlighter
Removes a highlight from the view.
removeHighlight(Object) -
Method in class javax.swing.text.DefaultHighlighter
Removes a highlight from the view.
removeHyperlinkListener(HyperlinkListener) -
Method in class javax.swing.JEditorPane
Removes a hyperlink listener.
removeIconFor(JInternalFrame) -
Method in class javax.swing.DefaultDesktopManager
Convience method to remove the desktopIcon of f is necessary.
removeIdentity(Identity) -
Method in class java.security.IdentityScope
Deprecated. Removes an identity from this identity scope.
removeImage(Image) -
Method in class java.awt.MediaTracker
Remove the specified image from this media tracker.
removeImage(Image, int) -
Method in class java.awt.MediaTracker
Remove the specified image from the specified tracking
ID of this media tracker.
removeImage(Image, int, int, int) -
Method in class java.awt.MediaTracker
Remove the specified image with the specified
width, height, and ID from this media tracker.
removeIndexInterval(int, int) -
Method in class javax.swing.DefaultListSelectionModel
Remove the indices in the interval index0,index1 (inclusive) from
the selection model.
removeIndexInterval(int, int) -
Method in interface javax.swing.ListSelectionModel
Remove the indices in the interval index0,index1 (inclusive) from
the selection model.
removeInputMethodListener(InputMethodListener) -
Method in class java.awt.Component
Removes the specified input method listener so that it no longer receives
input method events from this component.
removeInternal(EventListener, EventListener) -
Static method in class java.awt.AWTEventMulticaster
Returns the resulting multicast listener after removing the
old listener from listener-l.
removeInternalFrameListener(InternalFrameListener) -
Method in class javax.swing.JInternalFrame
Removes the specified internal frame listener so that it no longer
receives internal frame events from this internal frame.
removeInvalidComponent(JComponent) -
Method in class javax.swing.RepaintManager
Remove a component from the list of invalid components.
removeItem(Object) -
Method in class javax.swing.JComboBox
Removes an item from the item list.
removeItemAt(int) -
Method in class javax.swing.JComboBox
Removes the item at anIndex
This method works only if the JComboBox
uses the
default data model.
removeItemListener(ItemListener) -
Method in class java.awt.Checkbox
Removes the specified item listener so that the item listener
no longer receives item events from this check box.
removeItemListener(ItemListener) -
Method in class java.awt.List
Removes the specified item listener so that it no longer
receives item events from this list.
removeItemListener(ItemListener) -
Method in class java.awt.Choice
Removes the specified item listener so that it no longer receives
item events from this Choice
menu.
removeItemListener(ItemListener) -
Method in interface java.awt.ItemSelectable
Removes an item listener.
removeItemListener(ItemListener) -
Method in class java.awt.CheckboxMenuItem
Removes the specified item listener so that it no longer receives
item events from this check box menu item.
removeItemListener(ItemListener) -
Method in class javax.swing.AbstractButton
Removes an ItemListener
from the button.
removeItemListener(ItemListener) -
Method in interface javax.swing.ButtonModel
Removes an ItemListener from the button.
removeItemListener(ItemListener) -
Method in class javax.swing.JComboBox
Removes an ItemListener
.
removeItemListener(ItemListener) -
Method in class javax.swing.DefaultButtonModel
Removes an ItemListener from the button.
removeKeyListener(KeyListener) -
Method in class java.awt.Component
Removes the specified key listener so that it no longer
receives key events from this component.
removeKeymap(String) -
Static method in class javax.swing.text.JTextComponent
Removes a named keymap previously added to the document.
removeKeyStrokeBinding(KeyStroke) -
Method in interface javax.swing.text.Keymap
Removes a binding from the keymap.
removeLast() -
Method in class java.util.LinkedList
Removes and returns the last element from this list.
removeLayoutComponent(Component) -
Method in class java.awt.CardLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) -
Method in class java.awt.GridLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) -
Method in class java.awt.BorderLayout
Removes the specified component from this border layout.
removeLayoutComponent(Component) -
Method in interface java.awt.LayoutManager
Removes the specified component from the layout.
removeLayoutComponent(Component) -
Method in class java.awt.GridBagLayout
Removes the specified component from this layout.
removeLayoutComponent(Component) -
Method in class java.awt.FlowLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) -
Method in class javax.swing.ViewportLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) -
Method in class javax.swing.ScrollPaneLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) -
Method in class javax.swing.BoxLayout
Not used by this class.
removeLayoutComponent(Component) -
Method in class javax.swing.OverlayLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) -
Method in class javax.swing.JRootPane.RootLayout
removeLayoutComponent(Component) -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
removeLayoutComponent(Component) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
removeLayoutComponent(Component) -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout
removeLayoutComponent(Component) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
removeLayoutComponent(Component) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.InternalFrameLayout
removeLayoutComponent(Component) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
removeLayoutComponent(Component) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Removes the specified component from our knowledge.
removeLayoutComponent(Component) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DividerLayout
removeLineListener(LineListener) -
Method in interface javax.sound.sampled.Line
Removes the specified listener from this line's list of listeners.
removeListDataListener(ListDataListener) -
Method in interface javax.swing.ListModel
Remove a listener from the list that's notified each time a
change to the data model occurs.
removeListDataListener(ListDataListener) -
Method in class javax.swing.AbstractListModel
Remove a listener from the list that's notified each time a
change to the data model occurs.
removeListeners() -
Method in class javax.swing.plaf.metal.MetalComboBoxUI
removeListSelectionListener(ListSelectionListener) -
Method in class javax.swing.DefaultListSelectionModel
removeListSelectionListener(ListSelectionListener) -
Method in class javax.swing.JList
Removes a listener from the list that's notified each time a
change to the selection occurs.
removeListSelectionListener(ListSelectionListener) -
Method in interface javax.swing.ListSelectionModel
Remove a listener from the list that's notified each time a
change to the selection occurs.
removeMember(Principal) -
Method in interface java.security.acl.Group
Removes the specified member from the group.
removeMenuDragMouseListener(MenuDragMouseListener) -
Method in class javax.swing.JMenuItem
Removes a MenuDragMouseListener from the menu item
removeMenuKeyListener(MenuKeyListener) -
Method in class javax.swing.JMenuItem
Removes a MenuKeyListener from the menu item
removeMenuListener(MenuListener) -
Method in class javax.swing.JMenu
Removes a listener for menu events.
removeMetaEventListener(MetaEventListener) -
Method in interface javax.sound.midi.Sequencer
Removes the specified meta-event listener from this sequencer's
list of registered listeners, if in fact the listener is registered.
removeMouseListener(MouseListener) -
Method in class java.awt.Component
Removes the specified mouse listener so that it no longer
receives mouse events from this component.
removeMouseMotionListener(MouseMotionListener) -
Method in class java.awt.Component
Removes the specified mouse motion listener so that it no longer
receives mouse motion events from this component.
removeNamingListener(NamingListener) -
Method in interface javax.naming.event.EventContext
Removes a listener from receiving naming events fired
by this EventContext .
removeNodeFromParent(MutableTreeNode) -
Method in class javax.swing.tree.DefaultTreeModel
Message this to remove node from its parent.
removeNotify() -
Method in class java.awt.Component
Makes this Component undisplayable by destroying it native
screen resource.
removeNotify() -
Method in class java.awt.Container
Makes this Container undisplayable by removing its connection
to its native screen resource.
removeNotify() -
Method in class java.awt.MenuComponent
Removes the menu component's peer.
removeNotify() -
Method in class java.awt.Menu
Removes the menu's peer.
removeNotify() -
Method in class java.awt.MenuBar
Removes the menu bar's peer.
removeNotify() -
Method in class java.awt.List
Removes the peer for this list.
removeNotify() -
Method in class java.awt.TextComponent
Removes the TextComponent's peer.
removeNotify() -
Method in class java.awt.Frame
Makes this Frame undisplayable by removing its connection
to its native screen resource.
removeNotify() -
Method in class java.awt.dnd.DropTargetContext
Called when disassociated with the DropTargetContextPeer
.
removeNotify() -
Method in interface java.awt.im.spi.InputMethod
Notifies the input method that a client component has been
removed from its containment hierarchy, or that input method
support has been disabled for the component.
removeNotify() -
Method in class javax.swing.JComponent
Notifies this component that it no longer has a parent component.
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.JTable
Calls the unconfigureEnclosingScrollPane
method.
removeNotify() -
Method in class javax.swing.JMenuBar
Overrides JComponent.removeNotify
to unregister this
menu bar with the current keyboard manager.
removeNotify() -
Method in class javax.swing.JRootPane
Unregister ourselves from SystemEventQueueUtils.
removeNotify() -
Method in class javax.swing.text.JTextComponent
Notifies this component that it has been removed from its
container.
removeNotify() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
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(ComponentPeer) -
Method in class java.awt.dnd.DropTarget
Notify the DropTarget that it has been disassociated from a Component
This method is usually called from java.awt.Component.removeNotify() of
the Component associated with this DropTarget to notify the DropTarget
that a ComponentPeer has been disassociated with that Component.
removeParameters() -
Method in class java.awt.image.renderable.ParameterBlock
Clears the list of parameters.
removePermission(Permission) -
Method in interface java.security.acl.AclEntry
Removes the specified permission from this ACL entry.
removePopupMenuListener(PopupMenuListener) -
Method in class javax.swing.JPopupMenu
Removes a PopupMenu
listener.
removePropertyChangeListener(PropertyChangeListener) -
Method in class java.awt.Component
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) -
Method in class java.awt.Component.AccessibleAWTComponent
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) -
Method in interface java.beans.PropertyEditor
Remove a listener for the PropertyChange event.
removePropertyChangeListener(PropertyChangeListener) -
Method in class java.beans.PropertyChangeSupport
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) -
Method in interface java.beans.Customizer
Remove a listener for the PropertyChange event.
removePropertyChangeListener(PropertyChangeListener) -
Method in class java.beans.PropertyEditorSupport
Remove a listener for the PropertyChange event.
removePropertyChangeListener(PropertyChangeListener) -
Method in class javax.accessibility.AccessibleContext
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) -
Method in class javax.swing.JComponent
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) -
Method in class javax.swing.JComponent.AccessibleJComponent
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) -
Method in interface javax.swing.Action
Removes a PropertyChange
listener.
removePropertyChangeListener(PropertyChangeListener) -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
removePropertyChangeListener(PropertyChangeListener) -
Method in class javax.swing.UIDefaults
Removes a PropertyChangeListener
from the listener list.
removePropertyChangeListener(PropertyChangeListener) -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) -
Method in class javax.swing.AbstractAction
Removes a PropertyChangeListener
from the listener list.
removePropertyChangeListener(PropertyChangeListener) -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) -
Static method in class javax.swing.UIManager
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) -
Method in class javax.swing.event.SwingPropertyChangeSupport
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) -
Method in class javax.swing.table.TableColumn
Removes a PropertyChangeListener
from the listener list.
removePropertyChangeListener(PropertyChangeListener) -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
removePropertyChangeListener(PropertyChangeListener) -
Method in class javax.swing.tree.DefaultTreeSelectionModel
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) -
Method in interface javax.swing.tree.TreeSelectionModel
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) -
Method in class java.awt.Component
Remove a PropertyChangeListener for a specific property.
removePropertyChangeListener(String, PropertyChangeListener) -
Method in class java.awt.Toolkit
remove the specified property change listener for the named
desktop property
If pcl is null, no exception is thrown and no action is performed.
removePropertyChangeListener(String, PropertyChangeListener) -
Method in class java.beans.PropertyChangeSupport
Remove a PropertyChangeListener for a specific property.
removePropertyChangeListener(String, PropertyChangeListener) -
Method in interface java.beans.beancontext.BeanContextChild
Removes a PropertyChangeListener
from this
BeanContextChild
so that it no longer
receives PropertyChangeEvents
when the
specified property is changed.
removePropertyChangeListener(String, PropertyChangeListener) -
Method in class java.beans.beancontext.BeanContextChildSupport
Remove a property change listener.
removePropertyChangeListener(String, PropertyChangeListener) -
Method in class javax.swing.JComponent
Removes a PropertyChangeListener for a specific property.
removePropertyChangeListener(String, PropertyChangeListener) -
Method in class javax.swing.event.SwingPropertyChangeSupport
Remove a PropertyChangeListener for a specific property.
removeProvider(String) -
Static method in class java.security.Security
Removes the provider with the specified name.
removeRange(int, int) -
Method in class java.util.AbstractList
Removes from this list all of the elements whose index is between
fromIndex , inclusive, and toIndex , exclusive.
removeRange(int, int) -
Method in class java.util.Vector
Removes from this List all of the elements whose index is between
fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) -
Method in class java.util.ArrayList
Removes from this List all of the elements whose index is between
fromIndex, inclusive and toIndex, exclusive.
removeRange(int, int) -
Method in class javax.swing.DefaultListModel
Deletes the components at the specified range of indexes.
removeRedundantState() -
Method in class javax.swing.undo.StateEdit
Remove redundant key/values in state hashtables.
removeRow(int) -
Method in class javax.swing.table.DefaultTableModel
Removes the row at row
from the model.
removeRowSelectionInterval(int, int) -
Method in class javax.swing.JTable
Deselects the rows from index0
to index1
, inclusive.
removeSelectionInterval(int, int) -
Method in class javax.swing.DefaultListSelectionModel
removeSelectionInterval(int, int) -
Method in class javax.swing.JList
Sets the selection to be the set difference of the specified interval
and the current selection.
removeSelectionInterval(int, int) -
Method in class javax.swing.JTree
Removes the nodes between index0 and index1, inclusive, from the
selection.
removeSelectionInterval(int, int) -
Method in interface javax.swing.ListSelectionModel
Change the selection to be the set difference of the current selection
and the indices between index0 and index1 inclusive.
removeSelectionPath(TreePath) -
Method in class javax.swing.JTree
Removes the node identified by the specified path from the current
selection.
removeSelectionPath(TreePath) -
Method in class javax.swing.tree.DefaultTreeSelectionModel
Removes path from the selection.
removeSelectionPath(TreePath) -
Method in interface javax.swing.tree.TreeSelectionModel
Removes path from the selection.
removeSelectionPaths(TreePath[]) -
Method in class javax.swing.JTree
Removes the nodes identified by the specified paths from the
current selection.
removeSelectionPaths(TreePath[]) -
Method in class javax.swing.JTree.EmptySelectionModel
A null
implementation that removes nothing.
removeSelectionPaths(TreePath[]) -
Method in class javax.swing.tree.DefaultTreeSelectionModel
Removes paths from the selection.
removeSelectionPaths(TreePath[]) -
Method in interface javax.swing.tree.TreeSelectionModel
Removes paths from the selection.
removeSelectionRow(int) -
Method in class javax.swing.JTree
Removes the path at the index row
from the current
selection.
removeSelectionRows(int[]) -
Method in class javax.swing.JTree
Removes the paths that are selected at each of the specified
rows.
removeShutdownHook(Thread) -
Method in class java.lang.Runtime
De-registers a previously-registered virtual-machine shutdown hook.
removeSources() -
Method in class java.awt.image.renderable.ParameterBlock
Clears the list of source images.
removeStyle(String) -
Method in class javax.swing.JTextPane
Removes a named non-null style previously added to the document.
removeStyle(String) -
Method in class javax.swing.text.StyleContext
Removes a named style previously added to the document.
removeStyle(String) -
Method in interface javax.swing.text.StyledDocument
Removes a named style previously added to the document.
removeStyle(String) -
Method in class javax.swing.text.DefaultStyledDocument
Removes a named style previously added to the document.
removeStyle(String) -
Method in class javax.swing.text.html.StyleSheet
Removes a named style previously added to the document.
removeStyleSheet(StyleSheet) -
Method in class javax.swing.text.html.StyleSheet
Removes the StyleSheet 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 list that's notified each time a
change to the data model occurs.
removeTableModelListener(TableModelListener) -
Method in interface javax.swing.table.TableModel
Removes a listener from the list that is notified each time a
change to the data model occurs.
removeTextListener(TextListener) -
Method in class java.awt.TextComponent
Removes the specified text event listener so that it no longer
receives text events from this text component
If l is null, no exception is thrown and no action is performed.
removeTileObserver(TileObserver) -
Method in class java.awt.image.BufferedImage
Removes a tile observer.
removeTileObserver(TileObserver) -
Method in interface java.awt.image.WritableRenderedImage
Removes an observer.
removeTreeExpansionListener(TreeExpansionListener) -
Method in class javax.swing.JTree
Removes a listener for TreeExpansion
events.
removeTreeModelListener(TreeModelListener) -
Method in interface javax.swing.tree.TreeModel
Removes a listener previously added with addTreeModelListener() .
removeTreeModelListener(TreeModelListener) -
Method in class javax.swing.tree.DefaultTreeModel
Removes a listener previously added with addTreeModelListener() .
removeTreeSelectionListener(TreeSelectionListener) -
Method in class javax.swing.JTree
Removes a TreeSelection
listener.
removeTreeSelectionListener(TreeSelectionListener) -
Method in class javax.swing.tree.DefaultTreeSelectionModel
Removes x from the list of listeners that are notified each time
the set of selected TreePaths changes.
removeTreeSelectionListener(TreeSelectionListener) -
Method in interface javax.swing.tree.TreeSelectionModel
Removes x from the list of listeners that are notified each time
the set of selected TreePaths changes.
removeTreeWillExpandListener(TreeWillExpandListener) -
Method in class javax.swing.JTree
Removes a listener for TreeWillExpand
events.
removeUndoableEditListener(UndoableEditListener) -
Method in interface javax.swing.text.Document
Unregisters the given observer from the notification list
so it will no longer receive updates.
removeUndoableEditListener(UndoableEditListener) -
Method in class javax.swing.text.AbstractDocument
Removes an undo listener.
removeUndoableEditListener(UndoableEditListener) -
Method in class javax.swing.undo.UndoableEditSupport
Removes an UndoableEditListener.
removeUpdate() -
Method in class javax.swing.text.DefaultStyledDocument.ElementBuffer
Updates the element structure in response to a removal from the
associated sequence in the document.
removeUpdate(AbstractDocument.DefaultDocumentEvent) -
Method in class javax.swing.text.AbstractDocument
Updates any document structure as a result of text removal.
removeUpdate(AbstractDocument.DefaultDocumentEvent) -
Method in class javax.swing.text.PlainDocument
Updates any document structure as a result of text removal.
removeUpdate(AbstractDocument.DefaultDocumentEvent) -
Method in class javax.swing.text.DefaultStyledDocument
Updates document structure as a result of text removal.
removeUpdate(DocumentEvent) -
Method in interface javax.swing.event.DocumentListener
Gives notification that a portion of the document has been
removed.
removeUpdate(DocumentEvent) -
Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
Handles document remove (fire appropriate property change event,
which is AccessibleContext.ACCESSIBLE_TEXT_PROPERTY).
removeUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.View
Gives notification that something was removed from the document
in a location that this view is responsible for.
removeUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.GlyphView
Gives notification that something was removed from the document
in a location that this view is responsible for.
removeUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.FlowView
Gives notification that something was removed from the document
in a location that this view is responsible for.
removeUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.PlainView
Gives notification that something was removed from the document
in a location that this view is responsible for.
removeUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.FieldView
Gives notification that something was removed from the document
in a location that this view is responsible for.
removeUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.WrappedPlainView
Gives notification that something was removed from the
document in a location that this view is responsible for.
removeUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class javax.swing.text.ZoneView
Gives notification that something was removed from the document
in a location that this view is responsible for.
removeUpdate(FlowView, DocumentEvent, Rectangle) -
Method in class javax.swing.text.FlowView.FlowStrategy
Gives notification that something was removed from the document
in a location that the given flow view is responsible for.
removeVetoableChangeListener(String, VetoableChangeListener) -
Method in class java.beans.VetoableChangeSupport
Remove a VetoableChangeListener for a specific property.
removeVetoableChangeListener(String, VetoableChangeListener) -
Method in interface java.beans.beancontext.BeanContextChild
Removes a VetoableChangeListener
from this
BeanContextChild
so that it no longer receives
events when the specified property changes.
removeVetoableChangeListener(String, VetoableChangeListener) -
Method in class java.beans.beancontext.BeanContextChildSupport
Removes a VetoableChangeListener
.
removeVetoableChangeListener(VetoableChangeListener) -
Method in class java.beans.VetoableChangeSupport
Remove a VetoableChangeListener from the listener list.
removeVetoableChangeListener(VetoableChangeListener) -
Method in class javax.swing.JComponent
Removes a VetoableChangeListener from the listener list.
removeWindowListener(WindowListener) -
Method in class java.awt.Window
Removes the specified window listener so that it no longer
receives window events from this window.
rename(Name, Name) -
Method in class javax.naming.InitialContext
rename(Name, Name) -
Method in interface javax.naming.Context
Binds a new name to the object bound to an old name, and unbinds
the old name.
rename(String, String) -
Method in class javax.naming.InitialContext
rename(String, String) -
Method in interface javax.naming.Context
Binds a new name to the object bound to an old name, and unbinds
the old name.
renameTo(File) -
Method in class java.io.File
Renames the file denoted by this abstract pathname.
render(Runnable) -
Method in interface javax.swing.text.Document
This allows the model to be safely rendered in the presence
of currency, if the model supports being updated asynchronously.
render(Runnable) -
Method in class javax.swing.text.AbstractDocument
This allows the model to be safely rendered in the presence
of currency, if the model supports being updated asynchronously.
RenderableImage - interface java.awt.image.renderable.RenderableImage .A RenderableImage is a common interface for rendering-independent
images (a notion which subsumes resolution independence). RenderableImageOp - class java.awt.image.renderable.RenderableImageOp .This class handles the renderable aspects of an operation with help
from its associated instance of a ContextualRenderedImageFactory. RenderableImageOp(ContextualRenderedImageFactory, ParameterBlock) -
Constructor for class java.awt.image.renderable.RenderableImageOp
Constructs a RenderedImageOp given a
ContextualRenderedImageFactory object, and
a ParameterBlock containing RenderableImage sources and other
parameters.
RenderableImageProducer - class java.awt.image.renderable.RenderableImageProducer .An adapter class that implements ImageProducer to allow the
asynchronous production of a RenderableImage. RenderableImageProducer(RenderableImage, RenderContext) -
Constructor for class java.awt.image.renderable.RenderableImageProducer
Constructs a new RenderableImageProducer from a RenderableImage
and a RenderContext.
RenderContext - class java.awt.image.renderable.RenderContext .A RenderContext encapsulates the information needed to produce a
specific rendering from a RenderableImage. RenderContext(AffineTransform) -
Constructor for class java.awt.image.renderable.RenderContext
Constructs a RenderContext with a given transform.
RenderContext(AffineTransform, RenderingHints) -
Constructor for class java.awt.image.renderable.RenderContext
Constructs a RenderContext with a given transform and rendering hints.
RenderContext(AffineTransform, Shape) -
Constructor for class java.awt.image.renderable.RenderContext
Constructs a RenderContext with a given transform and area of interest.
RenderContext(AffineTransform, Shape, RenderingHints) -
Constructor for class java.awt.image.renderable.RenderContext
Constructs a RenderContext with a given transform.
RenderedImage - interface java.awt.image.RenderedImage .RenderedImage is a common interface for objects which contain
or can produce image data in the form of Rasters. RenderedImageFactory - interface java.awt.image.renderable.RenderedImageFactory .The RenderedImageFactory interface (often abbreviated RIF) is
intended to be implemented by classes that wish to act as factories
to produce different renderings, for example by executing a series
of BufferedImageOps on a set of sources, depending on a specific
set of parameters, properties, and rendering hints. renderer -
Variable in class javax.swing.JComboBox
renderer -
Variable in class javax.swing.tree.DefaultTreeCellEditor
Renderer, used to get border and offsets from.
Renderer - interface javax.swing.Renderer .Defines the requirements for an object responsible for
"rendering" (displaying) a value. rendererPane -
Variable in class javax.swing.plaf.basic.BasicTableUI
rendererPane -
Variable in class javax.swing.plaf.basic.BasicListUI
rendererPane -
Variable in class javax.swing.plaf.basic.BasicTableHeaderUI
rendererPane -
Variable in class javax.swing.plaf.basic.BasicTreeUI
Used to paint the TreeCellRenderer.
rendererPane -
Variable in class javax.swing.plaf.metal.MetalComboBoxButton
RenderingHints - class java.awt.RenderingHints .The RenderingHints
class contains rendering hints that can
be used by the Graphics2D
class, and classes that
implement BufferedImageOp
and
Raster
. RenderingHints.Key - class java.awt.RenderingHints.Key .Defines the base type of all keys used to control various
aspects of the rendering and imaging pipelines. RenderingHints.Key(int) -
Constructor for class java.awt.RenderingHints.Key
Construct a key using the indicated private key.
RenderingHints(Map) -
Constructor for class java.awt.RenderingHints
Constructs a new object with keys and values initialized
from the specified Map object (which may be null).
RenderingHints(RenderingHints.Key, Object) -
Constructor for class java.awt.RenderingHints
Constructs a new object with the specified key/value pair.
reorderingAllowed -
Variable in class javax.swing.table.JTableHeader
If true, reordering of columns are allowed by the user;
the default is true.
repaint() -
Method in class java.awt.Component
Repaints this component.
repaint() -
Method in class javax.swing.text.DefaultCaret
Cause the caret to be painted.
repaint(int, int, int, int) -
Method in class java.awt.Component
Repaints the specified rectangle of this component.
repaint(long) -
Method in class java.awt.Component
Repaints the component.
repaint(long, int, int, int, int) -
Method in class java.awt.Component
Repaints the specified rectangle of this component within
tm
milliseconds.
repaint(long, int, int, int, int) -
Method in class javax.swing.JComponent
Adds the specified region to the dirty region list if the component
is showing.
repaint(long, int, int, int, int) -
Method in class javax.swing.JViewport
Always repaint in the parents coordinate system to make sure
only one paint is performed by the RepaintManager
.
repaint(long, int, int, int, int) -
Method in class javax.swing.DefaultListCellRenderer
Overridden for performance reasons.
repaint(long, int, int, int, int) -
Method in class javax.swing.table.DefaultTableCellRenderer
Overridden for performance reasons.
repaint(long, int, int, int, int) -
Method in class javax.swing.tree.DefaultTreeCellRenderer
Overridden for performance reasons.
repaint(Rectangle) -
Method in class javax.swing.JComponent
Adds the specified region to the dirty region list if the component
is showing.
repaint(Rectangle) -
Method in class javax.swing.DefaultListCellRenderer
Overridden for performance reasons.
repaint(Rectangle) -
Method in class javax.swing.table.DefaultTableCellRenderer
Overridden for performance reasons.
repaint(Rectangle) -
Method in class javax.swing.tree.DefaultTreeCellRenderer
Overridden for performance reasons.
repaintCellFocus() -
Method in class javax.swing.plaf.basic.BasicListUI.FocusHandler
RepaintManager - class javax.swing.RepaintManager .This class manages repaint requests, allowing the number
of repaints to be minimized, for example by collapsing multiple
requests into a single repaint for members of a component tree. RepaintManager() -
Constructor for class javax.swing.RepaintManager
Create a new RepaintManager instance.
repeatKeyAction -
Variable in class javax.swing.plaf.basic.BasicTreeUI.KeyHandler
Key code that is being generated for.
REPLACE_ATTRIBUTE -
Static variable in interface javax.naming.directory.DirContext
This constant specifies to replace an attribute with specified values.
replace(char, char) -
Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of
oldChar
in this string with newChar
.
replace(int, int, Element[]) -
Method in class javax.swing.text.AbstractDocument.BranchElement
Replaces content with a new set of elements.
replace(int, int, String) -
Method in class java.lang.StringBuffer
Replaces the characters in a substring of this StringBuffer
with characters in the specified String
.
replace(int, int, View[]) -
Method in class javax.swing.text.View
Replace child views.
replace(int, int, View[]) -
Method in class javax.swing.text.CompositeView
Replace child views.
replace(int, int, View[]) -
Method in class javax.swing.text.BoxView
Invalidates the layout and resizes the cache of
requests/allocations.
replace(int, int, View[]) -
Method in class javax.swing.text.AsyncBoxView
Calls the superclass to update the child views, and
updates the status records for the children.
replace(int, int, View[]) -
Method in class javax.swing.text.TableView
Change the child views.
replace(int, int, View[]) -
Method in class javax.swing.text.TableView.TableRow
Change the child views.
replaceEdit(UndoableEdit) -
Method in class javax.swing.undo.AbstractUndoableEdit
This default implementation returns false.
replaceEdit(UndoableEdit) -
Method in interface javax.swing.undo.UndoableEdit
Return true if this UndoableEdit should replace anEdit.
replaceItem(String, int) -
Method in class java.awt.List
Replaces the item at the specified index in the scrolling list
with the new string.
replaceObject(Object) -
Method in class java.io.ObjectOutputStream
This method will allow trusted subclasses of ObjectOutputStream to
substitute one object for another during serialization.
replacePane(JComponent, JComponent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI
Adds necessary mouseHandlers to currentPane and adds it to frame.
replaceRange(String, int, int) -
Method in class java.awt.TextArea
Replaces text between the indicated start and end positions
with the specified replacement text.
replaceRange(String, int, int) -
Method in class javax.swing.JTextArea
Replaces text from the indicated start to end position with the
new text specified.
replaceSelection(String) -
Method in class javax.swing.JEditorPane
Replaces the currently selected content with new content
represented by the given string.
replaceSelection(String) -
Method in class javax.swing.JTextPane
Replaces the currently selected content with new content
represented by the given string.
replaceSelection(String) -
Method in class javax.swing.text.JTextComponent
Replaces the currently selected content with new content
represented by the given string.
replaceText(String, int, int) -
Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1,
replaced by replaceRange(String, int, int)
.
replaceUIActionMap(JComponent, ActionMap) -
Static method in class javax.swing.SwingUtilities
Convenience method to change the UI ActionMap for component
to uiActionMap
.
replaceUIInputMap(JComponent, int, InputMap) -
Static method in class javax.swing.SwingUtilities
Convenience method to change the UI InputMap for component
to uiInputMap
.
ReplicateScaleFilter - class java.awt.image.ReplicateScaleFilter .An ImageFilter class for scaling images using the simplest algorithm. ReplicateScaleFilter(int, int) -
Constructor for class java.awt.image.ReplicateScaleFilter
Constructs a ReplicateScaleFilter that scales the pixels from
its source Image as specified by the width and height parameters.
Repository - interface org.omg.CORBA.Repository .This is the interface which defines the interface repository. RepositoryIdHelper - class org.omg.CORBA.RepositoryIdHelper .org/omg/CORBA/RepositoryIdHelper.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from ir.idl
03 June 1999 11:33:43 o'clock GMT+00:00 RepositoryIdHelper() -
Constructor for class org.omg.CORBA.RepositoryIdHelper
Request - class org.omg.CORBA.Request .An object containing the information necessary for
invoking a method. Request() -
Constructor for class org.omg.CORBA.Request
request(Object, String) -
Method in class org.omg.CORBA.portable.Delegate
Creates a Request instance for use in the Dynamic Invocation Interface.
request(Object, String, boolean) -
Method in class org.omg.CORBA.portable.Delegate
request is called by a stub to obtain an OutputStream for
marshaling arguments.
requestDefaultFocus() -
Method in class javax.swing.JComponent
Requests the focus for the component that should have the focus
by default.
requestFocus() -
Method in class java.awt.Component
Requests that this component get the input focus.
requestFocus() -
Method in class java.awt.Component.AccessibleAWTComponent
Requests focus for this object.
requestFocus() -
Method in class java.awt.MenuComponent.AccessibleAWTMenuComponent
Requests focus for this object.
requestFocus() -
Method in class java.awt.List.AccessibleAWTList.AccessibleAWTListChild
Requests focus for this object.
requestFocus() -
Method in interface javax.accessibility.AccessibleComponent
Requests focus for this object.
requestFocus() -
Method in class javax.swing.JComponent
Sets focus on the receiving component if isRequestFocusEnabled
returns true and the component doesn't already have focus.
requestFocus() -
Method in class javax.swing.JCheckBoxMenuItem
Override JComponent.requestFocus()
to prevent grabbing the focus.
requestFocus() -
Method in class javax.swing.JList.AccessibleJList.AccessibleJListChild
requestFocus() -
Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
requestFocus() -
Method in class javax.swing.JTable.AccessibleJTable.AccessibleJTableCell
requestFocus() -
Method in class javax.swing.JRadioButtonMenuItem
Overrides Component.requestFocus
to not grab focus.
requestFocus() -
Method in class javax.swing.table.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
requestFocus() -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SystemMenuBar
requestPasswordAuthentication(InetAddress, int, String, String, String) -
Static method in class java.net.Authenticator
Ask the authenticator that has been registered with the system
for a password.
requestTopDownLeftRightResend(ImageConsumer) -
Method in class java.awt.image.FilteredImageSource
Requests that a given ImageConsumer have the image data delivered
one more time in top-down, left-right order.
requestTopDownLeftRightResend(ImageConsumer) -
Method in interface java.awt.image.ImageProducer
This method is used by an ImageConsumer to request that
the ImageProducer attempt to resend the image data one
more time in TOPDOWNLEFTRIGHT order so that higher
quality conversion algorithms which depend on receiving
pixels in order can be used to produce a better output
version of the image.
requestTopDownLeftRightResend(ImageConsumer) -
Method in class java.awt.image.MemoryImageSource
Requests that a given ImageConsumer have the image data delivered
one more time in top-down, left-right order.
requestTopDownLeftRightResend(ImageConsumer) -
Method in class java.awt.image.renderable.RenderableImageProducer
Requests that a given ImageConsumer have the image data delivered
one more time in top-down, left-right order.
required -
Variable in class java.sql.DriverPropertyInfo
The required
field is true
if a value must be
supplied for this property
during Driver.connect
and false
otherwise.
REQUIRED -
Static variable in class java.awt.GraphicsConfigTemplate
Value used for "Enum" (Integer) type.
REQUIRED -
Static variable in interface javax.swing.text.html.parser.DTDConstants
RescaleOp - class java.awt.image.RescaleOp .This class performs a pixel-by-pixel rescaling of the data in the
source image by multiplying the sample values for each pixel by a scale
factor and then adding an offset. RescaleOp(float[], float[], RenderingHints) -
Constructor for class java.awt.image.RescaleOp
Constructs a new RescaleOp with the desired scale factors
and offsets.
RescaleOp(float, float, RenderingHints) -
Constructor for class java.awt.image.RescaleOp
Constructs a new RescaleOp with the desired scale factor
and offset.
rescanCurrentDirectory() -
Method in class javax.swing.JFileChooser
Tells the UI to rescan its files list from the current directory.
rescanCurrentDirectory(JFileChooser) -
Method in class javax.swing.plaf.FileChooserUI
rescanCurrentDirectory(JFileChooser) -
Method in class javax.swing.plaf.basic.BasicFileChooserUI
rescanCurrentDirectory(JFileChooser) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI
rescanCurrentDirectory(JFileChooser) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
Call rescanCurrentDirectory on each UI handled by this MultiUI.
resendTopDownLeftRight(ImageProducer) -
Method in class java.awt.image.ImageFilter
Responds to a request for a TopDownLeftRight (TDLR) ordered resend
of the pixel data from an ImageConsumer.
RESERVED_ID_MAX -
Static variable in class java.awt.AWTEvent
The maximum value for reserved AWT event IDs.
RESET -
Static variable in class javax.swing.text.html.FormView
Deprecated. As of 1.3, value comes from UIManager UIManager property
FormView.resetButtonText
reset() -
Method in class java.awt.geom.Area
Removes all of the geometry from this Area
and
restores it to an empty area.
reset() -
Method in class java.awt.geom.GeneralPath
Resets the path to empty.
reset() -
Method in class java.io.Reader
Reset the stream.
reset() -
Method in class java.io.FilterReader
Reset the stream.
reset() -
Method in class java.io.InputStream
Repositions this stream to the position at the time the
mark
method was last called on this input stream.
reset() -
Method in class java.io.FilterInputStream
Repositions this stream to the position at the time the
mark
method was last called on this input stream.
reset() -
Method in class java.io.PushbackReader
Reset the stream.
reset() -
Method in class java.io.BufferedReader
Reset the stream to the most recent mark.
reset() -
Method in class java.io.LineNumberReader
Reset the stream to the most recent mark.
reset() -
Method in class java.io.StringReader
Reset the stream to the most recent mark, or to the beginning of the
string if it has never been marked.
reset() -
Method in class java.io.StringBufferInputStream
Deprecated. Resets the input stream to begin reading from the first character
of this input stream's underlying buffer.
reset() -
Method in class java.io.ObjectOutputStream
Reset will disregard the state of any objects already written
to the stream.
reset() -
Method in class java.io.BufferedInputStream
See the general contract of the reset
method of InputStream
.
reset() -
Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() -
Method in class java.io.CharArrayReader
Reset the stream to the most recent mark, or to the beginning if it has
never been marked.
reset() -
Method in class java.io.CharArrayWriter
Resets the buffer so that you can use it again without
throwing away the already allocated buffer.
reset() -
Method in class java.io.ByteArrayOutputStream
Resets the count
field of this byte array output
stream to zero, so that all currently accumulated output in the
ouput stream is discarded.
reset() -
Method in class java.io.LineNumberInputStream
Deprecated. Repositions this stream to the position at the time the
mark
method was last called on this input stream.
reset() -
Method in class java.security.MessageDigest
Resets the digest for further use.
reset() -
Method in class java.text.CollationElementIterator
Resets the cursor to the beginning of the string.
reset() -
Method in class java.util.zip.Adler32
Resets checksum to initial value.
reset() -
Method in class java.util.zip.Deflater
Resets deflater so that a new set of input data can be processed.
reset() -
Method in interface java.util.zip.Checksum
Resets the checksum to its initial value.
reset() -
Method in class java.util.zip.Inflater
Resets inflater so that a new set of input data can be processed.
reset() -
Method in class java.util.zip.CRC32
Resets CRC-32 to initial value.
reset() -
Method in class javax.sound.sampled.AudioInputStream
Repositions this audio input stream to the position it had at the time its
mark
method was last invoked.
reset() -
Method in class javax.swing.ProgressMonitorInputStream
Overrides FilterInputStream.reset
to reset the progress monitor as well as the stream.
resetAllControllers() -
Method in interface javax.sound.midi.MidiChannel
Resets all the implemented controllers to their default values.
resetChoosableFileFilters() -
Method in class javax.swing.JFileChooser
Resets the choosable file filter list to its starting state.
resetInputValue() -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI
Sets the input value in the option pane the receiver is providing
the look and feel for based on the value in the inputComponent.
resetKeyboardActions() -
Method in class javax.swing.JComponent
Unregisters all the bindings in the first tier InputMaps and
ActionMap.
resetLayoutManager() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Resets the layout manager based on orientation and messages it
with invalidateLayout to pull in appropriate Components.
resetMarksAtZero() -
Method in class javax.swing.text.GapContent
Resets all the marks that have an offset of 0 to have an index of
zero as well.
resetRecognizer() -
Method in class java.awt.dnd.DragGestureRecognizer
Reset the Recognizer, if its currently recognizing a gesture, ignore
it.
resetRowSelection() -
Method in class javax.swing.tree.DefaultTreeSelectionModel
Updates this object's mapping from TreePath to rows.
resetRowSelection() -
Method in interface javax.swing.tree.TreeSelectionModel
Updates this object's mapping from TreePaths to rows.
resetSizeAt(int) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Resets the size of the Component at the passed in location.
resetSyntax() -
Method in class java.io.StreamTokenizer
Resets this tokenizer's syntax table so that all characters are
"ordinary." See the ordinaryChar
method
for more information on a character being ordinary.
resetToPreferredSizes() -
Method in class javax.swing.JSplitPane
Lays out the JSplitPane
layout based on the preferred size
of the children components.
resetToPreferredSizes() -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Marks the receiver so that the next time this instance is
layed out it'll ask for the preferred sizes.
resetToPreferredSizes(JSplitPane) -
Method in class javax.swing.plaf.SplitPaneUI
Messaged to relayout the JSplitPane based on the preferred size
of the children components.
resetToPreferredSizes(JSplitPane) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Messaged to reset the preferred sizes.
resetToPreferredSizes(JSplitPane) -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
Call resetToPreferredSizes on each UI handled by this MultiUI.
resetViewPort() -
Method in class javax.swing.JScrollPane.AccessibleJScrollPane
reshape(int, int, int, int) -
Method in class java.awt.Component
Deprecated. As of JDK version 1.1,
replaced by setBounds(int, int, int, int)
.
reshape(int, int, int, int) -
Method in class java.awt.Rectangle
Deprecated. As of JDK version 1.1,
replaced by setBounds(int, int, int, int)
.
reshape(int, int, int, int) -
Method in class javax.swing.JComponent
Moves and resizes this component.
reshape(int, int, int, int) -
Method in class javax.swing.JViewport
Sets the bounds of this viewport.
reshape(int, int, int, int) -
Method in class javax.swing.JInternalFrame
Moves and resizes this component.
resizable -
Variable in class javax.swing.JInternalFrame
The frame's size can be changed.
RESIZABLE -
Static variable in class javax.accessibility.AccessibleState
Indicates the size of this object is not fixed.
RESIZE_NONE -
Variable in class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
RESIZE_WEIGHT_PROPERTY -
Static variable in class javax.swing.JSplitPane
Bound property for weight.
resize(Dimension) -
Method in class java.applet.Applet
Requests that this applet be resized.
resize(Dimension) -
Method in class java.awt.Component
Deprecated. As of JDK version 1.1,
replaced by setSize(Dimension)
.
resize(int, int) -
Method in class java.applet.Applet
Requests that this applet be resized.
resize(int, int) -
Method in class java.awt.Component
Deprecated. As of JDK version 1.1,
replaced by setSize(int, int)
.
resize(int, int) -
Method in class java.awt.Rectangle
Deprecated. As of JDK version 1.1,
replaced by setSize(int, int)
.
resizeAndRepaint() -
Method in class javax.swing.JTable
Equivalent to revalidate
followed by repaint
.
resizeAndRepaint() -
Method in class javax.swing.table.JTableHeader
Sizes the header and marks it as needing display.
resizedPostingDisableCount -
Variable in class javax.swing.table.TableColumn
Deprecated. as of Java 2 platform v1.3
resizeFrame(JComponent, int, int, int, int) -
Method in interface javax.swing.DesktopManager
The user has resized the component.
resizeFrame(JComponent, int, int, int, int) -
Method in class javax.swing.DefaultDesktopManager
Calls setBoundsForFrame() with the new values.
resizingAllowed -
Variable in class javax.swing.table.JTableHeader
If true, resizing of columns are allowed by the user;
the default is true.
resizingColumn -
Variable in class javax.swing.table.JTableHeader
The index of the column being resized.
resolution -
Variable in class javax.sound.midi.Sequence
The timing resolution of the sequence.
resolution -
Variable in class javax.sound.midi.MidiFileFormat
The timing resolution of the MIDI file.
resolve_initial_references(String) -
Method in class org.omg.CORBA.ORB
Resolves a specific object reference from the set of available
initial service names.
resolve(NameComponent[]) -
Method in class org.omg.CosNaming._NamingContextStub
resolve(NameComponent[]) -
Method in interface org.omg.CosNaming.NamingContextOperations
The resolve operation is the process of retrieving an object
bound to a name in a given context.
ResolveAttribute -
Static variable in class javax.swing.text.StyleConstants
Attribute name used to identifiy the resolving parent
set of attributes, if one is defined.
ResolveAttribute -
Static variable in interface javax.swing.text.AttributeSet
Attribute name used to identifiy the resolving parent
set of attributes, if one is defined.
resolveClass(Class) -
Method in class java.lang.ClassLoader
Links the specified class.
resolveClass(ObjectStreamClass) -
Method in class java.io.ObjectInputStream
Load the local class equivalent of the specified stream class description.
resolvedName -
Variable in class javax.naming.NamingException
Contains the part of the name that has been successfully resolved.
resolvedObj -
Variable in class javax.naming.NamingException
Contains the object to which resolution of the part of the name was
successful.
resolvedObj -
Variable in class javax.naming.spi.ResolveResult
Field containing the Object that was resolved to successfully.
resolveObject(Object) -
Method in class java.io.ObjectInputStream
This method will allow trusted subclasses of ObjectInputStream
to substitute one object for another during
deserialization.
resolveProxyClass(String[]) -
Method in class java.io.ObjectInputStream
Returns a proxy class that implements the interfaces named in a
proxy class descriptor; subclasses may implement this method to
read custom data from the stream along with the descriptors for
dynamic proxy classes, allowing them to use an alternate loading
mechanism for the interfaces and the proxy class.
Resolver - interface javax.naming.spi.Resolver .This interface represents an "intermediate context" for name resolution. ResolveResult - class javax.naming.spi.ResolveResult .This class represents the result of resolution of a name. ResolveResult() -
Constructor for class javax.naming.spi.ResolveResult
Constructs an instance of ResolveResult with the
resolved object and remaining name both initialized to null.
ResolveResult(Object, Name) -
Constructor for class javax.naming.spi.ResolveResult
Constructs a new instance of ResolveResult consisting of
the resolved Object and the remaining name.
ResolveResult(Object, String) -
Constructor for class javax.naming.spi.ResolveResult
Constructs a new instance of ResolveResult consisting of
the resolved object and the remaining unresolved component.
resolveToClass(Name, Class) -
Method in interface javax.naming.spi.Resolver
Partially resolves a name.
resolveToClass(String, Class) -
Method in interface javax.naming.spi.Resolver
Partially resolves a name.
ResourceBundle - class java.util.ResourceBundle .Resource bundles contain locale-specific objects. ResourceBundle() -
Constructor for class java.util.ResourceBundle
Sole constructor.
responseCode -
Variable in class java.net.HttpURLConnection
An int
representing the three digit HTTP Status-Code.
ResponseHandler - interface org.omg.CORBA.portable.ResponseHandler .This interface is supplied by an ORB to a servant at invocation time and allows
the servant to later retrieve an OutputStream for returning the invocation results. responseMessage -
Variable in class java.net.HttpURLConnection
The HTTP response message.
rest_of_name -
Variable in class org.omg.CosNaming.NamingContextPackage.NotFound
rest_of_name -
Variable in class org.omg.CosNaming.NamingContextPackage.CannotProceed
restart() -
Method in class javax.swing.Timer
Restarts a Timer, canceling any pending firings, and causing
it to fire with its initial dely.
RESTORE_CMD -
Static variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
restoreAction -
Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
restoreState(Hashtable) -
Method in interface javax.swing.undo.StateEditable
Upon receiving this message the receiver should extract any relevant
state out of state .
restoreSubcomponentFocus() -
Method in class javax.swing.JInternalFrame
This method directs the internal frame to restore focus to the
last subcomponent that had focus.
result() -
Method in class org.omg.CORBA.Request
Retrieves the NamedValue
object containing the return
value for the method.
result(Any) -
Method in class org.omg.CORBA.ServerRequest
Deprecated. use the method set_result
ResultSet - interface java.sql.ResultSet .A table of data representing a database result set, which
is usually generated by executing a statement that queries the database. ResultSetMetaData - interface java.sql.ResultSetMetaData .An object that can be used to get information about the types
and properties of the columns in a ResultSet
object. resume() -
Method in class java.lang.ThreadGroup
Deprecated. This method is used solely in conjunction with
Thread.suspend and ThreadGroup.suspend ,
both of which have been deprecated, as they are inherently
deadlock-prone. See Thread.suspend()
for details.
resume() -
Method in class java.lang.Thread
Deprecated. This method exists solely for use with Thread.suspend()
,
which has been deprecated because it is deadlock-prone.
For more information, see
Why
are Thread.stop, Thread.suspend and Thread.resume Deprecated? .
retainAll(Collection) -
Method in class java.beans.beancontext.BeanContextSupport
retain only specified children (Unsupported)
implementations must synchronized on the hierarchy lock and "children" protected field
retainAll(Collection) -
Method in class java.util.AbstractCollection
Retains only the elements in this collection that are contained in the
specified collection (optional operation).
retainAll(Collection) -
Method in class java.util.Vector
Retains only the elements in this Vector that are contained in the
specified Collection.
retainAll(Collection) -
Method in interface java.util.Collection
Retains only the elements in this collection that are contained in the
specified collection (optional operation).
retainAll(Collection) -
Method in interface java.util.Set
Retains only the elements in this set that are contained in the
specified collection (optional operation).
retainAll(Collection) -
Method in interface java.util.List
Retains only the elements in this list that are contained in the
specified collection (optional operation).
retryReferral() -
Method in class javax.naming.ReferralException
Retries the referral currently being processed.
return_value() -
Method in class org.omg.CORBA.Request
Returns the Any
object that contains the value for the
result of the method.
REV -
Static variable in class javax.swing.text.html.HTML.Attribute
revalidate() -
Method in class javax.swing.JComponent
Supports deferred automatic layout.
revalidate() -
Method in class javax.swing.DefaultListCellRenderer
Overridden for performance reasons.
revalidate() -
Method in class javax.swing.table.DefaultTableCellRenderer
Overridden for performance reasons.
revalidate() -
Method in class javax.swing.tree.DefaultTreeCellRenderer
Overridden for performance reasons.
REVERB -
Static variable in class javax.sound.sampled.EnumControl.Type
Represents a control over a set of possible reverberation settings.
REVERB_RETURN -
Static variable in class javax.sound.sampled.FloatControl.Type
Represents a control for the post-reverb gain on a line.
REVERB_SEND -
Static variable in class javax.sound.sampled.FloatControl.Type
Represents a control for the pre-reverb gain on a line.
ReverbType - class javax.sound.sampled.ReverbType .The ReverbType
class provides methods for
accessing various reverberation settings to be applied to
an audio signal. ReverbType(String, int, float, int, float, int) -
Constructor for class javax.sound.sampled.ReverbType
Constructs a new reverb type that has the specified reverberation
parameter values.
REVERSE_LANDSCAPE -
Static variable in class java.awt.print.PageFormat
The origin is at the top right of the paper with x
running top to bottom and y running right to left.
reverse() -
Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is
replaced by the reverse of the sequence.
reverse(List) -
Static method in class java.util.Collections
Reverses the order of the elements in the specified list.
reverseOrder() -
Static method in class java.util.Collections
Returns a comparator that imposes the reverse of the natural
ordering on a collection of objects that implement the
Comparable interface.
revokeService(Class, BeanContextServiceProvider, boolean) -
Method in class java.beans.beancontext.BeanContextServicesSupport
remove a service
revokeService(Class, BeanContextServiceProvider, boolean) -
Method in interface java.beans.beancontext.BeanContextServices
BeanContextServiceProviders wishing to remove
a currently registered service from this context
may do so via invocation of this method.
rewind() -
Method in interface org.omg.CORBA.DynAny
Moves the internal pointer to the first component.
RGBImageFilter - class java.awt.image.RGBImageFilter .This class provides an easy way to create an ImageFilter which modifies
the pixels of an image in the default RGB ColorModel. RGBImageFilter() -
Constructor for class java.awt.image.RGBImageFilter
RGBtoHSB(int, int, int, float[]) -
Static method in class java.awt.Color
Converts the components of a color, as specified by the default RGB
model, to an equivalent set of values for hue, saturation, and
brightness that are the three components of the HSB model.
right -
Variable in class java.awt.Insets
The inset from the right.
right -
Variable in class javax.swing.border.EmptyBorder
RIGHT -
Static variable in class java.awt.Event
The Right Arrow key, a non-ASCII action key.
RIGHT -
Static variable in class java.awt.Label
Indicates that the label should be right justified.
RIGHT -
Static variable in class java.awt.FlowLayout
This value indicates that each row of components
should be right-justified.
RIGHT -
Static variable in interface javax.swing.SwingConstants
Box-orientation constant used to specify the right side of a box.
RIGHT -
Static variable in class javax.swing.JSplitPane
Used to add a Component
to the right of the other
Component
.
RIGHT -
Static variable in class javax.swing.border.TitledBorder
Position title text at the right side of the border line.
RIGHT_ALIGNMENT -
Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentX
.
RIGHT_TO_LEFT -
Static variable in class java.awt.ComponentOrientation
Items run right to left and lines flow top to bottom
Examples: Arabic, Hebrew.
rightButton -
Variable in class javax.swing.plaf.basic.BasicSplitPaneDivider
Button for quickly toggling the right component.
rightChildIndent -
Variable in class javax.swing.plaf.basic.BasicTreeUI
Distance to add to leftChildIndent to determine where cell
contents will be drawn.
rightComponent -
Variable in class javax.swing.JSplitPane
The right or bottom component.
RightIndent -
Static variable in class javax.swing.text.StyleConstants
The amount to indent the right side
of the paragraph.
RightIndent -
Static variable in class javax.swing.text.StyleConstants.ParagraphConstants
The amount to indent the right side
of the paragraph.
rightKey -
Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
Deprecated. As of Java 2 platform v1.3.
rightKey -
Variable in class javax.swing.plaf.basic.BasicToolBarUI
Deprecated. As of Java 2 platform v1.3.
rightKey -
Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
Deprecated. As of Java 2 platform v1.3.
rint(double) -
Static method in class java.lang.StrictMath
Returns the double
value that is closest in value to
a
and is equal to a mathematical integer.
rint(double) -
Static method in class java.lang.Math
Returns the double
value that is closest in value to
a
and is equal to a mathematical integer.
RMIClassLoader - class java.rmi.server.RMIClassLoader .RMIClassLoader
provides static methods for loading classes
from a network location (one or more URLs) and obtaining the location
from which an existing class can be loaded.RMIClientSocketFactory - interface java.rmi.server.RMIClientSocketFactory .An RMIClientSocketFactory
instance is used by the RMI runtime
in order to obtain client sockets for RMI calls. RMIFailureHandler - interface java.rmi.server.RMIFailureHandler .An RMIFailureHandler
can be registered via the
RMISocketFactory.setFailureHandler
call. RMISecurityException - exception java.rmi.RMISecurityException .Deprecated. no replacement. RMISecurityManager
no longer
throws this subclass of java.lang.SecurityException
. RMISecurityException(String) -
Constructor for class java.rmi.RMISecurityException
Deprecated. no replacement
RMISecurityException(String, String) -
Constructor for class java.rmi.RMISecurityException
Deprecated. no replacement
RMISecurityManager - class java.rmi.RMISecurityManager .RMISecurityManager
provides an example security manager for
use by RMI applications that use downloaded code.RMISecurityManager() -
Constructor for class java.rmi.RMISecurityManager
Constructs a new RMISecurityManager
.
RMIServerSocketFactory - interface java.rmi.server.RMIServerSocketFactory .An RMIServerSocketFactory
instance is used by the RMI runtime
in order to obtain server sockets for RMI calls. RMISocketFactory - class java.rmi.server.RMISocketFactory .An RMISocketFactory
instance is used by the RMI runtime
in order to obtain client and server sockets for RMI calls. RMISocketFactory() -
Constructor for class java.rmi.server.RMISocketFactory
Constructs an RMISocketFactory
.
Robot - class java.awt.Robot .This class is used to generate native system input events
for the purposes of test automation, self-running demos, and
other applications where control of the mouse and keyboard
is needed. Robot() -
Constructor for class java.awt.Robot
Constructs a Robot object in the coordinate system of the primary screen.
Robot(GraphicsDevice) -
Constructor for class java.awt.Robot
Creates a Robot for the given screen device.
roll(int, boolean) -
Method in class java.util.Calendar
Time Field Rolling function.
roll(int, boolean) -
Method in class java.util.GregorianCalendar
Overrides Calendar
Time Field Rolling function.
roll(int, int) -
Method in class java.util.Calendar
Time Field Rolling function.
roll(int, int) -
Method in class java.util.GregorianCalendar
Roll a field by a signed amount.
rollback() -
Method in interface java.sql.Connection
Drops all changes made since the previous
commit/rollback and releases any database locks currently held
by this Connection.
ROLLOVER -
Static variable in class javax.swing.DefaultButtonModel
Indicates that the mouse is over the button.
ROLLOVER_ENABLED_CHANGED_PROPERTY -
Static variable in class javax.swing.AbstractButton
Identifies a change in the button's
ROLLOVER_ICON_CHANGED_PROPERTY -
Static variable in class javax.swing.AbstractButton
Identifies a change to the icon used when the cursor is over
the button.
ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY -
Static variable in class javax.swing.AbstractButton
Identifies a change to the icon used when the cursor is
over the button and it has been selected.
rolloverListener -
Variable in class javax.swing.plaf.metal.MetalToolBarUI
ROMAN_BASELINE -
Static variable in class java.awt.Font
The baseline used in most Roman scripts when laying out text
ROMAN_BASELINE -
Static variable in class java.awt.font.GraphicAttribute
Aligns origin of graphic to roman baseline of line.
root -
Variable in class javax.swing.tree.DefaultTreeModel
Root of the tree.
ROOT_PANE -
Static variable in class javax.accessibility.AccessibleRole
A specialized pane that has a glass pane and a layered pane as its
children.
ROOT_PANE_PROPERTY -
Static variable in class javax.swing.JInternalFrame
Bound property name.
ROOT_VISIBLE_PROPERTY -
Static variable in class javax.swing.JTree
Bound property name for rootVisible
.
rootException -
Variable in class javax.naming.NamingException
Contains the original exception that caused this NamingException to
be thrown.
rootPane -
Variable in class javax.swing.JWindow
The JRootPane
instance that manages the
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.
rootPane -
Variable in class javax.swing.JApplet
rootPane -
Variable in class javax.swing.JInternalFrame
The JRootPane
instance that manages the
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.
rootPane -
Variable in class javax.swing.JFrame
The JRootPane
instance that manages the
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.
rootPane -
Variable in class javax.swing.JDialog
rootPaneCheckingEnabled -
Variable in class javax.swing.JWindow
If true then calls to add
and setLayout
will cause an exception to be thrown.
rootPaneCheckingEnabled -
Variable in class javax.swing.JApplet
rootPaneCheckingEnabled -
Variable in class javax.swing.JInternalFrame
If true then calls to add
and setLayout
cause an exception to be thrown.
rootPaneCheckingEnabled -
Variable in class javax.swing.JFrame
If true then calls to add
and setLayout
will cause an exception to be thrown.
rootPaneCheckingEnabled -
Variable in class javax.swing.JDialog
RootPaneContainer - interface javax.swing.RootPaneContainer .This interface is implemented by components that have a single
JRootPane child: JDialog, JFrame, JWindow, JApplet, JInternalFrame. RootPaneUI - class javax.swing.plaf.RootPaneUI .Pluggable look and feel interface for JRootPane. RootPaneUI() -
Constructor for class javax.swing.plaf.RootPaneUI
rootVisible -
Variable in class javax.swing.JTree
True if the root node is displayed, false if its children are
the highest visible nodes.
rootVisible -
Variable in class javax.swing.tree.AbstractLayoutCache
True if the root node is displayed, false if its children are
the highest visible nodes.
rotate(double) -
Method in class java.awt.Graphics2D
Concatenates the current Graphics2D
Transform
with a rotation transform.
rotate(double) -
Method in class java.awt.geom.AffineTransform
Concatenates this transform with a rotation transformation.
rotate(double, double, double) -
Method in class java.awt.Graphics2D
Concatenates the current Graphics2D
Transform
with a translated rotation
transform.
rotate(double, double, double) -
Method in class java.awt.geom.AffineTransform
Concatenates this transform with a transform that rotates
coordinates around an anchor point.
rotateInsets(Insets, Insets, int) -
Static method in class javax.swing.plaf.basic.BasicTabbedPaneUI
rotateTabRuns(int, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
rotateTabRuns(int, int) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI.TabbedPaneLayout
ROUND_CEILING -
Static variable in class java.math.BigDecimal
Rounding mode to round towards positive infinity.
ROUND_DOWN -
Static variable in class java.math.BigDecimal
Rounding mode to round towards zero.
ROUND_FLOOR -
Static variable in class java.math.BigDecimal
Rounding mode to round towards negative infinity.
ROUND_HALF_DOWN -
Static variable in class java.math.BigDecimal
Rounding mode to round towards "nearest neighbor" unless both
neighbors are equidistant, in which case round down.
ROUND_HALF_EVEN -
Static variable in class java.math.BigDecimal
Rounding mode to round towards the "nearest neighbor" unless both
neighbors are equidistant, in which case, round towards the even
neighbor.
ROUND_HALF_UP -
Static variable in class java.math.BigDecimal
Rounding mode to round towards "nearest neighbor" unless both
neighbors are equidistant, in which case round up.
ROUND_UNNECESSARY -
Static variable in class java.math.BigDecimal
Rounding mode to assert that the requested operation has an exact
result, hence no rounding is necessary.
ROUND_UP -
Static variable in class java.math.BigDecimal
Rounding mode to round away from zero.
round(double) -
Static method in class java.lang.StrictMath
Returns the closest long
to the argument.
round(double) -
Static method in class java.lang.Math
Returns the closest long
to the argument.
round(float) -
Static method in class java.lang.StrictMath
Returns the closest int
to the argument.
round(float) -
Static method in class java.lang.Math
Returns the closest int
to the argument.
roundedCorners -
Variable in class javax.swing.border.LineBorder
RoundRectangle2D - class java.awt.geom.RoundRectangle2D .The RoundRectangle2D
class defines a rectangle with
rounded corners defined by a location (x, y), a
dimension (w x h), and the width and height of an arc
with which to round the corners. RoundRectangle2D.Double - class java.awt.geom.RoundRectangle2D.Double .The Double
class defines a rectangle with rounded
corners all specified in double
coordinates. RoundRectangle2D.Double() -
Constructor for class java.awt.geom.RoundRectangle2D.Double
Constructs a new RoundRectangle2D
, initialized to
location (0.0, 0), size (0.0, 0.0), and corner arcs
of radius 0.0.
RoundRectangle2D.Double(double, double, double, double, double, double) -
Constructor for class java.awt.geom.RoundRectangle2D.Double
Constructs and initializes a RoundRectangle2D
from the specified coordinates.
RoundRectangle2D.Float - class java.awt.geom.RoundRectangle2D.Float .The Float
class defines a rectangle with rounded
corners all specified in float
coordinates. RoundRectangle2D.Float() -
Constructor for class java.awt.geom.RoundRectangle2D.Float
Constructs a new RoundRectangle2D
, initialized to
location (0.0, 0), size (0.0, 0.0), and corner arcs
of radius 0.0.
RoundRectangle2D.Float(float, float, float, float, float, float) -
Constructor for class java.awt.geom.RoundRectangle2D.Float
Constructs and initializes a RoundRectangle2D
from the specified coordinates.
RoundRectangle2D() -
Constructor for class java.awt.geom.RoundRectangle2D
This is an abstract class that cannot be instantiated directly.
ROW_HEADER -
Static variable in class javax.accessibility.AccessibleRole
The header for a row of data.
ROW_HEADER -
Static variable in interface javax.swing.ScrollPaneConstants
Identifies the area along the left side of the viewport between the
upper left corner and the lower left corner.
ROW_HEIGHT_PROPERTY -
Static variable in class javax.swing.JTree
Bound property name for rowHeight
.
rowAtPoint(Point) -
Method in class javax.swing.JTable
Returns the index of the row that point
lies in,
or -1 if the result is not in the range
[0, getRowCount()
-1].
rowDeleted() -
Method in interface java.sql.ResultSet
Indicates whether a row has been deleted.
rowHead -
Variable in class javax.swing.ScrollPaneLayout
The row header child.
rowHeader -
Variable in class javax.swing.JScrollPane
The row header child.
rowHeight -
Variable in class javax.swing.JTree
Height to use for each display row.
rowHeight -
Variable in class javax.swing.JTable
The height in pixels of each row in the table.
rowHeight -
Variable in class javax.swing.tree.AbstractLayoutCache
Height to use for each row.
rowHeights -
Variable in class java.awt.GridBagLayout
This field holds the overrides to the row minimum
heights.
rowInserted() -
Method in interface java.sql.ResultSet
Indicates whether the current row has had an insertion.
rowMapper -
Variable in class javax.swing.tree.DefaultTreeSelectionModel
Provides a row for a given path.
RowMapper - interface javax.swing.tree.RowMapper .Defines the requirements for an object that translates paths in
the tree into display rows. rowMargin -
Variable in class javax.swing.JTable
The height in pixels of the margin between the cells in each row.
ROWS -
Static variable in class javax.swing.text.html.HTML.Attribute
rowSelectionAllowed -
Variable in class javax.swing.JTable
True if row selection is allowed in this table.
ROWSPAN -
Static variable in class javax.swing.text.html.HTML.Attribute
rowsRemoved(TableModelEvent) -
Method in class javax.swing.table.DefaultTableModel
Equivalent to fireTableChanged
.
rowUpdated() -
Method in interface java.sql.ResultSet
Indicates whether the current row has been updated.
rowWeights -
Variable in class java.awt.GridBagLayout
This field holds the overrides to the row weights.
RSAKey - interface java.security.interfaces.RSAKey .The interface to an RSA public or private key. RSAKeyGenParameterSpec - class java.security.spec.RSAKeyGenParameterSpec .This class specifies the set of parameters used to generate an RSA
key pair. RSAKeyGenParameterSpec(int, BigInteger) -
Constructor for class java.security.spec.RSAKeyGenParameterSpec
Constructs a new RSAParameterSpec
object from the
given keysize and public-exponent value.
RSAPrivateCrtKey - interface java.security.interfaces.RSAPrivateCrtKey .The interface to an RSA private key, as defined in the PKCS#1 standard,
using the Chinese Remainder Theorem (CRT) information values. RSAPrivateCrtKeySpec - class java.security.spec.RSAPrivateCrtKeySpec .This class specifies an RSA private key, as defined in the PKCS#1
standard, using the Chinese Remainder Theorem (CRT) information values for
efficiency. RSAPrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) -
Constructor for class java.security.spec.RSAPrivateCrtKeySpec
Creates a new RSAPrivateCrtKeySpec
given the modulus, publicExponent, privateExponent,
primeP, primeQ, primeExponentP, primeExponentQ, and
crtCoefficient as defined in PKCS#1.
RSAPrivateKey - interface java.security.interfaces.RSAPrivateKey .The interface to an RSA private key. RSAPrivateKeySpec - class java.security.spec.RSAPrivateKeySpec .This class specifies an RSA private key. RSAPrivateKeySpec(BigInteger, BigInteger) -
Constructor for class java.security.spec.RSAPrivateKeySpec
RSAPublicKey - interface java.security.interfaces.RSAPublicKey .The interface to an RSA public key. RSAPublicKeySpec - class java.security.spec.RSAPublicKeySpec .This class specifies an RSA public key. RSAPublicKeySpec(BigInteger, BigInteger) -
Constructor for class java.security.spec.RSAPublicKeySpec
RTFEditorKit - class javax.swing.text.rtf.RTFEditorKit .This is the default implementation of RTF editing
functionality. RTFEditorKit() -
Constructor for class javax.swing.text.rtf.RTFEditorKit
Constructs an RTFEditorKit.
RuleBasedCollator - class java.text.RuleBasedCollator .The RuleBasedCollator
class is a concrete subclass of
Collator
that provides a simple, data-driven, table
collator. RuleBasedCollator(String) -
Constructor for class java.text.RuleBasedCollator
RuleBasedCollator constructor.
RUN_DIRECTION -
Static variable in class java.awt.font.TextAttribute
Attribute key for the run direction of the line.
RUN_DIRECTION_LTR -
Static variable in class java.awt.font.TextAttribute
Left-to-right run direction.
RUN_DIRECTION_RTL -
Static variable in class java.awt.font.TextAttribute
Right-to-left run direction.
run() -
Method in class java.awt.image.renderable.RenderableImageProducer
The runnable method for this class.
run() -
Method in class java.lang.Thread
If this thread was constructed using a separate
Runnable
run object, then that
Runnable
object's run
method is called;
otherwise, this method does nothing and returns.
run() -
Method in interface java.lang.Runnable
When an object implementing interface Runnable
is used
to create a thread, starting the thread causes the object's
run
method to be called in that separately executing
thread.
run() -
Method in interface java.security.PrivilegedExceptionAction
Performs the computation.
run() -
Method in interface java.security.PrivilegedAction
Performs the computation.
run() -
Method in class java.util.TimerTask
The action to be performed by this timer task.
run() -
Method in class javax.swing.text.AsyncBoxView.ChildState
Update the child state.
run() -
Method in class org.omg.CORBA.ORB
This operation returns when the ORB has shutdown.
runCount -
Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
runFinalization() -
Static method in class java.lang.System
Runs the finalization methods of any objects pending finalization.
runFinalization() -
Method in class java.lang.Runtime
Runs the finalization methods of any objects pending finalization.
runFinalizersOnExit(boolean) -
Static method in class java.lang.System
Deprecated. This method is inherently unsafe. It may result in
finalizers being called on live objects while other threads are
concurrently manipulating those objects, resulting in erratic
behavior or deadlock.
runFinalizersOnExit(boolean) -
Static method in class java.lang.Runtime
Deprecated. This method is inherently unsafe. It may result in
finalizers being called on live objects while other threads are
concurrently manipulating those objects, resulting in erratic
behavior or deadlock.
runnable -
Variable in class java.awt.event.InvocationEvent
The Runnable whose run() method will be called.
Runnable - interface java.lang.Runnable .The Runnable
interface should be implemented by any
class whose instances are intended to be executed by a thread. Runtime - class java.lang.Runtime .Every Java application has a single instance of class
Runtime
that allows the application to interface with
the environment in which the application is running. RunTime - interface org.omg.SendingContext.RunTime .org/omg/SendingContext/RunTime.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from rt.idl
Thursday, April 8, 1999 1:18:26 o'clock PM PDT RuntimeException - exception java.lang.RuntimeException .RuntimeException
is the superclass of those
exceptions that can be thrown during the normal operation of the
Java Virtual Machine.RuntimeException() -
Constructor for class java.lang.RuntimeException
Constructs a RuntimeException
with no detail message.
RuntimeException(String) -
Constructor for class java.lang.RuntimeException
Constructs a RuntimeException
with the specified
detail message.
RunTimeOperations - interface org.omg.SendingContext.RunTimeOperations .org/omg/SendingContext/RunTimeOperations.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from rt.idl
Thursday, April 8, 1999 1:18:26 o'clock PM PDT RuntimePermission - class java.lang.RuntimePermission .This class is for runtime permissions. RuntimePermission(String) -
Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission with the specified name.
RuntimePermission(String, String) -
Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission object with the specified name.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Submit a bug or feature For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation . That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road Palo Alto, California, 94303, U.S.A. All Rights Reserved.