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

R

RADIO_BAND - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Radio station frequency band.
RADIO_CALL_SIGN - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Radio station call sign, e.g. "KSJO".
RADIO_STATION_ID - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Some identification, e.g. "107.7", broadcast frequency of the radio station.
random() - Static method in class java.lang.Math
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
random() - Static method in class java.lang.StrictMath
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
Random - Class in java.util
An instance of this class is used to generate a stream of pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed:
RandomAccess - Interface in java.util
Marker interface used by List implementations to indicate that they support fast (generally constant time) random access.
RandomAccessFile - Class in java.io
Instances of this class support both reading and writing to a random access file.
RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.
RANDOMPIXELORDER - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in a random order.
RANGE_NARROW - Static variable in interface org.ocap.hardware.device.HostSettings
Constant representing a narrow range of volume control.
RANGE_NORMAL - Static variable in interface org.ocap.hardware.device.HostSettings
Constant representing a normal range of volume control.
RANGE_WIDE - Static variable in interface org.ocap.hardware.device.HostSettings
Constant representing a wide range of volume control.
RasterFormatException - Exception in java.awt.image
The RasterFormatException is thrown if there is invalid layout information in a BufferedImage.
RasterFormatException(String) - Constructor for exception java.awt.image.RasterFormatException
Constructs a new RasterFormatException with the specified message.
RateChangeEvent - Class in javax.media
 
RateChangeEvent(Controller, float) - Constructor for class javax.media.RateChangeEvent
 
RateConfiguration - Interface in javax.media.protocol
 
RateConfigureable - Interface in javax.media.protocol
 
RateRange - Class in javax.media.protocol
 
RateRange(RateRange) - Constructor for class javax.media.protocol.RateRange
 
RateRange(float, float, float, boolean) - Constructor for class javax.media.protocol.RateRange
 
RATING - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Rating of the object's resource, for 'parental control' filtering purposes, such as "R", "PG-13", "X".
RATING_PROBLEM - Static variable in interface org.ocap.media.AlternativeMediaPresentationReason
Reason indicating that media presentation is not authorized regarding to the program rating.
RATING_PROBLEM - Static variable in class org.ocap.service.AlternativeContentErrorEvent
Reason code: Normal content could not be presented due to a parental control rating problem.
RatingDimension - Interface in javax.tv.service
The RatingDimension interface represents an individual content rating scheme against which program events are rated.
RAW_TEXT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the raw text state.
RC_FIRST - Static variable in class org.havi.ui.event.HRcEvent
Deprecated. The value of this field is useless, since it mixes event ids and key codes. It does not reflect any of the remote control key codes listed in this class.
RC_LAST - Static variable in class org.havi.ui.event.HRcEvent
Deprecated.  
RCInterface - Class in org.dvb.net.rc
This class models a return channel network interface for use in receiving and transmitting IP packets over a logical return channel.
RCInterfaceManager - Class in org.dvb.net.rc
This class is the factory and manager for all return channel interfaces in the system.
RCInterfaceReleasedEvent - Class in org.dvb.net.rc
This event informs an application that a RCInterface has been released by an application or other entity in the system.
RCInterfaceReleasedEvent(Object) - Constructor for class org.dvb.net.rc.RCInterfaceReleasedEvent
Constructor for the event
RCInterfaceReservedEvent - Class in org.dvb.net.rc
This event informs an application that a RCInterface has been reserved by an application or other entity in the system.
RCInterfaceReservedEvent(Object) - Constructor for class org.dvb.net.rc.RCInterfaceReservedEvent
Constructor for the event
RCPermission - Class in org.dvb.net.rc
This class is for return channel set-up permissions.
RCPermission(String) - Constructor for class org.dvb.net.rc.RCPermission
Creates a new RCPermission with the specified name.
RCPermission(String, String) - Constructor for class org.dvb.net.rc.RCPermission
Creates a new RCPermission object with the specified name.
RCVBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the receiving buffer (3).
read() - Method in class java.io.BufferedInputStream
See the general contract of the read method of InputStream.
read(byte[], int, int) - Method in class java.io.BufferedInputStream
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.
read() - Method in class java.io.BufferedReader
Read a single character.
read(char[], int, int) - Method in class java.io.BufferedReader
Read characters into a portion of an array.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read() - Method in class java.io.CharArrayReader
Read a single character.
read(char[], int, int) - Method in class java.io.CharArrayReader
Read characters into a portion of an array.
read(byte[]) - Method in class java.io.DataInputStream
Reads some number of bytes from the contained input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from the contained input stream into an array of bytes.
read() - Method in class java.io.FileInputStream
Reads a byte of data from this input stream.
read(byte[]) - Method in class java.io.FileInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FileInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.FilterInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.FilterInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FilterInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.FilterReader
Read a single character.
read(char[], int, int) - Method in class java.io.FilterReader
Read characters into a portion of an array.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class java.io.InputStreamReader
Read a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read() - Method in class java.io.LineNumberReader
Read a single character.
read(char[], int, int) - Method in class java.io.LineNumberReader
Read characters into a portion of an array.
read() - Method in interface java.io.ObjectInput
Reads a byte of data.
read(byte[]) - Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[], int, int) - Method in interface java.io.ObjectInput
Reads into an array of bytes.
read() - Method in class java.io.ObjectInputStream
Reads a byte of data.
read(byte[], int, int) - Method in class java.io.ObjectInputStream
Reads into an array of bytes.
read() - Method in class java.io.PipedInputStream
Reads the next byte of data from this piped input stream.
read(byte[], int, int) - Method in class java.io.PipedInputStream
Reads up to len bytes of data from this piped input stream into an array of bytes.
read() - Method in class java.io.PipedReader
Reads the next character of data from this piped stream.
read(char[], int, int) - Method in class java.io.PipedReader
Reads up to len characters of data from this piped stream into an array of characters.
read() - Method in class java.io.PushbackInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.PushbackInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.PushbackReader
Read a single character.
read(char[], int, int) - Method in class java.io.PushbackReader
Read characters into a portion of an array.
read() - Method in class java.io.RandomAccessFile
Reads a byte of data from this file.
read(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads up to len bytes of data from this file into an array of bytes.
read(byte[]) - Method in class java.io.RandomAccessFile
Reads up to b.length bytes of data from this file into an array of bytes.
read() - Method in class java.io.Reader
Read a single character.
read(char[]) - Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Read characters into a portion of an array.
read() - Method in class java.io.SequenceInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.SequenceInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.StringReader
Read a single character.
read(char[], int, int) - Method in class java.io.StringReader
Read characters into a portion of an array.
read() - Method in class java.security.DigestInputStream
Reads a byte, and updates the message digest (if the digest function is on).
read(byte[], int, int) - Method in class java.security.DigestInputStream
Reads into a byte array, and updates the message digest (if the digest function is on).
read(byte[], int, int) - Method in class java.util.jar.JarInputStream
Reads from the current JAR file entry into an array of bytes.
read(InputStream) - Method in class java.util.jar.Manifest
Reads the Manifest from the specified InputStream.
read() - Method in class java.util.zip.CheckedInputStream
Reads a byte.
read(byte[], int, int) - Method in class java.util.zip.CheckedInputStream
Reads into an array of bytes.
read(byte[], int, int) - Method in class java.util.zip.GZIPInputStream
Reads uncompressed data into an array of bytes.
read() - Method in class java.util.zip.InflaterInputStream
Reads a byte of uncompressed data.
read(byte[], int, int) - Method in class java.util.zip.InflaterInputStream
Reads uncompressed data into an array of bytes.
read(byte[], int, int) - Method in class java.util.zip.ZipInputStream
Reads from the current ZIP entry into an array of bytes.
read(byte[], int, int) - Method in interface javax.media.protocol.PullSourceStream
 
read(byte[], int, int) - Method in interface javax.media.protocol.PushSourceStream
 
READ - Static variable in class javax.microedition.io.Connector
Access mode READ.
read(Preference) - Method in class org.dvb.user.UserPreferenceManager
Allows an application to read a specified user preference.
read(Preference, Facility) - Method in class org.dvb.user.UserPreferenceManager
Allows an application to read a specified user preference taking into account the facility defined by the application.
READ_WRITE - Static variable in class javax.microedition.io.Connector
Access mode READ_WRITE.
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in class java.io.ObjectInputStream
Reads in a boolean.
readBoolean() - Method in class java.io.RandomAccessFile
Reads a boolean from this file.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readByte() - Method in class java.io.ObjectInputStream
Reads an 8 bit byte.
readByte() - Method in class java.io.RandomAccessFile
Reads a signed eight-bit value from this file.
readChar() - Method in interface java.io.DataInput
Reads an input char and returns the char value.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readChar() - Method in class java.io.ObjectInputStream
Reads a 16 bit char.
readChar() - Method in class java.io.RandomAccessFile
Reads a Unicode character from this file.
readDouble() - Method in interface java.io.DataInput
Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.DataInputStream
See the general contract of the readDouble method of DataInput.
readDouble() - Method in class java.io.ObjectInputStream
Reads a 64 bit double.
readDouble() - Method in class java.io.RandomAccessFile
Reads a double from this file.
Reader - Class in java.io
Abstract class for reading character streams.
readExternal(ObjectInput) - Method in interface java.io.Externalizable
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readFields() - Method in class java.io.ObjectInputStream
Reads the persistent fields from the stream and makes them available by name.
readFloat() - Method in interface java.io.DataInput
Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.DataInputStream
See the general contract of the readFloat method of DataInput.
readFloat() - Method in class java.io.ObjectInputStream
Reads a 32 bit float.
readFloat() - Method in class java.io.RandomAccessFile
Reads a float from this file.
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int) - Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[]) - Method in class java.io.RandomAccessFile
Reads b.length bytes from this file into the byte array, starting at the current file pointer.
readFully(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads exactly len bytes from this file into the byte array, starting at the current file pointer.
READING - Static variable in class java.text.AttributedCharacterIterator.Attribute
Attribute key for the reading of some text.
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInt() - Method in class java.io.ObjectInputStream
Reads a 32 bit int.
readInt() - Method in class java.io.RandomAccessFile
Reads a signed 32-bit integer from this file.
readLine() - Method in class java.io.BufferedReader
Read a line of text.
readLine() - Method in interface java.io.DataInput
Reads the next line of text from the input stream.
readLine() - Method in class java.io.DataInputStream
Deprecated. This method does not properly convert bytes to characters. As of JDK 1.1, the preferred way to read lines of text is via the BufferedReader.readLine() method. Programs that use 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 class java.io.LineNumberReader
Read a line of text.
readLine() - Method in class java.io.ObjectInputStream
Deprecated. This method does not properly convert bytes to characters. see DataInputStream for the details and alternatives.
readLine() - Method in class java.io.RandomAccessFile
Reads the next line of text from this file.
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLong() - Method in class java.io.ObjectInputStream
Reads a 64 bit long.
readLong() - Method in class java.io.RandomAccessFile
Reads a signed 64-bit integer from this file.
readObject() - Method in interface java.io.ObjectInput
Read and return an object.
readObject() - Method in class java.io.ObjectInputStream
Read an object from the ObjectInputStream.
ReadPermission - Class in javax.tv.service
This class represents permission to read the data referenced by a given Locator.
ReadPermission(Locator) - Constructor for class javax.tv.service.ReadPermission
Creates a new ReadPermission object for the specified locator.
ReadPermission(String, String) - Constructor for class javax.tv.service.ReadPermission
Creates a new ReadPermission object for a locator with the given external form.
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readShort() - Method in class java.io.ObjectInputStream
Reads a 16 bit short.
readShort() - Method in class java.io.RandomAccessFile
Reads a signed 16-bit number from this file.
readUnshared() - Method in class java.io.ObjectInputStream
Reads an "unshared" object from the ObjectInputStream.
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedByte() - Method in class java.io.ObjectInputStream
Reads an unsigned 8 bit byte.
readUnsignedByte() - Method in class java.io.RandomAccessFile
Reads an unsigned eight-bit number from this file.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUnsignedShort() - Method in class java.io.ObjectInputStream
Reads an unsigned 16 bit short.
readUnsignedShort() - Method in class java.io.RandomAccessFile
Reads an unsigned 16-bit number from this file.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
readUTF() - Method in class java.io.ObjectInputStream
Reads a UTF format String.
readUTF() - Method in class java.io.RandomAccessFile
Reads in a string from this file.
ready() - Method in class java.io.BufferedReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.CharArrayReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.FilterReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.PipedReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.PushbackReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.StringReader
Tell whether this stream is ready to be read.
READY - Static variable in interface org.ocap.storage.StorageProxy
Returned by StorageProxy.getStatus() to indicate that the device is initialized, mounted and ready for use.
ready(SystemModule) - Method in interface org.ocap.system.SystemModuleHandler
This is a call back method to notify that this SystemModuleHandler is ready to receive an APDU, and returns a SystemModule to send an APDU to the CableCARD device.
realize() - Method in interface javax.media.Controller
 
RealizeCompleteEvent - Class in javax.media
 
RealizeCompleteEvent(Controller, int, int, int) - Constructor for class javax.media.RealizeCompleteEvent
 
Realized - Static variable in interface javax.media.Controller
 
Realizing - Static variable in interface javax.media.Controller
 
REASON_FIRST - Static variable in interface org.ocap.media.AlternativeMediaPresentationReason
Marks the first bit for the range of alternative media presentation reasons.
REASON_LAST - Static variable in interface org.ocap.media.AlternativeMediaPresentationReason
Marks the last bit for the range of alternative media presentation reasons.
REASON_NOT_KNOWN - Variable in exception org.ocap.shared.dvr.RecordingFailedException
Reason code: reason not known
rebind(String, Remote) - Method in interface java.rmi.registry.Registry
Replaces the binding for the specified name in this registry with the supplied remote reference.
rebind(String, Remote) - Method in class javax.microedition.xlet.ixc.IxcRegistry
Rebinds the specified name to a new remote object.
rebind(XletContext, String, Remote) - Static method in class org.dvb.io.ixc.IxcRegistry
Rebind the name to a new object in the context of an Xlet; replaces any existing binding.
reboot() - Method in class org.ocap.hardware.Host
This method initiates a reboot of the Host device.
REBOOT_BY_IMPLEMENTATION - Static variable in class org.ocap.system.event.RebootEvent
Reboot instigated by implementation; no error encountered.
REBOOT_BY_TRUSTED_APP - Static variable in class org.ocap.system.event.RebootEvent
Reboot instigated by trusted application.
REBOOT_EVENT_LISTENER - Static variable in class org.ocap.system.event.SystemEventManager
Identifies the reboot event listener.
REBOOT_FOR_UNRECOVERABLE_HW_ERROR - Static variable in class org.ocap.system.event.RebootEvent
Reboot instigated by the implementation; unrecoverable hardware error encountered.
REBOOT_FOR_UNRECOVERABLE_SYS_ERROR - Static variable in class org.ocap.system.event.RebootEvent
Reboot instigated by implementation; unrecoverable system error encountered.
RebootEvent - Class in org.ocap.system.event
This class represents an event returned by the system when a reboot is instigated.
RebootEvent(int, String) - Constructor for class org.ocap.system.event.RebootEvent
System event constructor assigns an eventId, Date, and ApplicationIdentifier.
RebootEvent(int, String, long, AppID) - Constructor for class org.ocap.system.event.RebootEvent
This constructor is provided for internal use by OCAP implementations; applications SHOULD NOT call it.
receive(DatagramPacket) - Method in class java.net.DatagramSocket
Receives a datagram packet from this socket.
receive(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Receive a datagram.
receive() - Static method in class org.ocap.test.OCAPTest
Receive a byte array from ATE via TCP/IP.
receiveAPDU(int, int, byte[]) - Method in interface org.ocap.system.SystemModuleHandler
This is a call back method to notify an APDU received from the CableCARD device.
receiveEvent(AsynchronousLoadingEvent) - Method in interface org.dvb.dsmcc.AsynchronousLoadingEventListener
Method called when an event is sent to the application.
receiveMediaTimeEvent(MediaTimeEvent) - Method in interface org.davic.media.MediaTimeEventListener
This method is invoked to signal the occurrence of an application associated event.
receiveNIEvent(NetworkInterfaceEvent) - Method in interface org.davic.net.tuning.NetworkInterfaceListener
This function is called to send an event to the listener
receiveNPTStatusEvent(NPTStatusEvent) - Method in interface org.dvb.dsmcc.NPTListener
Send a NPTStatusEvent to a registered listener.
receiveObjectChangeEvent(ObjectChangeEvent) - Method in interface org.dvb.dsmcc.ObjectChangeEventListener
Send a ObjectChangeEvent to the ObjectChangeEventListener.
receiveRateChangedEvent(NPTRateChangeEvent) - Method in interface org.dvb.dsmcc.NPTListener
Send a NPTRateChangeEvent to a registered listener.
receiveServiceContextEvent(ServiceContextEvent) - Method in interface javax.tv.service.selection.ServiceContextListener
Notifies the ServiceContextListener of an event generated by a ServiceContext.
receiveStreamEvent(StreamEvent) - Method in interface org.dvb.dsmcc.StreamEventListener
Send a StreamEvent to the StreamEventListener.
receiveTimeShiftevent(TimeShiftEvent) - Method in interface org.ocap.dvr.TimeShiftListener
Notifies the TimeShiftListener of an event generated by time-shift resource handling.
receiveUDP() - Static method in class org.ocap.test.OCAPTest
Receive a message from ATE via UDP/IP.
receiveUserPreferenceChangeEvent(UserPreferenceChangeEvent) - Method in interface org.dvb.user.UserPreferenceChangeListener
This method is called when a user preference changes.
receiveVideoFormatEvent(VideoFormatEvent) - Method in interface org.dvb.media.VideoFormatListener
receive a VideoFormatEvent
reconvert() - Method in class java.awt.im.InputContext
Asks the current input method to reconvert text from the current client component.
record(RecordingSpec, String[], Serializable[]) - Method in class org.ocap.dvr.OcapRecordingManager
Records the stream or streams according to the source parameter.
RECORD - Static variable in interface org.ocap.hardware.frontpanel.IndicatorDisplay
Record LED
record(RecordingSpec) - Method in class org.ocap.shared.dvr.RecordingManager
Requests the recording of the stream or streams according to the source parameter.
RECORD_IF_NO_CONFLICTS - Static variable in class org.ocap.dvr.OcapRecordingProperties
Record only if there are no conflicts.
RECORD_WITH_CONFLICTS - Static variable in class org.ocap.dvr.OcapRecordingProperties
Record even when resource conflicts exist.
RECORDED_SERVICE_TYPE - Static variable in class org.ocap.shared.dvr.RecordedServiceType
ServiceType for a Recorded service.
RecordedService - Interface in org.ocap.shared.dvr
This interface represents the recorded portion of a service that is being recorded or was recorded for a period of time.
RecordedServiceType - Class in org.ocap.shared.dvr
This class represents the service type value for a RecordedService.
recordingAlert(RecordingAlertEvent) - Method in interface org.ocap.dvr.RecordingAlertListener
Notifies the RecordingAlertListener that a scheduled acitivity is about to happen.
RecordingAlertEvent - Class in org.ocap.dvr
Event notifying that a scheduled recording is about to occur.
RecordingAlertEvent(RecordingRequest) - Constructor for class org.ocap.dvr.RecordingAlertEvent
Constructs the event.
RecordingAlertListener - Interface in org.ocap.dvr
Listener for Recording Alerts.
recordingChanged(RecordingChangedEvent) - Method in interface org.ocap.shared.dvr.RecordingChangedListener
Notifies the RecordingChangedListener of an event generated by the RecordingManager.
RecordingChangedEvent - Class in org.ocap.shared.dvr
Event used to notify listeners of changes in the list of recording requests maintained by the RecordingManager.
RecordingChangedEvent(RecordingRequest, int, int) - Constructor for class org.ocap.shared.dvr.RecordingChangedEvent
Constructs the event.
RecordingChangedEvent(RecordingRequest, int, int, int) - Constructor for class org.ocap.shared.dvr.RecordingChangedEvent
Constructs the event.
RecordingChangedListener - Interface in org.ocap.shared.dvr
Listener to receive changes in the recording list maintained by the RecordingManager.
RecordingContentItem - Class in org.ocap.hn.content
This class represents a content entry that is also a RecordingListEntry.
RecordingContentItem() - Constructor for class org.ocap.hn.content.RecordingContentItem
 
RecordingFailedException - Exception in org.ocap.shared.dvr
This exception is returned when applications call the getFailedException() for a failed recording request or an incomplete recording request.
RecordingFailedException() - Constructor for exception org.ocap.shared.dvr.RecordingFailedException
Constructs a RecordingFailedException with no detail message The reason code instances created by this constructor shall be REASON_NOT_KNOWN.
RecordingFailedException(int) - Constructor for exception org.ocap.shared.dvr.RecordingFailedException
Constructs a RecordingFailedException with a detail message
RecordingList - Interface in org.ocap.shared.dvr.navigation
RecordingList represents a list of recordings.
RecordingListComparator - Interface in org.ocap.shared.dvr.navigation
This interface represents a sorting criteria to be applied while sorting a RecordingList.
RecordingListFilter - Class in org.ocap.shared.dvr.navigation
Base class for all RecordingListFilters.
RecordingListIterator - Interface in org.ocap.shared.dvr.navigation
This iterator could be used to traverse entries in a RecordingList.
RecordingManager - Class in org.ocap.shared.dvr
RecordingManager represents the entity that performs recordings.
RecordingPermission - Class in org.ocap.shared.dvr
Controls access to recording features by an application.
RecordingPermission(String, String) - Constructor for class org.ocap.shared.dvr.RecordingPermission
Creates a new RecordingPermission with the specified name and action.
RecordingPlaybackListener - Interface in org.ocap.dvr
This interface represents a listener that can be added to listen for recording playback start.
RecordingProperties - Class in org.ocap.shared.dvr
Base class for specifying properties defining how a recording is to be made.
RecordingProperties(long) - Constructor for class org.ocap.shared.dvr.RecordingProperties
Constructor
RecordingRequest - Interface in org.ocap.shared.dvr
This interface represents information corresponding to a recording request.
RecordingResourceUsage - Interface in org.ocap.dvr
This interface represents a grouping of resources specific to a recording function performed by an application.
RecordingSpec - Class in org.ocap.shared.dvr
Base class for specifying what to record and how to record it.
RecordingSpec(RecordingProperties) - Constructor for class org.ocap.shared.dvr.RecordingSpec
Constructor.
RecordingStateFilter - Class in org.ocap.shared.dvr.navigation
Filter to filter based on values returned by the getState method in RecordingRequest.
RecordingStateFilter(int) - Constructor for class org.ocap.shared.dvr.navigation.RecordingStateFilter
Constructs the filter based on a particular state type (PENDING, FAILED, etc.).
RecordingTerminatedEvent - Class in org.ocap.shared.dvr
An Event Notifying that recording has terminated for the ServiceContext.
RecordingTerminatedEvent(ServiceContext, int) - Constructor for class org.ocap.shared.dvr.RecordingTerminatedEvent
Constructs the event.
Rectangle - Class in java.awt
A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-left point (xy) in the coordinate space, its width, and its height.
Rectangle() - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top-left corner is at (0, 0) in the coordinate space, and whose width and height are both zero.
Rectangle(Rectangle) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle, initialized to match the values of the specified Rectangle.
Rectangle(int, int, int, int) - Constructor for class java.awt.Rectangle
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) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top-left corner is at (0, 0) in the coordinate space, and whose width and height are specified by the arguments of the same name.
Rectangle(Point, Dimension) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top-left corner is specified by the Point argument, and whose width and height are specified by the Dimension argument.
Rectangle(Point) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top-left corner is the specified Point, and whose width and height are both zero.
Rectangle(Dimension) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top left corner is (0, 0) and whose width and height are specified by the Dimension argument.
red - Static variable in class java.awt.Color
An object of type Color representing the color red.
RED - Static variable in class java.awt.Color
An object of type Color representing the color red.
RED - Static variable in interface org.ocap.hardware.frontpanel.ColorSpec
Indicator color red.
redispatchEvent(Component, AWTEvent) - Method in class java.awt.KeyboardFocusManager
Redispatches an AWTEvent in such a way that the AWT event dispatcher will not recursively request that the KeyboardFocusManager, or any installed KeyEventDispatchers, dispatch the event again.
Reference - Class in java.lang.ref
Abstract base class for reference objects.
ReferenceQueue - Class in java.lang.ref
Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected.
ReferenceQueue() - Constructor for class java.lang.ref.ReferenceQueue
Constructs a new reference-object queue.
ReflectPermission - Class in java.lang.reflect
The Permission class for reflective operations.
ReflectPermission(String) - Constructor for class java.lang.reflect.ReflectPermission
Constructs a ReflectPermission with the specified name.
ReflectPermission(String, String) - Constructor for class java.lang.reflect.ReflectPermission
Constructs a ReflectPermission with the specified name and actions.
refresh() - Method in class java.security.Policy
Refreshes/reloads the policy configuration.
REGION - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Some identification of the region, associated with the 'source' of the object, e.g. "US", "Latin America", "Seattle".
regionMatches(int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
register(String, String, File, short) - Method in class org.ocap.system.RegisteredApiManager
Registers an API with the implementation.
register(String, String, URL, short) - Method in class org.ocap.system.RegisteredApiManager
Registers an API with the implementation.
registerAddressingProperties(Properties, boolean, Date) - Method in class org.ocap.application.AppManagerProxy
Registers addressing properties used for comparison when an addressing_descriptor from an AIT or XAIT is evaluated.
registerEASHandler(EASHandler) - Method in class org.ocap.system.EASModuleRegistrar
This method registers an EASHandler instance.
RegisteredApiManager - Class in org.ocap.system
This class represents a manager for registered APIs that can be registered with an implementation by a privileged application.
RegisteredApiUserPermission - Class in org.ocap.system
The RegisteredApiUserPermission class represents permission for an application to use a specific registered API.
RegisteredApiUserPermission(String) - Constructor for class org.ocap.system.RegisteredApiUserPermission
Creates a new RegisteredApiUserPermission with the specified name.
RegisteredApiUserPermission(String, String) - Constructor for class org.ocap.system.RegisteredApiUserPermission
Creates a new RegisteredApiUserPermission with the specified name.
registerEvent(Date, String, int, byte[]) - Method in interface org.ocap.dvr.event.LightweightTriggerSession
Registers a synchronized event to the stream event list for this session.
registerHandler(LightweightTriggerHandler, short) - Method in class org.ocap.dvr.event.LightweightTriggerManager
Registers a handler interested in services with streams listed in the PMT with this stream type.
registerInterest(Locator, boolean) - Method in class javax.tv.service.SIManager
Provides a hint to the SI database that the application desires SI information as complete as possible about the specified SIElement.
registerMediaAccessHandler(MediaAccessHandler) - Method in class org.ocap.media.MediaAccessHandlerRegistrar
Registers the handler that can prevent the presentation of A/V service components.
registerMMIHandler(SystemModuleHandler) - Method in class org.ocap.system.SystemModuleRegistrar
This method registers a SystemModuleHandler instance for accessing MMI and Application Information Resource.
registerOID(String, int, boolean, int, MIBListener) - Method in class org.ocap.diagnostics.MIBManager
Registers a MIB object by adding the OID and listener to the MIB tables.
registerSASHandler(SystemModuleHandler, byte[]) - Method in class org.ocap.system.SystemModuleRegistrar
This method registers the specified SystemModuleHandler instance for the specified privateHostAppID.
registerSystemBound(SystemBoundProvider) - Method in class org.dvb.spi.ProviderRegistry
Registers a provider.
registerUnboundApp(InputStream) - Method in class org.ocap.application.AppManagerProxy
This method registers new unbound application entries.
registerValidation(ObjectInputValidation, int) - Method in class java.io.ObjectInputStream
Register an object to be validated before the graph is returned.
registerXletBound(XletBoundProvider) - Method in class org.dvb.spi.ProviderRegistry
Registers a provider.
REGISTRATION - Static variable in interface org.ocap.si.DescriptorTag
MPEG-2 registration_descriptor.
Registry - Interface in java.rmi.registry
Registry is a remote interface to a simple remote object registry that provides methods for storing and retrieving remote object references bound with arbitrary string names.
REGISTRY_PORT - Static variable in interface java.rmi.registry.Registry
Well known port for registry.
RELATION - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Reference to related resources.
RELATIVE - Static variable in class java.awt.GridBagConstraints
Specifies that this component is the next-to-last component in its column or row (gridwidth, gridheight), or that this component be placed next to the previously added component (gridx, gridy).
relativize(URI) - Method in class java.net.URI
Relativizes the given URI against this URI.
release() - Method in class org.davic.net.tuning.NetworkInterfaceController
Releases the tuner.
release(ResourceProxy) - Method in interface org.davic.resources.ResourceClient
A call to this operation informs the ResourceClient that proxy is about to lose access to a resource.
release() - Method in class org.dvb.net.rc.ConnectionRCInterface
Release the right to control this return channel interface.
releaseDevice() - Method in class org.havi.ui.HScreenDevice
Release the right to control of this device.
releaseIndicator(String) - Method in class org.ocap.hardware.frontpanel.FrontPanelManager
Releases a front panel indicator from a previous reservation.
releaseScreen() - Method in interface org.ocap.ui.MultiScreenConfigurableContext
Atomically release underlying resources of screen.
releaseTextDisplay() - Method in class org.ocap.hardware.frontpanel.FrontPanelManager
Releases the front panel text display from a previous reservation.
REMAINDER - Static variable in class java.awt.GridBagConstraints
Specifies that this component is the last component in its column or row.
remainder(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this % val).
Remote - Interface in java.rmi
The Remote interface serves to identify interfaces whose methods may be invoked from a remote client.
REMOTE - Static variable in interface org.ocap.application.OcapAppAttributes
This represents the application control code "REMOTE" defined for the application_control_code in an AIT.
REMOTE - Static variable in interface org.ocap.hardware.frontpanel.IndicatorDisplay
Remote LED
REMOTE_QUERY_IS_INVALID - Static variable in exception org.ocap.hn.content.DatabaseException
 
RemoteException - Exception in java.rmi
A RemoteException is the common superclass for a number of communication-related exceptions that may occur during the execution of a remote method call.
RemoteException() - Constructor for exception java.rmi.RemoteException
Constructs a RemoteException with no specified detail message.
RemoteException(String) - Constructor for exception java.rmi.RemoteException
Constructs a RemoteException with the specified detail message.
RemoteException(String, Throwable) - Constructor for exception java.rmi.RemoteException
Constructs a RemoteException with the specified detail message and nested exception.
RemoteMediaRendererModule - Interface in org.ocap.hn
This interface provides management for Remote Media Renderer capabilities for the purposes of streaming content between servers and renderers on the home network.
RemoteMediaStorage - Interface in org.ocap.hn
This interface represents a Home Networking Module that contains one or more MediaStorageVolumes
RemoteNetModule - Interface in org.ocap.hn
 
RemoteRecordingManager - Interface in org.ocap.hn
This interface represents a Home Networking Module that provides scheduled recording service on a remote DVR device.
RemoteRecordingResourceUsage - Interface in org.ocap.hn
This interface represents a group of resources required to perform a recording requested by an application running on a remote device.
RemoteResourceUsage - Interface in org.ocap.hn
This interface represents a group of resources required to perform an action requested by an application running on a remote device.
RemoteService - Interface in org.ocap.hn.service
A RemoteService is a service which is hosted or provided by another device on the home network.
RemoteTimeShiftResourceUsage - Interface in org.ocap.hn
This interface represents a group of resources required to perform a time-shifting request initiated by an application running on a remote device.
RemovableStorageOption - Interface in org.ocap.storage
This interface represents a removable storage media bay that supports insertion or removal of storage media while power is applied.
remove(ComponentListener, ComponentListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old component-listener from component-listener-l and returns the resulting multicast listener.
remove(ContainerListener, ContainerListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old container-listener from container-listener-l and returns the resulting multicast listener.
remove(FocusListener, FocusListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old focus-listener from focus-listener-l and returns the resulting multicast listener.
remove(KeyListener, KeyListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old key-listener from key-listener-l and returns the resulting multicast listener.
remove(MouseListener, MouseListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-listener from mouse-listener-l and returns the resulting multicast listener.
remove(MouseMotionListener, MouseMotionListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-motion-listener from mouse-motion-listener-l and returns the resulting multicast listener.
remove(WindowListener, WindowListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old window-listener from window-listener-l and returns the resulting multicast listener.
remove(WindowFocusListener, WindowFocusListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old window-focus-listener from window-focus-listener-l and returns the resulting multicast listener.
remove(ActionListener, ActionListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old action-listener from action-listener-l and returns the resulting multicast listener.
remove(ItemListener, ItemListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old item-listener from item-listener-l and returns the resulting multicast listener.
remove(AdjustmentListener, AdjustmentListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old adjustment-listener from adjustment-listener-l and returns the resulting multicast listener.
remove(TextListener, TextListener) - Static method in class java.awt.AWTEventMulticaster
 
remove(InputMethodListener, InputMethodListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old input-method-listener from input-method-listener-l and returns the resulting multicast listener.
remove(MouseWheelListener, MouseWheelListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-wheel-listener from mouse-wheel-listener-l and returns the resulting multicast listener.
remove(int) - Method in class java.awt.Container
Removes the component, specified by index, from this container.
remove(Component) - Method in class java.awt.Container
Removes the specified component from this container.
remove(long) - Method in class java.lang.ref.ReferenceQueue
Removes the next reference object in this queue, blocking until either one becomes available or the given timeout period expires.
remove() - Method in class java.lang.ref.ReferenceQueue
Removes the next reference object in this queue, blocking until one becomes available.
remove(Object) - Method in class java.security.Provider
Removes the key property (and its corresponding value).
remove(Object) - Method in class java.util.AbstractCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(int) - Method in class java.util.AbstractList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class java.util.AbstractMap
Removes the mapping for this key from this map if present (optional operation).
remove(int) - Method in class java.util.AbstractSequentialList
Removes the element at the specified position in this list.
remove(int) - Method in class java.util.ArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in interface java.util.Collection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(Object) - Method in class java.util.Dictionary
Removes the key (and its corresponding value) from this dictionary.
remove(Object) - Method in class java.util.HashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class java.util.HashSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove(Object) - Method in class java.util.IdentityHashMap
Removes the mapping for this key from this map if present.
remove() - Method in interface java.util.Iterator
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(Object) - Method in class java.util.jar.Attributes
Removes the attribute with the specified name (key) from this Map.
remove(Object) - Method in class java.util.LinkedList
Removes the first occurrence of the specified element in this list.
remove(int) - Method in class java.util.LinkedList
Removes the element at the specified position in this list.
remove(Object) - Method in interface java.util.List
Removes the first occurrence in this list of the specified element (optional operation).
remove(int) - Method in interface java.util.List
Removes the element at the specified position in this list (optional operation).
remove() - Method in interface java.util.ListIterator
Removes from the list the last element that was returned by next or previous (optional operation).
remove(Object) - Method in interface java.util.Map
Removes the mapping for this key from this map if it is present (optional operation).
remove(Object) - Method in interface java.util.Set
Removes the specified element from this set if it is present (optional operation).
remove(Object) - Method in class java.util.TreeMap
Removes the mapping for this key from this TreeMap if present.
remove(Object) - Method in class java.util.TreeSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.Vector
Removes the first occurrence of the specified element in this Vector If the Vector does not contain the element, it is unchanged.
remove(int) - Method in class java.util.Vector
Removes the element at the specified position in this Vector.
remove(Object) - Method in class java.util.WeakHashMap
Removes the mapping for this key from this map if present.
remove(Locator) - Method in interface javax.tv.media.MediaSelectControl
Removes a service component from the presentation.
REMOVE - Static variable in class javax.tv.service.SIChangeType
SIChangeType indicating that an SIElement has been removed.
remove(String) - Method in class org.dvb.user.Preference
Removes the specified value from the list of favourites.
remove(HBackgroundImageListener, HBackgroundImageListener) - Static method in class org.havi.ui.HEventMulticaster
Removes the old HBackgroundImageListener from HBackgroundImageListener-l and returns the resulting multicast listener.
remove(WindowListener, WindowListener) - Static method in class org.havi.ui.HEventMulticaster
Removes the old WindowListener from WindowListener-l and returns the resulting multicast listener.
remove(HScreenConfigurationListener, HScreenConfigurationListener) - Static method in class org.havi.ui.HEventMulticaster
Removes the old HScreenConfigurationListener from HScreenConfigurationListener-l and returns the resulting multicast listener.
remove(HScreenLocationModifiedListener, HScreenLocationModifiedListener) - Static method in class org.havi.ui.HEventMulticaster
Removes the old HScreenLocationModifiedListener from HScreenLocationModifiedListener-l and returns the resulting multicast listener.
remove(HTextListener, HTextListener) - Static method in class org.havi.ui.HEventMulticaster
Removes the old HTextListener from HTextListener-l and returns the resulting multicast listener.
remove(HItemListener, HItemListener) - Static method in class org.havi.ui.HEventMulticaster
Removes the old HItemListener from HItemListener-l and returns the resulting multicast listener.
remove(HFocusListener, HFocusListener) - Static method in class org.havi.ui.HEventMulticaster
Removes the old HFocusListener from HFocusListener-l and returns the resulting multicast listener.
remove(HAdjustmentListener, HAdjustmentListener) - Static method in class org.havi.ui.HEventMulticaster
Removes the old HAdjustmentListener from HAdjustmentListener-l and returns the resulting multicast listener.
remove(HActionListener, HActionListener) - Static method in class org.havi.ui.HEventMulticaster
Removes the old HActionListener from HActionListener-l and returns the resulting multicast listener.
remove(HKeyListener, HKeyListener) - Static method in class org.havi.ui.HEventMulticaster
Removes the old HKeyListener from HKeyListener-l and returns the resulting multicast listener.
remove(ResourceStatusListener, ResourceStatusListener) - Static method in class org.havi.ui.HEventMulticaster
Removes the old ResourceStatusListener from ResourceStatusListener-l and returns the resulting multicast listener.
remove(AppPattern) - Method in class org.ocap.application.AppFilter
Removes an AppPattern that equals to pattern in this AppFilter.
removeAccess(String) - Method in interface org.ocap.dvr.storage.MediaStorageVolume
Removes an Organization from the list of Organization who are allowed to use this volume.
removeAddressingProperties(String[]) - Method in class org.ocap.application.AppManagerProxy
Removes addressing properties set by the registerAddressingProperties method.
removeAdjustmentListener(AdjustmentListener) - Method in interface java.awt.Adjustable
Removes an adjustment listener.
removeAdjustmentListener(HAdjustmentListener) - Method in interface org.havi.ui.HAdjustmentValue
Removes the specified HAdjustmentListener so that it no longer receives HAdjustmentEvents from this object.
removeAdjustmentListener(HAdjustmentListener) - Method in class org.havi.ui.HRangeValue
Removes the specified HAdjustmentListener so that it no longer receives HAdjustmentEvents from this object.
removeAll() - Method in class java.awt.Container
Removes all the components from this container.
removeAll(Collection) - Method in class java.util.AbstractCollection
Removes from this collection all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in class java.util.AbstractSet
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in interface java.util.Collection
Removes all this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection) - Method in interface java.util.List
Removes from this list all the elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in interface java.util.Set
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection) - Method in class java.util.Vector
Removes from this Vector all of its elements that are contained in the specified Collection.
removeAll() - Method in class org.dvb.user.Preference
Removes all the values of a preference
removeAllArrowKeys() - Method in class org.dvb.event.UserEventRepository
Removes the key codes for the arrow keys (VK_LEFT, VK_RIGHT, VK_UP, VK_DOWN).
removeAllArrowKeys() - Method in class org.havi.ui.event.HEventGroup
Removes the key codes for the arrow keys (VK_LEFT, VK_RIGHT, VK_UP, VK_DOWN).
removeAllColourKeys() - Method in class org.dvb.event.UserEventRepository
Removes the key codes for the colour keys (VK_COLORED_KEY_0, VK_COLORED_KEY_1, VK_COLORED_KEY_2, VK_COLORED_KEY_3).
removeAllColourKeys() - Method in class org.havi.ui.event.HEventGroup
Removes the key codes for the colour keys (VK_COLORED_KEY_0, VK_COLORED_KEY_1, VK_COLORED_KEY_2, VK_COLORED_KEY_3).
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeAllItems() - Method in class org.havi.ui.HListGroup
Remove all the content.
removeAllNumericKeys() - Method in class org.dvb.event.UserEventRepository
Remove the key codes for the numeric keys (VK_0, VK_1, VK_2, VK_3, VK_4, VK_5, VK_6, VK_7, VK_8, VK_9).
removeAllNumericKeys() - Method in class org.havi.ui.event.HEventGroup
Remove the key codes for the numeric keys (VK_0, VK_1, VK_2, VK_3, VK_4, VK_5, VK_6, VK_7, VK_8, VK_9).
removeAppData(int) - Method in class org.ocap.hn.content.RecordingContentItem
 
removeAppData(String) - Method in interface org.ocap.shared.dvr.RecordingRequest
Remove Application specific private data corresponding to the specified key.
removeAppStateChangeEventListener(AppStateChangeEventListener) - Method in interface org.dvb.application.AppProxy
Remove a listener on the database.
removeAudioOutput(AudioOutputPort) - Method in class org.ocap.hardware.device.OCSound
Remove an AudioOutputPort from the set of audio ouput ports where this clip will be played.
removeAudioSources(HScreenDevice[]) - Method in interface org.ocap.ui.MultiScreenConfigurableContext
Remove audio source(s) for this screen.
removeAvailableStorageListener(AvailableStorageListener) - Method in class org.ocap.storage.StorageManager
Removes an available storage listener that was registered using the addAvailableStorageListener method.
removeAWTEventListener(AWTEventListener) - Method in class java.awt.Toolkit
Removes an AWTEventListener from receiving dispatched AWTEvents.
removeCertificate(Certificate) - Method in class java.security.Identity
Deprecated. Removes a certificate from this identity.
removeClosedCaptioningListener(ClosedCaptioningListener) - Method in interface org.ocap.media.ClosedCaptioningControl
Remove the given ClosedCaptioningListener.
removeComponentListener(ComponentListener) - Method in class java.awt.Component
Removes the specified component listener so that it no longer receives component events from this component.
removeConnectionListener(ConnectionListener) - Method in class org.dvb.net.rc.ConnectionRCInterface
Remove a listener for events related to connections of this interface.
removeConsumer(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Removes an ImageConsumer from the list of consumers interested in data for this image.
removeConsumer(ImageConsumer) - Method in interface java.awt.image.ImageProducer
Removes the specified ImageConsumer object from the list of consumers currently registered to receive image data.
removeConsumer(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Removes an ImageConsumer from the list of consumers interested in data for this image.
removeContainerListener(ContainerListener) - Method in class java.awt.Container
Removes the specified container listener so it no longer receives container events from this container.
removeContentListListener(ContentListListener) - Method in interface org.ocap.hn.content.navigation.ContentList
Removes the specified ContentListListener.
removeController(Controller) - Method in interface javax.media.Player
 
removeControllerListener(ControllerListener) - Method in interface javax.media.Controller
 
removeElement(Object) - Method in class java.util.Vector
Removes the first (lowest-indexed) occurrence of the argument from this vector.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeEntry(Principal, AclEntry) - Method in interface java.security.acl.Acl
Removes an ACL entry from this ACL.
removeEntry(ContentEntry) - Method in class org.ocap.hn.content.ContentDatabase
Removes the specified ContentEntry from this database.
removeExclusiveAccessToAWTEvent(ResourceClient) - Method in class org.dvb.event.EventManager
The application should use this method to release its exclusive access to user events defined by the means of the addExclusiveAccessToAWTEvent method.
removeFirst() - Method in class java.util.LinkedList
Removes and returns the first element from this list.
removeFocusListener(FocusListener) - Method in class java.awt.Component
Removes the specified focus listener so that it no longer receives focus events from this component.
removeFreeSpaceListener(FreeSpaceListener) - Method in interface org.ocap.dvr.storage.MediaStorageVolume
Removes a free space listener.
removeGainChangeListener(GainChangeListener) - Method in interface javax.media.GainControl
 
removeHActionListener(HActionListener) - Method in interface org.havi.ui.HActionable
Removes the specified HActionListener so that it no longer receives HActionEvent events from this HActionable.
removeHActionListener(HActionListener) - Method in class org.havi.ui.HGraphicButton
Removes the specified HActionListener so that it no longer receives HActionEvent events from this HGraphicButton.
removeHActionListener(HActionListener) - Method in class org.havi.ui.HTextButton
Removes the specified HActionListener so that it no longer receives HActionEvent events from this HTextButton.
removeHandshakeCompletedListener(HandshakeCompletedListener) - Method in class javax.net.ssl.SSLSocket
Removes a previously registered handshake completion listener.
removeHFocusListener(HFocusListener) - Method in class org.havi.ui.HAnimation
Removes the specified HFocusListener so that it no longer receives HFocusEvent events from this HNavigable.
removeHFocusListener(HFocusListener) - Method in class org.havi.ui.HGraphicButton
Removes the specified HFocusListener so that it no longer receives HFocusEvent events from this HNavigable.
removeHFocusListener(HFocusListener) - Method in class org.havi.ui.HIcon
Removes the specified HFocusListener so that it no longer receives HFocusEvent events from this HNavigable.
removeHFocusListener(HFocusListener) - Method in class org.havi.ui.HListGroup
Removes the specified HFocusListener so that it no longer receives HFocusEvent events from this HNavigable.
removeHFocusListener(HFocusListener) - Method in interface org.havi.ui.HNavigable
Removes the specified HFocusListener so that it no longer receives HFocusEvent events from this HNavigable.
removeHFocusListener(HFocusListener) - Method in class org.havi.ui.HRange
Removes the specified HFocusListener so that it no longer receives HFocusEvent events from this HNavigable.
removeHFocusListener(HFocusListener) - Method in class org.havi.ui.HRangeValue
Removes the specified HFocusListener so that it no longer receives HFocusEvent events from this HNavigable.
removeHFocusListener(HFocusListener) - Method in class org.havi.ui.HSinglelineEntry
Removes the specified HFocusListener so that it no longer receives HFocusEvent events from this HNavigable.
removeHFocusListener(HFocusListener) - Method in class org.havi.ui.HText
Removes the specified HFocusListener so that it no longer receives HFocusEvent events from this HNavigable.
removeHFocusListener(HFocusListener) - Method in class org.havi.ui.HTextButton
Removes the specified HFocusListener so that it no longer receives HFocusEvent events from this HNavigable.
removeHKeyListener(HKeyListener) - Method in class org.havi.ui.HSinglelineEntry
Removes the specified HKeyListener so that it no longer receives HKeyEvent events from this HTextValue.
removeHKeyListener(HKeyListener) - Method in interface org.havi.ui.HTextValue
Removes the specified HKeyListener so that it no longer receives HKeyEvent events from this HTextValue.
removeHTextListener(HTextListener) - Method in class org.havi.ui.HSinglelineEntry
Removes the specified HTextListener so that it no longer receives HTextEvent events from this HTextValue.
removeHTextListener(HTextListener) - Method in interface org.havi.ui.HTextValue
Removes the specified HTextListener so that it no longer receives HTextEvent events from this HTextValue.
removeIdentity(Identity) - Method in class java.security.IdentityScope
Deprecated. Removes an identity from this identity scope.
removeImage(Image) - Method in class java.awt.MediaTracker
Removes the specified image from this media tracker.
removeImage(Image, int) - Method in class java.awt.MediaTracker
Removes the specified image from the specified tracking ID of this media tracker.
removeImage(Image, int, int, int) - Method in class java.awt.MediaTracker
Removes the specified image with the specified width, height, and ID from this media tracker.
removeInBandChangeListener(TableChangeListener) - Method in class org.ocap.si.ProgramAssociationTableManager
Remove the TableChangeListener object for the inband PAT.
removeInBandChangeListener(TableChangeListener) - Method in class org.ocap.si.ProgramMapTableManager
Remove the TableChangedListener object for the inband PMT.
removeInputMethodListener(InputMethodListener) - Method in class java.awt.Component
Removes the specified input method listener so that it no longer receives input method events from this component.
removeItem(int) - Method in class org.havi.ui.HListGroup
Remove the HListElement at the specified index.
removeItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
Removes an item listener.
removeItemListener(HItemListener) - Method in interface org.havi.ui.HItemValue
Removes the specified HItemListener so that it no longer receives HItemEvents from this object.
removeItemListener(HItemListener) - Method in class org.havi.ui.HListGroup
Removes the specified HItemListener so that it no longer receives HItemEvents from this object.
removeKey(int) - Method in class org.dvb.event.UserEventRepository
The method to remove a key from the repository.
removeKey(int) - Method in class org.havi.ui.event.HEventGroup
The method to remove a key from the group.
removeKey(String) - Method in class org.ocap.hn.PropertyFilter
Remove a key from the filter, if the key is not in the property list, no action is taken.
removeKeyEventDispatcher(KeyEventDispatcher) - Method in class java.awt.KeyboardFocusManager
Removes a KeyEventDispatcher which was previously added to this KeyboardFocusManager's dispatcher chain.
removeKeyEventPostProcessor(KeyEventPostProcessor) - Method in class java.awt.KeyboardFocusManager
Removes a previously added KeyEventPostProcessor from this KeyboardFocusManager's post-processor chain.
removeKeyListener(KeyListener) - Method in class java.awt.Component
Removes the specified key listener so that it no longer receives key events from this component.
removeKeys(String[]) - Method in class org.ocap.hn.PropertyFilter
Remove keys from the filter, if a key is not in the property list, it is disregarded; while others are processed as normal.
removeLast() - Method in class java.util.LinkedList
Removes and returns the last element from this list.
removeLayoutComponent(Component) - Method in class java.awt.BorderLayout
Removes the specified component from this border layout.
removeLayoutComponent(Component) - Method in class java.awt.CardLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class java.awt.FlowLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class java.awt.GridBagLayout
Removes the specified component from this layout.
removeLayoutComponent(Component) - Method in class java.awt.GridLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in interface java.awt.LayoutManager
Removes the specified component from the layout.
removeListener(ProgramScheduleListener) - Method in interface javax.tv.service.guide.ProgramSchedule
Unregisters a ProgramScheduleListener.
removeListener(ServiceContextListener) - Method in interface javax.tv.service.selection.ServiceContext
Unsubscribes a listener from receiving events related to this ServiceContext.
removeListener(AppsDatabaseEventListener) - Method in class org.dvb.application.AppsDatabase
remove a listener on the database.
removeListener(VideoOutputPortListener) - Method in interface org.ocap.hardware.device.VideoOutputSettings
Remove the given listener from further notification of status changes for this video output port.
removeListener(EASListener) - Method in class org.ocap.system.EASManager
Removes a listener from receiving EAS events.
removeMediaSelectListener(MediaSelectListener) - Method in interface javax.tv.media.MediaSelectControl
Unsubscribes the specified MediaSelectListener from receiving events related to media selection on this Player.
removeMember(Principal) - Method in interface java.security.acl.Group
Removes the specified member from the group.
removeMouseListener(MouseListener) - Method in class java.awt.Component
Removes the specified mouse listener so that it no longer receives mouse events from this component.
removeMouseMotionListener(MouseMotionListener) - Method in class java.awt.Component
Removes the specified mouse motion listener so that it no longer receives mouse motion events from this component.
removeMouseWheelListener(MouseWheelListener) - Method in class java.awt.Component
Removes the specified mouse wheel listener so that it no longer receives mouse wheel events from this component.
removeMultiScreenConfigurationListener(MultiScreenConfigurationListener) - Method in interface org.ocap.ui.MultiScreenContext
Remove a listener previously added to be notified upon the occurence of multiscreen configuration events.
removeMultiScreenConfigurationListener(MultiScreenConfigurationListener) - Method in class org.ocap.ui.MultiScreenManager
Remove a listener previously added to be notified upon the occurence of multiscreen configuration events.
removeNetModuleEventListener(NetModuleEventListener) - Method in class org.ocap.hn.NetManager
Removes a NetModule event listener from NetManager.
removeNetModuleEventListener(NetModuleEventListener) - Method in interface org.ocap.hn.NetModule
Removes a NetModuleEventListener instance from this NetModule.
removeNetworkChangeListener(NetworkChangeListener) - Method in interface javax.tv.service.transport.NetworkCollection
Called to unregister an NetworkChangeListener.
removeNetworkInterfaceListener(NetworkInterfaceListener) - Method in class org.davic.net.tuning.NetworkInterface
Removes a registered listener
removeNotify() - Method in class java.awt.Component
Makes this Component undisplayable by destroying it native screen resource.
removeNotify(Component) - Method in class java.awt.im.InputContext
Notifies the input context that a client component has been removed from its containment hierarchy, or that input method support has been disabled for the component.
removeNPTListener(NPTListener) - Method in class org.dvb.dsmcc.DSMCCStream
Remove a listener to NPT events on the DSMCCStream object.
removeObjectChangeEventListener(ObjectChangeEventListener) - Method in class org.dvb.dsmcc.DSMCCObject
Unsubscribes an ObjectChangeEventListener to receive notifications of version changes of DSMCCObject.
removeOnScreenLocationModifiedListener(HScreenLocationModifiedListener) - Method in class org.havi.ui.HVideoComponent
Remove a listener that determines if the Component's on-screen location is modified - irrespective of its relative location to its parent Container.
removeOutOfBandChangeListener(TableChangeListener) - Method in class org.ocap.si.ProgramAssociationTableManager
Remove the TableChangeListener object for the OOB PAT.
removeOutOfBandChangeListener(TableChangeListener) - Method in class org.ocap.si.ProgramMapTableManager
Remove the TableChangedListener object for the OOB PMT.
removeOutputPorts(VideoOutputPort[]) - Method in interface org.ocap.ui.MultiScreenConfigurableContext
Remove video output port(s) to which screen is mapped.
removePermission(Permission) - Method in interface java.security.acl.AclEntry
Removes the specified permission from this ACL entry.
removePlayerScreenDevices(Player, HScreenDevice[]) - Method in class org.ocap.ui.MultiScreenManager
Remove screen device(s) from a media player.
removePowerModeChangeListener(PowerModeChangeListener) - Method in class org.ocap.hardware.Host
Removes the previously-added PowerModeChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
Remove a PropertyChangeListener from the listener list.
removeProvider(String) - Static method in class java.security.Security
Removes the provider with the specified name.
removeRecordingAlertListener(RecordingAlertListener) - Method in class org.ocap.dvr.OcapRecordingManager
Removes a registered event listener for receiving recording events.
removeRecordingChangedListener(RecordingChangedListener) - Method in class org.ocap.shared.dvr.RecordingManager
Removes a registed event listener for changes in status of recording requests.
removeRecordingPlaybackListener(RecordingPlaybackListener) - Method in class org.ocap.dvr.OcapRecordingManager
Removes a registered event listener for receiving recording playback events.
removeResourceStatusEventListener(ResourceStatusListener) - Method in class org.davic.mpeg.sections.SectionFilterGroup
Indicates that an object is no longer to be notified of changes in the status of resources as setup by addResourceStatusEventListener.
removeResourceStatusEventListener(ResourceStatusListener) - Method in class org.davic.net.tuning.NetworkInterfaceManager
Removes the registration of a registered listener so that it will not receive resource status events any more
removeResourceStatusEventListener(ResourceStatusListener) - Method in interface org.davic.resources.ResourceServer
This method informs a resource server that a particular object is no longer interested in being informed about changes in state of resources managed by that server.
removeResourceStatusEventListener(ResourceStatusListener) - Method in class org.dvb.event.EventManager
Removes the specified resource status listener.
removeResourceStatusEventListener(ResourceStatusListener) - Method in class org.dvb.net.rc.RCInterfaceManager
This method informs a resource server that a particular object is no longer interested in being informed about changes in state of resources managed by that server.
removeResourceStatusEventListener(ResourceStatusListener) - Method in class org.havi.ui.HScreenDevice
Remove a listener for events about changes in the state of the ownership of this device.
removeResourceStatusEventListener(ResourceStatusListener) - Method in class org.ocap.media.VBIFilterGroup
Remove a specified listener object from this VBIFilterGroup.
removeResourceStatusListener(ResourceStatusListener) - Method in class org.ocap.ui.MultiScreenManager
Remove resource status listener.
removeScreenConfigurationListener(HScreenConfigurationListener) - Method in class org.havi.ui.HScreenDevice
Remove an HScreenConfigurationListener from this device.
removeScreenContextListener(MultiScreenContextListener) - Method in interface org.ocap.ui.MultiScreenContext
Remove screen context listener.
removeSectionFilterListener(SectionFilterListener) - Method in class org.davic.mpeg.sections.SectionFilter
Indicates that an object is no longer to be notified of events relating to this SectionFilter object.
removeServiceBlocking(BlockedService[]) - Method in class org.ocap.media.MediaAccessHandlerRegistrar
Removes services to be blocked that were set by the setServiceBlocking method.
removeServiceComponentChangeListener(ServiceComponentChangeListener) - Method in interface javax.tv.service.navigation.ServiceDetails
Called to unregister an ServiceComponentChangeListener.
removeServiceContexts(ServiceContext[]) - Method in interface org.ocap.ui.MultiScreenConfigurableContext
Remove service context(s) from screen.
removeServiceDetailsChangeListener(ServiceDetailsChangeListener) - Method in interface javax.tv.service.transport.Transport
Called to unregister an ServiceDetailsChangeListener.
removeShortcut(int) - Method in class org.havi.ui.HScene
Removes the specified short-cut key.
removeShutdownHook(Thread) - Method in class java.lang.Runtime
De-registers a previously-registered virtual-machine shutdown hook.
removeStorageManagerListener(StorageManagerListener) - Method in class org.ocap.storage.StorageManager
Removes a listener so that it no longer receives StorageManagerEvents when storage proxies change.
removeSubtitleListener(SubtitleListener) - Method in interface org.dvb.media.SubtitlingEventControl
Remove a listener for subtitle events
removeTextOverflowListener(TextOverflowListener) - Method in class org.dvb.ui.DVBTextLayoutManager
Removes a TextOverflowListener that has been registered previously.
removeTimeShiftListener(TimeShiftListener) - Method in interface org.ocap.dvr.TimeShiftProperties
Removes a previously added listener for time-shift events from this TimeShiftProperties.
removeToggleGroup() - Method in class org.havi.ui.HToggleButton
Removes the button from the toggle group that it has been added to.
removeTransportStreamChangeListener(TransportStreamChangeListener) - Method in interface javax.tv.service.transport.TransportStreamCollection
Called to unregister an TransportStreamChangeListener.
removeTVTimerWentOffListener(TVTimerWentOffListener) - Method in class javax.tv.util.TVTimerSpec
Removes a listener to this timer specification.
removeUserEvent(UserEvent) - Method in class org.dvb.event.UserEventRepository
Remove a user event from the repository.
removeUserEventListener(UserEventListener) - Method in class org.dvb.event.EventManager
Removes the specified listener so that it will no longer receives user events.
removeUserPreferenceChangeListener(UserPreferenceChangeListener) - Method in class org.dvb.user.UserPreferenceManager
Removes a listener for changes in user preferences.
removeValue(String) - Method in interface javax.net.ssl.SSLSession
Removes the object bound to the given name in the session's application layer data.
removeVBIFilterListener(VBIFilterListener) - Method in interface org.ocap.media.VBIFilter
Remove an existing VBIFilterListener instance from this VBI filter.
removeVetoableChangeListener(VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
Removes a VetoableChangeListener from the listener list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class java.beans.VetoableChangeSupport
Remove a VetoableChangeListener from the listener list.
removeVideoFormatListener(VideoFormatListener) - Method in interface org.dvb.media.VideoFormatControl
Remove a listener for VideoFormatChangedEvents
removeWindowFocusListener(WindowFocusListener) - Method in class java.awt.Window
Removes the specified window focus listener so that it no longer receives window events from this window.
removeWindowListener(WindowListener) - Method in class java.awt.Window
Removes the specified window listener so that it no longer receives window events from this window.
removeWindowListener(WindowListener) - Method in class org.havi.ui.HScene
Remove a listener so that it no longer receives any java.awt.event.WindowEvents.
removeXAIT() - Method in class org.ocap.hardware.Host
Removes the XAIT saved to persistent storage.
renameTo(File) - Method in class java.io.File
Renames the file denoted by this abstract pathname.
render(String, Graphics, HVisible, Insets) - Method in class org.dvb.ui.DVBTextLayoutManager
Render the string.
render(String, Graphics, HVisible, Insets) - Method in class org.havi.ui.HDefaultTextLayoutManager
Render the string.
render(String, Graphics, HVisible, Insets) - Method in interface org.havi.ui.HTextLayoutManager
Render the string.
renderBorders(Graphics, HVisible, int) - Method in class org.havi.ui.HAnimateLook
The HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any implementation specific borders according to the HVisible.setBordersEnabled(boolean) method of HVisible.
renderBorders(Graphics, HVisible, int) - Method in interface org.havi.ui.HExtendedLook
The HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any implementation specific borders according to the HVisible.setBordersEnabled(boolean) method of HVisible.
renderBorders(Graphics, HVisible, int) - Method in class org.havi.ui.HGraphicLook
The HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any implementation specific borders according to the HVisible.setBordersEnabled(boolean) method of HVisible.
renderBorders(Graphics, HVisible, int) - Method in class org.havi.ui.HListGroupLook
The HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any implementation specific borders according to the HVisible.setBordersEnabled(boolean) method of HVisible.
renderBorders(Graphics, HVisible, int) - Method in class org.havi.ui.HMultilineEntryLook
The HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any implementation specific borders according to the HVisible.setBordersEnabled(boolean) method of HVisible.
renderBorders(Graphics, HVisible, int) - Method in class org.havi.ui.HRangeLook
The HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any implementation specific borders according to the HVisible.setBordersEnabled(boolean) method of HVisible.
renderBorders(Graphics, HVisible, int) - Method in class org.havi.ui.HSinglelineEntryLook
The HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any implementation specific borders according to the HVisible.setBordersEnabled(boolean) method of HVisible.
renderBorders(Graphics, HVisible, int) - Method in class org.havi.ui.HTextLook
The HExtendedLook.renderBorders(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any implementation specific borders according to the HVisible.setBordersEnabled(boolean) method of HVisible.
renderVisible(Graphics, HVisible, int) - Method in class org.havi.ui.HAnimateLook
The HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any content or other data associated with the look's HVisible.
renderVisible(Graphics, HVisible, int) - Method in interface org.havi.ui.HExtendedLook
The HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any content or other data associated with the look's HVisible.
renderVisible(Graphics, HVisible, int) - Method in class org.havi.ui.HGraphicLook
The HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any content or other data associated with the look's HVisible.
renderVisible(Graphics, HVisible, int) - Method in class org.havi.ui.HListGroupLook
The HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any content or other data associated with the look's HVisible.
renderVisible(Graphics, HVisible, int) - Method in class org.havi.ui.HMultilineEntryLook
The HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any content or other data associated with the look's HVisible.
renderVisible(Graphics, HVisible, int) - Method in class org.havi.ui.HRangeLook
The HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any content or other data associated with the look's HVisible.
renderVisible(Graphics, HVisible, int) - Method in class org.havi.ui.HSinglelineEntryLook
The HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any content or other data associated with the look's HVisible.
renderVisible(Graphics, HVisible, int) - Method in class org.havi.ui.HTextLook
The HExtendedLook.renderVisible(java.awt.Graphics, org.havi.ui.HVisible, int) method paints any content or other data associated with the look's HVisible.
repaint() - Method in class java.awt.Component
Repaints this component.
repaint(long) - Method in class java.awt.Component
Repaints the component.
repaint(int, int, int, int) - Method in class java.awt.Component
Repaints the specified rectangle of this component.
repaint(long, int, int, int, int) - Method in class java.awt.Component
Repaints the specified rectangle of this component within tm milliseconds.
REPEAT_COUNT_CHANGE - Static variable in class org.havi.ui.HVisible
A constant for use with the hinting mechanism (see the HLook.widgetChanged(org.havi.ui.HVisible, org.havi.ui.HChangeData[]) method in HLook).
REPEAT_INFINITE - Static variable in interface org.havi.ui.HAnimateEffect
This value, when passed to setRepeatCount, indicates that the animation shall repeat until the stop method is invoked.
replace(char, char) - Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replace(int, int, String) - Method in class java.lang.StringBuffer
Replaces the characters in a substring of this StringBuffer with characters in the specified String.
replace(Locator, Locator) - Method in interface javax.tv.media.MediaSelectControl
Replaces a service component in the presentation.
replaceAll(List, Object, Object) - Static method in class java.util.Collections
Replaces all occurrences of one specified value in a list with another.
ReplicateScaleFilter - Class in java.awt.image
An ImageFilter class for scaling images using the simplest algorithm.
ReplicateScaleFilter(int, int) - Constructor for class java.awt.image.ReplicateScaleFilter
Constructs a ReplicateScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.
report(HScreenConfigurationEvent) - Method in interface org.havi.ui.event.HScreenConfigurationListener
This method is called when the configuration of an HScreenDevice is modified.
report(HScreenLocationModifiedEvent) - Method in interface org.havi.ui.event.HScreenLocationModifiedListener
This method is called when the component's on-screen location is modified.
report(HScreenConfigurationEvent) - Method in class org.havi.ui.HEventMulticaster
Handles the HScreenConfigurationEvent by invoking the report methods on listener-a and listener-b.
report(HScreenLocationModifiedEvent) - Method in class org.havi.ui.HEventMulticaster
Handles the HScreenLocationModifiedEvent by invoking the report methods on listener-a and listener-b.
RepositoryDescriptor - Class in org.dvb.event
An instance of this class will be sent to clients of the DVB event API to notify them (through the interface org.davic.resources.ResourceClient) when they are about to lose, or have lost, access to an event source.
requestBuffering(BufferingRequest) - Method in class org.ocap.dvr.OcapRecordingManager
Requests the implementation to start buffering a service using implementation specific time-shift storage.
requestEntries(ContentServer, ContentContainer, int, int, ContentContainer, String, NetActionHandler) - Method in class org.ocap.hn.content.ContentDatabase
Requests a search of the remote ContentServer which results in the creation of a ContentList.
requestFocus() - Method in class java.awt.Component
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
requestFocusDeferred(Component) - Method in interface org.ocap.ui.OcapScene
Requests that this scene or the given component be given the input focus, if no other scene currently has the input focus.
requestFocusInWindow() - Method in class java.awt.Component
Requests that this Component get the input focus, if this Component's top-level ancestor is already the focused Window.
requestMultiScreenConfigurationChange(MultiScreenConfiguration, Dictionary) - Method in interface org.ocap.ui.MultiScreenConfigurableContext
Request that the currently active multiscreen configuration for this display screen be changed.
requestMultiScreenConfigurationChange(MultiScreenConfiguration, Dictionary) - Method in class org.ocap.ui.MultiScreenManager
Request change to the currently active per-platform display multiscreen configuration.
requestNewEntry(ContentEntry, ContentServer, NetActionHandler) - Method in interface org.ocap.hn.content.ContentContainer
Requests a ContentEntry be created and added to a Container in a remote server.
requestPasswordAuthentication(InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
Ask the authenticator that has been registered with the system for a password.
requestPasswordAuthentication(String, InetAddress, int, String, String, String) - Static method in class java.net.Authenticator
Ask the authenticator that has been registered with the system for a password.
requestRelease(ResourceProxy, Object) - Method in interface org.davic.resources.ResourceClient
A call to this operation informs the ResourceClient that another application has requested the resource accessed via the proxy parameter.
requestResolution(RecordingRequest) - Method in interface org.ocap.dvr.RequestResolutionHandler
This method would be invoked by the implementation when an unresolved recording request is scheduled in response to an application calling the record(..) method of the RecordingManager.
RequestResolutionHandler - Interface in org.ocap.dvr
This interface will be implemented by the application that registers the RequestResolutionHandler.
RequestRetryCallback - Interface in org.ocap.resource
An instances of RequestRetryCallback SHALL be provided when enabling automatic reservation request retry via the ResourceContext.
requestTopDownLeftRightResend(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Requests that a given ImageConsumer have the image data delivered one more time in top-down, left-right order.
requestTopDownLeftRightResend(ImageConsumer) - Method in interface java.awt.image.ImageProducer
Requests, on behalf of the ImageConsumer, that the ImageProducer attempt to resend the image data one more time in TOPDOWNLEFTRIGHT order so that higher quality conversion algorithms which depend on receiving pixels in order can be used to produce a better output version of the image.
requestTopDownLeftRightResend(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Requests that a given ImageConsumer have the image data delivered one more time in top-down, left-right order.
REQUIRED - Static variable in class org.havi.ui.HSceneTemplate
A value for use in the priority field of the setPreference and getPreferencePriority methods in the HSceneTemplate that indicates that this feature is required in the HScene.
REQUIRED - Static variable in class org.havi.ui.HScreenConfigTemplate
A value for use in the priority field of the HScreenConfigTemplate.setPreference(int, int) and HScreenConfigTemplate.getPreferencePriority(int) methods in the HScreenConfigTemplate that indicates that this feature is required in the HScreenConfiguration.
REQUIRED_NOT - Static variable in class org.havi.ui.HScreenConfigTemplate
A value for use in the priority field of the HScreenConfigTemplate.setPreference(int, int) and HScreenConfigTemplate.getPreferencePriority(int) methods in the HScreenConfigTemplate that indicates that this feature is required not to be present in the HScreenConfiguration.
reschedule(RecordingSpec) - Method in interface org.ocap.shared.dvr.RecordingRequest
Modify the details of a recording request.
resendTopDownLeftRight(ImageProducer) - Method in class java.awt.image.ImageFilter
Responds to a request for a TopDownLeftRight (TDLR) ordered resend of the pixel data from an ImageConsumer.
reserve(NetworkInterface, Object) - Method in class org.davic.net.tuning.NetworkInterfaceController
Tries to reserve exclusively the control over the specified network interface.
reserve(ResourceClient, Object) - Method in class org.dvb.net.rc.ConnectionRCInterface
Request the right to control this return channel interface.
RESERVED_ID_MAX - Static variable in class java.awt.AWTEvent
The maximum value for reserved AWT event IDs.
reserveDevice(ResourceClient) - Method in class org.havi.ui.HScreenDevice
Requests the right to call any method which may otherwise throw an HPermissionDeniedException.
reserveFor(Locator, Object) - Method in class org.davic.net.tuning.NetworkInterfaceController
Tries to reserve exclusively the control over a network interface that can receive the transport stream specified by the locator parameter.
reserveIndicator(ResourceClient, String) - Method in class org.ocap.hardware.frontpanel.FrontPanelManager
Reserves one of the indicators for exclusive use by an application.
reserveScreen(ResourceClient, Object) - Method in interface org.ocap.ui.MultiScreenConfigurableContext
Atomically reserve underlying resources of this screen.
reserveTextDisplay(ResourceClient) - Method in class org.ocap.hardware.frontpanel.FrontPanelManager
Reserves the front panel text display for exclusive use by an application.
reset() - Method in class java.awt.Polygon
Resets this Polygon object to an empty polygon.
reset() - Method in class java.io.BufferedInputStream
See the general contract of the reset method of InputStream.
reset() - Method in class java.io.BufferedReader
Reset the stream to the most recent mark.
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the 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.CharArrayReader
Reset the stream to the most recent mark, or to the beginning if it has never been marked.
reset() - Method in class java.io.CharArrayWriter
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset() - Method in class java.io.FilterInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.FilterReader
Reset the stream.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.LineNumberReader
Reset the stream to the most recent mark.
reset() - Method in class java.io.ObjectOutputStream
Reset will disregard the state of any objects already written to the stream.
reset() - Method in class java.io.PushbackReader
Reset the stream.
reset() - Method in class java.io.Reader
Reset the stream.
reset() - Method in class java.io.StringReader
Reset the stream to the most recent mark, or to the beginning of the string if it has never been marked.
reset() - Method in class java.security.MessageDigest
Resets the digest for further use.
reset() - Method in class java.text.CollationElementIterator
Resets the cursor to the beginning of the string.
reset() - Method in class java.util.zip.Adler32
Resets checksum to initial value.
reset() - Method in interface java.util.zip.Checksum
Resets the checksum to its initial value.
reset() - Method in class java.util.zip.CRC32
Resets CRC-32 to initial value.
reset() - Method in class java.util.zip.Deflater
Resets deflater so that a new set of input data can be processed.
reset() - Method in class java.util.zip.Inflater
Resets inflater so that a new set of input data can be processed.
RESET - Static variable in interface javax.media.Clock
 
reset() - Method in interface javax.microedition.io.Datagram
Zero the read/write pointer as well as the offset and length state variables.
resetAllDefaults() - Method in interface org.ocap.hardware.device.HostSettings
Reset all Host device settings to their factory default values.
resetSyntax() - Method in class java.io.StreamTokenizer
Resets this tokenizer's syntax table so that all characters are "ordinary." See the ordinaryChar method for more information on a character being ordinary.
RESIZE_ARBITRARY - Static variable in class org.havi.ui.HVisible
A constant for use with the HVisible.setResizeMode(int) method of HVisible which indicates that content should be scaled to fit the component.
RESIZE_NONE - Static variable in class org.havi.ui.HVisible
A constant for use with the HVisible.setResizeMode(int) method of HVisible which indicates that content should not be scaled to fit the component.
RESIZE_PRESERVE_ASPECT - Static variable in class org.havi.ui.HVisible
A constant for use with the HVisible.setResizeMode(int) method of HVisible which indicates that content should be scaled to fit the component while preserving the aspect ratio of the content.
resizeScene(HScene, HSceneTemplate) - Method in class org.havi.ui.HSceneFactory
Resizes an HScene so that it best corresponds to the input HSceneTemplate, or remains unchanged if it cannot be so resized.
RESOLUTION_ERROR - Static variable in exception org.ocap.shared.dvr.RecordingFailedException
Reason code : The recording request failed due to errors in request resolution.
resolve(URI) - Method in class java.net.URI
Resolves the given URI against this URI.
resolve(String) - Method in class java.net.URI
Constructs a new URI by parsing the given string and then resolving it against this URI.
resolve(RecordingRequest, RecordingSpec, int) - Method in class org.ocap.dvr.OcapRecordingManager
Schedule a child recording request corresponding to an unresolved or partially resolved recording request.
resolveResourceContention(ResourceUsage, ResourceUsage[]) - Method in interface org.ocap.resource.ResourceContentionHandler
This method notifies the ResourceContentionHandler that one to many resource contentions have occurred between one or more applications and system modules, except the Emergency Alert System (EAS) module.
resolveResourceContention(ResourceUsage[], ResourceUsage[]) - Method in interface org.ocap.resource.ResourceContentionHandler2
This method notifies the ResourceContentionHandler that resource contentions have occurred between one or more applications and system modules, except the Emergency Alert System (EAS) module.
RESOURCE_CPU_BANDWIDTH_DEPLETED - Static variable in class org.ocap.system.event.ResourceDepletionEvent
Available CPU cycles is depleted to an implementation specific threshold.
RESOURCE_DEPLETION_EVENT_LISTENER - Static variable in class org.ocap.system.event.SystemEventManager
Identifies the system resource depletion event listener.
RESOURCE_RC_BANDWIDTH_DEPLETED - Static variable in class org.ocap.system.event.ResourceDepletionEvent
Available reverse channel bandwidth is depleted to implementation specific threshold.
RESOURCE_SYS_MEM_DEPLETED - Static variable in class org.ocap.system.event.ResourceDepletionEvent
Overall system memory is depleted to an implementation specific threshold.
RESOURCE_VM_MEM_DEPLETED - Static variable in class org.ocap.system.event.ResourceDepletionEvent
VM memory for an application is depleted to an implementation specific threshold.
ResourceAction - Interface in org.ocap.resource
A computation to be performed within a specific resource context.
ResourceBundle - Class in java.util
Resource bundles contain locale-specific objects.
ResourceBundle() - Constructor for class java.util.ResourceBundle
Sole constructor.
ResourceClient - Interface in org.davic.resources
This interface should be implemented by objects that use a scarce resource.
ResourceContentionHandler - Interface in org.ocap.resource
A class implementing this interface decides which application shall be allowed to reserve a resource.
ResourceContentionHandler2 - Interface in org.ocap.resource
A class implementing this interface decides which application(s) shall be allowed to reserve a resource.
ResourceContentionManager - Class in org.ocap.resource
This class manages a means of resolving a resource contention.
resourceContentionWarning(ResourceUsage, ResourceUsage[]) - Method in interface org.ocap.resource.ResourceContentionHandler
Warns the resource contention handler of an impending contention with a presenting ServiceContext (e.g., scheduled recording as defined by the OCAP DVR specification).
ResourceContext - Class in org.ocap.resource
An instance of ResourceContext may be used to specify implicit parameters to resource reservation requests, including implicit reservations made on an application's behalf.
ResourceDepletionEvent - Class in org.ocap.system.event
Event that indicates resources are low, and the system is about to destroy application(s) to attempt to correct this.
ResourceDepletionEvent(int, String) - Constructor for class org.ocap.system.event.ResourceDepletionEvent
System event constructor assigns an eventId, Date, and ApplicationIdentifier.
ResourceDepletionEvent(int, String, long, AppID) - Constructor for class org.ocap.system.event.ResourceDepletionEvent
This constructor is provided for internal use by OCAP implementations; applications SHOULD NOT call it.
ResourceException - Exception in org.davic.mpeg
This exception must be thrown by MPEG related APIs when an operation could not be performed due to lack of resources.
ResourceException() - Constructor for exception org.davic.mpeg.ResourceException
Constructs a ResourceException with no detail message
ResourceException(String) - Constructor for exception org.davic.mpeg.ResourceException
Constructs a ResourceException with the specified detail message
ResourceExceptionAction - Interface in org.ocap.resource
A computation to be performed within a specific resource context.
ResourcePriority - Interface in org.ocap.resource
An enumeration of priority values that describe the importance of a resource reservation to an application.
ResourceProxy - Interface in org.davic.resources
The resource proxy interface is implemented by objects which represent a scarce resource to an application but where the actual scarce resource may be a lower level object to which the application does not have direct access.
ResourceReturnedEvent - Class in org.davic.media
Generated if a Player which was stopped due to having its resources withdrawn has had those resources returned to it.
ResourceReturnedEvent(Controller) - Constructor for class org.davic.media.ResourceReturnedEvent
Build an event
RESOURCES_REMOVED - Static variable in class javax.tv.service.selection.PresentationTerminatedEvent
Reason code : Resources needed to present the service have been removed.
RESOURCES_REMOVED - Static variable in exception org.ocap.shared.dvr.RecordingFailedException
Reason code : Recording did not complete sucessfully because Resources needed to present the service were removed before the scheduled completion of the recording.
RESOURCES_REMOVED - Static variable in class org.ocap.shared.dvr.RecordingTerminatedEvent
Reason code: Resources needed to record the service have been removed.
ResourceServer - Interface in org.davic.resources
The resource server interface is implemented by objects which manage low level scarce resources and inform applications of changes in their status which may have happened due to factors beyond the control of the application.
ResourceStatusEvent - Class in org.davic.resources
This class is the parent class for events reporting changes in the status of resources.
ResourceStatusEvent(Object) - Constructor for class org.davic.resources.ResourceStatusEvent
This constructs a resource status event relating to the specified resource.
ResourceStatusListener - Interface in org.davic.resources
This interface should be implemented by objects wishing to be informed about changes in status of particular resources.
ResourceUnavailableEvent - Class in javax.media
 
ResourceUnavailableEvent(Controller) - Constructor for class javax.media.ResourceUnavailableEvent
 
ResourceUnavailableEvent(Controller, String) - Constructor for class javax.media.ResourceUnavailableEvent
 
ResourceUsage - Interface in org.ocap.resource
This interface represents a grouping of resources specific to an function performed by an application.
ResourceWithdrawnEvent - Class in org.davic.media
Generated if a Player has some or all of the resources used withdrawn for some reason.
ResourceWithdrawnEvent(Controller) - Constructor for class org.davic.media.ResourceWithdrawnEvent
Build an event
RestartingEvent - Class in javax.media
 
RestartingEvent(Controller, int, int, int, Time) - Constructor for class javax.media.RestartingEvent
 
resume() - Method in interface org.davic.media.FreezeControl
Invocation of this method resumes the decoding of the media stream following a freeze operation.
resume() - Method in interface org.dvb.application.AppProxy
Request that the application manager resume the execution of the application.
resumeRequest() - Method in interface javax.microedition.xlet.XletContext
Provides the Xlet with a mechanism to indicate that it is interested in entering the Active state.
resumeRequest() - Method in interface javax.tv.xlet.XletContext
Provides the Xlet with a mechanism to indicate that it is interested in entering the Active state.
retainAll(Collection) - Method in class java.util.AbstractCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in interface java.util.Collection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in interface java.util.List
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in interface java.util.Set
Retains only the elements in this set that are contained in the specified collection (optional operation).
retainAll(Collection) - Method in class java.util.Vector
Retains only the elements in this Vector that are contained in the specified Collection.
retrieveComponents(SIRequestor) - Method in interface javax.tv.service.guide.ProgramEvent
Retrieves an array of service components which are part of this ProgramEvent.
retrieveComponents(SIRequestor) - Method in interface javax.tv.service.navigation.ServiceDetails
Retrieves an array of elementary components which are part of this service.
retrieveCurrentProgramEvent(SIRequestor) - Method in interface javax.tv.service.guide.ProgramSchedule
Retrieves the current ProgramEvent.
retrieveDescription(SIRequestor) - Method in interface javax.tv.service.guide.ProgramEvent
Retrieves a textual description of the event.
retrieveDetails(SIRequestor) - Method in interface javax.tv.service.Service
This method retrieves additional information about the Service.
retrieveElementaryStream(int) - Method in class org.davic.mpeg.Service
 
retrieveElementaryStreams() - Method in class org.davic.mpeg.Service
 
retrieveFutureProgramEvent(Date, SIRequestor) - Method in interface javax.tv.service.guide.ProgramSchedule
Retrieves the program event for the specified time.
retrieveFutureProgramEvents(Date, Date, SIRequestor) - Method in interface javax.tv.service.guide.ProgramSchedule
Retrieves all known program events on this service for the specified time interval.
retrieveInBand(SIRequestor, Locator) - Method in class org.ocap.si.ProgramAssociationTableManager
Retrieve a PAT from the in-band channel (transport stream) identified by the Locator parameter.
retrieveInBand(SIRequestor, Locator) - Method in class org.ocap.si.ProgramMapTableManager
Retrieve a PMT from the in-band channel (transport stream) identified by the Locator parameter.
retrieveNetwork(Locator, SIRequestor) - Method in interface javax.tv.service.transport.NetworkCollection
Retrieves the specified Network from the collection.
retrieveNetworks(SIRequestor) - Method in interface javax.tv.service.transport.NetworkCollection
Retrieves an array of all the Network objects in this NetworkCollection.
retrieveNextProgramEvent(ProgramEvent, SIRequestor) - Method in interface javax.tv.service.guide.ProgramSchedule
Retrieves a event which follows the specified event.
retrieveOutOfBand(SIRequestor) - Method in class org.ocap.si.ProgramAssociationTableManager
Retrieve the PAT from the out-of-band channel.
retrieveOutOfBand(SIRequestor, int) - Method in class org.ocap.si.ProgramMapTableManager
Retrieve the PMT from the out-of-band channel.
retrieveProgramEvent(Locator, SIRequestor) - Method in interface javax.tv.service.guide.ProgramSchedule
Retrieves a program event matching the locator.
retrieveProgramEvent(Locator, SIRequestor) - Method in class javax.tv.service.SIManager
Retrieves the ProgramEvent corresponding to the given Locator.
retrieveService(int) - Method in class org.davic.mpeg.TransportStream
 
retrieveServiceDescription(SIRequestor) - Method in interface javax.tv.service.navigation.ServiceDetails
Retrieves a textual description of this service if available.
retrieveServiceDetails(Locator, SIRequestor) - Method in class javax.tv.service.SIManager
Retrieves the ServiceDetails object corresponding to the given Locator.
retrieveServices() - Method in class org.davic.mpeg.TransportStream
 
retrieveSIElement(Locator, SIRequestor) - Method in class javax.tv.service.SIManager
Retrieves the SIElement corresponding to the specified Locator.
retrieveTransportStream(Locator, SIRequestor) - Method in interface javax.tv.service.transport.TransportStreamCollection
Retrieves the specified TransportStream from the collection.
retrieveTransportStreams(SIRequestor) - Method in interface javax.tv.service.transport.Network
Retrieves an array of TransportStream objects representing the transport streams carried in this Network.
retrieveTransportStreams(SIRequestor) - Method in interface javax.tv.service.transport.TransportStreamCollection
Retrieves an array of the TransportStream objects in this TransportStreamCollection.
reverse() - Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
reverse(List) - Static method in class java.util.Collections
Reverses the order of the elements in the specified list.
REVERSE - Static variable in interface org.ocap.shared.media.FrameControl
Indicates a frame move in a reverse direction in the stream.
reverseOrder() - Static method in class java.util.Collections
Returns a comparator that imposes the reverse of the natural ordering on a collection of objects that implement the Comparable interface.
REVISION_DETECTION - Static variable in interface org.ocap.si.DescriptorTag
SCTE revision_detection_descriptor.
RFBYPASS - Static variable in interface org.ocap.hardware.frontpanel.IndicatorDisplay
RF bypass LED
RFC1779 - Static variable in class javax.security.auth.x500.X500Principal
RFC 1779 String format of Distinguished Names.
RFC2253 - Static variable in class javax.security.auth.x500.X500Principal
RFC 2253 String format of Distinguished Names.
RGBImageFilter - Class in java.awt.image
This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel.
RGBImageFilter() - Constructor for class java.awt.image.RGBImageFilter
 
RGBtoHSB(int, int, int, float[]) - Static method in class java.awt.Color
Converts the components of a color, as specified by the default RGB model, to an equivalent set of values for hue, saturation, and brightness that are the three components of the HSB model.
RIGHT - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be right-justified.
right - Variable in class java.awt.Insets
The inset from the right.
RIGHT_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentX.
RIGHTS - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Element Description: Information about rights held in and over the resource.
RingSectionFilter - Class in org.davic.mpeg.sections
This class defines a section filter intended to be used to capture a continuous stream of MPEG-2 sections without needing to stop and re-arm a filter.
rint(double) - Static method in class java.lang.Math
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
Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
roll(int, boolean) - Method in class java.util.Calendar
Time Field Rolling function.
roll(int, int) - Method in class java.util.Calendar
Time Field Rolling function.
roll(int, boolean) - Method in class java.util.GregorianCalendar
Adds or subtracts (up/down) a single unit of time on the given time field without changing larger fields.
roll(int, int) - Method in class java.util.GregorianCalendar
Add to field a signed amount without changing larger fields.
ROOT_CA_EXPIRED - Static variable in exception javax.microedition.pki.CertificateException
Indicates the root CA's public key is expired.
rotate(List, int) - Static method in class java.util.Collections
Rotates the elements in the specified list by the specified distance.
round(float) - Static method in class java.lang.Math
Returns the closest int to the argument.
round(double) - Static method in class java.lang.Math
Returns the closest long to the argument.
round(float) - Static method in class java.lang.StrictMath
Returns the closest int to the argument.
round(double) - Static method in class java.lang.StrictMath
Returns the closest long to the argument.
ROUND_CEILING - Static variable in class java.math.BigDecimal
Rounding mode to round towards positive infinity.
ROUND_DOWN - Static variable in class java.math.BigDecimal
Rounding mode to round towards zero.
ROUND_FLOOR - Static variable in class java.math.BigDecimal
Rounding mode to round towards negative infinity.
ROUND_HALF_DOWN - Static variable in class java.math.BigDecimal
Rounding mode to round towards "nearest neighbor" unless both neighbors are equidistant, in which case round down.
ROUND_HALF_EVEN - Static variable in class java.math.BigDecimal
Rounding mode to round towards the "nearest neighbor" unless both neighbors are equidistant, in which case, round towards the even neighbor.
ROUND_HALF_UP - Static variable in class java.math.BigDecimal
Rounding mode to round towards "nearest neighbor" unless both neighbors are equidistant, in which case round up.
ROUND_UNNECESSARY - Static variable in class java.math.BigDecimal
Rounding mode to assert that the requested operation has an exact result, hence no rounding is necessary.
ROUND_UP - Static variable in class java.math.BigDecimal
Rounding mode to round away from zero.
RoundDown - Static variable in interface javax.media.protocol.Positionable
 
RoundNearest - Static variable in interface javax.media.protocol.Positionable
 
RoundUp - Static variable in interface javax.media.protocol.Positionable
 
rowHeights - Variable in class java.awt.GridBagLayout
This field holds the overrides to the row minimum heights.
rowWeights - Variable in class java.awt.GridBagLayout
This field holds the overrides to the row weights.
RSAKey - Interface in java.security.interfaces
The interface to an RSA public or private key.
RSAKeyGenParameterSpec - Class in java.security.spec
This class specifies the set of parameters used to generate an RSA key pair.
RSAKeyGenParameterSpec(int, BigInteger) - Constructor for class java.security.spec.RSAKeyGenParameterSpec
Constructs a new RSAParameterSpec object from the given keysize and public-exponent value.
RSAPrivateCrtKey - Interface in java.security.interfaces
The interface to an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values.
RSAPrivateCrtKeySpec - Class in java.security.spec
This class specifies an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values for efficiency.
RSAPrivateCrtKeySpec(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPrivateCrtKeySpec
Creates a new RSAPrivateCrtKeySpec given the modulus, publicExponent, privateExponent, primeP, primeQ, primeExponentP, primeExponentQ, and crtCoefficient as defined in PKCS#1.
RSAPrivateKey - Interface in java.security.interfaces
The interface to an RSA private key.
RSAPrivateKeySpec - Class in java.security.spec
This class specifies an RSA private key.
RSAPrivateKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPrivateKeySpec
Creates a new RSAPrivateKeySpec.
RSAPublicKey - Interface in java.security.interfaces
The interface to an RSA public key.
RSAPublicKeySpec - Class in java.security.spec
This class specifies an RSA public key.
RSAPublicKeySpec(BigInteger, BigInteger) - Constructor for class java.security.spec.RSAPublicKeySpec
Creates a new RSAPublicKeySpec.
RuleBasedCollator - Class in java.text
The RuleBasedCollator class is a concrete subclass of Collator that provides a simple, data-driven, table collator.
RuleBasedCollator(String) - Constructor for class java.text.RuleBasedCollator
RuleBasedCollator constructor.
run() - Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run() - Method in interface java.security.PrivilegedAction
Performs the computation.
run() - Method in interface java.security.PrivilegedExceptionAction
Performs the computation.
run() - Method in class java.util.TimerTask
The action to be performed by this timer task.
runFinalization() - Method in class java.lang.Runtime
Runs the finalization methods of any objects pending finalization.
runFinalization() - Static method in class java.lang.System
Runs the finalization methods of any objects pending finalization.
RUNIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
Runnable - Interface in java.lang
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
RunningApplicationsFilter - Class in org.dvb.application
Instances of RunningApplicationsFilter are used to set a filter on the list of applications that are retrieved from the AppsDatabase (See methods getAppsAttributes and getAppsIDs).
RunningApplicationsFilter() - Constructor for class org.dvb.application.RunningApplicationsFilter
public Constructor of the RunningApplicationsFilter
Runtime - Class in java.lang
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.
RuntimeException - Exception in java.lang
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with null as its detail message.
RuntimeException(String) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified detail message.
RuntimeException(String, Throwable) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified detail message and cause.
RuntimeException(Throwable) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
RuntimePermission - Class in java.lang
This class is for runtime permissions.
RuntimePermission(String) - Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission with the specified name.
RuntimePermission(String, String) - Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission object with the specified name.

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