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

R

r - Static variable in class java.util.Collections
 
r - Variable in class javax.swing.text.SafeScroller
 
RADIO - Static variable in class org.eclipse.swt.SWT
Enabled: Style constant for radio button behavior (value is 1<<4).
RADIO_BUTTON - Static variable in class javax.accessibility.AccessibleRole
Enabled: A specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked.
RAISES - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
Random - class java.util.Random.
Untamed:
random() - Static method in class java.lang.Math
Enabled: 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.StrictMath
Suppressed: Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
random() - Method in class java.lang.Double
Added: A number randomly chosen between 0 and this number.
Random() - Constructor for class java.util.Random
Enabled: Creates a new random number generator.
random(double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled: A number randomly chosen between 0 and this number.
Random(long) - Constructor for class java.util.Random
Enabled: Creates a new random number generator using a single long seed:
RandomAccess - interface java.util.RandomAccess.
Untamed: Marker interface used by List implementations to indicate that they support fast (generally constant time) random access.
RandomAccessFile - class java.io.RandomAccessFile.
Safe: Instances of this class support both reading and writing to a random access file.
RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
Enabled: 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
Suppressed: Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
RandomAccessSubList - class java.util.RandomAccessSubList.
 
RandomAccessSubList(AbstractList, int, int) - Constructor for class java.util.RandomAccessSubList
 
randomBits(int, Random) - Static method in class java.math.BigInteger
 
randomBytes - Variable in class java.security.SecureRandom
 
randomBytesUsed - Variable in class java.security.SecureRandom
 
randomNumberGenerator - Static variable in class java.lang.Math
 
randomNumberGenerator - Static variable in class java.lang.StrictMath
 
RANGE - Static variable in class antlr.MismatchedTokenException
Enabled:
RANGE - Static variable in class antlr.MismatchedCharException
Enabled:
RANGE - Static variable in interface antlr.ANTLRTokenTypes
Enabled:
RANGE - Static variable in class java.awt.DefaultSelectionType
The DefaultSelectionType instance to use for specifying that a range of pages of the job should be printed.
range(boolean) - Method in class javax.swing.Spring
 
range(Token) - Method in class antlr.ANTLRParser
Enabled:
rangeCheck(int) - Method in class java.util.SubList
 
RangeCheck(int) - Method in class java.util.ArrayList
Check if the given index is in range.
rangeCheck(int, int, int) - Static method in class java.util.Arrays
Check that fromIndex and toIndex are in range, and throw an appropriate exception if they aren't.
rank2Pos() - Method in class org.erights.e.elib.tables.KeyColumn
Caller should only read, and only between 0..!numTaken()
RasterizerCaps - Static variable in class java.awt.BasicStroke
 
RasterizerCorners - Static variable in class java.awt.BasicStroke
 
raw - Variable in class javax.swing.HeaderParser
 
rawOffset - Variable in class java.util.SimpleTimeZone
The offset in milliseconds between this zone and GMT.
RCDATA - Static variable in interface javax.swing.text.html.parser.DTDConstants
Enabled:
RCURLY - Static variable in interface antlr.ANTLRTokenTypes
Enabled:
RCURLY - Static variable in interface antlr.preprocessor.PreprocessorTokenTypes
Enabled:
reactToAddOneResolved(Object) - Method in class org.erights.e.elib.tests.TestELib
Enabled:
reactToGC() - Method in class net.captp.jcomm.RemoteHandler
 
reactToGC() - Method in class org.erights.e.elib.ref.ProxyResolver
Enabled: Automatically eventually invoked when one of my Refs have gone away.
reactToGC() - Method in interface org.erights.e.elib.ref.ProxyHandler
Enabled: One of my Refs was GCed, and I have no current Ref.
reactToGC() - Method in class org.erights.e.elib.vat.BootRefHandler
 
reactToNewConnection(VatTPConnection) - Method in class net.captp.jcomm.CapTPMgr
Enabled: Notice that a new (inbound) data connection has appeared.
reactToNewConnection(VatTPConnection) - Method in interface net.vattp.data.NewConnectionReactor
Enabled: React to the arrival of a new connection.
reactToUpdate(Object, BigInteger, EverReporter) - Method in interface org.erights.e.elib.slot.EverReactor
Enabled: A report from an EverReporter that newValue is current as of generation number newReporterGen of optNewReporter's local numbering.
READ - Static variable in class java.io.FilePermission
Read action.
READ - Static variable in class java.util.PropertyPermission
Read action.
READ_ONLY - Static variable in class org.eclipse.swt.SWT
Enabled: Style constant for read-only behavior (value is 1<<3).
READ_ONLY_MASK - Static variable in class org.apache.oro.text.regex.Perl5Compiler
Enabled: A mask passed as an option to the compile methods to indicate that the resulting Perl5Pattern should be treated as a read only data structure by Perl5Matcher, making it safe to share a single Perl5Pattern instance among multiple threads without needing synchronization.
read() - Method in class java.io.StringReader
Enabled: Read a single character.
read() - Method in class java.io.ByteArrayInputStream
Enabled: Reads the next byte of data from this input stream.
read() - Method in class java.io.InputStreamReader
Enabled: Read a single character.
read() - Method in class java.io.BufferedReader
Enabled: Read a single character.
read() - Method in class java.io.Reader
Enabled: Read a single character.
read() - Method in class java.io.BufferedInputStream
Enabled: See the general contract of the read method of InputStream.
read() - Method in class java.io.FilterInputStream
Enabled: Reads the next byte of data from this input stream.
read() - Method in class java.io.FileInputStream
Enabled: Reads a byte of data from this input stream.
read() - Method in class java.io.InputStream
Enabled: Reads the next byte of data from the input stream.
read() - Method in class java.io.StringBufferInputStream
Deprecated. Enabled: Reads the next byte of data from this input stream.
read() - Method in class java.io.StreamTokenizer
Read the next character
read() - Method in class java.io.SequenceInputStream
Enabled: Reads the next byte of data from this input stream.
read() - Method in class java.io.RandomAccessFile
Enabled: Reads a byte of data from this file.
read() - Method in class java.io.PushbackReader
Enabled: Read a single character.
read() - Method in class java.io.PushbackInputStream
Enabled: Reads the next byte of data from this input stream.
read() - Method in class java.io.PipedReader
Enabled: Reads the next character of data from this piped stream.
read() - Method in class java.io.PipedInputStream
Enabled: Reads the next byte of data from this piped input stream.
read() - Method in class java.io.ObjectInputStream
Enabled: Reads a byte of data.
read() - Method in class java.io.PeekInputStream
 
read() - Method in class java.io.BlockDataInputStream
 
read() - Method in interface java.io.ObjectInput
Enabled: Reads a byte of data.
read() - Method in class java.io.LineNumberReader
Enabled: Read a single character.
read() - Method in class java.io.LineNumberInputStream
Deprecated. Enabled: Reads the next byte of data from this input stream.
read() - Method in class java.io.FilterReader
Enabled: Read a single character.
read() - Method in class java.io.CharArrayReader
Enabled: Read a single character.
read() - Method in class java.net.SocketInputStream
Reads a single byte from the socket.
read() - Method in class java.security.DigestInputStream
Enabled: Reads a byte, and updates the message digest (if the digest function is on).
read() - Method in class javax.swing.PageStream
 
read() - Method in class javax.swing.ProgressMonitorInputStream
Enabled: Overrides FilterInputStream.read to update the progress monitor after the read.
read() - Method in class net.vattp.tunnel.HTTPInputStream
Enabled: Reads the next byte of data from this input stream.
read() - Method in class org.erights.e.elib.oldeio.NonBlockingInputStream
Enabled: Overridden to throw an IOException if no data is available()
read(byte[]) - Method in class java.io.DataInputStream
Enabled: Reads some number of bytes from the contained input stream and stores them into the buffer array b.
read(byte[]) - Method in class java.io.FilterInputStream
Enabled: Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[]) - Method in class java.io.FileInputStream
Enabled: Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[]) - Method in class java.io.InputStream
Enabled: Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[]) - Method in class java.io.RandomAccessFile
Enabled: Reads up to b.length bytes of data from this file into an array of bytes.
read(byte[]) - Method in interface java.io.ObjectInput
Enabled: Reads into an array of bytes.
read(byte[]) - Method in class java.net.SocketInputStream
Reads into a byte array data from the socket.
read(byte[]) - Method in class javax.swing.ProgressMonitorInputStream
Enabled: Overrides FilterInputStream.read to update the progress monitor after the read.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Enabled: 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.DataInputStream
Enabled: Reads up to len bytes of data from the contained input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.BufferedInputStream
Enabled: 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.FilterInputStream
Enabled: 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
Enabled: 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.InputStream
Enabled: 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.StringBufferInputStream
Deprecated. Enabled: 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.SequenceInputStream
Enabled: 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.RandomAccessFile
Enabled: Reads up to len bytes of data from this file into an array of bytes.
read(byte[], int, int) - Method in class java.io.PushbackInputStream
Enabled: 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.PipedInputStream
Enabled: 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.ObjectInputStream
Enabled: Reads into an array of bytes.
read(byte[], int, int) - Method in class java.io.PeekInputStream
 
read(byte[], int, int) - Method in class java.io.BlockDataInputStream
 
read(byte[], int, int) - Method in interface java.io.ObjectInput
Enabled: Reads into an array of bytes.
read(byte[], int, int) - Method in class java.io.LineNumberInputStream
Deprecated. Enabled: Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.net.SocketInputStream
Reads into a byte array b at offset off, length bytes of data.
read(byte[], int, int) - Method in class java.security.DigestInputStream
Enabled: Reads into a byte array, and updates the message digest (if the digest function is on).
read(byte[], int, int) - Method in class javax.swing.ProgressMonitorInputStream
Enabled: Overrides FilterInputStream.read to update the progress monitor after the read.
read(byte[], int, int) - Method in class net.vattp.tunnel.HTTPInputStream
Enabled: Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class org.erights.e.elib.oldeio.NonBlockingInputStream
Enabled: Overridden to read at most available() bytes.
read(byte[], int, int, boolean) - Method in class java.io.BlockDataInputStream
Attempts to read len bytes into byte array b at offset off.
read(char[]) - Method in class java.io.Reader
Enabled: Read characters into an array.
read(char[], int, int) - Method in class java.io.StringReader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.InputStreamReader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.BufferedReader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.Reader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.PushbackReader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.PipedReader
Enabled: 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.LineNumberReader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.FilterReader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class java.io.CharArrayReader
Enabled: Read characters into a portion of an array.
read(char[], int, int) - Method in class org.erights.e.elib.oldeio.TextReader
Enabled: Reads up to len chars, as many as it can without blocking.
read(DataInputStream) - Method in class javax.swing.text.html.parser.DTD
Enabled: Recreates a DTD from an archived format.
read(InputStream, Document) - Method in class javax.swing.JEditorPane
This method invokes the EditorKit to initiate a read.
read(InputStream, Document, int) - Method in class javax.swing.text.DefaultEditorKit
Enabled: 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.EditorKit
Enabled: Inserts 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
Suppressed: This method initializes from a stream.
read(int, int) - Method in interface org.erights.e.elib.eio.InStream
Enabled: Immediately reads, consumes, and returns the next N elements of the stream, where N is in the range defined by atLeast..atMost.
read(Reader, Document, int) - Method in class javax.swing.text.DefaultEditorKit
Enabled: Inserts content from the given stream, which will be treated as plain text.
read(Reader, Document, int) - Method in class javax.swing.text.EditorKit
Enabled: Inserts content from the given stream which is expected to be in a format appropriate for this kind of content handler.
read(Reader, Object) - Method in class javax.swing.text.JTextComponent
Enabled: Initializes from a stream.
read1(byte[], int, int) - Method in class java.io.BufferedInputStream
Read characters into a portion of an array, reading from the underlying stream at most once if necessary.
read1(char[], int, int) - Method in class java.io.BufferedReader
Read characters into a portion of an array, reading from the underlying stream if necessary.
readAheadLimit - Variable in class java.io.BufferedReader
 
readAll() - Method in interface org.erights.e.elib.eio.InStream
Enabled: Immediately reads, consumes, and returns all remaining elements of the stream.
readAllLater() - Method in interface org.erights.e.elib.eio.InStream
Enabled: Immediately reads, consumes, and returns all remaining elements of the stream.
readAndDispatch() - Method in class org.eclipse.swt.widgets.Display
Enabled: Reads an event from the operating system's event queue, dispatches it appropriately, and returns true if there is potentially more work to do, or false if the caller can sleep until another event is placed on the event queue.
readAndProcessMessage() - Method in class net.vattp.data.RecvThread
Process input data.
readArray(boolean) - Method in class java.io.ObjectInputStream
Reads in and returns array object, or null if array class is unresolvable.
readAttributeList(DataInputStream, String[]) - Method in class javax.swing.text.html.parser.DTD
 
readAttributes(ObjectInputStream, MutableAttributeSet) - Method in class javax.swing.text.StyleContext
Enabled: Context-specific handling of reading in attributes
readAttributeSet(ObjectInputStream, MutableAttributeSet) - Static method in class javax.swing.text.StyleContext
Suppressed: Reads a set of attributes from the given object input stream that have been previously written out with writeAttributeSet.
readAvailable() - Method in class java.io.InputStream
Added: Reads the currently available bytes (presumably without blocking, since they are said to be available).
readAvailable(InputStream) - Static method in class org.erights.e.meta.java.io.InputStreamSugar
Enabled: Reads the currently available bytes (presumably without blocking, since they are said to be available).
readBlockHeader(boolean) - Method in class java.io.BlockDataInputStream
Attempts to read in the next block data header (if any).
readBoolean() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in interface java.io.DataInput
Enabled: 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
Enabled: Reads a boolean from this file.
readBoolean() - Method in class java.io.ObjectInputStream
Enabled: Reads in a boolean.
readBoolean() - Method in class java.io.BlockDataInputStream
 
readBooleans(boolean[], int, int) - Method in class java.io.BlockDataInputStream
 
readByte() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readByte method of DataInput.
readByte() - Method in interface java.io.DataInput
Enabled: Reads and returns one input byte.
readByte() - Method in class java.io.RandomAccessFile
Enabled: Reads a signed eight-bit value from this file.
readByte() - Method in class java.io.ObjectInputStream
Enabled: Reads an 8 bit byte.
readByte() - Method in class java.io.BlockDataInputStream
 
readBytes(byte[], int, int) - Method in class java.io.FileInputStream
Reads a subarray as a sequence of bytes.
readBytes(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads a sub array as a sequence of bytes.
readCh() - Method in class javax.swing.text.html.parser.Parser
 
readChar() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readChar method of DataInput.
readChar() - Method in interface java.io.DataInput
Enabled: Reads an input char and returns the char value.
readChar() - Method in class java.io.Reader
Added: Returns the next character, or null at end of file.
readChar() - Method in class java.io.RandomAccessFile
Enabled: Reads a Unicode character from this file.
readChar() - Method in class java.io.ObjectInputStream
Enabled: Reads a 16 bit char.
readChar() - Method in class java.io.BlockDataInputStream
 
readChar() - Method in class org.erights.e.elang.smallcaps.SmallcapsActivation
 
readChar() - Method in class org.erights.e.elib.oldeio.TextReader
Enabled: Returns the next available character, or null at end of file.
readChar(Reader) - Static method in class org.erights.e.meta.java.io.ReaderSugar
Enabled: Returns the next character, or null at end of file.
readChars(char[], int, int) - Method in class java.io.BlockDataInputStream
 
readClass(boolean) - Method in class java.io.ObjectInputStream
Reads in and returns class object.
readClassDesc(boolean) - Method in class java.io.ObjectInputStream
Reads in and returns (possibly null) class descriptor.
readClassDescriptor() - Method in class java.io.ObjectInputStream
Read a class descriptor from the serialization stream.
readContentModel(DataInputStream, String[]) - Method in class javax.swing.text.html.parser.DTD
 
readDisplayPixelsPermission - Static variable in class java.awt.Robot
 
readDouble() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readDouble method of DataInput.
readDouble() - Method in interface java.io.DataInput
Enabled: Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.RandomAccessFile
Enabled: Reads a double from this file.
readDouble() - Method in class java.io.ObjectInputStream
Enabled: Reads a 64 bit double.
readDouble() - Method in class java.io.BlockDataInputStream
 
readDoubles(double[], int, int) - Method in class java.io.BlockDataInputStream
 
reader - Variable in class java.io.StreamTokenizer
 
Reader - class java.io.Reader.
Untamed: 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.
ReaderSugar - class org.erights.e.meta.java.io.ReaderSugar.
Untamed: A sweetener defining extra messages that may be e-sent to a Reader.
ReaderSugar() - Constructor for class org.erights.e.meta.java.io.ReaderSugar
prevent instantiation
readExternal(ObjectInput) - Method in class java.awt.datatransfer.MimeType
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class java.awt.datatransfer.DataFlavor
Suppressed: Restores this DataFlavor from a Serialized state.
readExternal(ObjectInput) - Method in interface java.io.Externalizable
Enabled: 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.
readExternalData(Externalizable, ObjectStreamClass) - Method in class java.io.ObjectInputStream
If obj is non-null, reads externalizable data by invoking readExternal() method of obj; otherwise, attempts to skip over externalizable data.
readFatalException() - Method in class java.io.ObjectInputStream
Reads in and returns IOException that caused serialization to abort.
readFields() - Method in class java.io.ObjectInputStream
Enabled: Reads the persistent fields from the stream and makes them available by name.
readFields() - Method in class java.io.GetFieldImpl
Reads primitive and object field values from stream.
readFloat() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readFloat method of DataInput.
readFloat() - Method in interface java.io.DataInput
Enabled: Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.RandomAccessFile
Enabled: Reads a float from this file.
readFloat() - Method in class java.io.ObjectInputStream
Enabled: Reads a 32 bit float.
readFloat() - Method in class java.io.BlockDataInputStream
 
readFloat64() - Method in class org.erights.e.elang.smallcaps.SmallcapsActivation
 
readFloats(float[], int, int) - Method in class java.io.BlockDataInputStream
 
readFully(byte[]) - Method in class java.io.DataInputStream
Enabled: See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in interface java.io.DataInput
Enabled: Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[]) - Method in class java.io.RandomAccessFile
Enabled: Reads b.length bytes from this file into the byte array, starting at the current file pointer.
readFully(byte[]) - Method in class java.io.ObjectInputStream
Enabled: Reads bytes, blocking until all bytes are read.
readFully(byte[]) - Method in class java.io.BlockDataInputStream
 
readFully(byte[], int, int) - Method in class java.io.DataInputStream
Enabled: See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Enabled: Reads len bytes from an input stream.
readFully(byte[], int, int) - Method in class java.io.RandomAccessFile
Enabled: 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.ObjectInputStream
Enabled: Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int) - Method in class java.io.PeekInputStream
 
readFully(byte[], int, int) - Method in class java.io.BlockDataInputStream
 
readFully(byte[], int, int, boolean) - Method in class java.io.BlockDataInputStream
 
readGrammarFile(String) - Method in class antlr.preprocessor.Hierarchy
Enabled:
readHandle(boolean) - Method in class java.io.ObjectInputStream
Reads in object handle, sets passHandle to the read handle, and returns object associated with the handle.
readHTMLDocumentation(InputStream, String) - Method in class com.combex.e.edoc.EDoc
Utility for subclasses which read HTML documentation files.
readInt() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readInt method of DataInput.
readInt() - Method in interface java.io.DataInput
Enabled: Reads four input bytes and returns an int value.
readInt() - Method in class java.io.RandomAccessFile
Enabled: Reads a signed 32-bit integer from this file.
readInt() - Method in class java.io.ObjectInputStream
Enabled: Reads a 32 bit int.
readInt() - Method in class java.io.BlockDataInputStream
 
readInts(int[], int, int) - Method in class java.io.BlockDataInputStream
 
readJavaFormatString(String) - Static method in class java.lang.FloatingDecimal
 
readLabel() - Method in class org.erights.e.elang.smallcaps.SmallcapsActivation
 
readLater(int, int) - Method in interface org.erights.e.elib.eio.InStream
Enabled: Immediately reads, consumes, and returns the next N elements of the stream, where N is in the range defined by atLeast..atMost.
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));
 
readLine() - Method in interface java.io.DataInput
Enabled: Reads the next line of text from the input stream.
readLine() - Method in class java.io.BufferedReader
Enabled: Read a line of text.
readLine() - Method in class java.io.RandomAccessFile
Enabled: Reads the next line of text from this file.
readLine() - Method in class java.io.ObjectInputStream
Deprecated. This method does not properly convert bytes to characters. see DataInputStream for the details and alternatives.
readLine() - Method in class java.io.BlockDataInputStream
 
readLine() - Method in class java.io.LineNumberReader
Enabled: Read a line of text.
readLine(boolean) - Method in class java.io.BufferedReader
Read a line of text.
readLock() - Method in class javax.swing.text.AbstractDocument
Suppressed: Acquires a lock to begin reading some state from the document.
readLong() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readLong method of DataInput.
readLong() - Method in interface java.io.DataInput
Enabled: Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.RandomAccessFile
Enabled: Reads a signed 64-bit integer from this file.
readLong() - Method in class java.io.ObjectInputStream
Enabled: Reads a 64 bit long.
readLong() - Method in class java.io.BlockDataInputStream
 
readLongs(long[], int, int) - Method in class java.io.BlockDataInputStream
 
readLongUTF() - Method in class java.io.BlockDataInputStream
Reads in string written in "long" UTF format.
readNameArray(DataInputStream, String[]) - Method in class javax.swing.text.html.parser.DTD
 
readNonProxy(ObjectInputStream) - Method in class java.io.ObjectStreamClass
Reads non-proxy class descriptor information from given input stream.
readNonProxyDesc(boolean) - Method in class java.io.ObjectInputStream
Reads in and returns class descriptor for a class that is not a dynamic proxy class.
readNull() - Method in class java.io.ObjectInputStream
Reads in null code, sets passHandle to NULL_HANDLE and returns null.
READOBJECT - Static variable in class com.combex.e.edoc.ESerializedForm
 
readObject() - Method in class java.io.ObjectInputStream
Enabled: Read an object from the ObjectInputStream.
readObject() - Method in interface java.io.ObjectInput
Enabled: Read and return an object.
readObject(ObjectInputStream) - Method in class java.awt.Menu
Reads the ObjectInputStream.
readObject(ObjectInputStream) - Method in class java.awt.MenuItem
Reads the ObjectInputStream and if it isn't null adds a listener to receive action events fired by the Menu Item.
readObject(ObjectInputStream) - Method in class java.awt.FlowLayout
Reads this object out of a serialization stream, handling objects written by older versions of the class that didn't contain all of the fields we use now..
readObject(ObjectInputStream) - Method in class java.awt.Font
Reads the ObjectInputStream.
readObject(ObjectInputStream) - Method in class java.awt.MenuComponent
Reads the menu component from an object input stream.
readObject(ObjectInputStream) - Method in class java.awt.Frame
Reads the ObjectInputStream.
readObject(ObjectInputStream) - Method in class java.awt.Window
Reads the ObjectInputStream and an optional list of listeners to receive various events fired by the component; also reads a list of (possibly null) child windows.
readObject(ObjectInputStream) - Method in class java.awt.Container
Deserializes this Container from the specified ObjectInputStream.
readObject(ObjectInputStream) - Method in class java.awt.Component
Reads the ObjectInputStream and if it isn't null adds a listener to receive a variety of events fired by the component.
readObject(ObjectInputStream) - Method in class java.awt.TextField
Read the ObjectInputStream and if it isn't null, add a listener to receive action events fired by the TextField.
readObject(ObjectInputStream) - Method in class java.awt.TextComponent
Read the ObjectInputStream, and if it isn't null, add a listener to receive text events fired by the TextComponent.
readObject(ObjectInputStream) - Method in class java.awt.TextArea
Read the ObjectInputStream.
readObject(ObjectInputStream) - Method in class java.awt.Scrollbar
Reads the ObjectInputStream and if it isn't null adds a listener to receive adjustment events fired by the Scrollbar.
readObject(ObjectInputStream) - Method in class java.awt.ScrollPane
Reads default serializable fields to stream.
readObject(ObjectInputStream) - Method in class java.awt.MenuBar
Reads the ObjectInputStream.
readObject(ObjectInputStream) - Method in class java.awt.List
Reads the ObjectInputStream and if it isn't null adds a listener to receive both item events and action events (as specified by the key stored in the stream) fired by the List.
readObject(ObjectInputStream) - Method in class java.awt.Label
Read a label from an object input stream.
readObject(ObjectInputStream) - Method in class java.awt.FileDialog
Reads the ObjectInputStream and performs a backwards compatibility check by converting either a dir or a file equal to an empty string to null.
readObject(ObjectInputStream) - Method in class java.awt.Choice
Reads the ObjectInputStream and if it isn't null adds a listener to receive item events fired by the Choice item.
readObject(ObjectInputStream) - Method in class java.awt.CheckboxMenuItem
 
readObject(ObjectInputStream) - Method in class java.awt.Checkbox
Reads the ObjectInputStream and if it isn't null adds a listener to receive item events fired by the Checkbox.
readObject(ObjectInputStream) - Method in class java.awt.CardLayout
Reads serializable fields from stream.
readObject(ObjectInputStream) - Method in class java.awt.Button
Reads the ObjectInputStream and if it isn't null adds a listener to receive action events fired by the button.
readObject(ObjectInputStream) - Method in class java.awt.dnd.DragGestureRecognizer
Deserializes this DragGestureRecognizer.
readObject(ObjectInputStream) - Method in class java.awt.dnd.DragSource
Deserializes this DragSource.
readObject(ObjectInputStream) - Method in class java.awt.dnd.DragGestureEvent
Deserializes this DragGestureEvent.
readObject(ObjectInputStream) - Method in class java.awt.dnd.DropTarget
Deserializes this DropTarget.
readObject(ObjectInputStream) - Method in class java.awt.dnd.DragSourceContext
Deserializes this DragSourceContext.
readObject(ObjectInputStream) - Method in class java.awt.event.InputMethodEvent
Initializes the when field if it is not present in the object input stream.
readObject(ObjectInputStream) - Method in class java.awt.event.MouseEvent
Sets new modifiers by the old ones.
readObject(ObjectInputStream) - Method in class java.awt.event.KeyEvent
Sets new modifiers by the old ones.
readObject(ObjectInputStream) - Method in class java.io.FilePermission
readObject is called to restore the state of the FilePermission from a stream.
readObject(ObjectInputStream) - Method in class java.io.File
readObject is called to restore this filename.
readObject(ObjectInputStream) - Method in class java.lang.StringBuffer
readObject is called to restore the state of the StringBuffer from a stream.
readObject(ObjectInputStream) - Method in class java.math.BigInteger
Reconstitute the BigInteger instance from a stream (that is, deserialize it).
readObject(ObjectInputStream) - Method in class java.math.BigDecimal
Reconstitute the BigDecimal instance from a stream (that is, deserialize it).
readObject(ObjectInputStream) - Method in class java.net.URL
readObject is called to restore the state of the URL from the stream.
readObject(ObjectInputStream) - Method in class java.net.URI
Reconstitutes a URI from the given serial stream.
readObject(ObjectInputStream) - Method in class java.net.SocketPermission
readObject is called to restore the state of the SocketPermission from a stream.
readObject(ObjectInputStream) - Method in class java.security.BasicPermissionCollection
readObject is called to restore the state of the BasicPermissionCollection from a stream.
readObject(ObjectInputStream) - Method in class java.security.UnresolvedPermission
Restores this object from a stream (i.e., deserializes it).
readObject(ObjectInputStream) - Method in class java.security.CodeSource
Restores this object from a stream (i.e., deserializes it).
readObject(ObjectInputStream) - Method in class java.security.BasicPermission
readObject is called to restore the state of the BasicPermission from a stream.
readObject(ObjectInputStream) - Method in class java.security.SignedObject
readObject is called to restore the state of the SignedObject from a stream.
readObject(ObjectInputStream) - Method in class java.util.GregorianCalendar
Updates internal state.
readObject(ObjectInputStream) - Method in class java.util.Calendar
Reconstitute this object from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.Date
Reconstitute this object from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.IdentityHashMap
Reconstitute the IdentityHashMap instance from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.TreeSet
Reconstitute the TreeSet instance from a stream (that is, deserialize it).
readObject(ObjectInputStream) - Method in class java.util.LinkedList
Reconstitute this LinkedList instance from a stream (that is deserialize it).
readObject(ObjectInputStream) - Method in class java.util.TreeMap
Reconstitute the TreeMap instance from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.BitSet
This override of readObject makes sure unitsInUse is set properly when deserializing a bitset
readObject(ObjectInputStream) - Method in class java.util.HashSet
Reconstitute the HashSet instance from a stream (that is, deserialize it).
readObject(ObjectInputStream) - Method in class java.util.ArrayList
Reconstitute the ArrayList instance from a stream (that is, deserialize it).
readObject(ObjectInputStream) - Method in class java.util.Locale
 
readObject(ObjectInputStream) - Method in class java.util.HashMap
Reconstitute the HashMap instance from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.Random
Reconstitute the Random instance from a stream (that is, deserialize it).
readObject(ObjectInputStream) - Method in class java.util.Hashtable
Reconstitute the Hashtable from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.SimpleTimeZone
Reconstitute this object from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class java.util.PropertyPermission
readObject is called to restore the state of the PropertyPermission from a stream.
readObject(ObjectInputStream) - Method in class javax.swing.JTree
 
readObject(ObjectInputStream) - Method in class javax.swing.JTable
 
readObject(ObjectInputStream) - Method in class javax.swing.JCheckBox
See JComponent.readObject() for information about serialization in Swing.
readObject(ObjectInputStream) - Method in class javax.swing.Autoscroller
 
readObject(ObjectInputStream) - Method in class javax.swing.JPopupMenu
 
readObject(ObjectInputStream) - Method in class javax.swing.AccessibleImageIcon
 
readObject(ObjectInputStream) - Method in class javax.swing.ImageIcon
 
readObject(ObjectInputStream) - Method in class javax.swing.JTabbedPane
See readObject and writeObject in JComponent for more information about serialization in Swing.
readObject(ObjectInputStream) - Method in class javax.swing.JMenuBar
See JComponent.readObject() for information about serialization in Swing.
readObject(ObjectInputStream) - Method in class javax.swing.JMenuItem
See JComponent.readObject() for information about serialization in Swing.
readObject(ObjectInputStream) - Method in class javax.swing.AbstractAction
 
readObject(ObjectInputStream) - Method in class javax.swing.ActionMap
 
readObject(ObjectInputStream) - Method in class javax.swing.InputMap
 
readObject(ObjectInputStream) - Method in class javax.swing.LayoutFocusTraversalPolicy
 
readObject(ObjectInputStream) - Method in class javax.swing.JComponent
We use the ObjectInputStream "registerValidation" callback to update the UI for the entire tree of components after they've all been read in.
readObject(ObjectInputStream) - Method in class javax.swing.LegacyGlueFocusTraversalPolicy
 
readObject(ObjectInputStream) - Method in class javax.swing.JSpinner
 
readObject(ObjectInputStream) - Method in class javax.swing.JOptionPane
 
readObject(ObjectInputStream) - Method in class javax.swing.event.SwingPropertyChangeSupport
 
readObject(ObjectInputStream) - Method in class javax.swing.event.EventListenerList
 
readObject(ObjectInputStream) - Method in class javax.swing.text.DefaultStyledDocument
 
readObject(ObjectInputStream) - Method in class javax.swing.text.LeafElement
 
readObject(ObjectInputStream) - Method in class javax.swing.text.AbstractElement
 
readObject(ObjectInputStream) - Method in class javax.swing.text.NamedStyle
 
readObject(ObjectInputStream) - Method in class javax.swing.text.SimpleAttributeSet
 
readObject(ObjectInputStream) - Method in class javax.swing.text.StyleContext
 
readObject(ObjectInputStream) - Method in class javax.swing.text.GapContent
 
readObject(ObjectInputStream) - Method in class javax.swing.text.AbstractDocument
 
readObject(ObjectInputStream) - Method in class javax.swing.text.DefaultCaret
 
readObject(ObjectInputStream) - Method in class javax.swing.text.JTextComponent
 
readObject(ObjectInputStream) - Method in class javax.swing.text.MaskFormatter
Subclassed to update the internal representation of the mask after the default read operation has completed.
readObject(ObjectInputStream) - Method in class javax.swing.text.InternationalFormatter
Subclassed to update the internal representation of the mask after the default read operation has completed.
readObject(ObjectInputStream) - Method in class javax.swing.text.html.parser.ParserDelegator
 
readObject(ObjectInputStream) - Method in class org.erights.e.elib.ref.StemCell
Initializes the promise, does the default thing, and then resolves to the result of readResolve(), to be provided by a subclass.
readObject0(boolean) - Method in class java.io.ObjectInputStream
Underlying readObject implementation.
javax.swing.JComponent.ReadObjectCallback - class javax.swing.ReadObjectCallback.
This object is the ObjectInputStream callback that's called after a complete graph of objects (including at least one JComponent) has been read.
ReadObjectCallback(ObjectInputStream) - Constructor for class javax.swing.ReadObjectCallback
 
readObjectCallbacks - Static variable in class javax.swing.JComponent
 
readObjectMethod - Variable in class java.io.ObjectStreamClass
class-defined readObject method, or null if none
readObjectNoDataMethod - Variable in class java.io.ObjectStreamClass
class-defined readObjectNoData method, or null if none
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.
readOnly - Variable in class antlr.SimpleTokenManager
 
readOnly - Variable in class java.security.PermissionCollection
 
readOnly() - Method in class org.erights.e.elib.tables.ROSet
 
readOnly() - Method in class org.erights.e.elib.tables.ROMap
 
readOnly() - Method in class org.erights.e.elib.tables.ROList
Just returns itself rather than forwarding
readOnly() - Method in class org.erights.e.elib.tables.FlexMap
Enabled:
readOnly() - Method in class org.erights.e.elib.tables.FlexList
Enabled: Returns a read-only facet on this list.
readOnly() - Method in class org.erights.e.elib.tables.ESet
Enabled: Returns a read-only facet on this set.
readOnly() - Method in class org.erights.e.elib.tables.EMap
Enabled: Returns a read-only facet on this map.
readOnly() - Method in class org.erights.e.elib.tables.EList
Enabled: Returns a read-only facet on this list.
readOnly() - Method in class org.erights.e.elib.tables.ConstSet
Enabled:
readOnly() - Method in class org.erights.e.elib.tables.ConstMap
Enabled: Returns itself
readOnly() - Method in class org.erights.e.elib.tables.ConstList
Enabled: Just returns itself
readOnlyAction - Static variable in class javax.swing.text.DefaultEditorKit
Suppressed: Name of the action to set the editor into read-only mode.
javax.swing.text.DefaultEditorKit.ReadOnlyAction - class javax.swing.text.ReadOnlyAction.
 
ReadOnlyAction() - Constructor for class javax.swing.text.ReadOnlyAction
 
ReadOnlyFile - class org.erights.e.meta.java.io.ReadOnlyFile.
Untamed:
ReadOnlyFile(File, boolean) - Constructor for class org.erights.e.meta.java.io.ReadOnlyFile
Enabled:
readOptOne() - Method in interface org.erights.e.elib.eio.InStream
Enabled: Immediately reads, consumes, and returns the next element of the stream.
readOrdinaryObject(boolean) - Method in class java.io.ObjectInputStream
Reads and returns "ordinary" (i.e., not a String, Class, ObjectStreamClass or array) object, or null if object's class is unresolvable (in which case a ClassNotFoundException will be associated with object's handle).
readProxyDesc(boolean) - Method in class java.io.ObjectInputStream
Reads in and returns class descriptor for a dynamic proxy class.
readReady() - Method in class org.erights.e.elib.oldeio.TextReader
Enabled: Returns as much as is available, or null at end-of-stream.
readResolve() - Method in class java.awt.AWTKeyStroke
Returns a cached instance of AWTKeyStroke (or a subclass of AWTKeyStroke) which is equal to this instance.
readResolve() - Method in class java.net.InetAddress
Replaces the de-serialized object with an Inet4Address object.
readResolve() - Method in class java.util.Currency
Resolves instances being deserialized to a single instance per currency.
readResolve() - Method in class java.util.UnmodifiableList
UnmodifiableRandomAccessList instances are serialized as UnmodifiableList instances to allow them to be deserialized in pre-1.4 JREs (which do not have UnmodifiableRandomAccessList).
readResolve() - Method in class java.util.SynchronizedList
SynchronizedRandomAccessList instances are serialized as SynchronizedList instances to allow them to be deserialized in pre-1.4 JREs (which do not have SynchronizedRandomAccessList).
readResolve() - Method in class org.erights.e.elib.prim.StaticMaker
 
readResolve() - Method in class org.erights.e.elib.serial.RemoteDelivery
Invoked directly by the ObjectInputStream following desrialization of the entire RemoteDelivery to get the object to use instead.
readResolve() - Method in class org.erights.e.elib.serial.RemoteCall
Invoked directly by the ObjectInputStream following desrialization of the entire RemoteCall to get the object to use instead.
readResolveMethod - Variable in class java.io.ObjectStreamClass
class-defined readResolve method, or null if none
readSerialData(Object, ObjectStreamClass) - Method in class java.io.ObjectInputStream
Reads (or attempts to skip, if obj is null or is tagged with a ClassNotFoundException) instance data for each serializable class of object in stream, from superclass to subclass.
readShort() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readShort method of DataInput.
readShort() - Method in interface java.io.DataInput
Enabled: Reads two input bytes and returns a short value.
readShort() - Method in class java.io.RandomAccessFile
Enabled: Reads a signed 16-bit number from this file.
readShort() - Method in class java.io.ObjectInputStream
Enabled: Reads a 16 bit short.
readShort() - Method in class java.io.BlockDataInputStream
 
readShorts(short[], int, int) - Method in class java.io.BlockDataInputStream
 
readSide - Variable in class java.io.PipedReader
 
readSide - Variable in class java.io.PipedInputStream
 
readSocksReply(InputStream, byte[]) - Method in class java.net.SocksSocketImpl
 
readStreamHeader() - Method in class java.io.ObjectInputStream
The readStreamHeader method is provided to allow subclasses to read and verify their own stream headers.
readString(boolean) - Method in class java.io.ObjectInputStream
Reads in and returns new string.
readString(int) - Method in class java.io.Reader
Added: Reads no more than 'size' characters from the file, and return them as a String.
readString(int) - Method in class org.erights.e.elib.oldeio.TextReader
Enabled: Reads no more than 'size' characters from the file, and return them as a String.
readString(Reader, int) - Static method in class org.erights.e.meta.java.io.ReaderSugar
Enabled: Reads no more than 'size' characters from the file, and return them as a String.
readText() - Method in class org.erights.e.elib.oldeio.TextReader
Enabled: Reads everything else and returns it.
readTreeSet(int, ObjectInputStream, Object) - Method in class java.util.TreeMap
Intended to be called only from TreeSet.readObject
readTypeString() - Method in class java.io.ObjectInputStream
Reads string without allowing it to be replaced in stream.
readUnlock() - Method in class javax.swing.text.AbstractDocument
Suppressed: Does a read unlock.
readUnshared() - Method in class java.io.ObjectInputStream
Enabled: Reads an "unshared" object from the ObjectInputStream.
readUnsignedByte() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readUnsignedByte method of DataInput.
readUnsignedByte() - Method in interface java.io.DataInput
Enabled: 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
Enabled: Reads an unsigned eight-bit number from this file.
readUnsignedByte() - Method in class java.io.ObjectInputStream
Enabled: Reads an unsigned 8 bit byte.
readUnsignedByte() - Method in class java.io.BlockDataInputStream
 
readUnsignedShort() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readUnsignedShort method of DataInput.
readUnsignedShort() - Method in interface java.io.DataInput
Enabled: Reads two input bytes and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class java.io.RandomAccessFile
Enabled: Reads an unsigned 16-bit number from this file.
readUnsignedShort() - Method in class java.io.ObjectInputStream
Enabled: Reads an unsigned 16 bit short.
readUnsignedShort() - Method in class java.io.BlockDataInputStream
 
readUTF() - Method in class java.io.DataInputStream
Enabled: See the general contract of the readUTF method of DataInput.
readUTF() - Method in interface java.io.DataInput
Enabled: Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class java.io.RandomAccessFile
Enabled: Reads in a string from this file.
readUTF() - Method in class java.io.ObjectInputStream
Enabled: Reads a UTF format String.
readUTF() - Method in class java.io.BlockDataInputStream
 
readUTF() - Method in class org.erights.e.elang.smallcaps.SmallcapsActivation
 
readUTF(DataInput) - Static method in class java.io.DataInputStream
Enabled: 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.
readUTFBody(long) - Method in class java.io.BlockDataInputStream
Reads in the "body" (i.e., the UTF representation minus the 2-byte or 8-byte length header) of a UTF encoding, which occupies the next utflen bytes.
readUTFChar(long) - Method in class java.io.BlockDataInputStream
Reads in single UTF-encoded character one byte at a time, appends the character to sbuf, and returns the number of bytes consumed.
readUTFSpan(long) - Method in class java.io.BlockDataInputStream
Reads span of UTF-encoded characters out of internal buffer (starting at offset pos and ending at or before offset end), consuming no more than utflen bytes.
readWholeInt() - Method in class org.erights.e.elang.smallcaps.SmallcapsActivation
 
readWholeNum() - Method in interface java.io.DataInput
Added:
readWholeNum() - Method in class org.erights.e.elang.smallcaps.SmallcapsActivation
 
readWholeNum(DataInput) - Static method in class org.erights.e.meta.java.io.DataInputSugar
Enabled:
ready() - Method in class java.io.StringReader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class java.io.InputStreamReader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class java.io.BufferedReader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class java.io.PushbackReader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class java.io.PipedReader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class java.io.FilterReader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class java.io.CharArrayReader
Enabled: Tell whether this stream is ready to be read.
ready() - Method in class org.erights.e.elib.oldeio.TextReader
Enabled: True if either at least one character is available, or we're at the end-of-stream.
realKey(Twine) - Static method in class org.erights.e.elib.tables.IdentityCacheTable
 
realOppositeComponent - Variable in class java.awt.DefaultKeyboardFocusManager
 
realOppositeWindow - Variable in class java.awt.DefaultKeyboardFocusManager
 
reasonNames - Static variable in interface org.erights.e.develop.trace.TraceConstants
 
ReBarClass - Static variable in class org.eclipse.swt.widgets.CoolBar
 
ReBarProc - Static variable in class org.eclipse.swt.widgets.CoolBar
 
rec - Variable in class javax.swing.text.UndoPosRef
Mark to reset offset.
rec - Variable in class javax.swing.text.StickyPosition
 
rec - Variable in class javax.swing.text.UndoPosRef
Position to reset offset.
recalculateUnitsInUse() - Method in class java.util.BitSet
Set the field unitsInUse with the logical size in units of the bit set.
receive(byte[], int, int) - Method in class java.io.PipedInputStream
Receives data into an array of bytes.
receive(char[], int, int) - Method in class java.io.PipedReader
Receives data into an array of characters.
receive(DatagramPacket) - Method in class java.net.PlainDatagramSocketImpl
Receive the datagram packet.
receive(DatagramPacket) - Method in class java.net.DatagramSocketImpl
Receive the datagram packet.
receive(DatagramPacket) - Method in class java.net.DatagramSocket
Enabled: Receives a datagram packet from this socket.
receive(int) - Method in class java.io.PipedReader
Receives a char of data.
receive(int) - Method in class java.io.PipedInputStream
Receives a byte of data.
receivedLast() - Method in class java.io.PipedReader
Notifies all waiting threads that the last character of data has been received.
receivedLast() - Method in class java.io.PipedInputStream
Notifies all waiting threads that the last byte of data has been received.
receiveMsg(byte, UnserializationStream) - Method in class net.captp.jcomm.CapTPConnection
 
receiverType() - Method in class org.erights.e.elib.prim.VarSetterNode
 
receiverType() - Method in class org.erights.e.elib.prim.VarGetterNode
 
receiverType() - Method in class org.erights.e.elib.prim.SugarMethodNode
Enabled:
receiverType() - Method in class org.erights.e.elib.prim.StaticMethodNode
Enabled:
receiverType() - Method in class org.erights.e.elib.prim.JavaMemberNode
 
receiverType() - Method in class org.erights.e.elib.prim.InstanceMethodNode
 
receiverType() - Method in class org.erights.e.elib.prim.ConstructorNode
 
recent - Variable in class javax.swing.text.html.parser.Parser
 
recipient() - Method in class org.erights.e.elang.evm.SendExpr
Enabled:
recipient() - Method in class org.erights.e.elang.evm.CallExpr
Enabled:
reclaim(AttributeSet) - Method in class javax.swing.text.StyleContext
Enabled: Returns a set no longer needed by the MutableAttributeSet implmentation.
reclaim(AttributeSet) - Method in interface javax.swing.text.AttributeContext
Reclaims an attribute set.
recog - Variable in class antlr.TokenStreamRecognitionException
Enabled:
RecognitionException - exception antlr.RecognitionException.
Untamed:
RecognitionException() - Constructor for class antlr.RecognitionException
Enabled:
RecognitionException(String) - Constructor for class antlr.RecognitionException
Enabled: RecognitionException constructor comment.
RecognitionException(String, String, int) - Constructor for class antlr.RecognitionException
Enabled: RecognitionException constructor comment.
recognizer - Static variable in class javax.swing.TransferHandler
 
record(Object) - Method in class org.erights.e.elib.serial.Replacer
Enabled: Record the seriaized form of the specimen and return the resulting byte array.
recordAccess(HashMap) - Method in class java.util.Entry
This method is invoked whenever the value in an entry is overwritten by an invocation of put(k,v) for a key k that's already in the HashMap.
recordAccess(HashMap) - Method in class java.util.Entry
This method is invoked by the superclass whenever the value of a pre-existing entry is read by Map.get or modified by Map.set.
recordConnectionFailure(Object) - Method in class net.vattp.data.VatTPConnection
Record why this try failed.
recordFile(File, Object) - Method in class org.erights.e.elib.serial.Replacer
Enabled:
recordIdentity(RenderingHints.Key) - Static method in class java.awt.Key
 
recordRemoval(HashMap) - Method in class java.util.Entry
This method is invoked whenever the entry is removed from the table.
recordRemoval(HashMap) - Method in class java.util.Entry
 
recordSendProgress() - Method in class net.vattp.data.DataPath
Record that sending data has made progress for ping/pong logic.
recordTraceMessageXyzzY(String, int) - Method in class org.erights.e.develop.trace.TraceBuffer
 
recordTraceMessageXyzzY(String, int, Object, boolean) - Method in class org.erights.e.develop.trace.Trace
The peculiar name is because the code that finds the line number a trace call was made from searches for this method.
recreateFracturedElement(Element, Element) - Method in class javax.swing.text.ElementBuffer
Recreates toDuplicate.
recreateLeafs - Variable in class javax.swing.text.ElementBuffer
 
Rectangle - class java.awt.Rectangle.
Safe:
Rectangle - class org.eclipse.swt.graphics.Rectangle.
Safe:
Rectangle() - Constructor for class java.awt.Rectangle
Enabled: 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
Enabled: 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
Enabled: 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
Enabled: Constructs a new Rectangle whose top-left corner is specified as (xy) and whose width and height are specified by the arguments of the same name.
Rectangle(int, int, int, int) - Constructor for class org.eclipse.swt.graphics.Rectangle
Enabled: Construct a new instance of this class given the x, y, width and height values.
Rectangle(Point) - Constructor for class java.awt.Rectangle
Enabled: 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
Enabled: 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
Enabled: Constructs a new Rectangle, initialized to match the values of the specified Rectangle.
rectangleIsObscured(int, int, int, int) - Method in class javax.swing.JComponent
If the specified rectangle is completely obscured by any of this component's opaque children then returns true.
rectangles - Variable in class org.eclipse.swt.widgets.Tracker
 
recursive - Variable in class java.io.FilePermission
 
RECURSIVE - Static variable in class java.io.FilePermission
 
RecvThread - class net.vattp.data.RecvThread.
 
RecvThread(InputStream, DataPath, String, Vat) - Constructor for class net.vattp.data.RecvThread
Construct a new RecvThread.
recycleHeavyWeightPopup(PopupFactory.HeavyWeightPopup) - Static method in class javax.swing.HeavyWeightPopup
Recycles the passed in HeavyWeightPopup.
recycleLightWeightPopup(PopupFactory.LightWeightPopup) - Static method in class javax.swing.LightWeightPopup
Recycles the LightWeightPopup popup.
recycleMediumWeightPopup(PopupFactory.MediumWeightPopup) - Static method in class javax.swing.MediumWeightPopup
Recycles the MediumWeightPopup popup.
recycleSwingGraphics(SwingGraphics) - Static method in class javax.swing.SwingGraphics
 
red - Static variable in class java.awt.Color
Enabled: The color red.
red - Variable in class org.eclipse.swt.graphics.RGB
Enabled: the red component of the RGB
RED - Static variable in class java.awt.Color
Suppressed: The color red.
RED - Static variable in class java.util.TreeMap
 
redirect(Runner) - Method in class org.erights.e.elib.vat.HeadlessRunner
If the enabling conditions are met, then requeue all my events onto newRunner's queue, and remember to redirect all further requests to newRunner.
Redirector - class org.erights.e.elib.ref.Redirector.
Untamed: Wraps a Resolver in a way suitable for inclusion as an argument in a __whenMoreResolved message.
Redirector(Resolver) - Constructor for class org.erights.e.elib.ref.Redirector
Enabled:
redispatchEvent(Component, AWTEvent) - Method in class java.awt.KeyboardFocusManager
Suppressed: Redispatches an AWTEvent in such a way that the AWT event dispatcher will not recursively request that the KeyboardFocusManager, or any installed KeyEventDispatchers, dispatch the event again.
redMask - Variable in class org.eclipse.swt.graphics.PaletteData
Suppressed: the red mask for a direct palette
redo() - Method in class javax.swing.text.RemoveUndo
 
redo() - Method in class javax.swing.text.ElementEdit
Redoes a change.
redo() - Method in class javax.swing.text.AttributeUndoableEdit
Redoes a change.
redo() - Method in class javax.swing.text.InsertUndo
 
redo() - Method in class javax.swing.text.DefaultDocumentEvent
Redoes a change.
redo() - Method in class javax.swing.text.StyleChangeUndoableEdit
Redoes a change.
redo() - Method in class javax.swing.text.InsertUndo
 
redo() - Method in class javax.swing.text.RemoveUndo
 
redraw() - Method in class org.eclipse.swt.custom.StyledText
Enabled: Causes the entire bounds of the receiver to be marked as needing to be redrawn.
redraw() - Method in class org.eclipse.swt.widgets.TreeItem
 
redraw() - Method in class org.eclipse.swt.widgets.TableItem
 
redraw() - Method in class org.eclipse.swt.widgets.Menu
 
redraw() - Method in class org.eclipse.swt.widgets.Control
Enabled: Causes the entire bounds of the receiver to be marked as needing to be redrawn.
redraw(int, int, int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Causes the rectangular area of the receiver specified by the arguments to be marked as needing to be redrawn.
redraw(int, int, int, int, boolean) - Method in class org.eclipse.swt.custom.CCombo
Enabled:
redraw(int, int, int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
Enabled: Causes the rectangular area of the receiver specified by the arguments to be marked as needing to be redrawn.
redrawBidiLines(int, int, int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Redraws a text range in the specified lines
redrawLine(int, int) - Method in class org.eclipse.swt.custom.StyledText
Redraw the given line.
redrawLines(int, int, int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Redraws a text range in the specified lines
redrawMultiLineChange(int, int, int) - Method in class org.eclipse.swt.custom.StyledText
Fixes the widget to display a text change.
redrawRange(Control, int, int, int, int, int) - Method in class org.eclipse.swt.custom.StyledTextBidi
Redraws a rectangle spanning the given logical range.
redrawRange(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Redraws the specified text range.
redrawReset(int, int, boolean) - Method in interface org.eclipse.swt.custom.LineCache
Resets the lines in the specified range.
redrawReset(int, int, boolean) - Method in class org.eclipse.swt.custom.ContentWidthCache
Resets the line width of the lines in the specified range.
redrawReset(int, int, boolean) - Method in class org.eclipse.swt.custom.WordWrapCache
Wraps the lines in the specified range.
redrawTabArea(int) - Method in class org.eclipse.swt.custom.CTabFolder
 
redShift - Variable in class org.eclipse.swt.graphics.PaletteData
Suppressed: the red shift for a direct palette
ref - Variable in class java.net.URL
# reference.
ref - Variable in class java.net.Parts
 
Ref - class org.erights.e.elib.ref.Ref.
Safe: Objects that handle E eventual-send message delivery requests themselves.
REF - Static variable in class org.erights.e.elang.syntax.ENodeBuilder
 
Ref() - Constructor for class org.erights.e.elib.ref.Ref
Enabled:
refAction(Token) - Method in class antlr.MakeGrammar
Enabled:
refAction(Token) - Method in class antlr.DefineGrammarSymbols
Enabled:
refAction(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
refArgAction(Token) - Method in class antlr.MakeGrammar
Enabled:
refArgAction(Token) - Method in class antlr.DefineGrammarSymbols
Enabled:
refArgAction(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
refCharLiteral(Token, Token, boolean, int, boolean) - Method in class antlr.MakeGrammar
Enabled:
refCharLiteral(Token, Token, boolean, int, boolean) - Method in class antlr.DefineGrammarSymbols
Enabled:
refCharLiteral(Token, Token, boolean, int, boolean) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
refCharRange(Token, Token, Token, int, boolean) - Method in class antlr.MakeGrammar
Enabled:
refCharRange(Token, Token, Token, int, boolean) - Method in class antlr.DefineGrammarSymbols
Enabled:
refCharRange(Token, Token, Token, int, boolean) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
RefColumn - class org.erights.e.elib.tables.RefColumn.
 
RefColumn(Class, int) - Constructor for class org.erights.e.elib.tables.RefColumn
 
RefColumn(Object[]) - Constructor for class org.erights.e.elib.tables.RefColumn
 
refCount - Variable in class org.eclipse.swt.dnd.OleEnumFORMATETC
 
refCount - Variable in class org.eclipse.swt.dnd.DropTarget
 
refCount - Variable in class org.eclipse.swt.dnd.DragSource
 
refCount - Variable in class org.eclipse.swt.dnd.Clipboard
 
refCount - Variable in class org.eclipse.swt.widgets.ImageList
 
refElementOption(Token, Token) - Method in class antlr.MakeGrammar
Enabled:
refElementOption(Token, Token) - Method in class antlr.DefineGrammarSymbols
Enabled:
refElementOption(Token, Token) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
referencedClass() - Method in class com.combex.e.edoc.ESeeTag
get the class referenced by the class name part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
referencedClassName() - Method in class com.combex.e.edoc.ESeeTag
get the class name part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
referencedMember() - Method in class com.combex.e.edoc.ESeeTag
get the member referenced by the prototype part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
referencedMemberName() - Method in class com.combex.e.edoc.ESeeTag
get the name of the member referenced by the prototype part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) .
referencedPackage() - Method in class com.combex.e.edoc.ESeeTag
get the package referenced by @see.
references - Variable in class antlr.RuleSymbol
 
refExceptionHandler(Token, Token) - Method in class antlr.MakeGrammar
Enabled: Add an exception handler to an exception spec
refExceptionHandler(Token, Token) - Method in class antlr.DefineGrammarSymbols
Enabled:
refExceptionHandler(Token, Token) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
RefGuardSugar - class org.erights.e.meta.org.erights.e.elib.ref.RefGuardSugar.
Untamed: Refines the 'coerce/2' behavior of the Ref type, so that it may be useful as a ValueGuard (and as a SlotGuard).
RefGuardSugar(Class) - Constructor for class org.erights.e.meta.org.erights.e.elib.ref.RefGuardSugar
Enabled: @param clazz must be Ref or a subtype
refHeaderAction(Token, Token) - Method in class antlr.DefineGrammarSymbols
Enabled:
refHeaderAction(Token, Token) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
refill() - Method in class java.io.BlockDataInputStream
Refills internal buffer buf with block data.
refInitAction(Token) - Method in class antlr.MakeGrammar
Enabled:
refInitAction(Token) - Method in class antlr.DefineGrammarSymbols
Enabled:
refInitAction(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
reflectionFactory - Static variable in class java.lang.Class
 
reflectors - Static variable in class java.io.ObjectStreamClass
cache mapping field group/local desc pairs -> field reflectors
reflFactory - Static variable in class java.io.ObjectStreamClass
reflection factory for obtaining serialization constructors
refMemberAction(Token) - Method in class antlr.MakeGrammar
Enabled:
refMemberAction(Token) - Method in class antlr.DefineGrammarSymbols
Enabled:
refMemberAction(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
refPreambleAction(Token) - Method in class antlr.MakeGrammar
Enabled:
refPreambleAction(Token) - Method in class antlr.DefineGrammarSymbols
Enabled:
refPreambleAction(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
REFRESH_RATE_UNKNOWN - Static variable in class java.awt.DisplayMode
Enabled: Value of the refresh rate if not known
refresh() - Method in class antlr.debug.TraceAdapter
Enabled:
refresh() - Method in class antlr.debug.SyntacticPredicateAdapter
Enabled:
refresh() - Method in class antlr.debug.SemanticPredicateAdapter
Enabled:
refresh() - Method in class antlr.debug.ParserTokenAdapter
Enabled:
refresh() - Method in class antlr.debug.ParserMatchAdapter
Enabled:
refresh() - Method in class antlr.debug.ParserAdapter
Enabled:
refresh() - Method in class antlr.debug.MessageAdapter
Enabled:
refresh() - Method in interface antlr.debug.ListenerBase
Enabled:
refresh() - Method in class antlr.debug.InputBufferReporter
Enabled: refresh method comment.
refresh() - Method in class antlr.debug.InputBufferAdapter
Enabled:
refresh() - Method in class java.security.Policy
Enabled: Refreshes/reloads the policy configuration.
refresh(Vector) - Method in class antlr.debug.ParserEventSupport
 
refresh(Vector) - Method in class antlr.debug.InputBufferEventSupport
 
refreshListeners() - Method in class antlr.debug.ParserEventSupport
Enabled:
refreshListeners() - Method in class antlr.debug.InputBufferEventSupport
Enabled:
refreshRate - Variable in class java.awt.DisplayMode
 
refReturnAction(Token) - Method in class antlr.MakeGrammar
Enabled:
refReturnAction(Token) - Method in class antlr.DefineGrammarSymbols
Enabled:
refReturnAction(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
refRule(Token, Token, Token, Token, int) - Method in class antlr.MakeGrammar
Enabled:
refRule(Token, Token, Token, Token, int) - Method in class antlr.DefineGrammarSymbols
Enabled:
refRule(Token, Token, Token, Token, int) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
refRuleRoot - Variable in class antlr.ActionTransInfo
Enabled:
refSemPred(Token) - Method in class antlr.MakeGrammar
Enabled:
refSemPred(Token) - Method in class antlr.DefineGrammarSymbols
Enabled:
refSemPred(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
refStringLiteral(Token, Token, int, boolean) - Method in class antlr.MakeGrammar
Enabled:
refStringLiteral(Token, Token, int, boolean) - Method in class antlr.DefineGrammarSymbols
Enabled:
refStringLiteral(Token, Token, int, boolean) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
refToken(Token, Token, Token, Token, boolean, int, boolean) - Method in class antlr.MakeGrammar
Enabled:
refToken(Token, Token, Token, Token, boolean, int, boolean) - Method in class antlr.DefineGrammarSymbols
Enabled: Reference a token
refToken(Token, Token, Token, Token, boolean, int, boolean) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
refTokenRange(Token, Token, Token, int, boolean) - Method in class antlr.MakeGrammar
Enabled:
refTokenRange(Token, Token, Token, int, boolean) - Method in class antlr.DefineGrammarSymbols
Enabled:
refTokenRange(Token, Token, Token, int, boolean) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
refTokensSpecElementOption(Token, Token, Token) - Method in class antlr.MakeGrammar
Enabled:
refTokensSpecElementOption(Token, Token, Token) - Method in class antlr.DefineGrammarSymbols
Enabled:
refTokensSpecElementOption(Token, Token, Token) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
refTreeSpecifier(Token) - Method in class antlr.MakeGrammar
Enabled:
refTreeSpecifier(Token) - Method in class antlr.DefineGrammarSymbols
Enabled:
refTreeSpecifier(Token) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
refWildcard(Token, Token, int) - Method in class antlr.MakeGrammar
Enabled:
refWildcard(Token, Token, int) - Method in class antlr.DefineGrammarSymbols
Enabled:
refWildcard(Token, Token, int) - Method in interface antlr.ANTLRGrammarParseBehavior
Enabled:
REG_DURATION - Static variable in class net.vattp.vls.VatLocationServer
 
Region - class org.eclipse.swt.graphics.Region.
Unsafe:
Region() - Constructor for class org.eclipse.swt.graphics.Region
Suppressed: Constructs a new empty region.
Region(int) - Constructor for class org.eclipse.swt.graphics.Region
Constructs a new region given a handle to the operating system resources that it should represent.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Suppressed: Tests if two string regions are equal.
regionMatches(int, String, int, int) - Method in class java.lang.String
Suppressed: Tests if two string regions are equal.
register() - Method in class org.eclipse.swt.widgets.Control
 
register(Display) - Static method in class org.eclipse.swt.widgets.Display
 
register(Object) - Method in class org.erights.e.elib.debug.Profiler
Enabled: Note that multiple registrations of the same profKey will share the same CallCounter -- this is on purpose.
register(ObjectInputValidation, int) - Method in class java.io.ValidationList
Registers callback.
register(Object, Object) - Method in class com.combex.e.edoc.EDocBuilderImpl
Enabled:
register(Object, Object) - Method in interface com.combex.e.edoc.EDocBuilder
Enabled:
registerComponent(JComponent) - Method in class javax.swing.ToolTipManager
Suppressed: Registers a component for tooltip management.
registerComponent(JComponent) - Method in class javax.swing.ReadObjectCallback
If c isn't a descendant of a component we've already seen, then add it to the roots Vector.
registerEditorKitForContentType(String, String) - Static method in class javax.swing.JEditorPane
Suppressed: Establishes the default bindings of type to classname.
registerEditorKitForContentType(String, String, ClassLoader) - Static method in class javax.swing.JEditorPane
Suppressed: Establishes the default bindings of type to classname.
registerIdentity(Object, BigInteger) - Method in class net.captp.tables.SwissTable
Enabled: Registers obj to have the identity 'swissBase cryptoHash()'.
registerKeyboardAction(ActionListener, KeyStroke, int) - Method in class javax.swing.JComponent
Suppressed: 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
Suppressed: This method is now obsolete, please use a combination of getActionMap() and getInputMap() for similiar behavior.
registerKeyPressed(int) - Static method in class javax.swing.KeyboardState
 
registerKeyReleased(int) - Static method in class javax.swing.KeyboardState
 
registerKeyStroke(KeyStroke, JComponent) - Method in class javax.swing.KeyboardManager
register keystrokes here which are for the WHEN_IN_FOCUSED_WINDOW case.
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
registerListeners() - Method in class javax.swing.SwingDragGestureRecognizer
register this DragGestureRecognizer's Listeners with the Component
registerMenuBar(JMenuBar) - Method in class javax.swing.KeyboardManager
 
registerMsgHandler(byte, MsgHandler) - Method in class net.vattp.data.VatTPConnection
Enabled: Register a MsgHandler for a particular message type.
registerMsgHandler(int, MsgHandler) - Method in class net.vattp.data.DataPath
Register a MsgHandler for a particular message type.
registerNatives() - Static method in class java.lang.Compiler
 
registerNatives() - Static method in class java.lang.Thread
 
registerNatives() - Static method in class java.lang.System
 
registerNatives() - Static method in class java.lang.ClassLoader
 
registerNatives() - Static method in class java.lang.Class
 
registerNatives() - Static method in class java.lang.Object
 
registerNewSwiss(Object, BigInteger) - Method in class net.captp.jcomm.IdentityMgr
Enabled: Just delegates to SwissTable.registerNewSwiss(java.lang.Object, java.math.BigInteger)
registerNewSwiss(Object, BigInteger) - Method in class net.captp.tables.SwissTable
Enabled: Registers ref at 'swissBase.cryptoHash()'.
registerNewTopContainer(Container) - Method in class javax.swing.KeyboardManager
 
registerNextFocusableComponent() - Method in class javax.swing.JComponent
 
registerNextFocusableComponent(Component) - Method in class javax.swing.JComponent
 
registerStaticAttributeKey(Object) - Static method in class javax.swing.text.StyleContext
Suppressed: Registers an object as a static object that is being used as a key in attribute sets.
registerSubclass(Class) - Static method in class java.awt.AWTKeyStroke
Registers a new class which the factory methods in AWTKeyStroke will use when generating new instances of AWTKeyStrokes.
registerType(String) - Static method in class org.eclipse.swt.dnd.Transfer
Enabled: Registers a name for a data type and returns the associated unique identifier.
registerValidation(ObjectInputValidation, int) - Method in class java.io.ObjectInputStream
Enabled: Register an object to be validated before the graph is returned.
registerWithKeyboardManager(boolean) - Method in class javax.swing.JComponent
Registers any bound WHEN_IN_FOCUSED_WINDOW actions with the KeyboardManager.
registerWithKeyboardManager(KeyStroke) - Method in class javax.swing.JComponent
 
regularFont - Variable in class org.eclipse.swt.custom.StyledTextRenderer
 
rehash() - Method in class java.lang.ThreadLocalMap
Re-pack and/or re-size the table.
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.
rehash() - Method in class org.erights.e.elib.tables.IdentityMap
 
rehash() - Method in class org.erights.e.elib.tables.FlexMapImpl
 
rejectDrag() - Method in class java.awt.dnd.DropTargetContext
reject the Drag.
rejectDrag() - Method in class java.awt.dnd.DropTargetDragEvent
Enabled: Rejects 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
Enabled: reject the Drop.
relations - Variable in class javax.accessibility.AccessibleRelationSet
Each entry in the Vector represents an AccessibleRelation.
relationSet - Variable in class javax.accessibility.AccessibleContext
Used to represent the context's relation set
RELATIVE - Static variable in class java.awt.GridBagConstraints
Enabled: Specifies that this component is the next-to-last component in its column or row (gridwidth, gridheight), or that this component be placed next to the previously added component (gridx, gridy).
relativize(URI) - Method in class java.net.URI
Enabled: Relativizes the given URI against this URI.
relativize(URI, URI) - Static method in class java.net.URI
 
release() - Method in class org.eclipse.swt.graphics.Device
Releases any internal resources back to the operating system and clears all fields except the device handle.
release() - Method in class org.eclipse.swt.widgets.Display
Releases any internal resources back to the operating system and clears all fields except the device handle.
release() - Method in class org.erights.e.elib.tables.ShareCount
 
Release() - Method in class org.eclipse.swt.dnd.OleEnumFORMATETC
 
Release() - Method in class org.eclipse.swt.dnd.DropTarget
 
Release() - Method in class org.eclipse.swt.dnd.DragSource
 
Release() - Method in class org.eclipse.swt.dnd.Clipboard
 
releaseChild() - Method in class org.eclipse.swt.widgets.Widget
 
releaseChild() - Method in class org.eclipse.swt.widgets.TreeItem
 
releaseChild() - Method in class org.eclipse.swt.widgets.ToolItem
 
releaseChild() - Method in class org.eclipse.swt.widgets.TableItem
 
releaseChild() - Method in class org.eclipse.swt.widgets.TableColumn
 
releaseChild() - Method in class org.eclipse.swt.widgets.TabItem
 
releaseChild() - Method in class org.eclipse.swt.widgets.ScrollBar
 
releaseChild() - Method in class org.eclipse.swt.widgets.MenuItem
 
releaseChild() - Method in class org.eclipse.swt.widgets.Menu
 
releaseChild() - Method in class org.eclipse.swt.widgets.CoolItem
 
releaseChild() - Method in class org.eclipse.swt.widgets.Caret
 
releaseChildren() - Method in class org.eclipse.swt.widgets.Composite
 
releaseDisplay() - Method in class org.eclipse.swt.widgets.Display
 
releaseFD() - Method in class java.net.PlainSocketImpl
 
releaseHandle() - Method in class org.eclipse.swt.widgets.Widget
 
releaseHandle() - Method in class org.eclipse.swt.widgets.TreeItem
 
releaseHandle() - Method in class org.eclipse.swt.widgets.Menu
 
releaseHandle() - Method in class org.eclipse.swt.widgets.Control
 
releaseImageList(ImageList) - Method in class org.eclipse.swt.widgets.Display
 
releaseImages() - Method in class org.eclipse.swt.widgets.ToolItem
 
releaseItem(TreeItem, TVITEM) - Method in class org.eclipse.swt.widgets.Tree
 
releaseItems(TreeItem[], TVITEM) - Method in class org.eclipse.swt.widgets.Tree
 
releaseMenu() - Method in class org.eclipse.swt.widgets.MenuItem
 
releaseResources() - Method in class org.eclipse.swt.widgets.Widget
 
releaseSegment(Segment) - Method in class javax.swing.text.SegmentCache
Releases a Segment.
releaseSharedSegment(Segment) - Static method in class javax.swing.text.SegmentCache
A convenience method to release a Segment to the shared SegmentCache.
releaseShells() - Method in class org.eclipse.swt.widgets.Shell
 
releaseSynchronizer() - Method in class org.eclipse.swt.widgets.Synchronizer
 
releaseToolDisabledImageList(ImageList) - Method in class org.eclipse.swt.widgets.Display
 
releaseToolHotImageList(ImageList) - Method in class org.eclipse.swt.widgets.Display
 
releaseToolImageList(ImageList) - Method in class org.eclipse.swt.widgets.Display
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Widget
 
releaseWidget() - Method in class org.eclipse.swt.widgets.TreeItem
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Tree
 
releaseWidget() - Method in class org.eclipse.swt.widgets.ToolItem
 
releaseWidget() - Method in class org.eclipse.swt.widgets.ToolBar
 
releaseWidget() - Method in class org.eclipse.swt.widgets.TableItem
 
releaseWidget() - Method in class org.eclipse.swt.widgets.TableColumn
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Table
 
releaseWidget() - Method in class org.eclipse.swt.widgets.TabItem
 
releaseWidget() - Method in class org.eclipse.swt.widgets.TabFolder
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Shell
 
releaseWidget() - Method in class org.eclipse.swt.widgets.ScrollBar
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Scrollable
 
releaseWidget() - Method in class org.eclipse.swt.widgets.ProgressBar
 
releaseWidget() - Method in class org.eclipse.swt.widgets.MenuItem
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Menu
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Label
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Item
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Decorations
 
releaseWidget() - Method in class org.eclipse.swt.widgets.CoolItem
 
releaseWidget() - Method in class org.eclipse.swt.widgets.CoolBar
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Control
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Composite
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Caret
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Canvas
 
releaseWidget() - Method in class org.eclipse.swt.widgets.Button
 
RELIANCE - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
RELIANT - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
RELIES - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
reloadProviders - Static variable in class java.security.Security
 
reloadProviders() - Static method in class java.security.Security
 
RELY - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
REMAINDER - Static variable in class java.awt.GridBagConstraints
Enabled: Specifies that this component is the last component in its column or row.
remainder(BigInteger) - Method in class java.math.BigInteger
Enabled: Returns a BigInteger whose value is (this % val).
remainder(double) - Method in class java.lang.Double
Added: Remainder from truncDivide operation.
remainder(double, double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled: Remainder from truncDivide operation.
remaining() - Method in interface org.erights.e.elib.eio.InStream
Enabled: How many elements remain in the stream?
RemoteCall - class org.erights.e.elib.serial.RemoteCall.
Safe: A RemoteCall unserializes into the result of
RemoteCall(Object, String, Object[]) - Constructor for class org.erights.e.elib.serial.RemoteCall
Enabled: Descibe an invocation to be run on the other side of a serialization barrier of some sort.
RemoteDelivery - class org.erights.e.elib.serial.RemoteDelivery.
Safe: A RemoteDelivery unserializes into the result of
RemoteDelivery(Object, String, Object[]) - Constructor for class org.erights.e.elib.serial.RemoteDelivery
Enabled: Descibe an invocation to be run on the other side of a serialization barrier of some sort.
RemoteHandler - class net.captp.jcomm.RemoteHandler.
Handles the tail-ends of remote references.
RemoteHandler(CapTPConnection, int, Object) - Constructor for class net.captp.jcomm.RemoteHandler
 
RemotePromise - class org.erights.e.elib.ref.RemotePromise.
A RemotePromise is a Proxy intended to represent a promise that will be resolved remotely (in another vat).
RemotePromise(ProxyHandler) - Constructor for class org.erights.e.elib.ref.RemotePromise
 
RemotePromiseHandler - class net.captp.jcomm.RemotePromiseHandler.
Handles an unresolved remote reference (a RemotePromise).
RemotePromiseHandler(CapTPConnection, int) - Constructor for class net.captp.jcomm.RemotePromiseHandler
Construct a new RemotePromiseHandler.
remoteSearchPath() - Method in class net.captp.jcomm.CapTPConnection
 
remoteVatID() - Method in class net.captp.jcomm.CapTPConnection
Return the identity of the party to whom we are speaking.
REMOVE - Static variable in class javax.swing.event.EventType
Remove type.
remove() - Method in class java.util.ListItr
 
remove() - Method in class java.util.IdentityHashMapIterator
 
remove() - Method in interface java.util.ListIterator
Enabled: Removes from the list the last element that was returned by next or previous (optional operation).
remove() - Method in class java.util.EntryIterator
 
remove() - Method in class java.util.HashIterator
 
remove() - Method in class java.util.Enumerator
 
remove() - Method in class java.util.HashIterator
 
remove() - Method in class java.util.Itr
 
remove() - Method in class java.util.EmptyIterator
 
remove() - Method in interface java.util.Iterator
Enabled: Removes from the underlying collection the last element returned by the iterator (optional operation).
remove() - Method in class java.util.Entry
Remove this entry from the linked list.
remove() - Method in class java.util.LinkedHashIterator
 
remove(AbstractButton) - Method in class javax.swing.ButtonGroup
Enabled: Removes the button from the group.
remove(AccessibleRelation) - Method in class javax.accessibility.AccessibleRelationSet
Enabled: Removes a relation from the current relation set.
remove(AccessibleState) - Method in class javax.accessibility.AccessibleStateSet
Enabled: Removes a state from the current state set.
remove(ActionListener, ActionListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: 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
Enabled: Removes the old adjustment-listener from adjustment-listener-l and returns the resulting multicast listener.
remove(AWTEventListener, AWTEventListener) - Static method in class java.awt.ToolkitEventMulticaster
 
remove(Class, EventListener) - Method in class javax.swing.event.EventListenerList
Suppressed: Removes the listener as a listener of the specified type.
remove(Component) - Method in class java.awt.Container
Enabled: Removes the specified component from this container.
remove(Component) - Method in class javax.swing.JSplitPane
Enabled: Removes the child component, component from the pane.
remove(Component) - Method in class javax.swing.JInternalFrame
Suppressed: Removes the specified component from this container.
remove(Component) - Method in class javax.swing.JViewport
Enabled: Removes the Viewports one lightweight child.
remove(Component) - Method in class javax.swing.JWindow
Enabled: Removes the specified component from this container.
remove(Component) - Method in class javax.swing.JTabbedPane
Enabled: Removes the specified Component from the JTabbedPane.
remove(Component) - Method in class javax.swing.JMenu
Enabled: Removes the component c from this menu.
remove(Component) - Method in class javax.swing.JApplet
Enabled: Removes the specified component from this container.
remove(Component) - Method in class javax.swing.JFrame
Enabled: Removes the specified component from this container.
remove(Component) - Method in class javax.swing.JDialog
Suppressed: Removes the specified component from this container.
remove(ComponentListener, ComponentListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: 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
Enabled: Removes the old container-listener from container-listener-l and returns the resulting multicast listener.
remove(DocumentFilter.FilterBypass, int, int) - Method in class javax.swing.text.DocumentFilter
Suppressed: Invoked prior to removal of the specified region in the specified Document.
remove(DocumentFilter.FilterBypass, int, int) - Method in class javax.swing.text.DefaultDocumentFilter
 
remove(DragSourceListener, DragSourceListener) - Static method in class java.awt.dnd.DnDEventMulticaster
Removes the old drag-source-listener from drag-source-listener-l and returns the resulting multicast listener.
remove(DragSourceMotionListener, DragSourceMotionListener) - Static method in class java.awt.dnd.DnDEventMulticaster
Removes the old drag-source-motion-listener from drag-source-motion-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(EventListener) - Method in class java.awt.ToolkitEventMulticaster
 
remove(EventListener) - Method in class java.awt.dnd.DnDEventMulticaster
Removes a listener from this multicaster and returns the resulting multicast listener.
remove(FocusListener, FocusListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: 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
Enabled: 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
Enabled: 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
Enabled: Removes the old input-method-listener from input-method-listener-l and returns the resulting multicast listener.
remove(int) - Method in class antlr.collections.impl.BitSet
Enabled:
remove(int) - Method in class java.awt.Menu
Suppressed: Removes the menu item at the specified index from this menu.
remove(int) - Method in class java.awt.Container
Enabled: Removes the component, specified by index, from this container.
remove(int) - Method in class java.awt.MenuBar
Suppressed: Removes the menu located at the specified index from this menu bar.
remove(int) - Method in class java.awt.List
Suppressed: Remove the item at the specified position from this scrolling list.
remove(int) - Method in class java.awt.Choice
Suppressed: Removes an item from the choice menu at the specified position.
remove(int) - Method in class java.util.LinkedList
Enabled: Removes the element at the specified position in this list.
remove(int) - Method in class java.util.AbstractSequentialList
Enabled: Removes the element at the specified position in this list.
remove(int) - Method in class java.util.ArrayList
Enabled: Removes the element at the specified position in this list.
remove(int) - Method in class java.util.UnmodifiableList
 
remove(int) - Method in class java.util.SynchronizedList
 
remove(int) - Method in class java.util.Vector
Enabled: Removes the element at the specified position in this Vector.
remove(int) - Method in class java.util.AbstractList
Enabled: Removes the element at the specified position in this list (optional operation).
remove(int) - Method in interface java.util.List
Enabled: Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class java.util.SubList
 
remove(int) - Method in class javax.swing.JSplitPane
Enabled: Removes the Component at the specified index.
remove(int) - Method in class javax.swing.JPopupMenu
Enabled: Removes the component at the specified index from this popup menu.
remove(int) - Method in class javax.swing.JTabbedPane
Enabled: Removes the tab and component which corresponds to the specified index.
remove(int) - Method in class javax.swing.JMenu
Enabled: Removes the menu item at the specified index from this menu.
remove(int) - Method in class javax.swing.JLayeredPane
Suppressed: Remove the indexed component from this pane.
remove(int) - Method in class javax.swing.DefaultListModel
Enabled: Removes the element at the specified position in this list.
remove(int) - Method in class javax.swing.text.View
Enabled: Removes one of the children at the given position.
remove(int) - Method in class org.eclipse.swt.custom.CCombo
Enabled: Removes an item at an index.
remove(int) - Static method in class org.eclipse.swt.widgets.WidgetTable
 
remove(int) - Method in class org.eclipse.swt.widgets.Table
Enabled: Removes the item from the receiver at the given zero-relative index.
remove(int) - Method in class org.eclipse.swt.widgets.List
Enabled: Removes the item from the receiver at the given zero-relative index.
remove(int) - Method in class org.eclipse.swt.widgets.ImageList
 
remove(int) - Method in class org.eclipse.swt.widgets.EventTable
 
remove(int) - Method in class org.eclipse.swt.widgets.Combo
Enabled: Removes the item from the receiver's list at the given zero-relative index.
remove(int[]) - Method in class org.eclipse.swt.widgets.Table
Enabled: Removes the items from the receiver's list at the given zero-relative indices.
remove(int[]) - Method in class org.eclipse.swt.widgets.List
Enabled: Removes the items from the receiver at the given zero-relative indices.
remove(int, int) - Method in class javax.swing.text.GapContent
Enabled: Removes part of the content.
remove(int, int) - Method in interface javax.swing.text.Content
Removes some portion of the sequence.
remove(int, int) - Method in class javax.swing.text.AbstractDocument
Enabled: Removes some content from the document.
remove(int, int) - Method in class javax.swing.text.DefaultFilterBypass
 
remove(int, int) - Method in interface javax.swing.text.Document
Enabled: Removes a portion of the content of the document.
remove(int, int) - Method in class javax.swing.text.StringContent
Enabled: Removes part of the content.
remove(int, int) - Method in class javax.swing.text.FilterBypass
Removes the specified region of text, bypassing the DocumentFilter.
remove(int, int) - Method in class org.eclipse.swt.custom.CCombo
Enabled: Removes a range of items.
remove(int, int) - Method in class org.eclipse.swt.widgets.Table
Enabled: Removes the items from the receiver which are between the given zero-relative start and end indices (inclusive).
remove(int, int) - Method in class org.eclipse.swt.widgets.List
Enabled: Removes the items from the receiver which are between the given zero-relative start and end indices (inclusive).
remove(int, int) - Method in class org.eclipse.swt.widgets.Combo
Enabled: Removes the items from the receiver's list which are between the given zero-relative start and end indices (inclusive).
remove(int, int, AbstractDocument.DefaultDocumentEvent) - Method in class javax.swing.text.ElementBuffer
Removes content.
remove(ItemListener, ItemListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Removes the old item-listener from item-listener-l and returns the resulting multicast listener.
remove(JMenuItem) - Method in class javax.swing.JMenu
Suppressed: Removes the specified menu item from this menu.
remove(JRootPane) - Static method in class javax.swing.RunnableCanvas
Remove the RunnableCanvas associated with this applet from the applets Layered pane and clear all of the runnableCanvasTable entries that point at it.
remove(KeyListener, KeyListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Removes the old key-listener from key-listener-l and returns the resulting multicast listener.
remove(KeyStroke) - Method in class javax.swing.ComponentInputMap
Suppressed: Removes the binding for key from this object.
remove(KeyStroke) - Method in class javax.swing.InputMap
Suppressed: Removes the binding for key from this InputMap.
remove(LinkedList.Entry) - Method in class java.util.LinkedList
 
remove(Menu) - Method in class org.eclipse.swt.widgets.Shell
 
remove(Menu) - Method in class org.eclipse.swt.widgets.Decorations
 
remove(MenuComponent) - Method in class java.awt.Menu
Suppressed: Removes the specified menu item from this menu.
remove(MenuComponent) - Method in class java.awt.Frame
Enabled: Removes the specified menu bar from this frame.
remove(MenuComponent) - Method in class java.awt.Component
Enabled: Removes the specified popup menu from the component.
remove(MenuComponent) - Method in interface java.awt.MenuContainer
Enabled:
remove(MenuComponent) - Method in class java.awt.MenuBar
Suppressed: Removes the specified menu component from this menu bar.
remove(MenuItem) - Method in class org.eclipse.swt.widgets.Decorations
 
remove(MouseListener, MouseListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: 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
Enabled: Removes the old mouse-motion-listener from mouse-motion-listener-l and returns the resulting multicast listener.
remove(MouseWheelListener, MouseWheelListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Removes the old mouse-wheel-listener from mouse-wheel-listener-l and returns the resulting multicast listener.
remove(Object) - Method in class java.awt.RenderingHints
Suppressed: Removes the key and its corresponding value from this RenderingHints object.
remove(Object) - Method in class java.security.Provider
Enabled: Removes the key property (and its corresponding value).
remove(Object) - Method in class java.util.IdentityHashMap
Enabled: Removes the mapping for this key from this map if present.
remove(Object) - Method in class java.util.KeySet
 
remove(Object) - Method in class java.util.Values
 
remove(Object) - Method in class java.util.EntrySet
 
remove(Object) - Method in class java.util.UnmodifiableCollection
 
remove(Object) - Method in class java.util.TreeSet
Enabled: Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.LinkedList
Enabled: Removes the first occurrence of the specified element in this list.
remove(Object) - Method in class java.util.KeySet
 
remove(Object) - Method in class java.util.UnmodifiableMap
 
remove(Object) - Method in class java.util.TreeMap
Enabled: Removes the mapping for this key from this TreeMap if present.
remove(Object) - Method in class java.util.EntrySetView
 
remove(Object) - Method in class java.util.SynchronizedMap
 
remove(Object) - Method in class java.util.WeakHashMap
Enabled: Removes the mapping for this key from this map if present.
remove(Object) - Method in class java.util.KeySet
 
remove(Object) - Method in class java.util.EntrySet
 
remove(Object) - Method in class java.util.SynchronizedCollection
 
remove(Object) - Method in class java.util.EntrySet
 
remove(Object) - Method in class java.util.HashSet
Enabled: Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.HashMap
Enabled: Removes the mapping for this key from this map if present.
remove(Object) - Method in class java.util.KeySet
 
remove(Object) - Method in class java.util.EntrySet
 
remove(Object) - Method in class java.util.AbstractMap
Enabled: Removes the mapping for this key from this map if present (optional operation).
remove(Object) - Method in interface java.util.Set
Enabled: Removes the specified element from this set if it is present (optional operation).
remove(Object) - Method in class java.util.Vector
Enabled: 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.List
Enabled: Removes the first occurrence in this list of the specified element (optional operation).
remove(Object) - Method in class java.util.AbstractCollection
Enabled: Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in interface java.util.Collection
Enabled: Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class java.util.Hashtable
Enabled: Removes the key (and its corresponding value) from this hashtable.
remove(Object) - Method in interface java.util.Map
Enabled: Removes the mapping for this key from this map if it is present (optional operation).
remove(Object) - Method in class java.util.Dictionary
Enabled: Removes the key (and its corresponding value) from this dictionary.
remove(Object) - Method in class javax.swing.ArrayTable
 
remove(Object) - Method in class javax.swing.ActionMap
Enabled: Removes the binding for key from this ActionMap.
remove(Object) - Method in class javax.swing.MultiUIDefaults
 
remove(Object) - Method in class org.erights.e.elib.tables.FlexSet
Enabled: 'strict' defaults to false
remove(Object, boolean) - Method in class org.erights.e.elib.tables.FlexSet
Enabled: Removes the element from the set.
remove(String) - Method in class java.awt.List
Suppressed: Removes the first occurrence of an item from the list.
remove(String) - Method in class java.awt.Choice
Suppressed: Removes the first occurrence of item from the Choice menu.
remove(String) - Method in class java.awt.datatransfer.MimeTypeParameterList
Remove any value associated with the given name.
remove(String) - Method in class org.eclipse.swt.custom.CCombo
Enabled: Removes an item.
remove(String) - Method in class org.eclipse.swt.widgets.List
Enabled: Searches the receiver's list starting at the first item until an item is found that is equal to the argument, and removes that item from the list.
remove(String) - Method in class org.eclipse.swt.widgets.Combo
Enabled: Searches the receiver's list starting at the first item until an item is found that is equal to the argument, and removes that item from the list.
remove(TextListener, TextListener) - Static method in class java.awt.AWTEventMulticaster
Enabled:
remove(Thread) - Static method in class java.lang.Shutdown
 
remove(Thread) - Method in class java.lang.ThreadGroup
Removes the specified Thread from this group.
remove(ThreadGroup) - Method in class java.lang.ThreadGroup
Removes the specified Thread group from this group.
remove(WindowFocusListener, WindowFocusListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Removes the old window-focus-listener from window-focus-listener-l and returns the resulting multicast listener.
remove(WindowListener, WindowListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Removes the old window-listener from window-listener-l and returns the resulting multicast listener.
remove(WindowStateListener, WindowStateListener) - Static method in class java.awt.AWTEventMulticaster
Enabled: Removes the old window-state-listener from window-state-listener-l and returns the resulting multicast listener.
removeAccessibleSelection(int) - Method in class java.awt.AccessibleAWTMenuComponent
Removes the specified child of the object from the object's selection.
removeAccessibleSelection(int) - Method in class java.awt.AccessibleAWTList
Removes the specified selected item in the object from the object's selection.
removeAccessibleSelection(int) - Method in interface javax.accessibility.AccessibleSelection
Enabled: Removes the specified child of the object from the object's selection.
removeAccessibleSelection(int) - Method in class javax.swing.AccessibleJTree
Removes the specified selected item in the object from the object's selection.
removeAccessibleSelection(int) - Method in class javax.swing.AccessibleJTreeNode
Removes the specified selected item in the object from the object's selection.
removeAccessibleSelection(int) - Method in class javax.swing.AccessibleJTable
Removes the specified child of the object from the object's selection.
removeAccessibleSelection(int) - Method in class javax.swing.AccessibleJComboBox
Removes the specified child of the object from the object's selection.
removeAccessibleSelection(int) - Method in class javax.swing.AccessibleJList
Removes the specified selected item in the object from the object's selection.
removeAccessibleSelection(int) - Method in class javax.swing.AccessibleJMenu
Removes the nth item from the selection.
removeAccessibleSelection(int) - Method in class javax.swing.AccessibleJMenuBar
Removes the nth selected item in the object from the object's selection.
removeAccessibleSelection(int) - Method in class javax.swing.AccessibleJTabbedPane
 
removeActionListener(ActionListener) - Method in class java.awt.MenuItem
Suppressed: Removes the specified action listener so it no longer receives action events from this menu item.
removeActionListener(ActionListener) - Method in class java.awt.TextField
Suppressed: Removes the specified action listener so that it no longer receives action events from this text field.
removeActionListener(ActionListener) - Method in class java.awt.List
Suppressed: Removes the specified action listener so that it no longer receives action events from this list.
removeActionListener(ActionListener) - Method in class java.awt.Button
Suppressed: Removes the specified action listener so that it no longer receives action events from this button.
removeActionListener(ActionListener) - Method in class javax.swing.JFileChooser
Enabled: Removes an ActionListener from the file chooser.
removeActionListener(ActionListener) - Method in interface javax.swing.ComboBoxEditor
Enabled: Remove an ActionListener
removeActionListener(ActionListener) - Method in class javax.swing.JComboBox
Enabled: Removes an ActionListener.
removeActionListener(ActionListener) - Method in class javax.swing.Timer
Suppressed: Removes the specified action listener from the Timer.
removeActionListener(ActionListener) - Method in class javax.swing.DefaultButtonModel
Enabled: Removes an ActionListener from the button.
removeActionListener(ActionListener) - Method in interface javax.swing.ButtonModel
Enabled: Removes an ActionListener from the button.
removeActionListener(ActionListener) - Method in class javax.swing.JTextField
Enabled: Removes the specified action listener so that it no longer receives action events from this textfield.
removeActionListener(ActionListener) - Method in class javax.swing.AbstractButton
Enabled: Removes an ActionListener from the button.
removeAdjustmentListener(AdjustmentListener) - Method in interface java.awt.Adjustable
Enabled: Removes an adjustment listener.
removeAdjustmentListener(AdjustmentListener) - Method in class java.awt.Scrollbar
Suppressed: Removes the specified adjustment listener so that it no longer receives instances of AdjustmentEvent from this scroll bar.
removeAdjustmentListener(AdjustmentListener) - Method in class java.awt.ScrollPaneAdjustable
Enabled: Removes the specified adjustment listener so that it no longer receives adjustment events from this ScrollPaneAdjustable.
removeAdjustmentListener(AdjustmentListener) - Method in class javax.swing.JScrollBar
Enabled: Removes an AdjustmentEvent listener.
removeAll() - Method in class java.awt.Menu
Suppressed: Removes all items from this menu.
removeAll() - Method in class java.awt.Container
Enabled: Removes all the components from this container.
removeAll() - Method in class java.awt.List
Suppressed: Removes all items from this list.
removeAll() - Method in class java.awt.Choice
Suppressed: Removes all items from the choice menu.
removeAll() - Method in class javax.swing.JSplitPane
Enabled: Removes all the child components from the split pane.
removeAll() - Method in class javax.swing.JTabbedPane
Enabled: Removes all the tabs and their corresponding components from the tabbedpane.
removeAll() - Method in class javax.swing.JMenu
Enabled: Removes all menu items from this menu.
removeAll() - Method in class javax.swing.text.View
Enabled: Removes all of the children.
removeAll() - Method in class org.eclipse.swt.custom.TableTree
Enabled: Removes all items.
removeAll() - Method in class org.eclipse.swt.custom.CCombo
Enabled: Removes all items.
removeAll() - Method in class org.eclipse.swt.widgets.Tree
Enabled: Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.swt.widgets.Table
Enabled: Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.swt.widgets.List
Enabled: Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.swt.widgets.Combo
Enabled: Removes all of the items from the receiver's list.
removeAll() - Method in class org.erights.e.elib.tables.WeakValueMap
Enabled: Does not remove garbage first
removeAll() - Method in class org.erights.e.elib.tables.WeakKeyMap
Enabled: Does not remove garbage first
removeAll() - Method in class org.erights.e.elib.tables.IdentityMap
Enabled: Rather than doing a write-fault (which would make a private copy to be immediately dropped) this decrements the sharing count and re-initializes.
removeAll() - Method in class org.erights.e.elib.tables.FlexTrijection
Enabled:
removeAll() - Method in class org.erights.e.elib.tables.FlexMapImpl
Rather than doing a write-fault (which would make a private copy to be immediately dropped) this decrements the sharing count and re-initializes.
removeAll() - Method in class org.erights.e.elib.tables.FlexMap
Enabled: Removes all associations from this map, leaving this map empty.
removeAll() - Method in class org.erights.e.elib.tables.FlexBijection
Deprecated. Enabled:
removeAll(Collection) - Method in class java.util.KeySet
 
removeAll(Collection) - Method in class java.util.EntrySet
 
removeAll(Collection) - Method in class java.util.UnmodifiableCollection
 
removeAll(Collection) - Method in class java.util.SynchronizedCollection
 
removeAll(Collection) - Method in class java.util.AbstractSet
Enabled: Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in interface java.util.Set
Enabled: 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
Enabled: Removes from this Vector all of its elements that are contained in the specified Collection.
removeAll(Collection) - Method in interface java.util.List
Enabled: Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in class java.util.AbstractCollection
Enabled: Removes from this collection all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in interface java.util.Collection
Enabled: Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Iteratable) - Method in class org.erights.e.elib.tables.FlexSet
Enabled: 'strict' defaults to false
removeAll(Iteratable, boolean) - Method in class org.erights.e.elib.tables.FlexSet
Enabled:
removeAllElements() - Method in class java.util.Vector
Enabled: Removes all components from this vector and sets its size to zero.
removeAllElements() - Method in class javax.swing.DefaultComboBoxModel
Enabled: Empties the list.
removeAllElements() - Method in class javax.swing.DefaultListModel
Enabled: Removes all components from this list and sets its size to zero.
removeAllHighlights() - Method in class javax.swing.text.DefaultHighlighter
Enabled: Removes all highlights.
removeAllHighlights() - Method in interface javax.swing.text.Highlighter
Enabled: Removes all highlights this highlighter is responsible for.
removeAllItems() - Method in class javax.swing.JComboBox
Enabled: Removes all items from the item list.
removeAllListeners() - Method in class javax.swing.AncestorNotifier
 
removeAncestorListener(AncestorListener) - Method in class javax.swing.AncestorNotifier
 
removeAncestorListener(AncestorListener) - Method in class javax.swing.JComponent
Suppressed: Unregisters listener so that it will no longer receive AncestorEvents.
removeArmListener(ArmListener) - Method in class org.eclipse.swt.widgets.MenuItem
Enabled: Removes the listener from the collection of listeners who will be notified when the arm events are generated for the control.
removeAssignmentFromDeclaration(String) - Method in class antlr.CodeGenerator
Remove the assignment portion of a declaration, if any.
removeAttribute(AttributeSet, Object) - Method in class javax.swing.text.StyleContext
Enabled: Removes an attribute from the set.
removeAttribute(AttributeSet, Object) - Method in interface javax.swing.text.AttributeContext
Removes an attribute from the set.
removeAttribute(Object) - Method in class javax.swing.text.AbstractElement
Removes an attribute from the set.
removeAttribute(Object) - Method in class javax.swing.text.NamedStyle
Removes an attribute from the set.
removeAttribute(Object) - Method in class javax.swing.text.SimpleAttributeSet
Enabled: Removes an attribute from the list.
removeAttribute(Object) - Method in interface javax.swing.text.MutableAttributeSet
Enabled: Removes an attribute with the given name.
removeAttribute(Object) - Method in class javax.swing.text.KeyBuilder
Removes the given name from the set.
removeAttributes(AttributeSet) - Method in class javax.swing.text.AbstractElement
Removes a set of attributes for the element.
removeAttributes(AttributeSet) - Method in class javax.swing.text.NamedStyle
Removes a set of attributes for the element.
removeAttributes(AttributeSet) - Method in class javax.swing.text.SimpleAttributeSet
Enabled: Removes a set of attributes from the list.
removeAttributes(AttributeSet) - Method in interface javax.swing.text.MutableAttributeSet
Enabled: Removes a set of attributes with the given name.
removeAttributes(AttributeSet) - Method in class javax.swing.text.KeyBuilder
Removes the set of matching attributes from the set.
removeAttributes(AttributeSet, AttributeSet) - Method in class javax.swing.text.StyleContext
Enabled: Removes a set of attributes for the element.
removeAttributes(AttributeSet, AttributeSet) - Method in interface javax.swing.text.AttributeContext
Removes a set of attributes for the element.
removeAttributes(AttributeSet, Enumeration) - Method in class javax.swing.text.StyleContext
Enabled: Removes a set of attributes for the element.
removeAttributes(AttributeSet, Enumeration) - Method in interface javax.swing.text.AttributeContext
Removes a set of attributes for the element.
removeAttributes(Enumeration) - Method in class javax.swing.text.AbstractElement
Removes a set of attributes for the element.
removeAttributes(Enumeration) - Method in class javax.swing.text.NamedStyle
Removes a set of attributes for the element.
removeAttributes(Enumeration) - Method in class javax.swing.text.SimpleAttributeSet
Enabled: Removes a set of attributes from the list.
removeAttributes(Enumeration) - Method in interface javax.swing.text.MutableAttributeSet
Enabled: Removes an attribute set with the given names.
removeAttributes(Enumeration) - Method in class javax.swing.text.KeyBuilder
Removes the set of keys from the set.
removeAuxiliaryLookAndFeel(LookAndFeel) - Static method in class javax.swing.UIManager
Suppressed: Removes a LookAndFeel from the list of auxiliary look and feels.
removeAWTEventListener(AWTEventListener) - Method in class java.awt.Toolkit
Suppressed: Removes an AWTEventListener from receiving dispatched AWTEvents.
removeBar(Menu) - Method in class org.eclipse.swt.widgets.Display
 
removeBidiSegmentListener(BidiSegmentListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Removes the specified bidirectional segment listener.
removeBindings() - Method in class javax.swing.text.DefaultKeymap
 
removeBindings() - Method in interface javax.swing.text.Keymap
Enabled: Removes all bindings from the keymap.
removeByNameAndSignature(Collection, Method) - Static method in class java.lang.Class
 
removeCaretListener(CaretListener) - Method in class javax.swing.text.JTextComponent
Enabled: Removes a caret listener.
removeCellEditorListener(CellEditorListener) - Method in class javax.swing.AbstractCellEditor
Enabled: Removes a CellEditorListener from the listener list.
removeCellEditorListener(CellEditorListener) - Method in interface javax.swing.CellEditor
Enabled: Removes a listener from the list that's notified
removeCertificate(Certificate) - Method in class java.security.Identity
Deprecated. Enabled: Removes a certificate from this identity.
removeChangeListener(ChangeListener) - Method in class javax.swing.JSlider
Enabled: Removes a ChangeListener from the slider.
removeChangeListener(ChangeListener) - Method in class javax.swing.JProgressBar
Enabled: Removes a ChangeListener from the progress bar.
removeChangeListener(ChangeListener) - Method in class javax.swing.JViewport
Enabled: 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.DefaultBoundedRangeModel
Enabled: Removes a ChangeListener.
removeChangeListener(ChangeListener) - Method in interface javax.swing.BoundedRangeModel
Enabled: Removes a ChangeListener from the model's listener list.
removeChangeListener(ChangeListener) - Method in class javax.swing.MenuSelectionManager
Enabled: Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) - Method in class javax.swing.DefaultButtonModel
Enabled: Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) - Method in interface javax.swing.ButtonModel
Enabled: Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) - Method in class javax.swing.DefaultSingleSelectionModel
Enabled: Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) - Method in interface javax.swing.SingleSelectionModel
Enabled: Removes listener as a listener to changes in the model.
removeChangeListener(ChangeListener) - Method in class javax.swing.JTabbedPane
Enabled: Removes a ChangeListener from this tabbedpane.
removeChangeListener(ChangeListener) - Method in class javax.swing.AbstractButton
Enabled: Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) - Method in interface javax.swing.SpinnerModel
Enabled: Removes a ChangeListener from the model's listener list.
removeChangeListener(ChangeListener) - Method in class javax.swing.JSpinner
Enabled: Removes a ChangeListener from this spinner.
removeChangeListener(ChangeListener) - Method in class javax.swing.AbstractSpinnerModel
Enabled: Removes a ChangeListener from the model's listener list.
removeChangeListener(ChangeListener) - Method in class javax.swing.text.NamedStyle
Removes a change listener.
removeChangeListener(ChangeListener) - Method in interface javax.swing.text.Style
Enabled: Removes a listener that was tracking attribute changes.
removeChangeListener(ChangeListener) - Method in class javax.swing.text.StyleContext
Suppressed: Removes a listener that was tracking styles being added or removed.
removeChangeListener(ChangeListener) - Method in class javax.swing.text.DefaultCaret
Enabled: Removes a listener that was tracking caret position changes.
removeChangeListener(ChangeListener) - Method in interface javax.swing.text.Caret
Enabled: Removes a listener that was tracking caret position changes.
removeChildren() - Method in class antlr.BaseAST
Enabled: Remove all children
removeChoosableFileFilter(FileFilter) - Method in class javax.swing.JFileChooser
Enabled: Removes a filter from the list of user choosable file filters.
removeChooserPanel(AbstractColorChooserPanel) - Method in class javax.swing.JColorChooser
Enabled: Removes the Color Panel specified.
removeColumn(TableColumn) - Method in class javax.swing.JTable
Enabled: Removes aColumn from this JTable's array of columns.
removeColumnSelectionInterval(int, int) - Method in class javax.swing.JTable
Enabled: Deselects the columns from index0 to index1, inclusive.
removeCompetingPredictionSets(BitSet, AlternativeElement) - Method in class antlr.LLkAnalyzer
Remove the prediction sets from preceding alternatives and follow set, but *only* if this element is the first element of the alternative.
removeCompetingPredictionSetsFromWildcard(Lookahead[], AlternativeElement, int) - Method in class antlr.LLkAnalyzer
Remove the prediction sets from preceding alternatives The class members currenBlock must be set correctly.
removeComponentListener(ComponentListener) - Method in class java.awt.Component
Enabled: Removes the specified component listener so that it no longer receives component events from this component.
removeConstraints(Component) - Method in class java.awt.GridBagLayout
Removes the constraints for the specified component in this layout
removeContainerListener(ContainerListener) - Method in class java.awt.Container
Enabled: Removes the specified container listener so it no longer receives container events from this container.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Tracker
Enabled: Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TableColumn
Enabled: Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeCTabFolderListener(CTabFolderListener) - Method in class org.eclipse.swt.custom.CTabFolder
Enabled: Removes the listener.
removed - Variable in class javax.swing.text.ElementEdit
 
removed - Variable in class javax.swing.text.ElemChanges
 
removed - Variable in class javax.swing.text.PlainDocument
 
removeDataConnection(String) - Method in class net.vattp.data.VatTPMgr
Remove an existing VatTPConnection object that can or will be able to be used for data transfer (That is, one that is not dying or dead) from the hash table which holds it and return it.
removeDescendantSelectedPaths(TreeModelEvent) - Method in class javax.swing.JTree
Removes any paths from the selection model that are descendants of the nodes identified by in e.
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.
removeDieing(VatTPConnection) - Method in class net.vattp.data.VatTPMgr
Remove an entry from myDieingConnections
removeDisposeListener(DisposeListener) - Method in class org.eclipse.swt.widgets.Widget
Enabled: Removes the listener from the collection of listeners who will be notifed when the widget is disposed.
removeDocumentListener(DocumentListener) - Method in class javax.swing.text.DefaultStyledDocument
Enabled: Removes a document listener.
removeDocumentListener(DocumentListener) - Method in class javax.swing.text.AbstractDocument
Enabled: Removes a document listener.
removeDocumentListener(DocumentListener) - Method in interface javax.swing.text.Document
Enabled: Unregisters the given observer from the notification list so it will no longer receive change updates.
removeDoneListener(ListenerBase) - Method in class antlr.debug.ParserEventSupport
Enabled:
removeDots(char[], int[]) - Static method in class java.net.URI
 
removeDragGestureListener(DragGestureListener) - Method in class java.awt.dnd.DragGestureRecognizer
Enabled: unregister the current DragGestureListener
removeDragListener(DragSourceListener) - Method in class org.eclipse.swt.dnd.DragSource
Enabled: Removes the listener from the collection of listeners who will be notified when a drag and drop operation is in progress.
removeDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSource
Suppressed: Removes the specified DragSourceListener from this DragSource.
removeDragSourceListener(DragSourceListener) - Method in class java.awt.dnd.DragSourceContext
Enabled: Removes the specified DragSourceListener from this DragSourceContext.
removeDragSourceMotionListener(DragSourceMotionListener) - Method in class java.awt.dnd.DragSource
Suppressed: Removes the specified DragSourceMotionListener from this DragSource.
removeDropListener(DropTargetListener) - Method in class org.eclipse.swt.dnd.DropTarget
Enabled: Removes the listener from the collection of listeners who will be notified when a drag and drop operation is in progress.
removeDropTargetListener(DropTargetListener) - Method in class java.awt.dnd.DropTarget
Enabled: Removes the current DropTargetListener (UNICAST SOURCE).
removeDropTargetListener(DropTargetListener) - Method in class javax.swing.SwingDropTarget
 
removeEditor() - Method in class javax.swing.JTable
Enabled: Discards the editor object and frees the real estate it used for cell rendering.
removeEldestEntry(Map.Entry) - Method in class java.util.LinkedHashMap
Returns true if this map should remove its eldest entry.
removeElement(Object) - Method in class antlr.collections.impl.Vector
Enabled:
removeElement(Object) - Method in class antlr.collections.impl.IndexedVector
Enabled: remove element referred to by key NOT value; return false if not found.
removeElement(Object) - Method in class java.util.Vector
Enabled: Removes the first (lowest-indexed) occurrence of the argument from this vector.
removeElement(Object) - Method in class javax.swing.DefaultComboBoxModel
Enabled:
removeElement(Object) - Method in interface javax.swing.MutableComboBoxModel
Enabled: Removes an item from the model.
removeElement(Object) - Method in class javax.swing.DefaultListModel
Enabled: Removes the first (lowest-indexed) occurrence of the argument from this list.
removeElementAt(int) - Method in class java.util.Vector
Enabled: Deletes the component at the specified index.
removeElementAt(int) - Method in class javax.swing.DefaultComboBoxModel
Enabled:
removeElementAt(int) - Method in interface javax.swing.MutableComboBoxModel
Enabled: Removes an item at a specific index.
removeElementAt(int) - Method in class javax.swing.DefaultListModel
Enabled: Deletes the component at the specified index.
removeElements(Element, int, int) - Method in class javax.swing.text.ElementBuffer
Remove the elements from elem in range rmOffs0, rmOffs1.
removeEntries(int, int) - Method in class javax.swing.SizeSequence
Enabled: Removes a contiguous group of entries from this SizeSequence.
removeEntryForKey(Object) - Method in class java.util.HashMap
Removes and returns the entry associated with the specified key in the HashMap.
removeExtendedModifyListener(ExtendedModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Removes the specified extended modify listener.
removeFaultHandler(OneArgFunc) - Method in class net.captp.jcomm.IdentityMgr
Enabled:
removeFaultHandler(OneArgFunc) - Method in class net.captp.tables.SwissTable
Enabled: Removes a registered (by addFaultHandler) swissDB.
removeFilter(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Removes the listener from the collection of listeners who will be notifed when an event of the given type occurs anywhere in SWT.
removeFirst() - Method in class antlr.TokenQueue
Remove token from front of queue
removeFirst() - Method in class antlr.CharQueue
Enabled: Remove char from front of queue
removeFirst() - Method in class java.util.LinkedList
Enabled: Removes and returns the first element from this list.
removeFirst() - Method in class org.eclipse.swt.widgets.Synchronizer
 
removeFirstRequest() - Static method in class java.awt.KeyboardFocusManager
 
removeFocusListener(FocusListener) - Method in class java.awt.AccessibleAWTComponent
Removes the specified focus listener so it no longer receives focus events from this component.
removeFocusListener(FocusListener) - Method in class java.awt.AccessibleAWTMenuComponent
Removes the specified focus listener so it no longer receives focus events from this component.
removeFocusListener(FocusListener) - Method in class java.awt.Component
Suppressed: Removes the specified focus listener so that it no longer receives focus events from this component.
removeFocusListener(FocusListener) - Method in class java.awt.AccessibleAWTListChild
Removes the specified focus listener so it no longer receives focus events from this component.
removeFocusListener(FocusListener) - Method in interface javax.accessibility.AccessibleComponent
Enabled: Removes the specified focus listener so it no longer receives focus events from this component.
removeFocusListener(FocusListener) - Method in class javax.swing.AccessibleJTreeNode
 
removeFocusListener(FocusListener) - Method in class javax.swing.AccessibleJTableCell
 
removeFocusListener(FocusListener) - Method in class javax.swing.AccessibleJListChild
 
removeFocusListener(FocusListener) - Method in class javax.swing.Page
 
removeFocusListener(FocusListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Removes the listener from the collection of listeners who will be notified when the control gains or loses focus.
removeFocusRequest(Component) - Static method in class java.awt.KeyboardFocusManager
 
removeFromFrameList() - Method in class java.awt.Frame
 
removeHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.MenuItem
Enabled: Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
removeHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Menu
Enabled: Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
removeHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
removeHierarchyBoundsListener(HierarchyBoundsListener) - Method in class java.awt.Component
Suppressed: 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
Suppressed: Removes the specified hierarchy listener so that it no longer receives hierarchy changed events from this component.
removeHighlight(Object) - Method in class javax.swing.text.DefaultHighlighter
Enabled: Removes a highlight from the view.
removeHighlight(Object) - Method in interface javax.swing.text.Highlighter
Enabled: Removes a highlight from the view.
removeHyperlinkListener(HyperlinkListener) - Method in class javax.swing.JEditorPane
Enabled: Removes a hyperlink listener.
removeIconFor(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
Convenience method to remove the desktopIcon of f is necessary.
removeIdentified(String) - Method in class net.vattp.data.VatTPMgr
Remove an entry from myIdentifiedConnections
removeIdentity(Identity) - Method in class java.security.IdentityScope
Enabled: Removes an identity from this identity scope.
removeImage(Image) - Method in class java.awt.MediaTracker
Enabled: Removes the specified image from this media tracker.
removeImage(Image, int) - Method in class java.awt.MediaTracker
Enabled: Removes the specified image from the specified tracking ID of this media tracker.
removeImage(Image, int, int, int) - Method in class java.awt.MediaTracker
Enabled: Removes the specified image with the specified width, height, and ID from this media tracker.
removeImageLoaderListener(ImageLoaderListener) - Method in class org.eclipse.swt.graphics.ImageLoader
Suppressed: Removes a listener that was receiving image loader events.
removeIndexInterval(int, int) - Method in class javax.swing.DefaultListSelectionModel
Enabled: Remove the indices in the interval index0,index1 (inclusive) from the selection model.
removeIndexInterval(int, int) - Method in interface javax.swing.ListSelectionModel
Enabled: Remove the indices in the interval index0,index1 (inclusive) from the selection model.
removeInputBufferListener(InputBufferListener) - Method in class antlr.debug.InputBufferEventSupport
Enabled:
removeInputBufferListener(InputBufferListener) - Method in class antlr.debug.DebuggingInputBuffer
Enabled:
removeInputMethodListener(InputMethodListener) - Method in class java.awt.Component
Suppressed: 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.
removeInternal(EventListener, EventListener) - Static method in class java.awt.dnd.DnDEventMulticaster
Returns the resulting multicast listener after removing the old listener from listener-l.
removeInternalFrameListener(InternalFrameListener) - Method in class javax.swing.JInternalFrame
Suppressed: 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
Suppressed: Remove a component from the list of invalid components.
removeItem(Object) - Method in class javax.swing.JComboBox
Enabled: Removes an item from the item list.
removeItem(TableTreeItem) - Method in class org.eclipse.swt.custom.TableTreeItem
 
removeItem(TableTreeItem) - Method in class org.eclipse.swt.custom.TableTree
 
removeItemAt(int) - Method in class javax.swing.JComboBox
Enabled: Removes the item at anIndex This method works only if the JComboBox uses a mutable data model.
removeItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
Enabled: Removes an item listener.
removeItemListener(ItemListener) - Method in class java.awt.List
Suppressed: Removes the specified item listener so that it no longer receives item events from this list.
removeItemListener(ItemListener) - Method in class java.awt.Choice
Suppressed: Removes the specified item listener so that it no longer receives item events from this Choice menu.
removeItemListener(ItemListener) - Method in class java.awt.CheckboxMenuItem
Suppressed: Removes the specified item listener so that it no longer receives item events from this check box menu item.
removeItemListener(ItemListener) - Method in class java.awt.Checkbox
Suppressed: Removes the specified item listener so that the item listener no longer receives item events from this check box.
removeItemListener(ItemListener) - Method in class javax.swing.JComboBox
Enabled: Removes an ItemListener.
removeItemListener(ItemListener) - Method in class javax.swing.DefaultButtonModel
Enabled: Removes an ItemListener from the button.
removeItemListener(ItemListener) - Method in interface javax.swing.ButtonModel
Enabled: Removes an ItemListener from the button.
removeItemListener(ItemListener) - Method in class javax.swing.AbstractButton
Enabled: Removes an ItemListener from the button.
removeKey(Object) - Method in class org.erights.e.elib.tables.IdentityMap
Enabled: Defaults to not strict
removeKey(Object) - Method in class org.erights.e.elib.tables.FlexMap
Enabled: Defaults 'strict' to false
removeKey(Object, boolean) - Method in class org.erights.e.elib.tables.WeakValueMap
Enabled: Does not remove garbage first.
removeKey(Object, boolean) - Method in class org.erights.e.elib.tables.WeakKeyMap
Enabled: Does not remove garbage first.
removeKey(Object, boolean) - Method in class org.erights.e.elib.tables.IdentityMap
Enabled:
removeKey(Object, boolean) - Method in class org.erights.e.elib.tables.FlexTrijection
Enabled: Removes g[f[x]] and f[x].
removeKey(Object, boolean) - Method in class org.erights.e.elib.tables.FlexMapImpl
 
removeKey(Object, boolean) - Method in class org.erights.e.elib.tables.FlexMap
Enabled: Removes the given key (or its equivalent, according to the equal function) from the collection.
removeKey(Object, boolean) - Method in class org.erights.e.elib.tables.FlexBijection
Deprecated. Enabled:
removeKeyEventDispatcher(KeyEventDispatcher) - Method in class java.awt.KeyboardFocusManager
Suppressed: Removes a KeyEventDispatcher which was previously added to this KeyboardFocusManager's dispatcher chain.
removeKeyEventDispatcher(KeyEventDispatcher) - Method in class javax.swing.DelegatingDefaultFocusManager
 
removeKeyEventPostProcessor(KeyEventPostProcessor) - Method in class java.awt.KeyboardFocusManager
Suppressed: Removes a previously added KeyEventPostProcessor from this KeyboardFocusManager's post-processor chain.
removeKeyListener(KeyListener) - Method in class java.awt.Component
Enabled: Removes the specified key listener so that it no longer receives key events from this component.
removeKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Removes the listener from the collection of listeners who will be notified when keys are pressed and released on the system keyboard.
removeKeymap(String) - Static method in class javax.swing.text.JTextComponent
Enabled: Removes a named keymap previously added to the document.
removeKeys(EMap) - Method in class org.erights.e.elib.tables.FlexMap
Enabled: defaults to not strict
removeKeys(EMap, boolean) - Method in class org.erights.e.elib.tables.FlexMap
Enabled: Remove from this map all associations whose key is in 'mask'.
removeKeyStrokeBinding(KeyStroke) - Method in class javax.swing.text.DefaultKeymap
 
removeKeyStrokeBinding(KeyStroke) - Method in interface javax.swing.text.Keymap
Enabled: Removes a binding from the keymap.
removeLanguageListener(Control) - Static method in class org.eclipse.swt.custom.StyledTextBidi
Removes the keyboard language listener for the specified window.
removeLast() - Method in class java.util.LinkedList
Enabled: Removes and returns the last element from this list.
removeLastFocusRequest(Component) - Static method in class java.awt.KeyboardFocusManager
 
removeLayoutComponent(Component) - Method in class java.awt.GridLayout
Enabled: Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class java.awt.FlowLayout
Enabled: Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class java.awt.BorderLayout
Suppressed: Removes the specified component from this border layout.
removeLayoutComponent(Component) - Method in interface java.awt.LayoutManager
Enabled: Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class java.awt.GridBagLayout
Enabled: Removes the specified component from this layout.
removeLayoutComponent(Component) - Method in class java.awt.CardLayout
Enabled: Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class javax.swing.OverlayLayout
Enabled: Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class javax.swing.ViewportLayout
Suppressed: Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class javax.swing.ScrollPaneLayout
Enabled: Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class javax.swing.DefaultToolBarLayout
 
removeLayoutComponent(Component) - Method in class javax.swing.BoxLayout
Suppressed: Not used by this class.
removeLayoutComponent(Component) - Method in class javax.swing.RootLayout
 
removeLayoutComponent(Component) - Method in class javax.swing.SpringLayout
Enabled: Removes the constraints associated with the specified component.
removeLayoutComponent(Component) - Method in class javax.swing.DefaultEditor
This LayoutManager method does nothing.
removeLineBackgroundListener(LineBackgroundListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Removes the specified line background listener.
removeLineStyleListener(LineStyleListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Removes the specified line style listener.
removeListDataListener(ListDataListener) - Method in class javax.swing.AbstractListModel
Enabled: Removes a listener from the list that's notified each time a change to the data model occurs.
removeListDataListener(ListDataListener) - Method in interface javax.swing.ListModel
Enabled: Removes a listener from the list that's notified each time a change to the data model occurs.
removeListener(int, Listener) - Method in class org.eclipse.swt.widgets.Widget
Enabled: Removes the listener from the collection of listeners who will be notifed when an event of the given type occurs.
removeListener(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Suppressed: Removes the listener from the collection of listeners who will be notifed when an event of the given type occurs.
removeListener(int, SWTEventListener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notifed when an event of the given type occurs.
removeListeners(Component) - Method in class javax.swing.AncestorNotifier
 
removeListSelectionListener(ListSelectionListener) - Method in class javax.swing.DefaultListSelectionModel
Enabled:
removeListSelectionListener(ListSelectionListener) - Method in interface javax.swing.ListSelectionModel
Enabled: Remove a listener from the list that's notified each time a change to the selection occurs.
removeListSelectionListener(ListSelectionListener) - Method in class javax.swing.JList
Enabled: Removes a listener from the list that's notified each time a change to the selection occurs.
removeMapping(Object) - Method in class java.util.WeakHashMap
Special version of remove needed by Entry set
removeMapping(Object) - Method in class java.util.HashMap
Special version of remove for EntrySet.
removeMapping(Object, Object) - Method in class java.util.IdentityHashMap
Removes the specified key-value mapping from the map if it is present.
removeMenuDragMouseListener(MenuDragMouseListener) - Method in class javax.swing.JMenuItem
Enabled: Removes a MenuDragMouseListener from the menu item.
removeMenuKeyListener(MenuKeyListener) - Method in class javax.swing.JMenuItem
Enabled: Removes a MenuKeyListener from the menu item.
removeMenuListener(MenuListener) - Method in class javax.swing.JMenu
Enabled: Removes a listener for menu events.
removeMenuListener(MenuListener) - Method in class org.eclipse.swt.widgets.Menu
Enabled: Removes the listener from the collection of listeners who will be notified when the menu events are generated for the control.
removeMessageListener(MessageListener) - Method in class antlr.Parser
Enabled:
removeMessageListener(MessageListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
removeMessageListener(MessageListener) - Method in class antlr.debug.LLkDebuggingParser
Enabled:
removeMessageListener(MessageListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
removeMin() - Method in class java.util.TaskQueue
Remove the head task from the priority queue.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Removes the specified modify listener.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.CCombo
Enabled: Removes the listener.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Text
Enabled: Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Combo
Enabled: Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeMouseListener(MouseListener) - Method in class java.awt.Component
Enabled: Removes the specified mouse listener so that it no longer receives mouse events from this component.
removeMouseListener(MouseListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Removes the listener from the collection of listeners who will be notified when mouse buttons are pressed and released.
removeMouseMotionListener(MouseMotionListener) - Method in class java.awt.Component
Enabled: Removes the specified mouse motion listener so that it no longer receives mouse motion events from this component.
removeMouseMoveListener(MouseMoveListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Removes the listener from the collection of listeners who will be notified when the mouse moves.
removeMouseTrackListener(MouseTrackListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Removes the listener from the collection of listeners who will be notified when the mouse passes or hovers over controls.
removeMouseWheelListener(MouseWheelListener) - Method in class java.awt.Component
Enabled: Removes the specified mouse wheel listener so that it no longer receives mouse wheel events from this component.
removeNewLineListener(NewLineListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
removeNewLineListener(NewLineListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
removeNoInvalidate(int) - Method in class java.awt.Choice
Removes an item from the Choice at the specified position, but does not invalidate the Choice.
removeNotify() - Method in class java.awt.Menu
Suppressed: Removes the menu's peer.
removeNotify() - Method in class java.awt.MenuComponent
Suppressed: Removes the menu component's peer.
removeNotify() - Method in class java.awt.Frame
Suppressed: Makes this Frame undisplayable by removing its connection to its native screen resource.
removeNotify() - Method in class java.awt.Container
Suppressed: Makes this Container undisplayable by removing its connection to its native screen resource.
removeNotify() - Method in class java.awt.Component
Suppressed: Makes this Component undisplayable by destroying it native screen resource.
removeNotify() - Method in class java.awt.TextComponent
Suppressed: Removes the TextComponent's peer.
removeNotify() - Method in class java.awt.MenuBar
Suppressed: Removes the menu bar's peer.
removeNotify() - Method in class java.awt.List
Suppressed: Removes the peer for this list.
removeNotify() - Method in class java.awt.dnd.DropTargetContext
Suppressed: Called when disassociated with the DropTargetContextPeer.
removeNotify() - Method in class javax.swing.JTable
Suppressed: Calls the unconfigureEnclosingScrollPane method.
removeNotify() - Method in class javax.swing.JButton
Suppressed: 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.JMenuBar
Suppressed: Overrides JComponent.removeNotify to unregister this menu bar with the current keyboard manager.
removeNotify() - Method in class javax.swing.JRootPane
Suppressed: Unregister ourselves from SystemEventQueueUtils.
removeNotify() - Method in class javax.swing.JComponent
Suppressed: Notifies this component that it no longer has a parent component.
removeNotify() - Method in class javax.swing.text.JTextComponent
Suppressed:
removeNotify(ComponentPeer) - Method in class java.awt.dnd.DropTarget
Suppressed: 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.
removeOwnedWindow(WeakReference) - Method in class java.awt.Window
 
removePaintListener(PaintListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Removes the listener from the collection of listeners who will be notified when the receiver needs to be painted.
removeParameter(String) - Method in class java.awt.datatransfer.MimeType
Remove any value associated with the given name.
removeParserListener(ParserListener) - Method in class antlr.Parser
Enabled:
removeParserListener(ParserListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
removeParserListener(ParserListener) - Method in class antlr.debug.LLkDebuggingParser
Enabled:
removeParserListener(ParserListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
removeParserMatchListener(ParserMatchListener) - Method in class antlr.Parser
Enabled:
removeParserMatchListener(ParserMatchListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
removeParserMatchListener(ParserMatchListener) - Method in class antlr.debug.LLkDebuggingParser
Enabled:
removeParserMatchListener(ParserMatchListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
removeParserTokenListener(ParserTokenListener) - Method in class antlr.Parser
Enabled:
removeParserTokenListener(ParserTokenListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
removeParserTokenListener(ParserTokenListener) - Method in class antlr.debug.LLkDebuggingParser
Enabled:
removeParserTokenListener(ParserTokenListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
removePopup(Menu) - Method in class org.eclipse.swt.widgets.Display
 
removePopupMenuListener(PopupMenuListener) - Method in class javax.swing.JComboBox
Enabled: Removes a PopupMenuListener.
removePopupMenuListener(PopupMenuListener) - Method in class javax.swing.JPopupMenu
Enabled: Removes a PopupMenu listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.AccessibleAWTComponent
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
Suppressed: Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component
Suppressed: Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class javax.accessibility.AccessibleContext
Enabled: Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.AccessibleJTreeNode
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.AccessibleJTableCell
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.EditorAccessibleContext
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.AccessibleJListChild
 
removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.AccessibleJComponent
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.AbstractAction
Suppressed: Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in interface javax.swing.Action
Suppressed: Removes a PropertyChange listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.UIDefaults
Suppressed: Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Static method in class javax.swing.UIManager
Suppressed: Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.JComponent
Suppressed: Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.ActionStandin
 
removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.DisabledAction
 
removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.DelegatingDefaultFocusManager
 
removePropertyChangeListener(PropertyChangeListener) - Method in class javax.swing.event.SwingPropertyChangeSupport
Suppressed: Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
Suppressed: Removes a PropertyChangeListener from the listener list for a specific property.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Component
Suppressed: Removes a PropertyChangeListener from the listener list for a specific property.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class java.awt.Toolkit
Suppressed: Removes the specified property change listener for the named desktop property.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class javax.swing.JComponent
Suppressed: Removes a PropertyChangeListener for a specific property.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class javax.swing.DelegatingDefaultFocusManager
 
removePropertyChangeListener(String, PropertyChangeListener) - Method in class javax.swing.event.SwingPropertyChangeSupport
Suppressed: Remove a PropertyChangeListener for a specific property.
removeProvider(String) - Static method in class java.security.Security
Enabled: Removes the provider with the specified name.
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 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.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.SubList
 
removeRange(int, int) - Method in class javax.swing.DefaultListModel
Enabled: Deletes the components at the specified range of indexes.
removeRef() - Method in class org.eclipse.swt.widgets.ImageList
 
removeReferences() - Method in class java.awt.NativeInLightFixer
Removes references to this object so it can be garbage collected.
removeResourceBundle(String) - Method in class javax.swing.UIDefaults
Suppressed: Removes a resource bundle from the list of resource bundles that are searched for localized defaults.
removeRowSelectionInterval(int, int) - Method in class javax.swing.JTable
Enabled: Deselects the rows from index0 to index1, inclusive.
removeRun(int, int) - Method in class org.erights.e.elib.tables.FlexList
Enabled: Remove and return the run of this list from start..!bound
removeRun(Object) - Method in class org.erights.e.elib.tables.FlexList
Enabled: Remove and return the run of this list at intReg
removeRunnableCanvas(JRootPane) - Static method in class javax.swing.SystemEventQueueUtilities
Remove the RunnableCanvas from the JRootPane and clear the internal bookeeping associated with it.
removeSearchAttribute(Object, Object) - Method in class javax.swing.text.KeyBuilder
 
removeSelectionInterval(int, int) - Method in class javax.swing.JTree
Enabled: Removes the nodes between index0 and index1, inclusive, from the selection.
removeSelectionInterval(int, int) - Method in class javax.swing.DefaultListSelectionModel
Enabled:
removeSelectionInterval(int, int) - Method in interface javax.swing.ListSelectionModel
Enabled: Change the selection to be the set difference of the current selection and the indices between index0 and index1 inclusive.
removeSelectionInterval(int, int) - Method in class javax.swing.JList
Enabled: Sets the selection to be the set difference of the specified interval and the current selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.TableTree
Enabled: Removes the listener.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Removes the specified selection listener.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CTabFolder
Enabled: Removes the listener.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CCombo
Enabled: Removes the listener.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Tree
Enabled: Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ToolItem
Enabled: Removes the listener from the collection of listeners who will be notified when the control is selected.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Text
Enabled: Removes the listener from the collection of listeners who will be notified when the control is selected.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TableColumn
Enabled: Removes the listener from the collection of listeners who will be notified when the control is selected.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Table
Enabled: Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TabFolder
Enabled: Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Slider
Enabled: Removes the listener from the collection of listeners who will be notified when the receiver's value changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ScrollBar
Enabled: Removes the listener from the collection of listeners who will be notified when the receiver's value changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Scale
Enabled: Removes the listener from the collection of listeners who will be notified when the receiver's value changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Sash
Enabled: Removes the listener from the collection of listeners who will be notified when the control is selected.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.MenuItem
Enabled: Removes the listener from the collection of listeners who will be notified when the control is selected.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.List
Enabled: Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.CoolItem
Enabled: Removes the listener from the collection of listeners that will be notified when the control is selected.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Combo
Enabled: Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Button
Enabled: Removes the listener from the collection of listeners who will be notified when the control is selected.
removeSelectionPath(TreePath) - Method in class javax.swing.JTree
Enabled: Removes the node identified by the specified path from the current selection.
removeSelectionPaths(TreePath[]) - Method in class javax.swing.JTree
Enabled: Removes the nodes identified by the specified paths from the current selection.
removeSelectionPaths(TreePath[]) - Method in class javax.swing.EmptySelectionModel
A null implementation that removes nothing.
removeSelectionRow(int) - Method in class javax.swing.JTree
Enabled: Removes the row at the index row from the current selection.
removeSelectionRows(int[]) - Method in class javax.swing.JTree
Enabled: Removes the rows that are selected at each of the specified rows.
removeSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.Parser
Enabled:
removeSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
removeSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.debug.LLkDebuggingParser
Enabled:
removeSemanticPredicateListener(SemanticPredicateListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
removeShellListener(ShellListener) - Method in class org.eclipse.swt.widgets.Shell
Enabled: Removes the listener from the collection of listeners who will be notified when operations are performed on the receiver.
removeShutdownHook(Thread) - Method in class java.lang.Runtime
Enabled: De-registers a previously-registered virtual-machine shutdown hook.
removeSourceEvents(Object, boolean) - Method in class java.awt.EventQueue
 
removeStyle(String) - Method in class javax.swing.JTextPane
Enabled: Removes a named non-null style previously added to the document.
removeStyle(String) - Method in class javax.swing.text.DefaultStyledDocument
Enabled: Removes a named style previously added to the document.
removeStyle(String) - Method in interface javax.swing.text.StyledDocument
Enabled: Removes a named style previously added to the document.
removeStyle(String) - Method in class javax.swing.text.StyleContext
Enabled: Removes a named style previously added to the document.
removeSuspended(String) - Method in class net.vattp.data.VatTPMgr
Remove an entry from mySuspendedConnections
removeSuspending(String) - Method in class net.vattp.data.VatTPMgr
Remove an entry from mySuspendingConnections
removeSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.Parser
Enabled:
removeSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
removeSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.debug.LLkDebuggingParser
Enabled:
removeSyntacticPredicateListener(SyntacticPredicateListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
removeTabAt(int) - Method in class javax.swing.JTabbedPane
Enabled: Removes the tab at index.
removeTextChangeListener(TextChangeListener) - Method in class org.eclipse.swt.custom.WrappedContent
 
removeTextChangeListener(TextChangeListener) - Method in interface org.eclipse.swt.custom.StyledTextContent
Enabled: Remove the specified text changed listener.
removeTextChangeListener(TextChangeListener) - Method in class org.eclipse.swt.custom.DefaultContent
Removes the specified TextChangeListener.
removeTextListener(TextListener) - Method in class java.awt.TextComponent
Suppressed: 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.
removeTimer(Timer) - Method in class javax.swing.TimerQueue
 
removeTraceListener(TraceListener) - Method in class antlr.Parser
Enabled:
removeTraceListener(TraceListener) - Method in class antlr.debug.ParserEventSupport
Enabled:
removeTraceListener(TraceListener) - Method in class antlr.debug.LLkDebuggingParser
Enabled:
removeTraceListener(TraceListener) - Method in class antlr.debug.DebuggingCharScanner
Enabled:
removeTrackingOfRuleRefs(Grammar) - Method in class antlr.AlternativeBlock
Walk the syntactic predicate and, for a rule ref R, remove the ref from the list of FOLLOW references for R (stored in the symbol table.
removeTraverseListener(TraverseListener) - Method in class org.eclipse.swt.widgets.Control
Enabled: Removes the listener from the collection of listeners who will be notified when traversal events occur.
removeTreeExpansionListener(TreeExpansionListener) - Method in class javax.swing.JTree
Enabled: Removes a listener for TreeExpansion events.
removeTreeListener(TreeListener) - Method in class org.eclipse.swt.custom.TableTree
Enabled: Removes the listener.
removeTreeListener(TreeListener) - Method in class org.eclipse.swt.widgets.Tree
Enabled: Removes the listener from the collection of listeners who will be notified when items in the receiver are expanded or collapsed..
removeTreeModelListener(TreeModelListener) - Method in class antlr.debug.misc.JTreeASTModel
Enabled:
removeTreeSelectionListener(TreeSelectionListener) - Method in class javax.swing.JTree
Enabled: Removes a TreeSelection listener.
removeTreeWillExpandListener(TreeWillExpandListener) - Method in class javax.swing.JTree
Enabled: Removes a listener for TreeWillExpand events.
javax.swing.text.GapContent.RemoveUndo - class javax.swing.text.RemoveUndo.
UndoableEdit created for removes.
javax.swing.text.StringContent.RemoveUndo - class javax.swing.text.RemoveUndo.
UndoableEdit created for removes.
RemoveUndo(int, String) - Constructor for class javax.swing.text.RemoveUndo
 
RemoveUndo(int, String) - Constructor for class javax.swing.text.RemoveUndo
 
removeUndoableEditListener(UndoableEditListener) - Method in class javax.swing.text.AbstractDocument
Enabled: Removes an undo listener.
removeUndoableEditListener(UndoableEditListener) - Method in interface javax.swing.text.Document
Enabled: Unregisters the given observer from the notification list so it will no longer receive updates.
removeUnidentified(DataPath) - Method in class net.vattp.data.VatTPMgr
Remove an entry from myUnidentifiedConnections
removeUnusedMarks() - Method in class javax.swing.text.GapContent
Remove all unused marks out of the sorted collection of marks.
removeUnusedSets() - Method in class javax.swing.text.StyleContext
Clean the unused immutable sets out of the hashtable.
removeUpdate() - Method in class javax.swing.text.ElementBuffer
Updates the element structure in response to a removal from the associated sequence in the document.
removeUpdate(AbstractDocument.DefaultDocumentEvent) - Method in class javax.swing.text.DefaultStyledDocument
Updates document structure as a result of text removal.
removeUpdate(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.AbstractDocument
Updates any document structure as a result of text removal.
removeUpdate(DocumentEvent) - Method in class javax.swing.DocumentHandler
 
removeUpdate(DocumentEvent) - Method in interface javax.swing.event.DocumentListener
Enabled: Gives notification that a portion of the document has been removed.
removeUpdate(DocumentEvent) - Method in class javax.swing.text.AccessibleJTextComponent
Handles document remove (fire appropriate property change event, which is AccessibleContext.ACCESSIBLE_TEXT_PROPERTY).
removeUpdate(DocumentEvent) - Method in class javax.swing.text.UpdateHandler
Updates the dot and mark if they were changed by the removal.
removeUpdate(DocumentEvent) - Method in class javax.swing.text.InputMethodRequestsHandler
 
removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.GlyphView
Enabled: 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
Enabled: 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.WrappedLine
 
removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.WrappedPlainView
Suppressed: 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
Enabled: 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
Enabled: Gives notification that something was removed from the document in a location that this view is responsible for.
removeUpdate(DocumentEvent, Shape, ViewFactory) - Method in class javax.swing.text.View
Enabled: 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
Suppressed: 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.Zone
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.FlowStrategy
Gives notification that something was removed from the document in a location that the given flow view is responsible for.
removeUpdate(FlowView, DocumentEvent, Rectangle) - Method in class javax.swing.text.TextLayoutStrategy
Gives notification that something was removed from the document in a location that the given flow view is responsible for.
removeVerifyKeyListener(VerifyKeyListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Removes the specified key verify listener.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Removes the specified verify listener.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Text
Enabled: Removes the listener from the collection of listeners who will be notified when the control is verified.
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
Suppressed: Removes a VetoableChangeListener from the listener list for a specific property.
removeVetoableChangeListener(String, VetoableChangeListener) - Method in class javax.swing.DelegatingDefaultFocusManager
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
Suppressed: Removes a VetoableChangeListener from the listener list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class javax.swing.JComponent
Suppressed: Removes a VetoableChangeListener from the listener list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class javax.swing.DelegatingDefaultFocusManager
 
removeWindowFocusListener(WindowFocusListener) - Method in class java.awt.Window
Suppressed: Removes the specified window focus listener so that it no longer receives window events from this window.
removeWindowListener(WindowListener) - Method in class java.awt.Window
Enabled: Removes the specified window listener so that it no longer receives window events from this window.
removeWindowStateListener(WindowStateListener) - Method in class java.awt.Window
Suppressed: Removes the specified window state listener so that it no longer receives window events from this window.
rename(File, File) - Method in class java.io.Win32FileSystem
 
rename(File, File) - Method in class java.io.FileSystem
Rename the file or directory denoted by the first abstract pathname to the second abstract pathname, returning true if and only if the operation succeeds.
rename(File, File) - Method in class java.io.WinNTFileSystem
 
rename(String) - Static method in class org.erights.e.elang.syntax.HilbertHotel
Enabled: Even if given an ident that could have been generated by newTemp() or rename(), rename() will return names guaranteed not to conflict with each other.
renameTo(File) - Method in class java.io.File
Enabled: Renames the file denoted by this abstract pathname.
renameToBackup(File, int) - Method in class org.erights.e.develop.trace.TraceLogDescriptor
Attempt to rename this file to a backup file with a version number.
RenameVisitor - class org.erights.e.elang.visitors.RenameVisitor.
Untamed: 'renamings' contains a set of oldName => newName pairs.
RenameVisitor(FlexMap) - Constructor for class org.erights.e.elang.visitors.RenameVisitor
Enabled:
render(Runnable) - Method in class javax.swing.text.AbstractDocument
Suppressed: This allows the model to be safely rendered in the presence of currency, if the model supports being updated asynchronously.
render(Runnable) - Method in interface javax.swing.text.Document
Suppressed: This allows the model to be safely rendered in the presence of currency, if the model supports being updated asynchronously.
renderer - Variable in class javax.swing.JComboBox
This protected field is implementation specific.
renderer - Variable in class org.eclipse.swt.custom.WrappedContent
 
renderer - Variable in class org.eclipse.swt.custom.StyledText
 
renderer - Variable in class org.eclipse.swt.custom.Printing
 
Renderer - interface javax.swing.Renderer.
Unsafe: Defines the requirements for an object responsible for "rendering" (displaying) a value.
RenderingHints - class java.awt.RenderingHints.
Safe:
RenderingHints(Map) - Constructor for class java.awt.RenderingHints
Enabled: 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
Suppressed: Constructs a new object with the specified key/value pair.
renderPositions - Variable in class org.eclipse.swt.custom.StyledTextBidi
 
reopen(String) - Method in class org.erights.e.develop.trace.TraceLog
The gist of this routine is that it shuts down the current log and reopens a new one (possibly with the same name, possibly with a different name).
repaint() - Method in class java.awt.Component
Enabled: 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
Enabled: Repaints the specified rectangle of this component.
repaint(long) - Method in class java.awt.Component
Suppressed: Repaints the component.
repaint(long, int, int, int, int) - Method in class java.awt.Component
Suppressed: Repaints the specified rectangle of this component within tm milliseconds.
repaint(long, int, int, int, int) - Method in class javax.swing.DefaultListCellRenderer
Suppressed: Overridden for performance reasons.
repaint(long, int, int, int, int) - Method in class javax.swing.JViewport
Enabled: 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.JComponent
Enabled: Adds the specified region to the dirty region list if the component is showing.
repaint(Rectangle) - Method in class javax.swing.DefaultListCellRenderer
Suppressed: Overridden for performance reasons.
repaint(Rectangle) - Method in class javax.swing.JComponent
Enabled: Adds the specified region to the dirty region list if the component is showing.
repaintAll - Variable in class javax.swing.JViewport
This is set to true in setViewPosition if doing a window blit and the viewport is obscured.
RepaintManager - class javax.swing.RepaintManager.
Unsafe: 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
Suppressed: Create a new RepaintManager instance.
repaintManagerKey - Static variable in class javax.swing.RepaintManager
 
repaintNewCaret() - Method in class javax.swing.text.DefaultCaret
Repaints the new caret position, with the assumption that this is happening on the event thread so that calling modelToView is safe.
repaintTimer - Variable in class javax.swing.JViewport
Instead of directly invoking repaint, a Timer is started and when it fires, repaint is invoked.
repeatCount - Variable in class org.eclipse.swt.graphics.ImageLoader
Suppressed: the number of times to repeat the display of a sequence of animated images (this corresponds to the commonly-used GIF application extension for "NETSCAPE 2.0 01")
repeats - Variable in class javax.swing.Timer
 
replace(char, char) - Method in class java.lang.String
Suppressed: Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replace(DefaultFormatter.ReplaceHolder) - Method in class javax.swing.text.InternationalFormatter
When in !allowsInvalid mode the text is reset on every edit, thus supers implementation will position the cursor at the wrong position.
replace(DefaultFormatter.ReplaceHolder) - Method in class javax.swing.text.DefaultFormatter
If the edit described by rh is legal, this will return true, commit the edit (if necessary) and update the cursor position.
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class javax.swing.Filter
 
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class javax.swing.text.NumberFormatter
Overriden to toggle the value if the positive/minus sign is inserted.
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class javax.swing.text.InternationalFormatter
Overriden to unconditionally allow the replace if ignoreDocumentMutate is true.
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class javax.swing.text.DocumentFilter
Suppressed: Invoked prior to replacing a region of text in the specified Document.
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class javax.swing.text.DefaultFormatter
DocumentFilter method, funnels into replace.
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class javax.swing.text.DefaultDocumentFilter
 
replace(int, int, char[], int, int) - Method in class javax.swing.text.StringContent
Replaces some of the characters in the array
replace(int, int, Element[]) - Method in class javax.swing.text.BranchElement
Replaces content with a new set of elements.
replace(int, int, EList, int, int) - Method in class org.erights.e.elib.tables.FlexListImpl
Replace from start..!bound in this list with lstart..!lbound in other.
replace(int, int, EList, int, int) - Method in class org.erights.e.elib.tables.FlexList
Enabled: Replace from start..!bound in this list with lstart..!lbound in other.
replace(int, int, Object, int) - Method in class javax.swing.text.GapVector
Replace the given logical position in the storage with the given new items.
replace(int, int, String) - Method in class java.lang.StringBuffer
Enabled: Replaces the characters in a substring of this StringBuffer with characters in the specified String.
replace(int, int, String, AttributeSet) - Method in class javax.swing.text.AbstractDocument
Suppressed: Deletes the region of text from offset to offset + length, and replaces it with text.
replace(int, int, String, AttributeSet) - Method in class javax.swing.text.DefaultFilterBypass
 
replace(int, int, String, AttributeSet) - Method in class javax.swing.text.FilterBypass
Deletes the region of text from offset to offset + length, and replaces it with text.
replace(int, int, View[]) - Method in class javax.swing.text.BoxView
Enabled: Invalidates the layout and resizes the cache of requests/allocations.
replace(int, int, View[]) - Method in class javax.swing.text.CompositeView
Enabled: Replaces child views.
replace(int, int, View[]) - Method in class javax.swing.text.View
Enabled: Replaces child views.
replace(int, int, View[]) - Method in class javax.swing.text.TableView
Suppressed: Change the child views.
replace(int, int, View[]) - Method in class javax.swing.text.TableRow
Change the child views.
replace(int, int, View[]) - Method in class javax.swing.text.AsyncBoxView
Suppressed: Calls the superclass to update the child views, and updates the status records for the children.
replace(String, NounPattern) - Method in class org.erights.e.elang.scope.PatternMapLink
Enabled:
replace(String, NounPattern) - Method in class org.erights.e.elang.scope.PatternMapContour
Enabled:
replace(String, NounPattern) - Method in class org.erights.e.elang.scope.PatternMapBase
 
replace(String, NounPattern) - Method in class org.erights.e.elang.scope.PatternMap
Enabled:
REPLACEALL_THRESHOLD - Static variable in class java.util.Collections
 
replaceAll(List, Object, Object) - Static method in class java.util.Collections
Enabled: Replaces all occurrences of one specified value in a list with another.
replaceAll(String, String) - Method in class java.lang.String
Enabled: Replaces each substring of this string that matches the given regular expression with the given replacement.
replaceAll(String, String) - Method in class org.erights.e.elib.tables.Twine
Enabled: In E, we have the string-based replaceAll() rather than the character-based replace().
replaceAll(String, String, String) - Static method in class org.erights.e.develop.format.StringHelper
Enabled: The string-based replaceAll() supplements the character-based replace().
replaceCharCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Enabled: Length of text that is going to be replaced
replaceCharCount - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
replacedText - Variable in class org.eclipse.swt.custom.ExtendedModifyEvent
Enabled:
replaceExpandExp - Variable in class org.eclipse.swt.custom.DefaultContent
 
replaceFirst(String, String) - Method in class java.lang.String
Suppressed: Replaces the first substring of this string that matches the given regular expression with the given replacement.
replaceHolder - Variable in class javax.swing.text.DefaultFormatter
Used during replace to track the region to replace.
javax.swing.text.DefaultFormatter.ReplaceHolder - class javax.swing.text.ReplaceHolder.
 
ReplaceHolder() - Constructor for class javax.swing.text.ReplaceHolder
 
replaceInputMethodText(InputMethodEvent) - Method in class javax.swing.text.JTextComponent
 
replaceItem(String, int) - Method in class java.awt.List
Suppressed: Replaces the item at the specified index in the scrolling list with the new string.
replaceKeyboardFocusManagerPermission - Static variable in class java.awt.KeyboardFocusManager
We cache the permission used to verify that the calling thread is permitted to access the global focus state.
replaceLineCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Enabled: Number of lines that are going to be replaced
replaceLineCount - Variable in class org.eclipse.swt.custom.StyledTextEvent
 
replaceObject(Object) - Method in class java.io.ObjectOutputStream
This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
replaceObject(Object) - Method in class org.erights.e.elib.serial.SerializationStream
returns the Ref.resolution(Object) of replacer(ref)
Replacer - class org.erights.e.elib.serial.Replacer.
Untamed: Used to parameterize a SerializationStream.
Replacer() - Constructor for class org.erights.e.elib.serial.Replacer
Enabled:
replaceRange(int, int, Object[]) - Method in class javax.swing.text.MarkVector
Replaces the elements in the specified range with the passed in objects.
replaceRange(String, int, int) - Method in class java.awt.TextArea
Suppressed: Replaces text between the indicated start and end positions with the specified replacement text.
replaceRange(String, int, int) - Method in class javax.swing.JTextArea
Enabled: Replaces text from the indicated start to end position with the new text specified.
replaceSelection(String) - Method in class javax.swing.JEditorPane
Suppressed: Replaces the currently selected content with new content represented by the given string.
replaceSelection(String) - Method in class javax.swing.JTextPane
Enabled: Replaces the currently selected content with new content represented by the given string.
replaceSelection(String) - Method in class javax.swing.text.JTextComponent
Enabled: Replaces the currently selected content with new content represented by the given string.
replaceSelection(String, AttributeSet) - Method in class javax.swing.JTextPane
Replaces the currently selected content with new content represented by the given string.
replaceStaleEntry(ThreadLocal, Object, int, boolean) - Method in class java.lang.ThreadLocalMap
Replace a stale entry encountered during a get or set operation with an entry for the specified key.
replaceStyleRanges(int, int, StyleRange[]) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Replaces the styles in the given range with new styles.
replaceStyleRanges(int, int, StyleRange[]) - Method in class org.eclipse.swt.custom.DefaultLineStyler
Replace the styles for the given range.
java.io.ObjectOutputStream.ReplaceTable - class java.io.ReplaceTable.
 
ReplaceTable(int, float) - Constructor for class java.io.ReplaceTable
Creates new ReplaceTable with given capacity and load factor.
replaceText(int, int, String) - Method in interface javax.accessibility.AccessibleEditableText
Enabled: Replaces the text between two indices with the specified string.
replaceText(int, int, String) - Method in class javax.swing.text.AccessibleJTextComponent
Replaces the text between two indices with the specified string.
replaceText(String, int, int) - Method in class java.awt.TextArea
Suppressed: @deprecated As of JDK version 1.1, replaced by replaceRange(String, int, int).
replaceTextRange(int, int, String) - Method in class org.eclipse.swt.custom.WrappedContent
 
replaceTextRange(int, int, String) - Method in interface org.eclipse.swt.custom.StyledTextContent
Enabled: Replace the text with "newText" starting at position "start" for a length of "replaceLength".
replaceTextRange(int, int, String) - Method in class org.eclipse.swt.custom.StyledText
Enabled: Replaces the given text range with new text.
replaceTextRange(int, int, String) - Method in class org.eclipse.swt.custom.DefaultContent
Replaces the text with newText starting at position start for a length of replaceLength.
replaceUIActionMap(JComponent, ActionMap) - Static method in class javax.swing.SwingUtilities
Suppressed: Convenience method to change the UI ActionMap for component to uiActionMap.
replaceUIInputMap(JComponent, int, InputMap) - Static method in class javax.swing.SwingUtilities
Suppressed: Convenience method to change the UI InputMap for component to uiInputMap.
ReplayLexer - class org.quasiliteral.syntax.ReplayLexer.
Untamed: The large number of bogus messages in this class is a symptom of a need to refactor.
ReplayLexer(Astro[], AstroBuilder) - Constructor for class org.quasiliteral.syntax.ReplayLexer
Enabled:
replicate(byte[], byte) - Static method in class net.vattp.data.SendThread
replicate - Copy a single byte to all elements of a byte array.
replicate(byte[], byte) - Static method in class net.vattp.data.RecvThread
replicate - Copy a single byte to all elements of a byte array.
REPORT_ERROR - Static variable in class antlr.debug.ParserEventSupport
 
REPORT_WARNING - Static variable in class antlr.debug.ParserEventSupport
 
report(double, double, FlexList) - Method in class org.erights.e.elib.debug.CallCounter
 
report(String) - Method in class org.erights.e.elib.vat.SendingContext
Enabled: Trace at warning level the context captured by this object on creation.
report(String, Throwable) - Method in class org.erights.e.elib.vat.PendingEvent
Trace at warning level that this event caused this problem.
reportDelta - Variable in class javax.swing.ProgressMonitor
 
reportError(MessageEvent) - Method in class antlr.debug.ParserReporter
Enabled:
reportError(MessageEvent) - Method in class antlr.debug.ParserAdapter
Enabled:
reportError(MessageEvent) - Method in interface antlr.debug.MessageListener
Enabled:
reportError(MessageEvent) - Method in class antlr.debug.MessageAdapter
Enabled:
reportError(MismatchedCharException) - Method in class antlr.debug.DebuggingCharScanner
Enabled: Report exception errors caught in nextToken()
reportError(RecognitionException) - Method in class antlr.TreeParser
Enabled: Parser error-reporting function can be overridden in subclass
reportError(RecognitionException) - Method in class antlr.Parser
Enabled: Parser error-reporting function can be overridden in subclass
reportError(RecognitionException) - Method in class antlr.CharScanner
Enabled: Parser error-reporting function can be overridden in subclass
reportError(RecognitionException) - Method in class antlr.actions.cpp.ActionLexer
Enabled:
reportError(RecognitionException) - Method in class antlr.actions.java.ActionLexer
Enabled:
reportError(RecognitionException) - Method in class antlr.actions.sather.ActionLexer
Enabled:
reportError(RecognitionException) - Method in class antlr.debug.LLkDebuggingParser
Enabled: Parser error-reporting function can be overridden in subclass
reportError(String) - Method in class antlr.TreeParser
Enabled: Parser error-reporting function can be overridden in subclass
reportError(String) - Method in class antlr.Parser
Enabled: Parser error-reporting function can be overridden in subclass
reportError(String) - Method in class antlr.CharScanner
Enabled: Parser error-reporting function can be overridden in subclass
reportError(String) - Method in class antlr.debug.LLkDebuggingParser
Enabled: Parser error-reporting function can be overridden in subclass
reportError(String) - Method in class antlr.debug.DebuggingCharScanner
Enabled: Parser error-reporting function can be overridden in subclass
reportException(Throwable) - Static method in class org.erights.e.develop.exception.ExceptionMgr
Enabled:
reportException(Throwable, String) - Static method in class org.erights.e.develop.exception.ExceptionMgr
Enabled:
reportProblem(Throwable, TextWriter, boolean, boolean) - Static method in class org.erights.e.elang.interp.Rune
Enabled:
reportWarning(MessageEvent) - Method in class antlr.debug.ParserReporter
Enabled:
reportWarning(MessageEvent) - Method in class antlr.debug.ParserAdapter
Enabled:
reportWarning(MessageEvent) - Method in interface antlr.debug.MessageListener
Enabled:
reportWarning(MessageEvent) - Method in class antlr.debug.MessageAdapter
Enabled:
reportWarning(String) - Method in class antlr.TreeParser
Enabled: Parser warning-reporting function can be overridden in subclass
reportWarning(String) - Method in class antlr.Parser
Enabled: Parser warning-reporting function can be overridden in subclass
reportWarning(String) - Method in class antlr.CharScanner
Enabled: Parser warning-reporting function can be overridden in subclass
reportWarning(String) - Method in class antlr.debug.LLkDebuggingParser
Enabled: Parser warning-reporting function can be overridden in subclass
reportWarning(String) - Method in class antlr.debug.DebuggingCharScanner
Enabled: Parser warning-reporting function can be overridden in subclass
repositionCursor(int, int) - Method in class javax.swing.text.DefaultFormatter
Resets the cursor by using getNextCursorPosition.
repositionCursor(int, int, int) - Method in class javax.swing.text.InternationalFormatter
Repositions the cursor.
representation - Variable in class javax.swing.text.StyleConstants
 
representationClass - Variable in class java.awt.datatransfer.DataFlavor
Java class of objects this DataFlavor represents
reps - Variable in class java.io.ReplaceTable
 
reqMax - Variable in class javax.swing.Filler
 
reqMin - Variable in class javax.swing.Filler
 
reqPref - Variable in class javax.swing.Filler
 
REQUEST_FOCUS_DISABLED - Static variable in class javax.swing.JComponent
 
REQUEST_OK - Static variable in interface java.net.SocksConsts
 
requestCount() - Method in class java.awt.KeyboardFocusManager
 
requestDefaultFocus() - Method in class javax.swing.JComponent
Deprecated. As of 1.4, replaced by FocusTraversalPolicy.getDefaultComponent(Container).requestFocus()
requestedCharsetName - Variable in class java.lang.StringEncoder
 
requestedCharsetName - Variable in class java.lang.StringDecoder
 
requestedCharsetName() - Method in class java.lang.StringEncoder
 
requestedCharsetName() - Method in class java.lang.StringDecoder
 
requestFocus() - Method in class java.awt.AccessibleAWTComponent
Requests focus for this object.
requestFocus() - Method in class java.awt.AccessibleAWTMenuComponent
Requests focus for this object.
requestFocus() - Method in class java.awt.Component
Suppressed: Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
requestFocus() - Method in class java.awt.AccessibleAWTListChild
Requests focus for this object.
requestFocus() - Method in interface javax.accessibility.AccessibleComponent
Enabled: Requests focus for this object.
requestFocus() - Method in class javax.swing.AccessibleJTreeNode
 
requestFocus() - Method in class javax.swing.AccessibleJTableCell
 
requestFocus() - Method in class javax.swing.AccessibleJListChild
 
requestFocus() - Method in class javax.swing.Page
 
requestFocus() - Method in class javax.swing.JComponent
Suppressed:
requestFocus(boolean) - Method in class java.awt.Component
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
requestFocus(boolean) - Method in class javax.swing.JComponent
Suppressed: JComponent overrides requestFocus solely to make the method public so that UI implementations can cause temporary focus changes.
requestFocus(Component) - Static method in class org.erights.e.ui.awt.HocusFocus
Enabled:
requestFocusHelper(boolean, boolean) - Method in class java.awt.Component
 
requestFocusInWindow() - Method in class java.awt.Component
Suppressed: Requests that this Component get the input focus, if this Component's top-level ancestor is already the focused Window.
requestFocusInWindow() - Method in class javax.swing.JComponent
Suppressed:
requestFocusInWindow(boolean) - Method in class java.awt.Component
Requests that this Component get the input focus, if this Component's top-level ancestor is already the focused Window.
requestFocusInWindow(boolean) - Method in class javax.swing.JComponent
JComponent overrides requestFocusInWindow solely to make the method public so that UI implementations can cause temporary focus changes.
requestingHost - Variable in class java.net.Authenticator
 
requestingPort - Variable in class java.net.Authenticator
 
requestingPrompt - Variable in class java.net.Authenticator
 
requestingProtocol - Variable in class java.net.Authenticator
 
requestingScheme - Variable in class java.net.Authenticator
 
requestingSite - Variable in class java.net.Authenticator
 
requestPasswordAuthentication(InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
Enabled: Ask the authenticator that has been registered with the system for a password.
requestPasswordAuthentication(String, InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
Enabled: Ask the authenticator that has been registered with the system for a password.
require(boolean) - Static method in class org.erights.e.elib.prim.E
Enabled: 'problem' defaults to "required condition failed"
require(boolean, Object) - Static method in class org.erights.e.elib.prim.E
Enabled: If cond isn't true, report problem or problem().
require(boolean, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
require(boolean, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
require(boolean, Object, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
require(boolean, Object, Object, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
require(boolean, Object, Object, Object, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
require(boolean, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
require(boolean, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
require(boolean, String) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation, prefixed by "Failed: ".
requireCurrent() - Method in class org.erights.e.elib.vat.Vat
Enabled: If not Vat.isCurrent(), throw an exception.
requireCurrent() - Method in class org.erights.e.elib.vat.Runner
If not Runner.isCurrent(), throw an exception
REQUIRED - Static variable in class java.awt.GraphicsConfigTemplate
Enabled: Value used for "Enum" (Integer) type.
REQUIRED - Static variable in interface javax.swing.text.html.parser.DTDConstants
Enabled:
requireEmpty(String) - Method in class org.quasiliteral.syntax.Indenter
Enabled:
requireExternal() - Static method in class org.erights.e.elib.vat.Vat
Enabled: If the current thread isn't an external thread, throws an exception.
requireKind(String) - Method in class org.erights.e.elib.vat.Vat
Enabled: Requires Vat.getRunnerKind() to be runnerKind
requireServerAuthority - Variable in class java.net.Parser
 
requireSI(boolean, Object, int) - Static method in class org.erights.e.develop.assertion.T
Enabled: If the argument is false, throws a RuntimeException with the given explanation arguments, concatenated as strings and prefixed by "Failed: ".
rescanCurrentDirectory() - Method in class javax.swing.JFileChooser
Enabled: Tells the UI to rescan its files list from the current directory.
rescheduleMin(long) - Method in class java.util.TaskQueue
Sets the nextExecutionTime associated with the head task to the specified value, and adjusts priority queue accordingly.
RESERVED_1 - Static variable in class javax.swing.JComponent
 
RESERVED_2 - Static variable in class javax.swing.JComponent
 
RESERVED_3 - Static variable in class javax.swing.JComponent
 
RESERVED_4 - Static variable in class javax.swing.JComponent
 
RESERVED_5 - Static variable in class javax.swing.JComponent
 
RESERVED_6 - Static variable in class javax.swing.JComponent
 
RESERVED_ID_MAX - Static variable in class java.awt.AWTEvent
Enabled: The maximum value for reserved AWT event IDs.
reserved(String) - Method in class org.erights.e.elang.syntax.BaseENodeBuilder
Enabled:
reserved(String) - Method in interface org.erights.e.elang.syntax.BaseEBuilder
Enabled: Complain that syntax desc is reserved for possible future use.
reserved(String) - Method in class org.quasiliteral.term.TermParser
 
reserveOuterNoun(String) - Method in class org.erights.e.elang.scope.Scope
Enabled:
reserveOuterNoun(String) - Method in class org.erights.e.elang.scope.OuterScope
Enabled: TODO make this less exposed
reserveOuterNoun(String) - Method in class org.erights.e.elang.scope.InnerScope
Enabled:
reset() - Method in class antlr.MakeGrammar
Enabled: Get ready to process a new grammar
reset() - Method in class antlr.LLkAnalyzer
reset the analyzer so it looks like a new one
reset() - Method in class antlr.DefineGrammarSymbols
Enabled: Get ready to process a new grammar
reset() - Method in class antlr.CodeGenerator
Set all fields back like one just created
reset() - Method in class java.awt.Polygon
Enabled: Resets this Polygon object to an empty polygon.
reset() - Method in class java.io.StringReader
Enabled: 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.ObjectOutputStream
Enabled: Reset will disregard the state of any objects already written to the stream.
reset() - Method in class java.io.ByteArrayOutputStream
Enabled: 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.ByteArrayInputStream
Enabled: Resets the buffer to the marked position.
reset() - Method in class java.io.BufferedReader
Enabled: Reset the stream to the most recent mark.
reset() - Method in class java.io.Reader
Enabled: Reset the stream.
reset() - Method in class java.io.BufferedInputStream
Enabled: See the general contract of the reset method of InputStream.
reset() - Method in class java.io.FilterInputStream
Enabled: 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.InputStream
Enabled: 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.StringBufferInputStream
Deprecated. Enabled: Resets the input stream to begin reading from the first character of this input stream's underlying buffer.
reset() - Method in class java.io.PushbackReader
Enabled: Reset the stream.
reset() - Method in class java.io.LineNumberReader
Enabled: Reset the stream to the most recent mark.
reset() - Method in class java.io.LineNumberInputStream
Deprecated. Enabled: 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.FilterReader
Enabled: Reset the stream.
reset() - Method in class java.io.CharArrayWriter
Enabled: Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset() - Method in class java.io.CharArrayReader
Enabled: Reset the stream to the most recent mark, or to the beginning if it has never been marked.
reset() - Method in class java.math.MutableBigInteger
Set a MutableBigInteger to zero, removing its offset.
reset() - Method in class java.net.SocketImpl
 
reset() - Method in class java.net.Authenticator
 
reset() - Method in class java.security.MessageDigest
Enabled: Resets the digest for further use.
reset() - Method in class javax.swing.PageStream
 
reset() - Method in class javax.swing.Constraints
 
reset() - Method in class javax.swing.ProgressMonitorInputStream
Enabled: Overrides FilterInputStream.reset to reset the progress monitor as well as the stream.
reset() - Method in class javax.swing.ColorChooserDialog
 
reset() - Method in class org.eclipse.swt.custom.StyledText
Resets the caret position, selection and scroll offsets.
reset() - Method in class org.eclipse.swt.graphics.ImageLoader
Resets the fields of the ImageLoader, except for the imageLoaderListeners field.
reset() - Method in class org.erights.e.elib.oldeio.TextReader
Enabled:
reset() - Method in class org.quasiliteral.syntax.ReplayLexer
Enabled:
reset() - Method in interface org.quasiliteral.syntax.LexerFace
Enabled: Skip to the end of this line, so that the next character read will be from the next line, forget any token we may have been in the midst of, and reset our indentation tracker.
reset() - Method in class org.quasiliteral.syntax.BaseLexer
Enabled:
Reset() - Method in class org.eclipse.swt.dnd.OleEnumFORMATETC
 
reset(Component, Component, int, int) - Method in class javax.swing.Popup
Resets the Popup to an initial state.
reset(Component, Component, int, int) - Method in class javax.swing.ContainerPopup
 
reset(Component, Component, int, int) - Method in class javax.swing.LightWeightPopup
Resets the Popup to an initial state.
reset(Component, Component, int, int) - Method in class javax.swing.MediumWeightPopup
Resets the Popup to an initial state.
reset(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class javax.swing.text.ReplaceHolder
 
reset(int, int) - Method in class org.eclipse.swt.custom.WrappedContent
Reset the visual (wrapped) lines in the specified range.
reset(int, int, boolean) - Method in class org.eclipse.swt.custom.WrappedContent
Reset the visual (wrapped) lines in the specified range.
reset(int, int, boolean) - Method in interface org.eclipse.swt.custom.LineCache
Resets the lines in the specified range.
reset(int, int, boolean) - Method in class org.eclipse.swt.custom.ContentWidthCache
Resets the line width of the lines in the specified range.
reset(int, int, boolean) - Method in class org.eclipse.swt.custom.WordWrapCache
Rewraps the lines in the specified range and redraws the widget if the line wrapping has changed.
resetChoosableFileFilters() - Method in class javax.swing.JFileChooser
Enabled: Resets the choosable file filter list to its starting state.
resetCyclicStatuses() - Method in class javax.swing.SpringLayout
 
resetDoubleBuffer() - Method in class javax.swing.RepaintManager
This resets the double buffer.
resetEpsilon() - Method in class antlr.Lookahead
Enabled:
resetFromValue(InternationalFormatter) - Method in class javax.swing.text.ExtendedReplaceHolder
Resets the region to delete to be the complete document and the text from invoking valueToString on the current value.
resetGC() - Method in class java.awt.Window
Reset this Window's GraphicsConfiguration to match its peer.
resetGC() - Method in class java.awt.Component
Resets this Component's GraphicsConfiguration back to a default value.
resetGraphics() - Method in class javax.swing.SwingGraphics
 
resetKeyboardActions() - Method in class javax.swing.JComponent
Suppressed: Unregisters all the bindings in the first tier InputMaps and ActionMap.
resetLocation() - Method in class javax.swing.text.UndoPosRef
Resets the location of the Position to the offset when the receiver was instantiated.
resetLocation(int, int) - Method in class javax.swing.text.UndoPosRef
Resets the location of the Position to the offset when the receiver was instantiated.
resetLock - Variable in class java.net.PlainSocketImpl
 
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.
resetProviderIndex - Static variable in class java.security.Security
 
resetRecognizer() - Method in class java.awt.dnd.DragGestureRecognizer
Enabled: Reset the Recognizer, if its currently recognizing a gesture, ignore it.
resetSelection() - Method in class org.eclipse.swt.custom.StyledText
Resets the selection.
resetState - Variable in class java.net.PlainSocketImpl
 
resetStrBuffer() - Method in class javax.swing.text.html.parser.Parser
 
resetSyntax() - Method in class java.io.StreamTokenizer
Enabled: Resets this tokenizer's syntax table so that all characters are "ordinary." See the ordinaryChar method for more information on a character being ordinary.
resetTabSize(boolean) - Method in class org.eclipse.swt.custom.CTabFolder
 
resetText() - Method in class antlr.CharScanner
Enabled:
resetToPreferredSizes() - Method in class javax.swing.JSplitPane
Enabled: Lays out the JSplitPane layout based on the preferred size of the children components.
resetValue(Object) - Method in class javax.swing.text.InternationalFormatter
Resets the value of the JFormattedTextField to be value.
resetViewPort() - Method in class javax.swing.AccessibleJScrollPane
 
resetVisualLines(int, int) - Method in class org.eclipse.swt.custom.WrappedContent
Reset the visual (wrapped) lines in the specified range.
resetVolatileDoubleBuffer() - Method in class javax.swing.RepaintManager
This resets the volatile double buffer.
reshape(int, int, int, int) - Method in class java.awt.Rectangle
Deprecated. As of JDK version 1.1, replaced by setBounds(int, int, int, int).
reshape(int, int, int, int) - Method in class java.awt.Component
Suppressed: @deprecated As of JDK version 1.1, replaced by setBounds(int, int, int, int).
reshape(int, int, int, int) - Method in class javax.swing.JInternalFrame
Suppressed: Moves and resizes this component.
reshape(int, int, int, int) - Method in class javax.swing.JViewport
Enabled: Sets the bounds of this viewport.
reshape(int, int, int, int) - Method in class javax.swing.JComponent
Enabled: Moves and resizes this component.
resizable - Variable in class java.awt.Dialog
A dialog's resizable property.
resizable - Variable in class java.awt.Frame
This field indicates whether the frame is resizable.
resizable - Variable in class javax.swing.JInternalFrame
The frame's size can be changed.
resizable - Variable in class org.eclipse.swt.widgets.TableColumn
 
RESIZABLE - Static variable in class javax.accessibility.AccessibleState
Enabled: Indicates the size of this object is not fixed.
javax.swing.JTable.Resizable2 - interface javax.swing.Resizable2.
 
javax.swing.JTable.Resizable3 - interface javax.swing.Resizable3.
 
Resize - Static variable in class org.eclipse.swt.SWT
Enabled: The resize event type (value is 11).
RESIZE - Static variable in class org.eclipse.swt.SWT
Enabled: Style constant for resize box trim (value is 1<<4).
RESIZE_WEIGHT_PROPERTY - Static variable in class javax.swing.JSplitPane
Suppressed: Bound property for weight.
resize() - Method in class java.lang.ThreadLocalMap
Double the capacity of the table.
resize() - Method in class org.eclipse.swt.custom.TreeEditor
 
resize() - Method in class org.eclipse.swt.custom.TableTreeEditor
 
resize() - Method in class org.eclipse.swt.custom.TableEditor
 
resize() - Method in class org.eclipse.swt.custom.TableCursor
 
resize() - Method in class org.eclipse.swt.custom.ScrolledComposite
 
resize() - Method in class org.eclipse.swt.custom.ControlEditor
 
resize() - Method in class org.eclipse.swt.widgets.Caret
 
resize(Dimension) - Method in class java.awt.Component
Suppressed: @deprecated As of JDK version 1.1, replaced by setSize(Dimension).
resize(int) - Method in class java.util.IdentityHashMap
Resize the table to hold given capacity.
resize(int) - Method in class java.util.WeakHashMap
Rehashes the contents of this map into a new HashMap instance with a larger capacity.
resize(int) - Method in class java.util.HashMap
Rehashes the contents of this map into a new HashMap instance with a larger capacity.
resize(int) - Method in class javax.swing.text.GapVector
resize the underlying storage array to the given new size
resize(int) - Method in class javax.swing.text.StringContent
 
resize(int, int) - Method in class java.awt.Rectangle
Deprecated. As of JDK version 1.1, replaced by setSize(int, int).
resize(int, int) - Method in class java.awt.Component
Suppressed: @deprecated As of JDK version 1.1, replaced by setSize(int, int).
resize(Object, int) - Static method in class org.erights.e.elib.tables.ArrayHelper
Enabled: Returns a copy of oldArray but of length newLen.
resizeAndRepaint() - Method in class javax.swing.JTable
Equivalent to revalidate followed by repaint.
resizeChildren() - Method in class org.eclipse.swt.widgets.Composite
 
resizeChildren(boolean, WINDOWPOS[]) - Method in class org.eclipse.swt.widgets.Composite
 
resizeControl() - Method in class org.eclipse.swt.widgets.ToolItem
 
resizeCursor - Variable in class org.eclipse.swt.widgets.Tracker
 
resized - Variable in class org.eclipse.swt.widgets.Caret
 
resizeFrame(JComponent, int, int, int, int) - Method in class javax.swing.DefaultDesktopManager
Suppressed: Calls setBoundsForFrame with the new values.
resizeFrame(JComponent, int, int, int, int) - Method in interface javax.swing.DesktopManager
Suppressed: The user has resized the component.
resizeListener - Variable in class org.eclipse.swt.custom.TableCursor
 
resizeRectangles(int, int) - Method in class org.eclipse.swt.widgets.Tracker
 
resizeToMaximumWidth(int) - Method in class org.eclipse.swt.widgets.CoolBar
 
resizeToPreferredWidth(int) - Method in class org.eclipse.swt.widgets.CoolBar
 
resizeWeight - Variable in class javax.swing.JSplitPane
How to distribute extra space.
resolution() - Method in class org.erights.e.elib.ref.Ref
Suppressed: Use Ref.resolution/1 rather than obj.resolution().
resolution() - Method in class org.erights.e.elib.ref.NearRef
Returns the near object.
resolution(Object) - Static method in class org.erights.e.elib.ref.Ref
Enabled: User-means of Ref shortening.
resolutionRef() - Method in class org.erights.e.elib.ref.UnconnectedRef
Returns this.
resolutionRef() - Method in class org.erights.e.elib.ref.SwitchableRef
If this has been shortened (target set and committed), then return that target; else return this.
resolutionRef() - Method in class org.erights.e.elib.ref.StemCell
A made StemCell's resolution is itself.
resolutionRef() - Method in class org.erights.e.elib.ref.Ref
Used to implement resolution(), and for internal use in the promise package.
resolutionRef() - Method in class org.erights.e.elib.ref.Proxy
If this proxy is still being handled, return this; else return whatever it's been shortened to.
resolutionRef() - Method in class org.erights.e.elib.ref.NearRef
Returns this, since target isn't a Ref
resolutionRef() - Method in class org.erights.e.elib.ref.DisconnectedRef
Returns this.
resolutionRef() - Method in class org.erights.e.elib.ref.BufferingRef
Returns this.
RESOLVE - Static variable in class java.net.SocketPermission
Resolve DNS queries
resolve(File) - Method in class java.io.Win32FileSystem
 
resolve(File) - Method in class java.io.FileSystem
Resolve the given abstract pathname into absolute form.
resolve(Object) - Method in interface org.erights.e.elib.ref.Resolver
Enabled: Like Resolver.resolveRace(java.lang.Object), but throws an exception to report that this Resolver was already resolved, rather than returning a boolean.
resolve(Object) - Method in class org.erights.e.elib.ref.ProxyResolver
Enabled:
resolve(Object) - Method in class org.erights.e.elib.ref.LocalResolver
 
resolve(Permission, Certificate[]) - Method in class java.security.UnresolvedPermission
try and resolve this permission using the class loader of the permission that was passed in.
resolve(String) - Method in class java.net.URI
Enabled: Constructs a new URI by parsing the given string and then resolving it against this URI.
resolve(String, String) - Method in class java.io.Win32FileSystem
 
resolve(String, String) - Method in class java.io.FileSystem
Resolve the child pathname string against the parent.
resolve(URI) - Method in class java.net.URI
Enabled: Resolves the given URI against this URI.
resolve(URI, URI) - Static method in class java.net.URI
 
ResolveAttribute - Static variable in interface javax.swing.text.AttributeSet
Suppressed: Attribute name used to identify the resolving parent set of attributes, if one is defined.
ResolveAttribute - Static variable in class javax.swing.text.StyleConstants
Suppressed: Attribute name used to identifiy the resolving parent set of attributes, if one is defined.
resolveAxis(int, ComponentOrientation) - Method in class javax.swing.BoxLayout
Given one of the 4 axis values, resolve it to an absolute axis.
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.
resolveClass0(Class) - Method in class java.lang.ClassLoader
 
resolveConflict(MethodNode, MethodNode) - Method in class org.erights.e.elib.prim.VTable
XXX cheesy indeed, as it doesn't distinguish inheritance vs override vs overload
resolveEx - Variable in class java.io.ObjectStreamClass
exception (if any) thrown while attempting to resolve class
resolveName(String) - Method in class java.lang.Class
Add a package name prefix if the name is not absolute Remove leading "/" if name is absolute
resolveObject(Object) - Method in class java.io.ObjectInputStream
This method will allow trusted subclasses of ObjectInputStream to substitute one object for another during deserialization.
resolveObject(Object) - Method in class org.erights.e.elib.serial.UnserializationStream
returns the Ref.resolution(Object) of reviver(ref)
resolveParent - Variable in class javax.swing.text.SmallAttributeSet
 
resolvePath(String, String, boolean) - Static method in class java.net.URI
 
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 org.erights.e.elib.ref.Resolver.
Untamed:
resolveRace(Object) - Method in interface org.erights.e.elib.ref.Resolver
Enabled: Queues all accumulated and future messages for delivery to target, and, for example, a local promise becomes resolved into being E-equivalent to the target.
resolveRace(Object) - Method in class org.erights.e.elib.ref.ProxyResolver
Enabled: Resolves the proxy to become the target.
resolveRace(Object) - Method in class org.erights.e.elib.ref.LocalResolver
 
ResourceBundle - class java.util.ResourceBundle.
Untamed:
ResourceBundle() - Constructor for class java.util.ResourceBundle
Enabled: Sole constructor.
ResourceBundleEnumeration - class java.util.ResourceBundleEnumeration.
Implements an Enumeration that combines elements from a Set and an Enumeration.
ResourceBundleEnumeration(Set, Enumeration) - Constructor for class java.util.ResourceBundleEnumeration
Constructs a resource bundle enumeration.
resourceBundles - Variable in class javax.swing.UIDefaults
 
resourceCache - Variable in class javax.swing.UIDefaults
Maps from a Locale to a cached Map of the ResourceBundle.
java.util.ResourceBundle.ResourceCacheKey - class java.util.ResourceCacheKey.
 
ResourceCacheKey() - Constructor for class java.util.ResourceCacheKey
 
ResourceLoader - class javax.swing.text.html.parser.ResourceLoader.
Simple class to load resources using the 1.2 security model.
ResourceLoader(String) - Constructor for class javax.swing.text.html.parser.ResourceLoader
 
resources - Static variable in class java.awt.Toolkit
Support for I18N: any visible strings should be stored in sun.awt.resources.awt.properties.
ResourceUriGetter - class org.erights.e.elang.interp.ResourceUriGetter.
Untamed: Bound to resource__uriGetter in the safe scope
ResourceUriGetter() - Constructor for class org.erights.e.elang.interp.ResourceUriGetter
 
respondsTo(Object, String, int) - Method in class org.erights.e.elang.evm.Matcher
Enabled:
respondsTo(Object, String, int) - Method in interface org.erights.e.elib.base.Script
Enabled: Does an object whose behavior is this script respond to verb/arity messages?
respondsTo(Object, String, int) - Method in class org.erights.e.elib.base.MethodNode
Enabled:
respondsTo(Object, String, int) - Method in class org.erights.e.elib.prim.VTable
Enabled:
respondsTo(Object, String, int) - Method in class org.erights.e.elib.prim.JavaMatcher
Enabled:
respondsTo(Object, String, int) - Method in class org.erights.e.elib.prim.CallableScript
 
respondsTo(String, int) - Method in class org.erights.e.elang.evm.EImpl
Suppressed:
respondsTo(String, int) - Method in interface org.erights.e.elib.base.Callable
Suppressed: Does the object respond to verb/arity?
respondsTo(String, int) - Method in class org.erights.e.elib.prim.StaticMaker
Suppressed:
respondsTo(String, int) - Method in class org.erights.e.elib.ref.Ref
Suppressed:
responseCode - Variable in class java.net.HttpURLConnection
An int representing the three digit HTTP Status-Code.
responseMessage - Variable in class java.net.HttpURLConnection
The HTTP response message.
restart() - Method in class javax.swing.Timer
Suppressed: Restarts the Timer, canceling any pending firings and causing it to fire with its initial delay.
restartTimerQueueThread() - Static method in class javax.swing.SystemEventQueueUtilities
Adds a RunnableEvent to all the remaining RunnableCanvases to restart the TimerQueues thread.
restoreFocus() - Method in class org.eclipse.swt.widgets.Decorations
 
restoreFocus(Component, boolean) - Method in class java.awt.DefaultKeyboardFocusManager
 
restoreFocus(FocusEvent, Window) - Method in class java.awt.DefaultKeyboardFocusManager
 
restoreFocus(Window, Component, boolean) - Method in class java.awt.DefaultKeyboardFocusManager
 
restoreFocus(WindowEvent) - Method in class java.awt.DefaultKeyboardFocusManager
 
restoreIMEFont() - Method in class org.eclipse.swt.widgets.Caret
 
restoreSubcomponentFocus() - Method in class javax.swing.JInternalFrame
Suppressed: Requests the internal frame to restore focus to the last subcomponent that had focus.
result - Variable in class antlr.debug.SemanticPredicateEvent
 
result - Variable in class org.eclipse.swt.dnd.TransferData
Enabled: The result field contains the result of converting a java data type into a stgmedium value.
result(Throwable) - Method in class org.erights.e.elib.base.Ejector
Enabled: Having caught a possible Ejection, the catcher asks an Ejector for the result corresponding to that Ejection.
results() - Method in class java.lang.Process
Added: Use only on prompt processes, as this will block the vat until the process completes!
results(Process) - Static method in class org.erights.e.meta.java.lang.ProcessSugar
Enabled: Use only on prompt processes, as this will block the vat until the process completes!
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?.
resume0() - Method in class java.lang.Thread
 
resumeConnection(byte[]) - Method in class net.vattp.data.DataPath
Check if a connection should be resumed.
RESUMING - Static variable in class net.vattp.data.VatTPConnection
 
retainAll(Collection) - Method in class java.util.UnmodifiableCollection
 
retainAll(Collection) - Method in class java.util.SynchronizedCollection
 
retainAll(Collection) - Method in interface java.util.Set
Enabled: Retains only the elements in this set that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class java.util.Vector
Enabled: Retains only the elements in this Vector that are contained in the specified Collection.
retainAll(Collection) - Method in interface java.util.List
Enabled: Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class java.util.AbstractCollection
Enabled: Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in interface java.util.Collection
Enabled: Retains only the elements in this collection that are contained in the specified collection (optional operation).
Retainer - class org.erights.e.extern.timer.Retainer.
Untamed: Used as a timed self-removing persistent key in a map.
Retainer() - Constructor for class org.erights.e.extern.timer.Retainer
Enabled: optExpirationDate defaults to forever (java.lang.Long#MAX_VALUE), so optTimer also defaults to null.
Retainer(Timer, long) - Constructor for class org.erights.e.extern.timer.Retainer
Enabled:
retargetFocusEvent(AWTEvent) - Static method in class java.awt.KeyboardFocusManager
 
retargetMouseEvent(Component, int, MouseEvent) - Method in class java.awt.LightweightDispatcher
Sends a mouse event to the current mouse event recipient using the given event (sent to the windowed host) as a srcEvent.
retDelims - Variable in class java.util.StringTokenizer
 
retrieve(BigInteger, int) - Method in class java.math.BitSieve
Test probable primes in the sieve and return successful candidates.
retrieveDirectives() - Static method in class java.lang.ClassLoader
 
RETRY - Static variable in class org.eclipse.swt.SWT
Enabled: The MessageBox style constant for a RETRY button; valid combinations are ABORT|RETRY|IGNORE, RETRY|CANCEL (value is 1<<10).
retry() - Method in class antlr.TokenStreamSelector
Enabled: Abort recognition of current Token and try again.
RETURN - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
returnAction - Variable in class antlr.RuleBlock
 
returnAST - Variable in class antlr.TreeParser
AST return value for a rule is squirreled away here
returnAST - Variable in class antlr.Parser
AST return value for a rule is squirreled away here
returnGuard() - Method in class org.erights.e.elang.evm.EMethod
Enabled:
returnGuard() - Method in class org.erights.e.elang.syntax.MsgPatt
 
returnResponse(byte[]) - Method in class net.vattp.tunnel.HTTPConnectionHandler
 
returnType() - Method in class com.combex.e.edoc.EMethodDoc
Get return type.
returnType() - Method in class org.erights.e.elib.prim.VarSetterNode
 
returnType() - Method in class org.erights.e.elib.prim.VarGetterNode
 
returnType() - Method in class org.erights.e.elib.prim.SugarMethodNode
Enabled:
returnType() - Method in class org.erights.e.elib.prim.StaticMethodNode
Enabled:
returnType() - Method in class org.erights.e.elib.prim.JavaMemberNode
Enabled:
returnType() - Method in class org.erights.e.elib.prim.InstanceMethodNode
 
returnType() - Method in class org.erights.e.elib.prim.ConstructorNode
The return type is the declaring class of the Constructor, since we're not concerned about 'super(...)' invocations.
returnValue - Variable in class antlr.preprocessor.Rule
 
returnValue - Variable in class javax.swing.JFileChooser
 
revalidate() - Method in class java.awt.FlipBufferStrategy
Restore the drawing buffer if it has been lost
revalidate() - Method in class java.awt.BltBufferStrategy
Restore the drawing buffer if it has been lost
revalidate() - Method in class javax.swing.DefaultListCellRenderer
Suppressed: Overridden for performance reasons.
revalidate() - Method in class javax.swing.JComponent
Enabled: Supports deferred automatic layout.
REVEAL - Static variable in class org.erights.e.elang.syntax.EParser
Enabled:
REVERSE_ORDER - Static variable in class java.util.Collections
 
REVERSE_THRESHOLD - Static variable in class java.util.Collections
 
reverse() - Method in class java.lang.StringBuffer
Enabled: 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
Enabled: Reverses the order of the elements in the specified list.
java.util.Collections.ReverseComparator - class java.util.ReverseComparator.
 
ReverseComparator() - Constructor for class java.util.ReverseComparator
 
reverseLexerRuleName(String) - Static method in class antlr.CodeGenerator
Enabled:
reverseOrder() - Static method in class java.util.Collections
Enabled: Returns a comparator that imposes the reverse of the natural ordering on a collection of objects that implement the Comparable interface.
REVERT - Static variable in class javax.swing.JFormattedTextField
Enabled: Constant identifying that when focus is lost, editing value should be reverted to current value set on the JFormattedTextField.
Reviver - class org.erights.e.elib.serial.Reviver.
Untamed: Used to parameterize an UnserializationStream.
Reviver() - Constructor for class org.erights.e.elib.serial.Reviver
Enabled:
REWIND - Static variable in class antlr.debug.InputBufferEventSupport
 
REWIND - Static variable in class antlr.debug.InputBufferEvent
Enabled:
rewind(int) - Method in class antlr.TokenBuffer
Enabled: Rewind the token buffer to a marker.
rewind(int) - Method in class antlr.Parser
Enabled:
rewind(int) - Method in class antlr.InputBuffer
Enabled: Rewind the character buffer to a marker.
rewind(int) - Method in class antlr.CharScanner
Enabled:
rewind(int) - Method in class antlr.debug.DebuggingInputBuffer
Enabled:
rgb - Variable in class org.eclipse.swt.widgets.FontDialog
 
rgb - Variable in class org.eclipse.swt.widgets.ColorDialog
 
RGB - class org.eclipse.swt.graphics.RGB.
Safe: Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
RGB(int, int, int) - Constructor for class org.eclipse.swt.graphics.RGB
Enabled: Constructs an instance of this class with the given red, green and blue values.
RGBtoHSB(int, int, int, float[]) - Static method in class java.awt.Color
Enabled: 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.
rhs - Variable in class antlr.preprocessor.Option
 
right - Variable in class antlr.BaseAST
 
right - Variable in class java.awt.Insets
Suppressed: The inset from the right.
right - Variable in class java.util.Entry
 
right - Variable in class javax.swing.text.CompositeView
 
right - Variable in class org.eclipse.swt.layout.FormData
Enabled: right specifies the attachment of the right side of the control.
RIGHT - Static variable in class java.awt.Event
Enabled: The Right Arrow key, a non-ASCII action key.
RIGHT - Static variable in class java.awt.FlowLayout
Enabled: This value indicates that each row of components should be right-justified.
RIGHT - Static variable in class java.awt.Label
Enabled: Indicates that the label should be right justified.
RIGHT - Static variable in class javax.swing.JSplitPane
Suppressed: Used to add a Component to the right of the other Component.
RIGHT - Static variable in interface javax.swing.SwingConstants
Enabled: Box-orientation constant used to specify the right side of a box.
RIGHT - Static variable in class org.eclipse.swt.SWT
Enabled: Style constant for align right behavior (value is 1<<17).
RIGHT - Static variable in class org.eclipse.swt.custom.Printing
 
RIGHT_ALIGNMENT - Static variable in class java.awt.Component
Enabled: Ease-of-use constant for getAlignmentX.
RIGHT_MARGIN - Static variable in class org.eclipse.swt.custom.CTabItem
 
RIGHT_TO_LEFT - Static variable in class java.awt.ComponentOrientation
Suppressed: Items run right to left and lines flow top to bottom Examples: Arabic, Hebrew.
RIGHT_TO_LEFT - Static variable in class org.eclipse.swt.SWT
Suppressed: Style constant for right to left orientation (value is 1<<26).
rightCaretBitmap - Variable in class org.eclipse.swt.custom.StyledText
 
rightComponent - Variable in class javax.swing.JSplitPane
The right or bottom component.
RightIndent - Static variable in class javax.swing.text.ParagraphConstants
The amount to indent the right side of the paragraph.
RightIndent - Static variable in class javax.swing.text.StyleConstants
Suppressed: The amount to indent the right side of the paragraph.
rightInset - Variable in class javax.swing.text.AsyncBoxView
 
rightMargin - Variable in class org.eclipse.swt.custom.StyledText
 
rightOf(TreeMap.Entry) - Static method in class java.util.TreeMap
 
rightShift(int) - Method in class java.math.MutableBigInteger
Right shift this MutableBigInteger n bits.
rightToLeft - Variable in class java.awt.GridBagLayout
 
rint(double) - Static method in class java.lang.Math
Enabled: Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
rint(double) - Static method in class java.lang.StrictMath
Enabled: Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
rjoin(Twine[]) - Method in class org.erights.e.elib.tables.Twine
Enabled: Like Python's joinFields(), but with the receiver and argument reversed (hence the initial "r").
rName - Static variable in class org.quasiliteral.text.EYaccFixer
 
Robot - class java.awt.Robot.
Unsafe:
Robot() - Constructor for class java.awt.Robot
Enabled: Constructs a Robot object in the coordinate system of the primary screen.
Robot(GraphicsDevice) - Constructor for class java.awt.Robot
Enabled: Creates a Robot for the given screen device.
ROList - class org.erights.e.elib.tables.ROList.
A ROList gives read-only access to an underlying potentially mutable list.
ROList(FlexList) - Constructor for class org.erights.e.elib.tables.ROList
 
roll(int, boolean) - Method in class java.util.GregorianCalendar
Enabled: Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields.
roll(int, boolean) - Method in class java.util.Calendar
Enabled: Time Field Rolling function.
roll(int, int) - Method in class java.util.GregorianCalendar
Enabled: Add to field a signed amount without changing larger fields.
roll(int, int) - Method in class java.util.Calendar
Enabled: Time Field Rolling function.
ROLLOVER - Static variable in class javax.swing.DefaultButtonModel
Enabled: Indicates that the mouse is over the button.
ROLLOVER_ENABLED_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
Suppressed: Identifies a change from rollover enabled to disabled or back to enabled.
ROLLOVER_ICON_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
Suppressed: 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
Suppressed: Identifies a change to the icon used when the cursor is over the button and it has been selected.
rolloverEnabled - Variable in class javax.swing.AbstractButton
 
rolloverIcon - Variable in class javax.swing.AbstractButton
 
rolloverSelectedIcon - Variable in class javax.swing.AbstractButton
 
ROMAN - Static variable in class org.eclipse.swt.SWT
Enabled: Input Method Editor style constant for romanicized input behavior (value is 1<<5).
ROMAN_BASELINE - Static variable in class java.awt.Font
Enabled: The baseline used in most Roman scripts when laying out text.
ROMap - class org.erights.e.elib.tables.ROMap.
A ROMap gives read-only access to an underlying potentially mutable map.
ROMap(FlexMap) - Constructor for class org.erights.e.elib.tables.ROMap
Callers *MUST* be sure to hand in the only reference to this map.
root - Variable in class antlr.TreeElement
 
root - Variable in class antlr.ASTPair
Enabled:
root - Variable in class antlr.debug.misc.JTreeASTModel
 
root - Variable in class java.util.TreeMap
 
root - Variable in class javax.swing.AncestorNotifier
 
root - Variable in class javax.swing.DefaultAction
 
root - Variable in class javax.swing.ProgressMonitor
 
root - Variable in class javax.swing.text.ElementBuffer
 
root - Variable in class javax.swing.text.ElementIterator
 
ROOT_PANE - Static variable in class javax.accessibility.AccessibleRole
Enabled: 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
Suppressed: Bound property name.
ROOT_VISIBLE_PROPERTY - Static variable in class javax.swing.JTree
Suppressed: Bound property name for rootVisible.
rootGroup - Static variable in class java.lang.SecurityManager
reference to the root thread group, used for the checkAccess methods.
javax.swing.JRootPane.RootLayout - class javax.swing.RootLayout.
A custom layout manager that is responsible for the layout of layeredPane, glassPane, and menuBar.
RootLayout() - Constructor for class javax.swing.RootLayout
 
rootNode() - Method in class antlr.ANTLRParser
Enabled:
rootPane - Variable in class javax.swing.JInternalFrame
The JRootPane instance that manages the content pane and optional menu bar for this internal frame, as well as the glass pane.
rootPane - Variable in class javax.swing.JWindow
The 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.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.MediumWeightPopup
Child of the panel.
rootPane - Variable in class javax.swing.JDialog
 
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.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.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.
Unsafe: This interface is implemented by components that have a single JRootPane child: JDialog, JFrame, JWindow, JApplet, JInternalFrame.
roots - Variable in class javax.swing.ReadObjectCallback
 
rootTableKey - Static variable in class javax.swing.SystemEventQueueUtilities
 
rootVisible - Variable in class javax.swing.JTree
True if the root node is displayed, false if its children are the highest visible nodes.
ROSet - class org.erights.e.elib.tables.ROSet.
 
ROSet(EMap) - Constructor for class org.erights.e.elib.tables.ROSet
 
ROTATE_THRESHOLD - Static variable in class java.util.Collections
 
rotate(double) - Method in class java.awt.Graphics2D
Enabled: Concatenates the current Graphics2D Transform with a rotation transform.
rotate(double, double, double) - Method in class java.awt.Graphics2D
Enabled: Concatenates the current Graphics2D Transform with a translated rotation transform.
rotate(List, int) - Static method in class java.util.Collections
Enabled: Rotates the elements in the specified list by the specified distance.
rotate1(List, int) - Static method in class java.util.Collections
 
rotate2(List, int) - Static method in class java.util.Collections
 
rotateLeft(TreeMap.Entry) - Method in class java.util.TreeMap
From CLR
rotateRight(TreeMap.Entry) - Method in class java.util.TreeMap
From CLR
ROUND_CEILING - Static variable in class java.math.BigDecimal
Enabled: Rounding mode to round towards positive infinity.
ROUND_DOWN - Static variable in class java.math.BigDecimal
Enabled: Rounding mode to round towards zero.
ROUND_FLOOR - Static variable in class java.math.BigDecimal
Enabled: Rounding mode to round towards negative infinity.
ROUND_HALF_DOWN - Static variable in class java.math.BigDecimal
Enabled: 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
Enabled: 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
Enabled: 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
Enabled: 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
Enabled: Rounding mode to round away from zero.
round() - Method in class java.lang.Double
Added:
round() - Method in class java.math.BigInteger
Added: Defined both here and in DoubleSugar, so you can use this to get round'ed integer no matter what kind of number you start with.
round(BigInteger) - Static method in class org.erights.e.meta.java.math.BigIntegerSugar
Enabled: Defined both here and in DoubleSugar, so you can use this to get round'ed integer no matter what kind of number you start with.
round(double) - Static method in class java.lang.Math
Enabled: Returns the closest long to the argument.
round(double) - Static method in class java.lang.StrictMath
Enabled: Returns the closest long to the argument.
round(double) - Static method in class org.erights.e.meta.java.lang.DoubleSugar
Enabled:
round(float) - Static method in class java.lang.Math
Enabled: Returns the closest int to the argument.
round(float) - Static method in class java.lang.StrictMath
Enabled: Returns the closest int to the argument.
roundDir - Variable in class java.lang.FloatingDecimal
 
ROUNDS - Static variable in class net.vattp.data.DES
 
roundup() - Method in class java.lang.FloatingDecimal
 
roundup(String) - Method in class java.math.BigDecimal
 
row - Variable in class javax.swing.AccessibleJTableCell
 
row - Variable in class javax.swing.text.TableRow
the row within the overall grid
row - Variable in class javax.swing.text.TableCell
 
row - Variable in class org.eclipse.swt.custom.TableCursor
 
javax.swing.text.ParagraphView.Row - class javax.swing.text.Row.
 
ROW_HEADER - Static variable in class javax.accessibility.AccessibleRole
Enabled: The header for a row of data.
ROW_HEADER - Static variable in interface javax.swing.ScrollPaneConstants
Suppressed: 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
Suppressed: Bound property name for rowHeight.
ROW_TOLERANCE - Static variable in class javax.swing.LayoutComparator
 
Row(Element) - Constructor for class javax.swing.text.Row
 
rowAtPoint(Point) - Method in class javax.swing.JTable
Enabled: Returns the index of the row that point lies in, or -1 if the result is not in the range [0, getRowCount()-1].
RowData - class org.eclipse.swt.layout.RowData.
Safe: Each control controlled by a RowLayout can have its initial width and height specified by setting a RowData object into the control.
RowData() - Constructor for class org.eclipse.swt.layout.RowData
Enabled:
RowData(int, int) - Constructor for class org.eclipse.swt.layout.RowData
Enabled:
RowData(Point) - Constructor for class org.eclipse.swt.layout.RowData
Enabled:
rowDescription - Variable in class javax.swing.AccessibleJTable
 
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.JTextArea
 
rowHeights - Variable in class java.awt.GridBagLayout
Suppressed: This field holds the overrides to the row minimum heights.
rowincx - Variable in class java.awt.TexturePaintContext
 
rowincxerr - Variable in class java.awt.TexturePaintContext
 
rowincy - Variable in class java.awt.TexturePaintContext
 
rowincyerr - Variable in class java.awt.TexturePaintContext
 
RowLayout - class org.eclipse.swt.layout.RowLayout.
Safe: Instances of this class determine the size and position of the children of a Composite by placing them either in horizontal rows or vertical columns within the parent Composite.
RowLayout() - Constructor for class org.eclipse.swt.layout.RowLayout
Enabled: Constructs a new instance of this class.
RowLayout(int) - Constructor for class org.eclipse.swt.layout.RowLayout
Enabled: Constructs a new instance of this class given the type.
rowMargin - Variable in class javax.swing.JTable
The height in pixels of the margin between the cells in each row.
rowModel - Variable in class javax.swing.JTable
 
rows - Variable in class java.awt.GridLayout
This is the number of rows specified for the grid.
rows - Variable in class java.awt.TextArea
The number of rows in the TextArea.
rows - Variable in class java.awt.List
This field will represent the number of visible rows in the List Component.
rows - Variable in class javax.swing.JTextArea
 
rows - Variable in class javax.swing.text.TableView
 
rowSelectionAllowed - Variable in class javax.swing.JTable
True if row selection is allowed in this table.
rowWeights - Variable in class java.awt.GridBagLayout
Suppressed: This field holds the overrides to the row weights.
RPAREN - Static variable in interface antlr.ANTLRTokenTypes
Enabled:
RPAREN - Static variable in interface antlr.ANTLRTokdefParserTokenTypes
Enabled:
RSAKey - interface java.security.interfaces.RSAKey.
Untamed: The interface to an RSA public or private key.
RSAKeyGenParameterSpec - class java.security.spec.RSAKeyGenParameterSpec.
Untamed: This class specifies the set of parameters used to generate an RSA key pair.
RSAKeyGenParameterSpec(int, BigInteger) - Constructor for class java.security.spec.RSAKeyGenParameterSpec
Enabled: Constructs a new RSAParameterSpec object from the given keysize and public-exponent value.
RSAMultiPrimePrivateCrtKey - interface java.security.interfaces.RSAMultiPrimePrivateCrtKey.
Untamed: The interface to an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values.
RSAMultiPrimePrivateCrtKeySpec - class java.security.spec.RSAMultiPrimePrivateCrtKeySpec.
Untamed: This class specifies an RSA multi-prime private key, as defined in the PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information values for efficiency.
RSAMultiPrimePrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, RSAOtherPrimeInfo[]) - Constructor for class java.security.spec.RSAMultiPrimePrivateCrtKeySpec
Enabled: Creates a new RSAMultiPrimePrivateCrtKeySpec given the modulus, publicExponent, privateExponent, primeP, primeQ, primeExponentP, primeExponentQ, crtCoefficient, and otherPrimeInfo as defined in PKCS#1 v2.1.
RSAOtherPrimeInfo - class java.security.spec.RSAOtherPrimeInfo.
Untamed: This class represents the triplet (prime, exponent, and coefficient) inside RSA's OtherPrimeInfo structure, as defined in the PKCS#1 v2.1.
RSAOtherPrimeInfo(BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.RSAOtherPrimeInfo
Enabled: Creates a new RSAOtherPrimeInfo given the prime, primeExponent, and crtCoefficient as defined in PKCS#1.
RSAPrivateCrtKey - interface java.security.interfaces.RSAPrivateCrtKey.
Untamed: 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.
Untamed: 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
Enabled: 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.
Untamed: The interface to an RSA private key.
RSAPrivateKeySpec - class java.security.spec.RSAPrivateKeySpec.
Untamed: This class specifies an RSA private key.
RSAPrivateKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPrivateKeySpec
Enabled: Creates a new RSAPrivateKeySpec.
RSAPublicKey - interface java.security.interfaces.RSAPublicKey.
Untamed: The interface to an RSA public key.
RSAPublicKeySpec - class java.security.spec.RSAPublicKeySpec.
Untamed: This class specifies an RSA public key.
RSAPublicKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPublicKeySpec
Enabled: Creates a new RSAPublicKeySpec.
RTFTransfer - class org.eclipse.swt.dnd.RTFTransfer.
Untamed: The class RTFTransfer provides a platform specific mechanism for converting text in RTF format represented as a java String to a platform specific representation of the data and vice versa.
RTFTransfer() - Constructor for class org.eclipse.swt.dnd.RTFTransfer
 
org.eclipse.swt.custom.StyledText.RTFWriter - class org.eclipse.swt.custom.RTFWriter.
The RTFWriter class is used to write widget content as rich text.
RTFWriter(int, int) - Constructor for class org.eclipse.swt.custom.RTFWriter
Creates a RTF writer that writes content starting at offset "start" in the document.
ruin(String, String) - Method in class org.erights.e.elang.interp.ScopeMaker
 
RuinedSlot - class org.erights.e.elib.slot.RuinedSlot.
Untamed: A ruined slot responds to both getValue() and setValue by throwing the problem that explains why it's ruined.
RuinedSlot(Throwable) - Constructor for class org.erights.e.elib.slot.RuinedSlot
Enabled:
rule - Variable in class java.awt.AlphaComposite
 
Rule - class antlr.preprocessor.Rule.
 
RULE_BLOCK - Static variable in interface antlr.preprocessor.PreprocessorTokenTypes
Enabled:
RULE_REF - Static variable in interface antlr.ANTLRTokenTypes
Enabled:
rule() - Method in class antlr.ANTLRParser
Enabled:
rule(Grammar) - Method in class antlr.preprocessor.Preprocessor
Enabled:
Rule(String, String, IndexedVector, Grammar) - Constructor for class antlr.preprocessor.Rule
 
ruleBlock - Variable in class antlr.MakeGrammar
 
RuleBlock - class antlr.RuleBlock.
Untamed:
RuleBlock(Grammar, String) - Constructor for class antlr.RuleBlock
Enabled: Construct a named rule.
RuleBlock(Grammar, String, int, boolean) - Constructor for class antlr.RuleBlock
Enabled: Construct a named rule with line number information
ruleDepth - Variable in class antlr.debug.ParserEventSupport
 
ruleEnd - Variable in class antlr.MakeGrammar
 
RuleEndElement - class antlr.RuleEndElement.
 
RuleEndElement(Grammar) - Constructor for class antlr.RuleEndElement
 
ruleName - Variable in class antlr.RuleBlock
 
ruleNames - Variable in class antlr.debug.LLkDebuggingParser
 
ruleNames - Variable in class antlr.debug.DebuggingCharScanner
 
ruleNum - Variable in class antlr.debug.TraceEvent
 
ruleOptionsSpec() - Method in class antlr.ANTLRParser
Enabled:
RuleRefElement - class antlr.RuleRefElement.
 
RuleRefElement(Grammar, String, int, int) - Constructor for class antlr.RuleRefElement
 
RuleRefElement(Grammar, Token, int) - Constructor for class antlr.RuleRefElement
 
rules - Variable in class antlr.Grammar
 
rules - Variable in class antlr.preprocessor.Grammar
 
rules() - Method in class antlr.ANTLRParser
Enabled:
RuleSymbol - class antlr.RuleSymbol.
 
RuleSymbol(String) - Constructor for class antlr.RuleSymbol
 
run() - Method in class java.awt.WakingRunnable
 
run() - Method in class java.awt.EventDispatchThread
 
run() - Method in class java.lang.Thread
Enabled: 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
Enabled: 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 class java.lang.SystemClassLoaderAction
 
run() - Method in interface java.security.PrivilegedExceptionAction
Enabled: Performs the computation.
run() - Method in interface java.security.PrivilegedAction
Enabled: Performs the computation.
run() - Method in class java.util.TimerThread
 
run() - Method in class java.util.TimerTask
Enabled: The action to be performed by this timer task.
run() - Method in class javax.swing.PageLoader
Try to load the document, then scroll the view to the reference (if specified).
run() - Method in class javax.swing.ComponentWorkRequest
 
run() - Method in class javax.swing.TimerQueue
 
run() - Method in class javax.swing.DoPostEvent
 
run() - Method in class javax.swing.TimerQueueRestart
 
run() - Method in class javax.swing.text.ChangeUpdateRunnable
 
run() - Method in class javax.swing.text.SafeScroller
 
run() - Method in class javax.swing.text.DoSetCaretPosition
 
run() - Method in class javax.swing.text.LayoutThread
 
run() - Method in class javax.swing.text.ChildState
Update the child state.
run() - Method in class javax.swing.text.FlushTask
 
run() - Method in class javax.swing.text.html.parser.ResourceLoader
 
run() - Method in class net.captp.tables.Vine
Enabled: When asked to run(), we do nothing; really.
run() - Method in class net.vattp.data.UserThread
 
run() - Method in class net.vattp.data.SendThread
Body of the thread.
run() - Method in class net.vattp.data.RecvThread
The actual connection receive thread -- the asynchronous part.
run() - Method in class net.vattp.data.ListenThread
The actual body of the listener thread.
run() - Method in class net.vattp.data.DataCommThunk
Actually do the invocation this Thunk was created to perform.
run() - Method in class net.vattp.security.TimerJitterEntropy
 
run() - Method in class net.vattp.security.SecureRandomCrewSeedIt
 
run() - Method in class net.vattp.tunnel.TCPConnectionListener
Enabled:
run() - Method in class net.vattp.tunnel.HTTPSocketCtl
Enabled:
run() - Method in class net.vattp.tunnel.HTTPConnectionHandler
Enabled:
run() - Method in class org.eclipse.swt.custom.Printing
Starts a print job and prints the pages specified in the constructor.
run() - Method in class org.eclipse.swt.widgets.RunnableLock
 
run() - Method in interface org.erights.e.elang.interp.LoopBody
Enabled: This method will be repeatedly called until it returns false.
run() - Method in interface org.erights.e.elib.base.Thunk
Enabled:
run() - Method in class org.erights.e.elib.base.Ejector
Enabled: Non-local exit returning null.
run() - Method in class org.erights.e.elib.oldeio.CharPipeAdapter
Enabled: Should only be called from the new vat.
run() - Method in class org.erights.e.elib.prim.CallThunk
 
run() - Method in class org.erights.e.elib.prim.tests.calltest
 
run() - Method in class org.erights.e.elib.prim.tests.sendtest
 
run() - Method in class org.erights.e.elib.tables.WeakValue
Invoked sometime after the actual value has been gced.
run() - Method in class org.erights.e.elib.tables.WeakKey
Invoked sometime after the actual key has been gced.
run() - Method in class org.erights.e.elib.vat.WeakPtrThread
 
run() - Method in class org.erights.e.elib.vat.VatRedirector
This gets run eventually inside the Vat, and so doesn't need to worry about synchronizing Vat.myIsMergeable.
run() - Method in class org.erights.e.elib.vat.SWTRunner
Called only by Thread.start().
run() - Method in class org.erights.e.elib.vat.PendingEvent
Do now the event that this PendingEvent represents.
run() - Method in class org.erights.e.elib.vat.HeadlessRunner
Called only by Thread.start().
run() - Method in class org.erights.e.extern.file.ConsoleThread
Enabled: This is the actual thread code for the ConsoleThread.
run() - Method in class org.erights.e.extern.persist.SwissRetainer
Enabled:
run() - Method in class org.erights.e.extern.timer.TimerThread
Run the timer thread until told to stop.
run() - Method in class org.erights.e.extern.timer.Timeout
Enabled: Cancels this timeout.
run() - Method in class org.erights.e.extern.timer.Retainer
Enabled:
run() - Method in class org.erights.e.meta.java.lang.Bufferer
 
run(Auditor, Object) - Method in class org.erights.e.elib.slot.AuditChecker
Enabled:
run(Component, Graphics) - Method in class java.awt.PaintCallback
 
run(Component, Graphics) - Method in class java.awt.PrintCallback
 
run(Component, Graphics) - Method in class java.awt.PaintAllCallback
 
run(Component, Graphics) - Method in class java.awt.PrintAllCallback
 
run(Component, Graphics) - Method in class java.awt.PeerPaintCallback
 
run(Component, Graphics) - Method in class java.awt.PeerPrintCallback
 
run(Component, Graphics) - Method in class java.awt.PaintHeavyweightComponentsCallback
 
run(Component, Graphics) - Method in class java.awt.PrintHeavyweightComponentsCallback
 
run(ENode) - Method in class org.erights.e.elang.smallcaps.SmallcapsEncoderVisitor
 
run(ENode[]) - Method in class org.erights.e.elang.smallcaps.SmallcapsEncoderVisitor
 
run(File) - Static method in class javax.swing.ImageIcon
Added: Instead of the security-breaking suppressed 'new(String)'.
run(File) - Static method in class org.erights.e.meta.javax.swing.ImageIconMakerSugar
Enabled: Instead of the security-breaking suppressed 'new(String)'.
run(File) - Static method in class org.quasiliteral.text.Identifiers
Enabled:
run(File, String) - Static method in class javax.swing.ImageIcon
Added: Instead of the security-breaking suppressed 'new(String, String)'.
run(File, String) - Static method in class org.erights.e.meta.javax.swing.ImageIconMakerSugar
Enabled: Instead of the security-breaking suppressed 'new(String, String)'.
run(int, int) - Method in class org.erights.e.elib.tables.Twine
Enabled: Returns a Twine.
run(int, int) - Method in class org.erights.e.elib.tables.SimpleTwine
 
run(int, int) - Method in class org.erights.e.elib.tables.ROList
 
run(int, int) - Method in class org.erights.e.elib.tables.LocatedTwine
Returns a Twine which is either empty or is a LocatedTwine describing where the extracted run came from.
run(int, int) - Method in class org.erights.e.elib.tables.EmptyTwine
Enabled:
run(int, int) - Method in class org.erights.e.elib.tables.EList
Enabled: Returns a snapshot of the sublist from 'start' (inclusive) to 'bound' (exclusive).
run(int, int) - Method in class org.erights.e.elib.tables.CompositeTwine
 
run(long) - Method in class net.vattp.data.DataPath
Called by Clocks on their targets after each tick.
run(long) - Method in interface org.erights.e.extern.timer.TickReactor
Enabled: Called by Clocks on their targets after each tick.
run(LoopBody) - Method in class org.erights.e.elang.interp.Loop
Enabled: Keep calling loopBody until it returns false.
run(Object) - Method in class org.erights.e.elang.interp.Terminator
 
run(Object) - Method in class org.erights.e.elang.interp.Help
Enabled:
run(Object) - Method in class org.erights.e.elang.visitors.KernelECopyVisitor
Enabled: For use from E.
run(Object) - Method in class org.erights.e.elang.visitors.CapSlang2JVisitor
Enabled:
run(Object) - Method in class org.erights.e.elib.base.Ejector
Enabled: Non-local exit returning 'result'.
run(Object) - Method in class org.erights.e.elib.ref.WhenResolvedReactor
Causes us to wakeup and check if myRef is resolved.
run(Object) - Method in class org.erights.e.elib.ref.WhenBrokenReactor
Causes us to wakeup and check if myRef is broken.
run(Object) - Method in class org.erights.e.elib.ref.Redirector
Enabled: Resolve the Resolver to the arg.
run(Object) - Method in class org.erights.e.elib.ref.OneArgFuncAdapter
Enabled:
run(Object) - Method in class org.erights.e.elib.ref.DelayedRedirector
Enabled: On the first response, send a second __whenMoreResolved on the original RemotePromise, and then resolve the ProxyResolver to a Promise that will be resolved by the answer to this second __whenMoreResolved.
run(Object) - Method in class org.erights.e.elib.tables.Twine
Enabled: Returns a Twine.
run(Object) - Method in class org.erights.e.elib.tables.ROList
 
run(Object) - Method in class org.erights.e.elib.tables.EList
Enabled: Returns a snapshot of the run at intReg.
run(Object) - Method in class org.erights.e.elib.tests.TestELib
Enabled: run -- this is the closure for the message send.
run(Object) - Method in interface org.erights.e.elib.util.OneArgFunc
Enabled: An object is invoked with one of several selectors, each associated with a sequence of arguments.
run(Object) - Method in class org.erights.e.elib.util.Once
Enabled:
run(Object) - Method in class org.erights.e.elib.util.IdentityFunc
Enabled: Returns arg
run(Object) - Method in class org.erights.e.extern.persist.SturdyRefMaker
Enabled: Produce a persistent perpetual SturdyRef for an object.
run(Object, boolean, TextWriter) - Method in class org.erights.e.elang.interp.Help
Enabled: XXX This should probably be moved to TypeDesc.printHelpOn()
run(Object, long) - Method in class org.erights.e.extern.persist.SturdyRefMaker
Enabled: Produce a non-cancellable persistent SturdyRef for an object.
run(Object, Object) - Method in class org.erights.e.elang.visitors.CapSlang2JVisitor
 
run(Object, Object) - Method in class org.erights.e.elib.tables.SimpleCompFunc
E.calls with "compareTo" and the zero tests to determine whether to return 0.0, -1.0, 1.0, or NaN.
run(Object, Object) - Method in class org.erights.e.elib.tables.IndirectCompFunc
Returns subFunc(array[a], array[b])
run(Object, Object) - Method in interface org.erights.e.elib.tables.CompFunc
Enabled:
run(Object, Object) - Method in interface org.erights.e.elib.tables.AssocFunc
Enabled: Repeatedly called with successive key-value pairs from some collection.
run(Object, Object, Object) - Method in class org.erights.e.elang.visitors.CapSlang2JVisitor
 
run(Object, Object, Object, Object) - Method in class org.erights.e.elang.visitors.CapSlang2JVisitor
 
run(Object, Object, Object, Object, Object) - Method in class org.erights.e.elang.visitors.CapSlang2JVisitor
 
run(Object, Object, Object, Object, Object, Object) - Method in class org.erights.e.elang.visitors.CapSlang2JVisitor
 
run(RuntimeException) - Method in class org.erights.e.elib.prim.Thrower
Enabled: Throws problem (coerced to a RuntimeException).
run(String) - Static method in class org.erights.e.elib.sealing.Brand
Enabled: Returns a Sealer/Unsealer pair identified with a new unique Brand of the specified (non-unique) name.
run(Twine) - Static method in class org.erights.e.elang.syntax.EParser
Enabled: For simple string -> expression parsing, especially for use from E
run(Twine) - Static method in class org.quasiliteral.term.TermParser
Enabled: builder defaults to the quasi-adapted, non-quasi builder for building Term trees.
run(Twine, boolean) - Static method in class org.erights.e.elang.syntax.EParser
Enabled:
run(Twine, boolean, ConstMap) - Static method in class org.erights.e.elang.syntax.EParser
Enabled: No longer does the caching.
run(Twine, QuasiBuilder) - Static method in class org.quasiliteral.term.TermParser
Enabled:
run(ValueGuard) - Method in class org.erights.e.elib.slot.SettableGuard
Enabled: Makes a Guard that makes settable slots that coerces according to the valueGuard argument.
run(ValueGuard) - Method in class org.erights.e.elib.slot.NullOkGuard
Enabled: Makes a Guard that accepts either null or values that the argument 'subGuard' accepts.
run(ValueGuard) - Method in class org.erights.e.elib.slot.FinalGuard
Enabled: Makes a Guard that will coerce a specimen with this valueGuard, and make an immutable slot with the resulting value.
runAll(ENode[], String) - Method in class org.erights.e.elang.visitors.CapSlang2JVisitor
 
runAllFinalizers() - Static method in class java.lang.Shutdown
 
runAsyncMessages() - Method in class org.eclipse.swt.widgets.Synchronizer
 
runAsyncMessages() - Method in class org.eclipse.swt.widgets.Display
 
runDeferredEvents() - Method in class org.eclipse.swt.widgets.Display
 
Rune - class org.erights.e.elang.interp.Rune.
Untamed: The main, non-interactive, E read-eval interpreter loop.
Rune() - Constructor for class org.erights.e.elang.interp.Rune
prevent instantiation
runFinalization() - Method in class java.lang.Runtime
Enabled: Runs the finalization methods of any objects pending finalization.
runFinalization() - Static method in class java.lang.System
Enabled: Runs the finalization methods of any objects pending finalization.
runFinalization0() - Static method in class java.lang.Runtime
 
runFinalizersOnExit - Static variable in class java.lang.Shutdown
 
runFinalizersOnExit(boolean) - Static method in class java.lang.Runtime
Deprecated. This method is inherently unsafe. It may result in finalizers being called on live objects while other threads are concurrently manipulating those objects, resulting in erratic behavior or deadlock.
runFinalizersOnExit(boolean) - Static method in class java.lang.System
Deprecated. This method is inherently unsafe. It may result in finalizers being called on live objects while other threads are concurrently manipulating those objects, resulting in erratic behavior or deadlock.
runHooks() - Static method in class java.lang.Shutdown
 
RUNIC - Static variable in class java.lang.UnicodeBlock
Constant for the Unicode character block of the same name.
runInputVerifier() - Method in class javax.swing.JComponent
 
runloop() - Method in class org.erights.e.extern.timer.TimerThread
The actual guts of the timer thread: Look for the next event on the timer queue.
runnable - Variable in class java.awt.event.InvocationEvent
The Runnable whose run() method will be called.
runnable - Variable in class org.eclipse.swt.widgets.RunnableLock
 
Runnable - interface java.lang.Runnable.
Safe:
javax.swing.SystemEventQueueUtilities.RunnableCanvas - class javax.swing.RunnableCanvas.
Applets don't have direct access to the AWT SystemEvent queue.
RunnableCanvas(JRootPane) - Constructor for class javax.swing.RunnableCanvas
 
javax.swing.SystemEventQueueUtilities.RunnableCanvasGraphics - class javax.swing.RunnableCanvasGraphics.
A no-op Graphics object for the RunnableCanvas component.
RunnableCanvasGraphics() - Constructor for class javax.swing.RunnableCanvasGraphics
 
runnableCanvasTable - Static variable in class javax.swing.RunnableCanvas
 
javax.swing.SystemEventQueueUtilities.RunnableEvent - class javax.swing.RunnableEvent.
 
RunnableEvent(Runnable, Object) - Constructor for class javax.swing.RunnableEvent
 
runnableEvents - Variable in class javax.swing.RunnableCanvas
 
RunnableLock - class org.eclipse.swt.widgets.RunnableLock.
 
RunnableLock(Runnable) - Constructor for class org.eclipse.swt.widgets.RunnableLock
 
javax.swing.SystemEventQueueUtilities.RunnableTarget - class javax.swing.RunnableTarget.
A dummy Component subclass that (only) handles RunnableEvents.
RunnableTarget() - Constructor for class javax.swing.RunnableTarget
 
Runner - class org.erights.e.elib.vat.Runner.
Untamed:
Runner() - Constructor for class org.erights.e.elib.vat.Runner
 
RunnerThread - class org.erights.e.elib.vat.RunnerThread.
 
RunnerThread(Runner, String) - Constructor for class org.erights.e.elib.vat.RunnerThread
 
running - Variable in class javax.swing.TimerQueue
 
running - Variable in class javax.swing.Timer
 
RUNNING - Static variable in class java.lang.Shutdown
 
RUNNING - Static variable in class net.vattp.data.VatTPConnection
 
runNow() - Method in class org.erights.e.elib.vat.PendingCall
Called in the thread doing the now() or callNow().
runPopups() - Method in class org.eclipse.swt.widgets.Display
 
Runtime - class java.lang.Runtime.
Untamed: 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() - Constructor for class java.lang.Runtime
Don't let anyone else instantiate this class
RuntimeException - exception java.lang.RuntimeException.
Safe: 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
Enabled: Constructs a new runtime exception with null as its detail message.
RuntimeException(String) - Constructor for class java.lang.RuntimeException
Enabled: Constructs a new runtime exception with the specified detail message.
RuntimeException(String, Throwable) - Constructor for class java.lang.RuntimeException
Suppressed: Constructs a new runtime exception with the specified detail message and cause.
RuntimeException(Throwable) - Constructor for class java.lang.RuntimeException
Suppressed: Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
RuntimePermission - class java.lang.RuntimePermission.
Untamed:
RuntimePermission(String) - Constructor for class java.lang.RuntimePermission
Enabled: Creates a new RuntimePermission with the specified name.
RuntimePermission(String, String) - Constructor for class java.lang.RuntimePermission
Enabled: Creates a new RuntimePermission object with the specified name.
runTimer(int) - Method in class org.eclipse.swt.widgets.Display
 
rValue() - Method in class org.erights.e.elang.evm.EscapeExpr
Enabled:
rValue() - Method in class org.erights.e.elang.evm.DefineExpr
Enabled:
rValue() - Method in class org.erights.e.elang.evm.AssignExpr
Enabled:
rw - Variable in class java.io.RandomAccessFile
 

$ 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 _
comments?