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

C

CA - Static variable in interface org.ocap.si.DescriptorTag
MPEG-2 CA_descriptor.
CA_FAILURE - Static variable in class org.dvb.media.PresentationChangedEvent
Presentation changed due an action by the CA subsystem.
CA_REFUSAL - Static variable in class javax.tv.service.selection.SelectionFailedEvent
Reason code : Selection failed due to the CA system refusing to permit it.
CA_REFUSAL - Static variable in class org.ocap.service.AlternativeContentErrorEvent
Reason code: Normal content could not be presented due to the CA system refusing to permit it.
CA_REFUSAL - Static variable in exception org.ocap.shared.dvr.RecordingFailedException
Reason code : Recording failed due to the CA system refusing to permit it.
CA_RETURNED - Static variable in class org.dvb.media.PresentationChangedEvent
Presentation changed due to an action by the CA subsystem.
CA_UNKNOWN - Static variable in interface org.ocap.media.AlternativeMediaPresentationReason
Bit indicating that media are ciphered and the CA does not correspond to ciphering.
CABLE - Static variable in class javax.tv.service.navigation.DeliverySystemType
Cable delivery system type.
CABLE_DELIVERY_SYSTEM - Static variable in interface org.davic.net.tuning.DeliverySystemType
Constant value for cable delivery system
CACHING_PRIORITY - Static variable in interface org.ocap.si.DescriptorTag
MHP caching_priority_descriptor.
CachingControl - Interface in javax.media
 
CachingControlEvent - Class in javax.media
 
CachingControlEvent(Controller, CachingControl, long) - Constructor for class javax.media.CachingControlEvent
 
CAException - Exception in org.dvb.media
This exception is thrown when access to a media stream is denied by the CA system.
CAException() - Constructor for exception org.dvb.media.CAException
Constructor without a reason
CAException(String) - Constructor for exception org.dvb.media.CAException
Constructor with a reason
CAIdentification - Interface in javax.tv.service.navigation
This interface associates information related to the conditional access (CA) subsystem with certain SI objects.
Calendar - Class in java.util
Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
CANADA - Static variable in class java.util.Locale
Useful constant for country.
CANADA_FRENCH - Static variable in class java.util.Locale
Useful constant for country.
cancel() - Method in class java.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class java.util.TimerTask
Cancels this timer task.
cancel() - Method in interface javax.tv.service.SIRequest
Cancels a pending SI retrieval request.
cancel() - Method in interface org.ocap.dvr.OcapRecordingRequest
Cancels a pending recording request.
cancel() - Method in interface org.ocap.hn.NetActionRequest
Cancels the Action associated with this ActionRequest.
cancel() - Method in interface org.ocap.shared.dvr.LeafRecordingRequest
Cancels a pending recording request.
cancel() - Method in interface org.ocap.shared.dvr.ParentRecordingRequest
Cancels the parent recording request.
cancelBufferingRequest(BufferingRequest) - Method in class org.ocap.dvr.OcapRecordingManager
Cancels an active buffering request.
CANCELED - Static variable in class javax.tv.service.SIRequestFailureType
The reason generated when the SIRequest is canceled.
cancelLatestCommittedText(AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
Gets the latest committed text from the text editing component and removes it from the component's text body.
CANCELLED_STATE - Static variable in interface org.ocap.dvr.OcapRecordingRequest
This recording request was cancelled.
CANCELLED_STATE - Static variable in interface org.ocap.shared.dvr.ParentRecordingRequest
A recording request is in cancelled state, if an application has successfully called the cancel method for this recording request, but not all child recording request have been deleted.
CANONICAL - Static variable in class javax.security.auth.x500.X500Principal
Canonical String format of Distinguished Names.
CANONICAL_DECOMPOSITION - Static variable in class java.text.Collator
Decomposition mode value.
canRead() - Method in class java.io.File
Tests whether the application can read the file denoted by this abstract pathname.
canWrite() - Method in class java.io.File
Tests whether the application can modify to the file denoted by this abstract pathname.
CAP_BUTT - Static variable in class java.awt.BasicStroke
Ends unclosed subpaths with no added decoration.
CAP_REMOTE_STORAGE_SUPPORTED - Static variable in interface org.ocap.hn.Device
A constant indicating remote storage capability.
CAP_ROUND - Static variable in class java.awt.BasicStroke
Ends unclosed subpaths with a round decoration that has a radius equal to half of the width of the pen.
CAP_SQUARE - Static variable in class java.awt.BasicStroke
Ends unclosed subpaths with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.
CAP_STREAMING_SUPPORTED - Static variable in interface org.ocap.hn.Device
A constant indicating streaming capability of the device.
CAP_TUNER_SUPPORTED - Static variable in interface org.ocap.hn.Device
A constant indicating if the device has a tuner.
CAPABILITY_TYPE_DTCP - Static variable in class org.ocap.hardware.VideoOutputPort
AV Output Port Capability Type DTCP
CAPABILITY_TYPE_HDCP - Static variable in class org.ocap.hardware.VideoOutputPort
AV Output Port Capability Type HDCP
CAPABILITY_TYPE_RESOLUTION_RESTRICTION - Static variable in class org.ocap.hardware.VideoOutputPort
AV Output Port Capability Type Resolution Restriction for HD Video
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
CAPTION_SERVICE - Static variable in interface org.ocap.si.DescriptorTag
SCTE caption_service_descriptor.
cardinality() - Method in class java.util.BitSet
Returns the number of bits set to true in this BitSet.
CardLayout - Class in java.awt
A CardLayout object is a layout manager for a container.
CardLayout() - Constructor for class java.awt.CardLayout
Creates a new card layout with gaps of size zero.
CardLayout(int, int) - Constructor for class java.awt.CardLayout
Creates a new card layout with the specified horizontal and vertical gaps.
CARET_NEXT_CHAR - Static variable in class org.havi.ui.event.HTextEvent
When a text event with this id is sent to a HTextValue component, then its caret position should move one character forward.
CARET_NEXT_LINE - Static variable in class org.havi.ui.event.HTextEvent
When a text event with this id is sent to a HTextValue component, then its caret position should move down one line.
CARET_NEXT_PAGE - Static variable in class org.havi.ui.event.HTextEvent
When a text event with this id is sent to a HTextValue component, then its caret position should move down to the last possible line in the visible window.
CARET_POSITION_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).
CARET_POSITION_CHANGED - Static variable in class java.awt.event.InputMethodEvent
The event type indicating a changed insertion point in input method text.
CARET_PREV_CHAR - Static variable in class org.havi.ui.event.HTextEvent
When a text event with this id is sent to a HTextValue component, then its caret position should move one character backward.
CARET_PREV_LINE - Static variable in class org.havi.ui.event.HTextEvent
When a text event with this id is sent to a HTextValue component, then its caret position should move up one line.
CARET_PREV_PAGE - Static variable in class org.havi.ui.event.HTextEvent
When a text event with this id is sent to a HTextValue component, then its caret position should move up to the first possible line in the visible window.
caretMoved(HTextEvent) - Method in interface org.havi.ui.event.HTextListener
Called when the caret position of an HTextValue component has moved.
caretMoved(HTextEvent) - Method in class org.havi.ui.HEventMulticaster
Handles the HTextEvent by invoking the caretMoved methods on listener-a and listener-b.
caretNextCharacter() - Method in class org.havi.ui.HSinglelineEntry
Move the caret to the next character.
caretNextLine() - Method in class org.havi.ui.HMultilineEntry
Move the caret to the same column position on the next line.
caretPositionChanged(InputMethodEvent) - Method in class java.awt.AWTEventMulticaster
Handles the caretPositionChanged event by invoking the caretPositionChanged methods on listener-a and listener-b.
caretPositionChanged(InputMethodEvent) - Method in interface java.awt.event.InputMethodListener
Invoked when the caret within composed text has changed.
caretPreviousCharacter() - Method in class org.havi.ui.HSinglelineEntry
Move the caret to the previous character.
caretPreviousLine() - Method in class org.havi.ui.HMultilineEntry
Move the caret to the same column position on the previous line.
CAROUSEL_IDENTIFIER - Static variable in interface org.ocap.si.DescriptorTag
DSMCC carousel_identifier_descriptor
CARTOON - Static variable in class org.havi.ui.HImageHints
The image is a cartoon, with strong, well-defined, blocks of solid color, etc.
CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String
A Comparator that orders String objects as by compareToIgnoreCase.
CAStopEvent - Class in org.dvb.media
This event is generated whenever access to a service is withdrawn by the CA system, e.g.
CAStopEvent(Controller) - Constructor for class org.dvb.media.CAStopEvent
Construct an event.
CAStopEvent(Controller, int, int, int, MediaLocator) - Constructor for class org.dvb.media.CAStopEvent
Construct an event.
CC_ANALOG_SERVICE_CC1 - Static variable in interface org.ocap.media.ClosedCaptioningControl
Indicates an analog closed-captioning service CC1.
CC_ANALOG_SERVICE_CC2 - Static variable in interface org.ocap.media.ClosedCaptioningControl
Indicates an analog closed-captioning service CC2.
CC_ANALOG_SERVICE_CC3 - Static variable in interface org.ocap.media.ClosedCaptioningControl
Indicates an analog closed-captioning service CC3.
CC_ANALOG_SERVICE_CC4 - Static variable in interface org.ocap.media.ClosedCaptioningControl
Indicates an analog closed-captioning service CC4.
CC_ANALOG_SERVICE_T1 - Static variable in interface org.ocap.media.ClosedCaptioningControl
Indicates an analog closed-captioning service T1.
CC_ANALOG_SERVICE_T2 - Static variable in interface org.ocap.media.ClosedCaptioningControl
Indicates an analog closed-captioning service T2.
CC_ANALOG_SERVICE_T3 - Static variable in interface org.ocap.media.ClosedCaptioningControl
Indicates an analog closed-captioning service T3.
CC_ANALOG_SERVICE_T4 - Static variable in interface org.ocap.media.ClosedCaptioningControl
Indicates an analog closed-captioning service T4.
CC_ATTRIBUTE_FONT_ITALICIZED - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a font face attribute of a closed-captioning text.
CC_ATTRIBUTE_FONT_STYLE - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a font style attribute of a closed-captioning text.
CC_ATTRIBUTE_FONT_UNDERLINE - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a font face attribute of a closed-captioning text.
CC_ATTRIBUTE_PEN_BG_COLOR - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a pen back ground color attribute to draw closed-captioning text.
CC_ATTRIBUTE_PEN_BG_OPACITY - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a pen back ground opacity attribute of a closed-captioning text.
CC_ATTRIBUTE_PEN_FG_COLOR - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a pen color attribute to draw closed-captioning text.
CC_ATTRIBUTE_PEN_FG_OPACITY - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a pen opacity attribute of a closed-captioning text.
CC_ATTRIBUTE_PEN_SIZE - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a font size attribute of a closed-captioning text.
CC_ATTRIBUTE_WINDOW_BORDER_COLOR - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a border color attribute of a closed-captioning window.
CC_ATTRIBUTE_WINDOW_BORDER_TYPE - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a border type attribute of a closed-captioning window.
CC_ATTRIBUTE_WINDOW_FILL_COLOR - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a window fill color attribute of a closed-captioning window.
CC_ATTRIBUTE_WINDOW_FILL_OPACITY - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a border type attribute of a closed-captioning window.
CC_BORDER_DEPRESSED - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a border type of DEPRESSED.
CC_BORDER_NONE - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a border type of NONE.
CC_BORDER_RAISED - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a border type of RAISED.
CC_BORDER_SHADOW_LEFT - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a border type of SHADOW_LEFT.
CC_BORDER_SHADOW_RIGHT - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a border type of SHADOW_RIGHT.
CC_BORDER_UNIFORM - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a border type of UNIFORM.
CC_NO_SERVICE - Static variable in interface org.ocap.media.ClosedCaptioningControl
Indicates no closed-captioning service.
CC_OPACITY_FLASH - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a opacity value for a flash.
CC_OPACITY_SOLID - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a opacity value for a solid.
CC_OPACITY_TRANSLUCENT - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a opacity value for a translucent.
CC_OPACITY_TRANSPARENT - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a opacity value for a transparent.
CC_PEN_SIZE_LARGE - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a large pen size.
CC_PEN_SIZE_SMALL - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a small pen size.
CC_PEN_SIZE_STANDARD - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates a standard pen size.
CC_TURN_OFF - Static variable in interface org.ocap.media.ClosedCaptioningControl
Indicates turn digital/analog closed-captioning on.
CC_TURN_ON - Static variable in interface org.ocap.media.ClosedCaptioningControl
Indicates turn digital/analog closed-captioning off.
CC_TURN_ON_MUTE - Static variable in interface org.ocap.media.ClosedCaptioningControl
Indicates turn digital/analog closed-captioning on only when muting an audio.
CC_TYPE_ANALOG - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates an analog type closed-captioning.
CC_TYPE_DIGITAL - Static variable in class org.ocap.media.ClosedCaptioningAttribute
Indicates an digital type closed-captioning.
ccStatusChanged(ClosedCaptioningEvent) - Method in interface org.ocap.media.ClosedCaptioningListener
This method shall be called when a closed-captioning state or a captioning service of the JMF Player that is controlled by the ClosedCaptioningControl instance has changed.
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
ceil(double) - Static method in class java.lang.StrictMath
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
CENTER - Static variable in class java.awt.BorderLayout
The center layout constraint (middle of container).
CENTER - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be centered.
CENTER - Static variable in class java.awt.GridBagConstraints
Put the component in the center of its display area.
CENTER_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY and getAlignmentX.
Certificate - Class in java.security.cert
Abstract class for managing a variety of identity certificates.
Certificate - Interface in java.security
Deprecated. A new certificate handling package is created in the Java 2 platform. This Certificate interface is entirely deprecated and is here to allow for a smooth transition to the new package.
Certificate - Interface in javax.microedition.pki
Interface common to certificates.
Certificate - Class in javax.security.cert
Abstract class for managing a variety of identity certificates.
Certificate() - Constructor for class javax.security.cert.Certificate
 
CERTIFICATE_CHAIN_TOO_LONG - Static variable in exception javax.microedition.pki.CertificateException
Indicates the server certificate chain exceeds the length allowed by an issuer's policy.
CertificateEncodingException - Exception in java.security.cert
Certificate Encoding Exception.
CertificateEncodingException() - Constructor for exception java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with no detail message.
CertificateEncodingException(String) - Constructor for exception java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with the specified detail message.
CertificateEncodingException - Exception in javax.security.cert
Certificate Encoding Exception.
CertificateEncodingException() - Constructor for exception javax.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with no detail message.
CertificateEncodingException(String) - Constructor for exception javax.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with the specified detail message.
CertificateException - Exception in java.security.cert
This exception indicates one of a variety of certificate problems.
CertificateException() - Constructor for exception java.security.cert.CertificateException
Constructs a certificate exception with no detail message.
CertificateException(String) - Constructor for exception java.security.cert.CertificateException
Constructs a certificate exception with the given detail message.
CertificateException - Exception in javax.microedition.pki
The CertificateException encapsulates an error that occurred while a Certificate is being used.
CertificateException(Certificate, byte) - Constructor for exception javax.microedition.pki.CertificateException
Create a new exception with a Certificate and specific error reason.
CertificateException(String, Certificate, byte) - Constructor for exception javax.microedition.pki.CertificateException
Create a new exception with a message, Certificate, and specific error reason.
CertificateException - Exception in javax.security.cert
This exception indicates one of a variety of certificate problems.
CertificateException() - Constructor for exception javax.security.cert.CertificateException
Constructs a certificate exception with no detail message.
CertificateException(String) - Constructor for exception javax.security.cert.CertificateException
Constructs a certificate exception with the given detail message.
CertificateExpiredException - Exception in java.security.cert
Certificate Expired Exception.
CertificateExpiredException() - Constructor for exception java.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with no detail message.
CertificateExpiredException(String) - Constructor for exception java.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with the specified detail message.
CertificateExpiredException - Exception in javax.security.cert
Certificate Expired Exception.
CertificateExpiredException() - Constructor for exception javax.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with no detail message.
CertificateExpiredException(String) - Constructor for exception javax.security.cert.CertificateExpiredException
Constructs a CertificateExpiredException with the specified detail message.
CertificateFactory - Class in java.security.cert
This class defines the functionality of a certificate factory, which is used to generate certificate, certification path (CertPath) and certificate revocation list (CRL) objects from their encodings.
CertificateFactorySpi - Class in java.security.cert
This class defines the Service Provider Interface (SPI) for the CertificateFactory class.
CertificateFactorySpi() - Constructor for class java.security.cert.CertificateFactorySpi
 
CertificateNotYetValidException - Exception in java.security.cert
Certificate is not yet valid exception.
CertificateNotYetValidException() - Constructor for exception java.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with no detail message.
CertificateNotYetValidException(String) - Constructor for exception java.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with the specified detail message.
CertificateNotYetValidException - Exception in javax.security.cert
Certificate is not yet valid exception.
CertificateNotYetValidException() - Constructor for exception javax.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with no detail message.
CertificateNotYetValidException(String) - Constructor for exception javax.security.cert.CertificateNotYetValidException
Constructs a CertificateNotYetValidException with the specified detail message.
CertificateParsingException - Exception in java.security.cert
Certificate Parsing Exception.
CertificateParsingException() - Constructor for exception java.security.cert.CertificateParsingException
Constructs a CertificateParsingException with no detail message.
CertificateParsingException(String) - Constructor for exception java.security.cert.CertificateParsingException
Constructs a CertificateParsingException with the specified detail message.
CertificateParsingException - Exception in javax.security.cert
Certificate Parsing Exception.
CertificateParsingException() - Constructor for exception javax.security.cert.CertificateParsingException
Constructs a CertificateParsingException with no detail message.
CertificateParsingException(String) - Constructor for exception javax.security.cert.CertificateParsingException
Constructs a CertificateParsingException with the specified detail message.
certificates() - Method in class java.security.Identity
Deprecated. Returns a copy of all the certificates for this identity.
CertPath - Class in java.security.cert
An immutable sequence of certificates (a certification path).
CHANGEABLE_SINGLE_COLOR - Static variable in class org.havi.ui.HBackgroundConfigTemplate
A value for use in the preference field of the setPreference and getPreferencePriority methods in the HBackgroundConfigTemplate that indicates that a single color background is requested where that single color can be changed by applications.
CHANNEL_NAME - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Used for identification of channels themselves, or information associated with a piece of recorded content.
CHANNEL_NUMBER - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Used for identification of tuner channels themselves or information associated with a piece of recorded content.
CHANNEL_PROPERTIES - Static variable in interface org.ocap.si.DescriptorTag
SCTE channel_properties_descriptor
CHAR_UNDEFINED - Static variable in class java.awt.event.KeyEvent
KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value.
Character - Class in java.lang
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a newly allocated Character object that represents the specified char value.
Character.Subset - Class in java.lang
Instances of this class represent particular subsets of the Unicode character set.
Character.UnicodeBlock - Class in java.lang
A family of character subsets representing the character blocks in the Unicode specification.
CharacterIterator - Interface in java.text
This interface defines a protocol for bidirectional iteration over text.
CharArrayReader - Class in java.io
This class implements a character buffer that can be used as a character-input stream.
CharArrayReader(char[]) - Constructor for class java.io.CharArrayReader
Create an CharArrayReader from the specified array of chars.
CharArrayReader(char[], int, int) - Constructor for class java.io.CharArrayReader
Create an CharArrayReader from the specified array of chars.
CharArrayWriter - Class in java.io
This class implements a character buffer that can be used as an Writer.
CharArrayWriter() - Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter.
CharArrayWriter(int) - Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter with the specified initial size.
charAt(int) - Method in interface java.lang.CharSequence
Returns the character at the specified index.
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
charAt(int) - Method in class java.lang.StringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
CharConversionException - Exception in java.io
Base class for character conversion exceptions.
CharConversionException() - Constructor for exception java.io.CharConversionException
This provides no detailed message.
CharConversionException(String) - Constructor for exception java.io.CharConversionException
This provides a detailed message.
CharSequence - Interface in java.lang
A CharSequence is a readable sequence of characters.
charsWidth(char[], int, int) - Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified array of characters in this Font.
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
charWidth(int) - Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
charWidth(char) - Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
checkAccept(String, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number.
checkAccess(Thread) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
checkAccess(ThreadGroup) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread group argument.
checkAccess() - Method in class java.lang.Thread
Determines if the currently running thread has permission to modify this thread.
checkAccess() - Method in class java.lang.ThreadGroup
Determines if the currently running thread has permission to modify this thread group.
checkAll() - Method in class java.awt.MediaTracker
Checks to see if all images being tracked by this media tracker have finished loading.
checkAll(boolean) - Method in class java.awt.MediaTracker
Checks to see if all images being tracked by this media tracker have finished loading.
checkAwtEventQueueAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the AWT event queue, or the AWT package is not available.
checkClientTrusted(X509Certificate[], String) - Method in interface javax.net.ssl.X509TrustManager
Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for client SSL authentication based on the authentication type.
checkConnect(String, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number.
checkConnect(String, int, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
checkCreateClassLoader() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a new class loader.
checkDelete(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to delete the specified file.
CheckedInputStream - Class in java.util.zip
An input stream that also maintains a checksum of the data being read.
CheckedInputStream(InputStream, Checksum) - Constructor for class java.util.zip.CheckedInputStream
Creates an input stream using the specified Checksum.
CheckedOutputStream - Class in java.util.zip
An output stream that also maintains a checksum of the data being written.
CheckedOutputStream(OutputStream, Checksum) - Constructor for class java.util.zip.CheckedOutputStream
Creates an output stream with the specified Checksum.
checkError() - Method in class java.io.PrintStream
Flush the stream and check its error state.
checkError() - Method in class java.io.PrintWriter
Flush the stream if it's not closed and check its error state.
checkExec(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a subprocess.
checkExit(int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to cause the Java Virtual Machine to halt with the specified status code.
checkGuard(Object) - Method in interface java.security.Guard
Determines whether or not to allow access to the guarded object object.
checkGuard(Object) - Method in class java.security.Permission
Implements the guard interface for a permission.
checkID(int) - Method in class java.awt.MediaTracker
Checks to see if all images tracked by this media tracker that are tagged with the specified identifier have finished loading.
checkID(int, boolean) - Method in class java.awt.MediaTracker
Checks to see if all images tracked by this media tracker that are tagged with the specified identifier have finished loading.
checkImage(Image, ImageObserver) - Method in class java.awt.Component
Returns the status of the construction of a screen representation of the specified image.
checkImage(Image, int, int, ImageObserver) - Method in class java.awt.Component
Returns the status of the construction of a screen representation of the specified image.
checkImage(Image, int, int, ImageObserver) - Method in class java.awt.Toolkit
Indicates the construction status of a specified image that is being prepared for display.
checkLink(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file.
checkListen(int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to wait for a connection request on the specified local port number.
checkMediaAccessAuthorization(boolean, OcapLocator[]) - Method in interface org.ocap.media.MediaAccessHandler
Checks if presentation of the locators parameter is acceptable.
checkMemberAccess(Class, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access members.
checkMulticast(InetAddress) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to use (join/leave/send/receive) IP multicast.
checkMulticast(InetAddress, byte) - Method in class java.lang.SecurityManager
Deprecated. Use #checkPermission(java.security.Permission) instead
checkPackageAccess(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument.
checkPackageDefinition(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to define classes in the package specified by the argument.
checkPermission(Permission) - Method in class java.lang.SecurityManager
Throws a SecurityException if the requested access, specified by the given permission, is not permitted based on the security policy currently in effect.
checkPermission(Permission, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is denied access to the resource specified by the given permission.
checkPermission(Permission) - Method in class java.security.AccessControlContext
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect, and the context in this object.
checkPermission(Permission) - Static method in class java.security.AccessController
Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect.
checkPermission(Principal, Permission) - Method in interface java.security.acl.Acl
Checks whether or not the specified principal has the specified permission.
checkPermission(Permission) - Method in interface java.security.acl.AclEntry
Checks if the specified permission is part of the permission set in this entry.
checkPrintJobAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to initiate a print job request.
checkPropertiesAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access or modify the system properties.
checkPropertyAccess(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system property with the specified key name.
checkRead(FileDescriptor) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor.
checkRead(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read the file specified by the string argument.
checkRead(String, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument.
checkSecurityAccess(String) - Method in class java.lang.SecurityManager
Determines whether the permission with the specified permission target name should be granted or denied.
checkServerTrusted(X509Certificate[], String) - Method in interface javax.net.ssl.X509TrustManager
Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for server SSL authentication based on the authentication type.
checkServiceContextCompatibility(ServiceContext) - Method in interface org.ocap.ui.MultiScreenConfigurableContext
Test compatibility of service context with screen.
checkSetFactory() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to set the socket factory used by ServerSocket or Socket, or the stream handler factory used by URL.
checkSize(AWTVideoSize) - Method in interface javax.tv.media.AWTVideoSizeControl
Reports how closely the underlying platform can approximate a desired video size.
Checksum - Interface in java.util.zip
An interface representing a data checksum.
checkSystemClipboardAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system clipboard, or the AWT package is not available.
checkTopLevelWindow(Object) - Method in class java.lang.SecurityManager
Returns false if the calling thread is not trusted to bring up the top-level window indicated by the window argument, or the AWT package is not available.
checkValidity() - Method in class java.security.cert.X509Certificate
Checks that the certificate is currently valid.
checkValidity(Date) - Method in class java.security.cert.X509Certificate
Checks that the given date is within the certificate's validity period.
checkValidity() - Method in class javax.security.cert.X509Certificate
Checks that the certificate is currently valid.
checkValidity(Date) - Method in class javax.security.cert.X509Certificate
Checks that the specified date is within the certificate's validity period.
checkWrite(FileDescriptor) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor.
checkWrite(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the file specified by the string argument.
CHEROKEE - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CHINA - Static variable in class java.util.Locale
Useful constant for country.
CHINESE - Static variable in class java.util.Locale
Useful constant for language.
ChoiceFormat - Class in java.text
A ChoiceFormat allows you to attach a format to a range of numbers.
ChoiceFormat(String) - Constructor for class java.text.ChoiceFormat
Constructs with limits and corresponding formats based on the pattern.
ChoiceFormat(double[], String[]) - Constructor for class java.text.ChoiceFormat
Constructs with the limits and the corresponding formats.
chooseClientAlias(String[], Principal[], Socket) - Method in interface javax.net.ssl.X509KeyManager
Choose an alias to authenticate the client side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
chooseServerAlias(String, Principal[], Socket) - Method in interface javax.net.ssl.X509KeyManager
Choose an alias to authenticate the server side of a secure socket given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
CJK_COMPATIBILITY - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_COMPATIBILITY - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+3300..U+33FF) as defined in ISO 10646-1(E) normative Annex A
CJK_COMPATIBILITY_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_COMPATIBILITY_FORMS - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+FE30..U+FE4F) as defined in ISO 10646-1(E) normative Annex A
CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_COMPATIBILITY_IDEOGRAPHS - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+F900..U+FAFF) as defined in ISO 10646-1(E) normative Annex A
CJK_MISCELLANEOUS - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+3190..U+319F) as defined in ISO 10646-1(E) normative Annex A
CJK_RADICALS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_SYMBOLS_AND_PUNCTUATION - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+3000..U+303F) as defined in ISO 10646-1(E) normative Annex A
CJK_UNIFIED_IDEOGRAPHS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CJK_UNIFIED_IDEOGRAPHS - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+4E00..U+9FFF) as defined in ISO 10646-1(E) normative Annex A
CJK_UNIFIED_IDEOGRAPHS_EXTENSION_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
Class - Class in java.lang
Instances of the class Class represent classes and interfaces in a running Java application.
CLASS_PATH - Static variable in class java.util.jar.Attributes.Name
Name object for Class-Path manifest attribute.
ClassCastException - Exception in java.lang
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassCircularityError - Error in java.lang
Thrown when a circularity has been detected while initializing a class.
ClassCircularityError() - Constructor for error java.lang.ClassCircularityError
Constructs a ClassCircularityError with no detail message.
ClassCircularityError(String) - Constructor for error java.lang.ClassCircularityError
Constructs a ClassCircularityError with the specified detail message.
ClassFormatError - Error in java.lang
Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
ClassFormatError() - Constructor for error java.lang.ClassFormatError
Constructs a ClassFormatError with no detail message.
ClassFormatError(String) - Constructor for error java.lang.ClassFormatError
Constructs a ClassFormatError with the specified detail message.
ClassLoader - Class in java.lang
A class loader is an object that is responsible for loading classes.
classname - Variable in exception java.io.InvalidClassException
Name of the invalid class.
ClassNotFoundException - Exception in java.lang
Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
ClassNotFoundException(String, Throwable) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message and optional exception that was raised while loading the class.
CLEAR - Static variable in class java.awt.AlphaComposite
Porter-Duff Clear rule.
Clear - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque CLEAR rule with an alpha of 1.0f.
clear() - Method in class java.lang.ref.Reference
Clears this reference object.
clear() - Method in class java.security.Provider
Clears this provider so that it no longer contains the properties used to look up facilities implemented by the provider.
clear() - Method in class java.util.AbstractCollection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.AbstractList
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.AbstractMap
Removes all mappings from this map (optional operation).
clear() - Method in class java.util.ArrayList
Removes all of the elements from this list.
clear(int) - Method in class java.util.BitSet
Sets the bit specified by the index to false.
clear(int, int) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex(inclusive) to the specified toIndex(exclusive) to false.
clear() - Method in class java.util.BitSet
Sets all of the bits in this BitSet to false.
clear() - Method in class java.util.Calendar
Clears the values of all the time fields.
clear(int) - Method in class java.util.Calendar
Clears the value in the given time field.
clear() - Method in interface java.util.Collection
Removes all of the elements from this collection (optional operation).
clear() - Method in class java.util.HashMap
Removes all mappings from this map.
clear() - Method in class java.util.HashSet
Removes all of the elements from this set.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class java.util.IdentityHashMap
Removes all mappings from this map.
clear() - Method in class java.util.jar.Attributes
Removes all attributes from this Map.
clear() - Method in class java.util.jar.Manifest
Clears the main Attributes as well as the entries in this Manifest.
clear() - Method in class java.util.LinkedHashMap
Removes all mappings from this map.
clear() - Method in class java.util.LinkedList
Removes all of the elements from this list.
clear() - Method in interface java.util.List
Removes all of the elements from this list (optional operation).
clear() - Method in interface java.util.Map
Removes all mappings from this map (optional operation).
clear() - Method in interface java.util.Set
Removes all of the elements from this set (optional operation).
clear() - Method in class java.util.TreeMap
Removes all mappings from this TreeMap.
clear() - Method in class java.util.TreeSet
Removes all of the elements from this set.
clear() - Method in class java.util.Vector
Removes all of the elements from this Vector.
clear() - Method in class java.util.WeakHashMap
Removes all mappings from this map.
CLEAR - Static variable in class org.dvb.ui.DVBAlphaComposite
Porter-Duff Clear rule.
Clear - Static variable in class org.dvb.ui.DVBAlphaComposite
DVBAlphaComposite object that implements the opaque CLEAR rule with an alpha (Ar) of 1,0f.
clearAssertionStatus() - Method in class java.lang.ClassLoader
Sets the default assertion status for this class loader to false and discards any package defaults or class assertion status settings associated with the class loader.
clearBit(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit cleared.
clearBuffer() - Method in interface org.ocap.media.VBIFilter
Clear an internal buffer to store retrieved VBI data.
clearGlobalFocusOwner() - Method in class java.awt.KeyboardFocusManager
Clears the global focus owner at both the Java and native levels.
clearRect(int, int, int, int) - Method in class java.awt.Graphics
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clearSelection() - Method in class org.havi.ui.HListGroup
Destroy the selection.
clipRect(int, int, int, int) - Method in class java.awt.Graphics
Intersects the current clip with the specified rectangle.
Clock - Interface in javax.media
 
ClockStartedError - Error in javax.media
 
ClockStartedError(String) - Constructor for error javax.media.ClockStartedError
 
ClockStartedError() - Constructor for error javax.media.ClockStartedError
 
ClockStoppedException - Exception in javax.media
 
ClockStoppedException() - Constructor for exception javax.media.ClockStoppedException
 
ClockStoppedException(String) - Constructor for exception javax.media.ClockStoppedException
 
clone() - Method in class java.awt.Dimension
Creates a new object of the same class as this object.
clone() - Method in class java.awt.GridBagConstraints
Creates a copy of this grid bag constraint.
clone() - Method in class java.awt.image.ImageFilter
Clones this object.
clone() - Method in class java.awt.ImageCapabilities
 
clone() - Method in class java.awt.Insets
Create a copy of this object.
clone() - Method in class java.awt.Point
Creates a new object of the same class and with the same contents as this object.
clone() - Method in class java.awt.Rectangle
Creates a new object of the same class and with the same contents as this object.
clone() - Method in interface java.security.acl.AclEntry
Clones this ACL entry.
clone() - Method in class java.security.MessageDigest
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.MessageDigestSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.Signature
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.SignatureSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class java.text.BreakIterator
Create a copy of this iterator
clone() - Method in interface java.text.CharacterIterator
Create a copy of this iterator
clone() - Method in class java.text.ChoiceFormat
Overrides Cloneable
clone() - Method in class java.text.Collator
Overrides Cloneable
clone() - Method in class java.text.DateFormat
Overrides Cloneable
clone() - Method in class java.text.DateFormatSymbols
Overrides Cloneable
clone() - Method in class java.text.DecimalFormat
Standard override; no change in semantics.
clone() - Method in class java.text.DecimalFormatSymbols
Standard override.
clone() - Method in class java.text.Format
Creates and returns a copy of this object.
clone() - Method in class java.text.MessageFormat
Creates and returns a copy of this object.
clone() - Method in class java.text.NumberFormat
Overrides Cloneable
clone() - Method in class java.text.RuleBasedCollator
Standard override; no change in semantics.
clone() - Method in class java.text.SimpleDateFormat
Creates a copy of this SimpleDateFormat.
clone() - Method in class java.text.StringCharacterIterator
Creates a copy of this iterator.
clone() - Method in class java.util.ArrayList
Returns a shallow copy of this ArrayList instance.
clone() - Method in class java.util.BitSet
Cloning this BitSet produces a new BitSet that is equal to it.
clone() - Method in class java.util.Calendar
Overrides Cloneable
clone() - Method in class java.util.Date
Return a copy of this object.
clone() - Method in class java.util.HashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() - Method in class java.util.HashSet
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
clone() - Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone() - Method in class java.util.IdentityHashMap
Returns a shallow copy of this identity hash map: the keys and values themselves are not cloned.
clone() - Method in class java.util.jar.Attributes
Returns a copy of the Attributes, implemented as follows:
clone() - Method in class java.util.jar.Manifest
Returns a shallow copy of this Manifest.
clone() - Method in class java.util.LinkedList
Returns a shallow copy of this LinkedList.
clone() - Method in class java.util.Locale
Overrides Cloneable
clone() - Method in class java.util.SimpleTimeZone
Returns a clone of this SimpleTimeZone instance.
clone() - Method in class java.util.TimeZone
Creates a copy of this TimeZone.
clone() - Method in class java.util.TreeMap
Returns a shallow copy of this TreeMap instance.
clone() - Method in class java.util.TreeSet
Returns a shallow copy of this TreeSet instance.
clone() - Method in class java.util.Vector
Returns a clone of this vector.
clone() - Method in class java.util.zip.ZipEntry
Returns a copy of this entry.
clone() - Method in class org.davic.mpeg.sections.Section
Create a copy of this Section object.
Cloneable - Interface in java.lang
A class implements the Cloneable interface to indicate to the Object.clone() method that it is legal for that method to make a field-for-field copy of instances of that class.
CloneNotSupportedException - Exception in java.lang
Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with no detail message.
CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with the specified detail message.
close() - Method in class java.io.BufferedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.BufferedReader
Close the stream.
close() - Method in class java.io.BufferedWriter
Close the stream.
close() - Method in class java.io.ByteArrayInputStream
Closing a ByteArrayInputStream has no effect.
close() - Method in class java.io.ByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in class java.io.CharArrayReader
Close the stream.
close() - Method in class java.io.CharArrayWriter
Close the stream.
close() - Method in class java.io.FileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FileOutputStream
Closes this file output stream and releases any system resources associated with this stream.
close() - Method in class java.io.FilterInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FilterOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.FilterReader
Close the stream.
close() - Method in class java.io.FilterWriter
Close the stream.
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
Close the stream.
close() - Method in interface java.io.ObjectInput
Closes the input stream.
close() - Method in class java.io.ObjectInputStream
Closes the input stream.
close() - Method in interface java.io.ObjectOutput
Closes the stream.
close() - Method in class java.io.ObjectOutputStream
Closes the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.OutputStreamWriter
Close the stream.
close() - Method in class java.io.PipedInputStream
Closes this piped input stream and releases any system resources associated with the stream.
close() - Method in class java.io.PipedOutputStream
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PipedReader
Closes this piped stream and releases any system resources associated with the stream.
close() - Method in class java.io.PipedWriter
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PrintStream
Close the stream.
close() - Method in class java.io.PrintWriter
Close the stream.
close() - Method in class java.io.PushbackInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.PushbackReader
Close the stream.
close() - Method in class java.io.RandomAccessFile
Closes this random access file stream and releases any system resources associated with the stream.
close() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.SequenceInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.StringReader
Close the stream.
close() - Method in class java.io.StringWriter
Closing a StringWriter has no effect.
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in class java.net.DatagramSocket
Closes this datagram socket.
close() - Method in class java.net.ServerSocket
Closes this socket.
close() - Method in class java.net.Socket
Closes this socket.
close() - Method in class java.util.zip.DeflaterOutputStream
Writes remaining compressed data to the output stream and closes the underlying stream.
close() - Method in class java.util.zip.GZIPInputStream
Closes the input stream.
close() - Method in class java.util.zip.InflaterInputStream
Closes the input stream.
close() - Method in class java.util.zip.ZipFile
Closes the ZIP file.
close() - Method in class java.util.zip.ZipInputStream
Closes the ZIP input stream.
close() - Method in class java.util.zip.ZipOutputStream
Closes the ZIP output stream as well as the stream being filtered.
close() - Method in interface javax.media.Controller
 
close() - Method in interface javax.microedition.io.Connection
Close the connection.
ClosedCaptioningAttribute - Class in org.ocap.media
This class represents a system wide preference of closed-captioning representation.
ClosedCaptioningControl - Interface in org.ocap.media
This interface is used to turn closed-captioning in a running JMF player on and off and to select a captioning service (C1 to C4 and T1 to T4) to be represented.
ClosedCaptioningEvent - Class in org.ocap.media
This class is an event to notify a change of a closed-captioning state.
ClosedCaptioningEvent(Object, int) - Constructor for class org.ocap.media.ClosedCaptioningEvent
Construct a new ClosedCaptioningEvent with the specified event ID.
ClosedCaptioningListener - Interface in org.ocap.media
This is a listener interface to receive a notification when the state of closed-captioning has changed or a new closed-captioning service (C1 to C4, T1 to T4) is selected.
closeEntry() - Method in class java.util.zip.ZipInputStream
Closes the current ZIP entry and positions the stream for reading the next entry.
closeEntry() - Method in class java.util.zip.ZipOutputStream
Closes the current ZIP entry and positions the stream for writing the next entry.
codeDownload() - Method in class org.ocap.hardware.Host
This method initiates a download of the operating software in the Host as specified by [CCIF2.0].
CodeSource - Class in java.security
This class extends the concept of a codebase to encapsulate not only the location (URL) but also the certificate(s) that were used to verify signed code originating from that location.
CodeSource(URL, Certificate[]) - Constructor for class java.security.CodeSource
Constructs a CodeSource and associates it with the specified location and set of certificates.
CollationElementIterator - Class in java.text
The CollationElementIterator class is used as an iterator to walk through each character of an international string.
CollationKey - Class in java.text
A CollationKey represents a String under the rules of a specific Collator object.
Collator - Class in java.text
The Collator class performs locale-sensitive String comparison.
Collection - Interface in java.util
The root interface in the collection hierarchy.
Collections - Class in java.util
This class consists exclusively of static methods that operate on or return collections.
Color - Class in java.awt
The Color class is used encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace.
Color(int, int, int) - Constructor for class java.awt.Color
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0 - 255).
Color(int, int, int, int) - Constructor for class java.awt.Color
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0 - 255).
Color(int) - Constructor for class java.awt.Color
Creates an opaque sRGB color with the specified combined RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
Color(int, boolean) - Constructor for class java.awt.Color
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
Color(float, float, float) - Constructor for class java.awt.Color
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0.0 - 1.0).
Color(float, float, float, float) - Constructor for class java.awt.Color
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0.0 - 1.0).
ColorModel - Class in java.awt.image
The ColorModel abstract class encapsulates the methods for translating a pixel value to color components (for example, red, green, and blue) and an alpha component.
ColorModel(int) - Constructor for class java.awt.image.ColorModel
Constructs a ColorModel that translates pixels of the specified number of bits to color/alpha components.
ColorSpace - Class in java.awt.color
This abstract class is used to serve as a color space tag to identify the specific color space of a Color object or, via a ColorModel object, of an Image, a BufferedImage, or a GraphicsDevice.
ColorSpec - Interface in org.ocap.hardware.frontpanel
This interface represents the front panel display Color specification.
columnWeights - Variable in class java.awt.GridBagLayout
This field holds the overrides to the column weights.
columnWidths - Variable in class java.awt.GridBagLayout
This field holds the overrides to the column minimum width.
combine(ProtectionDomain[], ProtectionDomain[]) - Method in interface java.security.DomainCombiner
Modify or update the provided ProtectionDomains.
COMBINING_DIACRITICAL_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
COMBINING_DIACRITICAL_MARKS - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+0300..U+036F) as defined in ISO 10646-1(E) normative Annex A
COMBINING_DIACTRICAL_MARKS_FOR_SYMBOLS - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+20D0..U+20FF) as defined in ISO 10646-1(E) normative Annex A
COMBINING_HALF_MARKS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
COMBINING_HALF_MARKS - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+FE20..U+FE2F) as defined in ISO 10646-1(E) normative Annex A
COMBINING_MARKS_FOR_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
COMBINING_SPACING_MARK - Static variable in class java.lang.Character
General category "Mc" in the Unicode specification.
command(Object) - Static method in class java.lang.Compiler
Examines the argument type and its fields and perform some documented operation.
CommConnection - Interface in javax.microedition.io
This interface defines a logical serial port connection.
commentChar(int) - Method in class java.io.StreamTokenizer
Specified that the character argument starts a single-line comment.
COMMENTS - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
General-purpose tag where a user can annotate an object with some user-specific information.
COMMERCIAL_DIALOG - Static variable in interface org.davic.mpeg.NotAuthorizedInterface
Minor reason for POSSIBLE_UNDER_CONDITIONS - user dialog needed for payment
commitContentPrefixList() - Static method in class javax.media.PackageManager
 
commitProtocolPrefixList() - Static method in class javax.media.PackageManager
 
Comparable - Interface in java.lang
This interface imposes a total ordering on the objects of each class that implements it.
Comparator - Interface in java.util
A comparison function, which imposes a total ordering on some collection of objects.
comparator() - Method in interface java.util.SortedMap
Returns the comparator associated with this sorted map, or null if it uses its keys' natural ordering.
comparator() - Method in interface java.util.SortedSet
Returns the comparator associated with this sorted set, or null if it uses its elements' natural ordering.
comparator() - Method in class java.util.TreeMap
Returns the comparator used to order this map, or null if this map uses its keys' natural order.
comparator() - Method in class java.util.TreeSet
Returns the comparator used to order this sorted set, or null if this tree set uses its elements natural ordering.
compare(double, double) - Static method in class java.lang.Double
Compares the two specified double values.
compare(float, float) - Static method in class java.lang.Float
Compares the two specified float values.
compare(String, String) - Method in class java.text.Collator
Compares the source string to the target string according to the collation rules for this Collator.
compare(Object, Object) - Method in class java.text.Collator
Compares its two arguments for order.
compare(String, String) - Method in class java.text.RuleBasedCollator
Compares the character data stored in two different strings based on the collation rules.
compare(Object, Object) - Method in interface java.util.Comparator
Compares its two arguments for order.
compare(RecordingRequest, RecordingRequest) - Method in interface org.ocap.shared.dvr.navigation.RecordingListComparator
Compares two entries to check whether the first entry should be placed ahead of the second entry in the iterator list.
compareTo(File) - Method in class java.io.File
Compares two abstract pathnames lexicographically.
compareTo(Object) - Method in class java.io.File
Compares this abstract pathname to another object.
compareTo(Object) - Method in class java.io.ObjectStreamField
Compare this field with another ObjectStreamField.
compareTo(Byte) - Method in class java.lang.Byte
Compares two Byte objects numerically.
compareTo(Object) - Method in class java.lang.Byte
Compares this Byte object to another object.
compareTo(Character) - Method in class java.lang.Character
Compares two Character objects numerically.
compareTo(Object) - Method in class java.lang.Character
Compares this Character object to another object.
compareTo(Object) - Method in interface java.lang.Comparable
Compares this object with the specified object for order.
compareTo(Double) - Method in class java.lang.Double
Compares two Double objects numerically.
compareTo(Object) - Method in class java.lang.Double
Compares this Double object to another object.
compareTo(Float) - Method in class java.lang.Float
Compares two Float objects numerically.
compareTo(Object) - Method in class java.lang.Float
Compares this Float object to another object.
compareTo(Integer) - Method in class java.lang.Integer
Compares two Integer objects numerically.
compareTo(Object) - Method in class java.lang.Integer
Compares this Integer object to another object.
compareTo(Long) - Method in class java.lang.Long
Compares two Long objects numerically.
compareTo(Object) - Method in class java.lang.Long
Compares this Long object to another object.
compareTo(Short) - Method in class java.lang.Short
Compares two Short objects numerically.
compareTo(Object) - Method in class java.lang.Short
Compares this Short object to another object.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
compareTo(Object) - Method in class java.lang.String
Compares this String to another Object.
compareTo(BigDecimal) - Method in class java.math.BigDecimal
Compares this BigDecimal with the specified BigDecimal.
compareTo(Object) - Method in class java.math.BigDecimal
Compares this BigDecimal with the specified Object.
compareTo(BigInteger) - Method in class java.math.BigInteger
Compares this BigInteger with the specified BigInteger.
compareTo(Object) - Method in class java.math.BigInteger
Compares this BigInteger with the specified Object.
compareTo(Object) - Method in class java.net.URI
Compares this URI to another object, which must be a URI.
compareTo(CollationKey) - Method in class java.text.CollationKey
Compare this CollationKey to the target CollationKey.
compareTo(Object) - Method in class java.text.CollationKey
Compares this CollationKey with the specified Object for order.
compareTo(Date) - Method in class java.util.Date
Compares two Dates for ordering.
compareTo(Object) - Method in class java.util.Date
Compares this Date to another Object.
compareTo(Object) - Method in class org.ocap.hn.content.RecordingContentItem
 
compareToIgnoreCase(String) - Method in class java.lang.String
Compares two strings lexicographically, ignoring case differences.
compileClass(Class) - Static method in class java.lang.Compiler
Compiles the specified class.
compileClasses(String) - Static method in class java.lang.Compiler
Compiles all classes whose name matches the specified string.
Compiler - Class in java.lang
The Compiler class is provided to support Java-to-native-code compilers and related services.
COMPLETE - Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of media was completed successfully.
COMPLETED_STATE - Static variable in interface org.ocap.shared.dvr.LeafRecordingRequest
Recording for this recording request has completed successfully.
COMPLETELY_RESOLVED_STATE - Static variable in interface org.ocap.shared.dvr.ParentRecordingRequest
All child recordings corresponding to this recording request have been scheduled.
COMPLETESCANLINES - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in (multiples of) complete scanlines at a time.
Component - Class in java.awt
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
COMPONENT_ADDED - Static variable in class java.awt.event.ContainerEvent
This event indicates that a component was added to the container.
COMPONENT_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting component events.
COMPONENT_FIRST - Static variable in class java.awt.event.ComponentEvent
The first number in the range of ids used for component events.
COMPONENT_HIDDEN - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component was rendered invisible.
COMPONENT_LAST - Static variable in class java.awt.event.ComponentEvent
The last number in the range of ids used for component events.
COMPONENT_MOVED - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component's position changed.
COMPONENT_NAME - Static variable in interface org.ocap.si.DescriptorTag
SCTE component_name_descriptor.
COMPONENT_REMOVED - Static variable in class java.awt.event.ContainerEvent
This event indicates that a component was removed from the container.
COMPONENT_RESIZED - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component's size changed.
COMPONENT_SHOWN - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component was made visible.
ComponentAdapter - Class in java.awt.event
An abstract adapter class for receiving component events.
ComponentAdapter() - Constructor for class java.awt.event.ComponentAdapter
 
componentAdded(ContainerEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentAdded container event by invoking the componentAdded methods on listener-a and listener-b.
componentAdded(ContainerEvent) - Method in class java.awt.event.ContainerAdapter
Invoked when a component has been added to the container.
componentAdded(ContainerEvent) - Method in interface java.awt.event.ContainerListener
Invoked when a component has been added to the container.
ComponentEvent - Class in java.awt.event
A low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other component-level events).
ComponentEvent(Component, int) - Constructor for class java.awt.event.ComponentEvent
Constructs a ComponentEvent object.
componentHidden(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentHidden event by invoking the componentHidden methods on listener-a and listener-b.
componentHidden(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component has been made invisible.
componentHidden(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component has been made invisible.
ComponentListener - Interface in java.awt.event
The listener interface for receiving component events.
componentMoved(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentMoved event by invoking the componentMoved methods on listener-a and listener-b.
componentMoved(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component's position changes.
componentMoved(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component's position changes.
componentRemoved(ContainerEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentRemoved container event by invoking the componentRemoved methods on listener-a and listener-b.
componentRemoved(ContainerEvent) - Method in class java.awt.event.ContainerAdapter
Invoked when a component has been removed from the container.
componentRemoved(ContainerEvent) - Method in interface java.awt.event.ContainerListener
Invoked when a component has been removed from the container.
componentResized(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentResized event by invoking the componentResized methods on listener-a and listener-b.
componentResized(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component's size changes.
componentResized(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component's size changes.
componentShown(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentShown event by invoking the componentShown methods on listener-a and listener-b.
componentShown(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component has been made visible.
componentShown(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component has been made visible.
Composite - Interface in java.awt
The Composite interface defines the methods to compose a draw primitive with the underlying graphics area.
COMPRESSION_HEAVY - Static variable in class org.ocap.hardware.device.AudioOutputPort
Constant representing heavy audio level compression.
COMPRESSION_LIGHT - Static variable in class org.ocap.hardware.device.AudioOutputPort
Constant representing light audio level compression.
COMPRESSION_MEDIUM - Static variable in class org.ocap.hardware.device.AudioOutputPort
Constant representing medium audio level compression.
COMPRESSION_NONE - Static variable in class org.ocap.hardware.device.AudioOutputPort
Constant representing no audio compression.
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
ConcurrentModificationException - Exception in java.util
This exception may be thrown by methods that have detected concurrent modification of an object when such modification is not permissible.
ConcurrentModificationException() - Constructor for exception java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with no detail message.
ConcurrentModificationException(String) - Constructor for exception java.util.ConcurrentModificationException
Constructs a ConcurrentModificationException with the specified detail message.
CONFIGURABLE_SCREEN_PARAMETER_AUDIO_FOCUS - Static variable in interface org.ocap.ui.MultiScreenConfigurableContext
Configurable parameter identifying configurability of audio focus.
CONFIGURABLE_SCREEN_PARAMETER_AUDIO_SOURCE - Static variable in interface org.ocap.ui.MultiScreenConfigurableContext
Configurable parameter identifying configurability of audio source(s).
CONFIGURABLE_SCREEN_PARAMETER_DEVICE_Z_ORDER - Static variable in interface org.ocap.ui.MultiScreenConfigurableContext
Configurable parameter identifying configurability of screen device z-order.
CONFIGURABLE_SCREEN_PARAMETER_DISPLAY_AREA - Static variable in interface org.ocap.ui.MultiScreenConfigurableContext
Configurable parameter identifying configurability of screen's associated display area.
CONFIGURABLE_SCREEN_PARAMETER_DISPLAY_SCREEN - Static variable in interface org.ocap.ui.MultiScreenConfigurableContext
Configurable parameter identifying configurability of screen's associated display screen.
CONFIGURABLE_SCREEN_PARAMETER_OUTPUT_PORT - Static variable in interface org.ocap.ui.MultiScreenConfigurableContext
Configurable parameter identifying configurability of screen's associated output port(s).
CONFIGURABLE_SCREEN_PARAMETER_SERVICE_CONTEXT - Static variable in interface org.ocap.ui.MultiScreenConfigurableContext
Configurable parameter identifying configurability of screen's associated service context(s).
CONFIGURABLE_SCREEN_PARAMETER_VISIBILITY - Static variable in interface org.ocap.ui.MultiScreenConfigurableContext
Configurable parameter identifying configurability of screen's visibility.
CONFIGURABLE_SCREEN_PARAMETER_Z_ORDER - Static variable in interface org.ocap.ui.MultiScreenConfigurableContext
Configurable parameter identifying configurability of screen's z-order.
configurationChanged(VideoOutputPort, VideoOutputConfiguration, VideoOutputConfiguration) - Method in interface org.ocap.hardware.device.VideoOutputPortListener
Method to be invoked when the configuration of a VideoOutputPort changes.
connect(PipedOutputStream) - Method in class java.io.PipedInputStream
Causes this piped input stream to be connected to the piped output stream src.
connect(PipedInputStream) - Method in class java.io.PipedOutputStream
Connects this piped output stream to a receiver.
connect(PipedWriter) - Method in class java.io.PipedReader
Causes this piped reader to be connected to the piped writer src.
connect(PipedReader) - Method in class java.io.PipedWriter
Connects this piped writer to a receiver.
connect(InetAddress, int) - Method in class java.net.DatagramSocket
Connects the socket to a remote address for this socket.
connect(SocketAddress) - Method in class java.net.DatagramSocket
Connects this socket to a remote socket address (IP address + port number).
connect(SocketAddress) - Method in class java.net.Socket
Connects this socket to the server.
connect(SocketAddress, int) - Method in class java.net.Socket
Connects this socket to the server with a specified timeout value.
connect() - Method in class java.net.URLConnection
Opens a communications link to the resource referenced by this URL, if such a connection has not already been established.
connect() - Method in class javax.media.protocol.DataSource
 
connect() - Method in class javax.media.protocol.URLDataSource
 
connect() - Method in class org.dvb.media.DripFeedDataSource
This method shall not be used and has no effect.
connect() - Method in class org.dvb.net.rc.ConnectionRCInterface
Connect this return channel to the current target.
ConnectException - Exception in java.net
Signals that an error occurred while attempting to connect a socket to a remote address and port.
ConnectException(String) - Constructor for exception java.net.ConnectException
Constructs a new ConnectException with the specified detail message as to why the connect error occurred.
ConnectException() - Constructor for exception java.net.ConnectException
Construct a new ConnectException with no detailed message.
Connection - Interface in javax.microedition.io
This is the most basic type of generic connection.
connectionChanged(ConnectionRCEvent) - Method in interface org.dvb.net.rc.ConnectionListener
This method is called to report events related to the setup and termination of return channel interface connections.
ConnectionErrorEvent - Class in javax.media
 
ConnectionErrorEvent(Controller) - Constructor for class javax.media.ConnectionErrorEvent
 
ConnectionErrorEvent(Controller, String) - Constructor for class javax.media.ConnectionErrorEvent
 
ConnectionEstablishedEvent - Class in org.dvb.net.rc
ConnectionEstablishedEvent - An event generated after a connection is established for a ConnectionRCInterface.
ConnectionEstablishedEvent(Object) - Constructor for class org.dvb.net.rc.ConnectionEstablishedEvent
Construct an event.
ConnectionFailedEvent - Class in org.dvb.net.rc
ConnectionFailedEvent - An event generated after an attempt to setup a connection for a ConnectionRCInterface fails.
ConnectionFailedEvent(Object) - Constructor for class org.dvb.net.rc.ConnectionFailedEvent
Construct an event.
ConnectionListener - Interface in org.dvb.net.rc
This interface should be implemented by objects wishing to be notified about the connection status of a ConnectionRCInterface.
ConnectionLostException - Exception in org.davic.mpeg.sections
Signals that a SectionFilterGroup has lost its connection or resources and hence is unable to satisfy a call to a startFiltering method.
ConnectionLostException() - Constructor for exception org.davic.mpeg.sections.ConnectionLostException
Constructs a resource Exception.
ConnectionLostException(String) - Constructor for exception org.davic.mpeg.sections.ConnectionLostException
Constructs a ConnectionLostException with the specified detail message
ConnectionNotFoundException - Exception in javax.microedition.io
This class is used to signal that a connection target cannot be found, or the protocol type is not supported.
ConnectionNotFoundException() - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with no detail message.
ConnectionNotFoundException(String) - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with the specified detail message.
ConnectionParameters - Class in org.dvb.net.rc
This class encapsulates the parameters needed to specify the target of a connection.
ConnectionParameters(String, String, String) - Constructor for class org.dvb.net.rc.ConnectionParameters
Construct a set of connection parameters.
ConnectionParameters(String, String, String, InetAddress[]) - Constructor for class org.dvb.net.rc.ConnectionParameters
Construct a set of connection parameters.
ConnectionRCEvent - Class in org.dvb.net.rc
ConnectionRCEvent - the base class for events related to connection oriented return channels.
ConnectionRCEvent(Object) - Constructor for class org.dvb.net.rc.ConnectionRCEvent
Construct an event
ConnectionRCInterface - Class in org.dvb.net.rc
This class models a connection based return channel network interface for use in receiving and transmitting IP packets over a return channel.
connectionStatusChanged(VideoOutputPort, boolean) - Method in interface org.ocap.hardware.device.VideoOutputPortListener
Method to be invoked when a display device is connected or disconnected.
ConnectionTerminatedEvent - Class in org.dvb.net.rc
ConnectionTerminatedEvent - An event generated after a connected ConnectionRCInterface is disconnected.
ConnectionTerminatedEvent(Object) - Constructor for class org.dvb.net.rc.ConnectionTerminatedEvent
Construct an event.
Connector - Class in javax.microedition.io
This class is a factory for creating new Connection objects.
CONNECTOR_PUNCTUATION - Static variable in class java.lang.Character
General category "Pc" in the Unicode specification.
Constructor - Class in java.lang.reflect
Constructor provides information about, and access to, a single constructor for a class.
consume() - Method in class java.awt.event.InputEvent
Consumes this event so that it will not be processed in the default manner by the source which originated it.
consume() - Method in class java.awt.event.InputMethodEvent
Consumes this event so that it will not be processed in the default manner by the source which originated it.
Container - Class in java.awt
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
Container() - Constructor for class java.awt.Container
Constructs a new Container.
CONTAINER - Static variable in interface org.ocap.hn.content.ContentContainer
Represents the base container class.
CONTAINER_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting container events.
CONTAINER_FIRST - Static variable in class java.awt.event.ContainerEvent
The first number in the range of ids used for container events.
CONTAINER_LAST - Static variable in class java.awt.event.ContainerEvent
The last number in the range of ids used for container events.
ContainerAdapter - Class in java.awt.event
An abstract adapter class for receiving container events.
ContainerAdapter() - Constructor for class java.awt.event.ContainerAdapter
 
ContainerEvent - Class in java.awt.event
A low-level event which indicates that a container's contents changed because a component was added or removed.
ContainerEvent(Component, int, Component) - Constructor for class java.awt.event.ContainerEvent
Constructs a ContainerEvent object.
ContainerListener - Interface in java.awt.event
The listener interface for receiving container events.
ContainerOrderFocusTraversalPolicy - Class in java.awt
A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.
ContainerOrderFocusTraversalPolicy() - Constructor for class java.awt.ContainerOrderFocusTraversalPolicy
 
contains(int, int) - Method in class java.awt.Component
Checks whether this component "contains" the specified point, where x and y are defined to be relative to the coordinate system of this component.
contains(Point) - Method in class java.awt.Component
Checks whether this component "contains" the specified point, where the point's x and y coordinates are defined to be relative to the coordinate system of this component.
contains(Point) - Method in class java.awt.Polygon
Determines whether the specified Point is inside this Polygon.
contains(int, int) - Method in class java.awt.Polygon
Determines whether the specified coordinates are inside this Polygon.
contains(Point) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle contains the specified Point.
contains(int, int) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle contains the point at the specified location (xy).
contains(Rectangle) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle entirely contains the specified Rectangle.
contains(int, int, int, int) - Method in class java.awt.Rectangle
Checks whether this Rectangle entirely contains the Rectangle at the specified location (XY) with the specified dimensions (WH).
contains(Object) - Method in class java.util.AbstractCollection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.ArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.Collection
Returns true if this collection contains the specified element.
contains(Object) - Method in class java.util.HashSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class java.util.LinkedList
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.List
Returns true if this list contains the specified element.
contains(Object) - Method in interface java.util.Set
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.TreeSet
Returns true if this set contains the specified element.
contains(Object) - Method in class java.util.Vector
Tests if the specified object is a component in this vector.
contains(Service) - Method in interface javax.tv.service.navigation.ServiceList
Tests if the indicated Service object is contained in the list.
contains(ContentEntry) - Method in interface org.ocap.hn.content.ContentContainer
Checks whether the given ContentEntry is in this ContentContainer in local cache only.
contains(String) - Static method in class org.ocap.hn.content.MetadataIdentifiers
Indicates if the parameter identifier is contained within the set of supported identifiers.
CONTAINS - Static variable in class org.ocap.hn.content.navigation.DatabaseQuery
Operator to check for a String being contained within the field The comparison is case insensitive, non whole word.
contains(Object) - Method in interface org.ocap.hn.NetList
Indicates whether an element is included in this NetList.
contains(String) - Method in class org.ocap.hn.PropertyFilter
Checks whether a key is in the list.
contains(RecordingRequest) - Method in interface org.ocap.shared.dvr.navigation.RecordingList
Tests if the indicated RecordingRequest object is contained in the list.
containsAlias(String) - Method in class java.security.KeyStore
Checks if the given alias exists in this keystore.
containsAll(Collection) - Method in class java.util.AbstractCollection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - Method in interface java.util.Collection
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection) - Method in interface java.util.List
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection) - Method in interface java.util.Set
Returns true if this set contains all of the elements of the specified collection.
containsAll(Collection) - Method in class java.util.Vector
Returns true if this Vector contains all of the elements in the specified Collection.
containsKey(Object) - Method in class java.util.AbstractMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.HashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
containsKey(Object) - Method in class java.util.IdentityHashMap
Tests whether the specified object reference is a key in this identity hash map.
containsKey(Object) - Method in class java.util.jar.Attributes
Returns true if this Map contains the specified attribute name (key).
containsKey(Object) - Method in interface java.util.Map
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.TreeMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class java.util.WeakHashMap
Returns true if this map contains a mapping for the specified key.
containsResource(ContentResource) - Method in interface org.ocap.hn.content.ContentItem
Checks whether the given ContentResource is part of this ContentItem..
containsValue(Object) - Method in class java.util.AbstractMap
Returns true if this map maps one or more keys to this value.
containsValue(Object) - Method in class java.util.HashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.Hashtable
Returns true if this Hashtable maps one or more keys to this value.
containsValue(Object) - Method in class java.util.IdentityHashMap
Tests whether the specified object reference is a value in this identity hash map.
containsValue(Object) - Method in class java.util.jar.Attributes
Returns true if this Map maps one or more attribute names (keys) to the specified value.
containsValue(Object) - Method in class java.util.LinkedHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in interface java.util.Map
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.TreeMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class java.util.WeakHashMap
Returns true if this map maps one or more keys to the specified value.
CONTENT_ADDED - Static variable in class org.ocap.hn.content.ContentListEvent
Event ID indicating that content got added to a ContentList
CONTENT_ADVISORY - Static variable in interface org.ocap.si.DescriptorTag
SCTE content_advisory_descriptor.
CONTENT_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).
CONTENT_LIST - Static variable in interface org.ocap.hn.NetModule
A constant indicating content listing NetModule.
CONTENT_MANAGER - Static variable in interface org.ocap.hn.NetModule
A constant indicating content manager NetModule.
CONTENT_NOT_FOUND - Static variable in class javax.tv.service.selection.SelectionFailedEvent
Reason code : Selection failed because the requested content could not be found in the network.
CONTENT_NOT_FOUND - Static variable in class org.ocap.service.AlternativeContentErrorEvent
Reason code : Normal content could not be presented because the requested content could not be found in the network.
CONTENT_NOT_FOUND - Static variable in exception org.ocap.shared.dvr.RecordingFailedException
Reason code : Recording failed because the requested content could not be found in the network.
CONTENT_REMOVED - Static variable in class org.ocap.hn.content.ContentListEvent
Event ID indicating that content got removed from a ContentList
CONTENT_RENDERER - Static variable in interface org.ocap.hn.NetModule
A constant indicating content renderer NetModule.
CONTENT_SERVER - Static variable in interface org.ocap.hn.NetModule
A constant indicating content server NetModule.
CONTENT_TYPE - Static variable in class java.util.jar.Attributes.Name
Name object for Content-Type manifest attribute.
CONTENT_TYPE - Static variable in interface org.ocap.si.DescriptorTag
MHP content_type_descriptor.
CONTENT_UNKNOWN - Static variable in class javax.media.protocol.ContentDescriptor
 
contentAdded(ContentListEvent) - Method in interface org.ocap.hn.content.ContentListListener
Called when a ContentItem has been added to the ContentList
ContentConnection - Interface in javax.microedition.io
This interface defines the stream connection over which content is passed.
ContentContainer - Interface in org.ocap.hn.content
This class represents a container that contains one or more content entries.
ContentDatabase - Class in org.ocap.hn.content
This class represents the Content database containing content entries accessible from this OCAP device.
ContentDatabaseFilter - Class in org.ocap.hn.content.navigation
This class represent a filtering criteria to be applied while creating a ContentList.
ContentDescriptor - Class in javax.media.protocol
 
ContentDescriptor(String) - Constructor for class javax.media.protocol.ContentDescriptor
 
ContentEntry - Interface in org.ocap.hn.content
This interface represents a basic content entry.
contentEquals(StringBuffer) - Method in class java.lang.String
Returns true if and only if this String represents the same sequence of characters as the specified StringBuffer.
ContentHandler - Class in java.net
The abstract class ContentHandler is the superclass of all classes that read an Object from a URLConnection.
ContentHandler() - Constructor for class java.net.ContentHandler
 
ContentHandlerFactory - Interface in java.net
This interface defines a factory for content handlers.
ContentItem - Interface in org.ocap.hn.content
This class represents a piece of content.
ContentList - Interface in org.ocap.hn.content.navigation
This interface represents a list of filtered ContentEntry objects.
ContentListEvent - Class in org.ocap.hn.content
Event which will be sent to registered ContentListListeners when ContentItems have been added/removed.
ContentListEvent(Object) - Constructor for class org.ocap.hn.content.ContentListEvent
Creates a new ContentListEvent with the given object as the source
ContentListEvent(Object, ContentItem, int) - Constructor for class org.ocap.hn.content.ContentListEvent
Creates a new ContentListEvent with the given source object, the ContentItem involved and an event ID indicating whether the content got added or removed.
ContentListListener - Interface in org.ocap.hn.content
Listener interface for classes which are interested in changes to a ContentList.
ContentManagementModule - Interface in org.ocap.hn
This interface represents a NetModule that provides content management capabilities for the purposes of network copying, moving, deleting, and renaming directories, files, or all components of a recorded service.
ContentRatingAdvisory - Interface in javax.tv.service.guide
ContentRatingAdvisory indicates, for a given program event, ratings for any or all of the rating dimensions defined in the content rating system for the local rating region.
contentRemoved(ContentListEvent) - Method in interface org.ocap.hn.content.ContentListListener
Called when a ContentItem has been removed from the ContentList
ContentResource - Interface in org.ocap.hn.content
Abstract class representing a media stream/file.
ContentServer - Interface in org.ocap.hn
Class representing a NetModule which serves content.
contentsLost() - Method in class java.awt.image.VolatileImage
Returns true if rendering data was lost since last validate call.
CONTRIBUTOR - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Name of a contributor.
CONTROL - Static variable in class java.awt.SystemColor
The array index for the control system color.
control - Static variable in class java.awt.SystemColor
The color rendered for the background of control panels and control objects, such as pushbuttons.
CONTROL - Static variable in class java.lang.Character
General category "Cc" in the Unicode specification.
Control - Interface in javax.media
 
CONTROL_DK_SHADOW - Static variable in class java.awt.SystemColor
The array index for the controlDkShadow system color.
CONTROL_HIGHLIGHT - Static variable in class java.awt.SystemColor
The array index for the controlHighlight system color.
CONTROL_LT_HIGHLIGHT - Static variable in class java.awt.SystemColor
The array index for the controlLtHighlight system color.
CONTROL_PICTURES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CONTROL_PICTURES - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+2400..U+243F) as defined in ISO 10646-1(E) normative Annex A
CONTROL_SHADOW - Static variable in class java.awt.SystemColor
The array index for the controlShadow system color.
CONTROL_TEXT - Static variable in class java.awt.SystemColor
The array index for the controlText system color.
controlDkShadow - Static variable in class java.awt.SystemColor
The color rendered for dark shadow areas on 3D control objects, such as pushbuttons.
controlHighlight - Static variable in class java.awt.SystemColor
The color rendered for light areas of 3D control objects, such as pushbuttons.
Controller - Interface in javax.media
 
ControllerClosedEvent - Class in javax.media
 
ControllerClosedEvent(Controller) - Constructor for class javax.media.ControllerClosedEvent
 
ControllerClosedEvent(Controller, String) - Constructor for class javax.media.ControllerClosedEvent
 
ControllerErrorEvent - Class in javax.media
 
ControllerErrorEvent(Controller) - Constructor for class javax.media.ControllerErrorEvent
 
ControllerErrorEvent(Controller, String) - Constructor for class javax.media.ControllerErrorEvent
 
ControllerEvent - Class in javax.media
 
ControllerEvent(Controller) - Constructor for class javax.media.ControllerEvent
 
ControllerListener - Interface in javax.media
 
controllerUpdate(ControllerEvent) - Method in interface javax.media.ControllerListener
 
controlLtHighlight - Static variable in class java.awt.SystemColor
The color rendered for highlight areas of 3D control objects, such as pushbuttons.
Controls - Interface in javax.media.protocol
 
controlShadow - Static variable in class java.awt.SystemColor
The color rendered for shadow areas of 3D control objects, such as pushbuttons.
controlText - Static variable in class java.awt.SystemColor
The color rendered for the text of control panels and control objects, such as pushbuttons.
CONVERTED_TEXT - Static variable in class java.awt.im.InputMethodHighlight
Constant for the converted text state.
convertTo(HScreenConfiguration, Point) - Method in class org.havi.ui.HScreenConfiguration
Convert a pixel position from one coordinate system to another without including any rounding errors from passing through normalized coordinates.
copy(List, List) - Static method in class java.util.Collections
Copies all of the elements from one list into another.
copy(Locator, Locator, NetActionHandler) - Method in interface org.ocap.hn.ContentManagementModule
Copies a file or a recorded service from one device to another.
copyArea(int, int, int, int, int, int) - Method in class java.awt.Graphics
Copies an area of the component by a distance specified by dx and dy.
CopyControl - Class in org.ocap.hardware
This class represents the copy control information on the analog and digital A/V outputs of the OCAP terminal.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
COPYRIGHT - Static variable in interface org.ocap.si.DescriptorTag
MPEG-2 copyright_descriptor.
copyValueOf(char[], int, int) - Static method in class java.lang.String
Returns a String that represents the character sequence in the array specified.
copyValueOf(char[]) - Static method in class java.lang.String
Returns a String that represents the character sequence in the array specified.
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
cos(double) - Static method in class java.lang.StrictMath
Returns the trigonometric cosine of an angle.
countObservers() - Method in class java.util.Observable
Returns the number of observers of this Observable object.
countTokens() - Method in class java.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
CRC32 - Class in java.util.zip
A class that can be used to compute the CRC-32 of a data stream.
CRC32() - Constructor for class java.util.zip.CRC32
Creates a new CRC32 object.
create() - Method in class java.awt.Graphics
Creates a new Graphics object that is a copy of this Graphics object.
create(int, int, int, int) - Method in class java.awt.Graphics
Creates a new Graphics object based on this Graphics object, but with a new translation and clip area.
create(String) - Static method in class java.net.URI
Creates a URI by parsing the given string.
createCompatibleImage(int, int) - Method in class java.awt.GraphicsConfiguration
Returns a BufferedImage with a data layout and color model compatible with this GraphicsConfiguration.
createCompatibleVolatileImage(int, int) - Method in class java.awt.GraphicsConfiguration
Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration.
createCompatibleVolatileImage(int, int, ImageCapabilities) - Method in class java.awt.GraphicsConfiguration
Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration, using the specified image capabilities.
createContentContainer(String, ExtendedFileAccessPermissions) - Method in interface org.ocap.hn.content.ContentContainer
Creates a new ContentContainer as a child of this ContentContainer, in local cache only; does not cause network activity.
createContentHandler(String) - Method in interface java.net.ContentHandlerFactory
Creates a new ContentHandler to read an object from a URLStreamHandler.
createDatagramSocketImpl() - Method in interface java.net.DatagramSocketImplFactory
Creates a new DatagramSocketImpl instance.
createDataSource(URL) - Static method in class javax.media.Manager
 
createDataSource(MediaLocator) - Static method in class javax.media.Manager
 
createFont(String, int, int) - Method in class org.dvb.ui.FontFactory
Creates a font object from the font source associated with this FontFactory.
createGraphics(BufferedImage) - Method in class java.awt.GraphicsEnvironment
Returns a Graphics2D object for rendering into the specified BufferedImage.
createGraphics() - Method in class java.awt.image.BufferedImage
Creates a Graphics2D, which can be used to draw into this BufferedImage.
createGraphics() - Method in class java.awt.image.VolatileImage
Creates a Graphics2D, which can be used to draw into this VolatileImage.
createGraphics() - Method in class org.dvb.ui.DVBBufferedImage
Creates a DVBGraphics, which can be used to draw into this DVBBufferedImage.
createImage(ImageProducer) - Method in class java.awt.Component
Creates an image from the specified image producer.
createImage(int, int) - Method in class java.awt.Component
Creates an off-screen drawable image to be used for double buffering.
createImage(String) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified file.
createImage(URL) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
createImage(ImageProducer) - Method in class java.awt.Toolkit
Creates an image with the specified image producer.
createImage(byte[]) - Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array.
createImage(byte[], int, int) - Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array, and at the specified offset and length.
createInstance() - Static method in class javax.tv.service.SIManager
Creates a new instance of SIManager.
createInstance(Service, long, long, ExtendedFileAccessPermissions) - Static method in class org.ocap.dvr.BufferingRequest
Creates a BufferingRequest object.
createInstance() - Static method in class org.ocap.resource.ResourceContext
Creates and returns a new instance of ResourceContext.
createLocator(String) - Method in class javax.tv.locator.LocatorFactory
Creates a Locator object from the specified locator string.
createNewFile() - Method in class java.io.File
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createPlayer(URL) - Static method in class javax.media.Manager
 
createPlayer(MediaLocator) - Static method in class javax.media.Manager
 
createPlayer(DataSource) - Static method in class javax.media.Manager
 
createRecordingListIterator() - Method in interface org.ocap.shared.dvr.navigation.RecordingList
Generates an iterator on the RecordingRequest elements in this list.
createRemotePlayer(Locator) - Method in interface org.ocap.hn.RemoteMediaRendererModule
Returns player for this remote renderer
createServerSocket() - Method in class javax.net.ServerSocketFactory
Returns an unbound server socket.
createServerSocket(int) - Method in class javax.net.ServerSocketFactory
Returns a server socket bound to the specified port.
createServerSocket(int, int) - Method in class javax.net.ServerSocketFactory
Returns a server socket bound to the specified port, and uses the specified connection backlog.
createServerSocket(int, int, InetAddress) - Method in class javax.net.ServerSocketFactory
Returns a server socket bound to the specified port, with a specified listen backlog and local IP.
createServiceContext() - Method in class javax.tv.service.selection.ServiceContextFactory
Creates a ServiceContext object.
createServiceIterator() - Method in interface javax.tv.service.navigation.ServiceList
Generates an iterator on the Service elements in this list.
createSocket() - Method in class javax.net.SocketFactory
Creates an unconnected socket.
createSocket(String, int) - Method in class javax.net.SocketFactory
Creates a socket and connects it to the specified remote host at the specified remote port.
createSocket(String, int, InetAddress, int) - Method in class javax.net.SocketFactory
Creates a socket and connects it to the specified remote host on the specified remote port.
createSocket(InetAddress, int) - Method in class javax.net.SocketFactory
Creates a socket and connects it to the specified port number at the specified address.
createSocket(InetAddress, int, InetAddress, int) - Method in class javax.net.SocketFactory
Creates a socket and connect it to the specified remote address on the specified remote port.
createSocket(Socket, String, int, boolean) - Method in class javax.net.ssl.SSLSocketFactory
Returns a socket layered over an existing socket connected to the named host, at the given port.
createSocketImpl() - Method in interface java.net.SocketImplFactory
Creates a new SocketImpl instance.
createTempFile(String, String, File) - Static method in class java.io.File
Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.
createTempFile(String, String) - Static method in class java.io.File
Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.
createURLStreamHandler(String) - Method in interface java.net.URLStreamHandlerFactory
Creates a new URLStreamHandler instance with the specified protocol.
createVolatileImage(int, int) - Method in class java.awt.Component
Creates a volatile off-screen drawable image to be used for double buffering.
createVolatileImage(int, int, ImageCapabilities) - Method in class java.awt.Component
Creates a volatile off-screen drawable image, with the given capabilities.
CREATION_DATE - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
This identifies the CREATION_DATE of a piece of content.
CREATOR - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
This identifies the CREATOR of a piece of content.
CRL - Class in java.security.cert
This class is an abstraction of certificate revocation lists (CRLs) that have different formats but important common uses.
CRLException - Exception in java.security.cert
CRL (Certificate Revocation List) Exception.
CRLException() - Constructor for exception java.security.cert.CRLException
Constructs a CRLException with no detail message.
CRLException(String) - Constructor for exception java.security.cert.CRLException
Constructs a CRLException with the specified detail message.
CropImageFilter - Class in java.awt.image
An ImageFilter class for cropping images.
CropImageFilter(int, int, int, int) - Constructor for class java.awt.image.CropImageFilter
Constructs a CropImageFilter that extracts the absolute rectangular region of pixels from its source Image as specified by the x, y, w, and h parameters.
CROSSHAIR_CURSOR - Static variable in class java.awt.Cursor
The crosshair cursor type.
CS_sRGB - Static variable in class java.awt.color.ColorSpace
The sRGB color space defined at http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html .
CTRL_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The Control key extended modifier constant.
CTRL_MASK - Static variable in class java.awt.event.ActionEvent
The control modifier.
CTRL_MASK - Static variable in class java.awt.event.InputEvent
The Control key modifier constant.
CURRENCY - Static variable in class java.text.NumberFormat.Field
Constant identifying the currency field.
Currency - Class in java.util
Represents a currency.
CURRENCY_SYMBOL - Static variable in class java.lang.Character
General category "Sc" in the Unicode specification.
CURRENCY_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CURRENCY_SYMBOLS - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+20A0..U+20CF) as defined in ISO 10646-1(E) normative Annex A
current() - Method in class java.text.BreakIterator
Return character index of the text boundary that was most recently returned by next(), previous(), first(), or last()
current() - Method in interface java.text.CharacterIterator
Gets the character at the current position (as returned by getIndex()).
current() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.current() for String.
current_next_indicator() - Method in class org.davic.mpeg.sections.Section
This method returns the value of the corresponding field from an MPEG-2 section header.
CURRENT_PROGRAM_EVENT - Static variable in class javax.tv.service.guide.ProgramScheduleChangeType
ProgramScheduleChangeType indicating that the current program event has changed.
currentItemChanged(HItemEvent) - Method in interface org.havi.ui.event.HItemListener
Called when a change to the current item of the HItemValue occurs.
currentItemChanged(HItemEvent) - Method in class org.havi.ui.HEventMulticaster
Handles the HItemEvent by invoking the currentItemChanged methods on listener-a and listener-b.
CurrentServiceFilter - Class in org.dvb.application
Instances of CurrentServiceFilter are used to set a filter on the list of applications that are retrieved from the AppsDatabase (See methods getAppsAttributes and getAppsIDs).
CurrentServiceFilter() - Constructor for class org.dvb.application.CurrentServiceFilter
public Constructor of the CurrentServiceFilter
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.
Cursor - Class in java.awt
A class to encapsulate the bitmap representation of the mouse cursor.
Cursor(int) - Constructor for class java.awt.Cursor
Creates a new cursor object with the specified type.
cyan - Static variable in class java.awt.Color
An object of type Color representing the color cyan.
CYAN - Static variable in class java.awt.Color
An object of type Color representing the color cyan.
CYRILLIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
CYRILLIC - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+400..U+4FF) as defined in ISO 10646-1(E) normative Annex A

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