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

I

IBP - Static variable in interface org.ocap.si.DescriptorTag
MPEG-2 IBP_descriptor.
ICON_REF - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Reference to an icon which can be used to represent the content.
ICONIFIED - Static variable in class java.awt.Frame
This state bit indicates that frame is iconified.
ID - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
An identifier for the object.
IDENTICAL - Static variable in class java.text.Collator
Collator strength value.
identities() - Method in class java.security.IdentityScope
Deprecated. Returns an enumeration of all identities in this identity scope.
Identity - Class in java.security
Deprecated. This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.
Identity(String, IdentityScope) - Constructor for class java.security.Identity
Deprecated. Constructs an identity with the specified name and scope.
Identity(String) - Constructor for class java.security.Identity
Deprecated. Constructs an identity with the specified name and no scope.
identityHashCode(Object) - Static method in class java.lang.System
Returns the same hash code for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
IdentityHashMap - Class in java.util
This class implements the Map interface with a hash table, using reference-equality in place of object-equality when comparing keys (and values).
IdentityHashMap() - Constructor for class java.util.IdentityHashMap
Constructs a new, empty identity hash map with a default expected maximum size (21).
IdentityHashMap(int) - Constructor for class java.util.IdentityHashMap
Constructs a new, empty map with the specified expected maximum size.
IdentityHashMap(Map) - Constructor for class java.util.IdentityHashMap
Constructs a new identity hash map containing the keys-value mappings in the specified map.
IdentityScope - Class in java.security
Deprecated. This class is no longer used. Its functionality has been replaced by java.security.KeyStore, the java.security.cert package, and java.security.Principal.
IdentityScope(String) - Constructor for class java.security.IdentityScope
Deprecated. Constructs a new identity scope with the specified name.
IdentityScope(String, IdentityScope) - Constructor for class java.security.IdentityScope
Deprecated. Constructs a new identity scope with the specified name and scope.
IDEOGRAPHIC_DESCRIPTION_CHARACTERS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
IEEE1394Node - Interface in org.ocap.hardware
This interface represents the information on a 1394 node.
IEEEremainder(double, double) - Static method in class java.lang.Math
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
IEEEremainder(double, double) - Static method in class java.lang.StrictMath
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
IllegalAccessError - Error in java.lang
Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
IllegalAccessError() - Constructor for error java.lang.IllegalAccessError
Constructs an IllegalAccessError with no detail message.
IllegalAccessError(String) - Constructor for error java.lang.IllegalAccessError
Constructs an IllegalAccessError with the specified detail message.
IllegalAccessException - Exception in java.lang
An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.
IllegalAccessException() - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException - Exception in java.lang
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalComponentStateException - Exception in java.awt
Signals that an AWT component is not in an appropriate state for the requested operation.
IllegalComponentStateException() - Constructor for exception java.awt.IllegalComponentStateException
Constructs an IllegalComponentStateException with no detail message.
IllegalComponentStateException(String) - Constructor for exception java.awt.IllegalComponentStateException
Constructs an IllegalComponentStateException with the specified detail message.
IllegalFilterDefinitionException - Exception in org.davic.mpeg.sections
Signals that a requested filter definition is not valid.
IllegalFilterDefinitionException() - Constructor for exception org.davic.mpeg.sections.IllegalFilterDefinitionException
Constructs an IllegalFilterDefinitionException.
IllegalFilterDefinitionException(String) - Constructor for exception org.davic.mpeg.sections.IllegalFilterDefinitionException
Constructs a IllegalFilterDefinitionException with the specified detail message
IllegalMonitorStateException - Exception in java.lang
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
IllegalMonitorStateException() - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalObjectTypeException - Exception in org.dvb.dsmcc
This Exception is thrown when the application attempted to create a DSMCCStream or DSMCCStreamEvent object with an object or a path that did not correspond to a DSMCC Stream or DSMCC StreamEvent respectively
IllegalObjectTypeException() - Constructor for exception org.dvb.dsmcc.IllegalObjectTypeException
constructor of the exception with no detail message
IllegalObjectTypeException(String) - Constructor for exception org.dvb.dsmcc.IllegalObjectTypeException
constructor of the exception
IllegalProfileParameterException - Exception in org.dvb.application
The IllegalProfileParameter exception is thrown if the application attempts to ask for a version number for a profile not specified for the application.
IllegalProfileParameterException() - Constructor for exception org.dvb.application.IllegalProfileParameterException
Construct a IllegalProfileParameterException with no detail message
IllegalProfileParameterException(String) - Constructor for exception org.dvb.application.IllegalProfileParameterException
Construct a IllegalProfileParameterException with a detail message
IllegalStateException - Exception in java.lang
Signals that a method has been invoked at an illegal or inappropriate time.
IllegalStateException() - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalThreadStateException - Exception in java.lang
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
IllegalThreadStateException() - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String) - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
Image - Class in java.awt
The abstract class Image is the superclass of all classes that represent graphical images.
Image() - Constructor for class java.awt.Image
 
IMAGE_CENTER - Static variable in class org.havi.ui.HScene
A constant for use with setRenderMode which specifies that any background image rendered in this HScene should be centered in the extents of the HScene.
IMAGE_INCOMPATIBLE - Static variable in class java.awt.image.VolatileImage
Validated image is incompatible with supplied GraphicsConfiguration object and should be re-created as appropriate.
IMAGE_ITEM - Static variable in interface org.ocap.hn.content.ContentItem
Base image item.
IMAGE_ITEM_PHOTO - Static variable in interface org.ocap.hn.content.ContentItem
In addition to being an IMAGE_ITEM content MAY be a photo.
IMAGE_NONE - Static variable in class org.havi.ui.HScene
A constant for use with setRenderMode which specifies that a background image should not be rendered in this HScene.
IMAGE_OK - Static variable in class java.awt.image.VolatileImage
Validated image is ready to use as-is.
IMAGE_RESTORED - Static variable in class java.awt.image.VolatileImage
Validated image has been restored and is now ready to use.
IMAGE_SCALING_SUPPORT - Static variable in class org.havi.ui.HGraphicsConfigTemplate
A value for use in the preference field of the setPreference and getPreferencePriority methods in the HGraphicsConfigTemplate that indicates that the graphics configuration should or shall support rapid (hardware) image scaling.
IMAGE_STRETCH - Static variable in class org.havi.ui.HScene
A constant for use with setRenderMode which specifies that any background image rendered in this HScene should be stretched to fill the extents of the HScene.
IMAGE_TILE - Static variable in class org.havi.ui.HScene
A constant for use with setRenderMode which specifies that any background image rendered in this HScene should be tiled starting from the top left origin of the HScene.
IMAGEABORTED - Static variable in interface java.awt.image.ImageConsumer
The image creation process was deliberately aborted.
ImageCapabilities - Class in java.awt
Capabilities and properties of images.
ImageCapabilities(boolean) - Constructor for class java.awt.ImageCapabilities
Creates a new object for specifying image capabilities.
imageComplete(int) - Method in interface java.awt.image.ImageConsumer
The imageComplete method is called when the ImageProducer is finished delivering all of the pixels that the source image contains, or when a single frame of a multi-frame animation has been completed, or when an error in loading or producing the image has occured.
imageComplete(int) - Method in class java.awt.image.ImageFilter
Filters the information provided in the imageComplete method of the ImageConsumer interface.
imageComplete(int) - Method in class java.awt.image.PixelGrabber
The imageComplete method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
ImageConsumer - Interface in java.awt.image
The interface for objects expressing interest in image data through the ImageProducer interfaces.
IMAGEERROR - Static variable in interface java.awt.image.ImageConsumer
An error was encountered while producing the image.
ImageFilter - Class in java.awt.image
This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer.
ImageFilter() - Constructor for class java.awt.image.ImageFilter
 
imageLoaded(HBackgroundImageEvent) - Method in interface org.havi.ui.event.HBackgroundImageListener
Invoked when the data for an HBackgroundImage has been loaded.
imageLoaded(HBackgroundImageEvent) - Method in class org.havi.ui.HEventMulticaster
Handles the HBackgroundImageEvent by invoking the imageLoaded methods on listener-a and listener-b.
imageLoadFailed(HBackgroundImageEvent) - Method in interface org.havi.ui.event.HBackgroundImageListener
Invoked when loading of an HBackgroundImage fails.
imageLoadFailed(HBackgroundImageEvent) - Method in class org.havi.ui.HEventMulticaster
Handles the HBackgroundImageEvent by invoking the imageLoadFailed methods on listener-a and listener-b.
ImageObserver - Interface in java.awt.image
An asynchronous update interface for receiving notifications about Image information as the Image is constructed.
ImageProducer - Interface in java.awt.image
The interface for objects which can produce the image data for Images.
imageUpdate(Image, int, int, int, int, int) - Method in class java.awt.Component
Repaints the component when the image has changed.
imageUpdate(Image, int, int, int, int, int) - Method in interface java.awt.image.ImageObserver
This method is called when information about an image which was previously requested using an asynchronous interface becomes available.
IMPLEMENTATION_TITLE - Static variable in class java.util.jar.Attributes.Name
Name object for Implementation-Title manifest attribute used for package versioning.
IMPLEMENTATION_URL - Static variable in class java.util.jar.Attributes.Name
Name object for Implementation-Vendor-URL manifest attribute used for package versioning.
IMPLEMENTATION_VENDOR - Static variable in class java.util.jar.Attributes.Name
Name object for Implementation-Vendor manifest attribute used for package versioning.
IMPLEMENTATION_VENDOR_ID - Static variable in class java.util.jar.Attributes.Name
Name object for Implementation-Vendor-Id manifest attribute used for package versioning.
IMPLEMENTATION_VERSION - Static variable in class java.util.jar.Attributes.Name
Name object for Implementation-Version manifest attribute used for package versioning.
implies(Permission) - Method in class java.io.FilePermission
Checks if this FilePermission object "implies" the specified permission.
implies(Permission) - Method in class java.net.SocketPermission
Checks if this socket permission object "implies" the specified permission.
implies(Permission) - Method in class java.security.AllPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class java.security.BasicPermission
Checks if the specified permission is "implied" by this object.
implies(CodeSource) - Method in class java.security.CodeSource
Returns true if this CodeSource object "implies" the specified CodeSource.
implies(Permission) - Method in class java.security.Permission
Checks if the specified permission's actions are "implied by" this object's actions.
implies(Permission) - Method in class java.security.PermissionCollection
Checks to see if the specified permission is implied by the collection of Permission objects held in this PermissionCollection.
implies(Permission) - Method in class java.security.Permissions
Checks to see if this object's PermissionCollection for permissions of the specified permission's type implies the permissions expressed in the permission object.
implies(ProtectionDomain, Permission) - Method in class java.security.Policy
Evaluates the global policy for the permissions granted to the ProtectionDomain and tests whether the permission is granted.
implies(Permission) - Method in class java.security.ProtectionDomain
Check and see if this ProtectionDomain implies the permissions expressed in the Permission object.
implies(Permission) - Method in class java.security.UnresolvedPermission
This method always returns false for unresolved permissions.
implies(Permission) - Method in class java.util.PropertyPermission
Checks if this PropertyPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.xlet.ixc.IxcPermission
Checks if this IxcPermission "implies" the specified permission.
implies(Permission) - Method in class javax.tv.media.MediaSelectPermission
Checks if this MediaSelectPermission "implies" the specified Permission.
implies(Permission) - Method in class javax.tv.service.ReadPermission
Checks if this ReadPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.tv.service.selection.SelectPermission
Checks if this SelectPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.tv.service.selection.ServiceContextPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class org.dvb.application.AppsControlPermission
Checks if this AppsControlPermission object "implies" the specified permission.
implies(Permission) - Method in class org.dvb.media.DripFeedPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class org.dvb.net.rc.RCPermission
Checks if this RCPermission "implies" the specified Permission.
implies(Permission) - Method in class org.dvb.net.tuning.TunerPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class org.ocap.application.OcapIxcPermission
Checks if this OcapIxcPermission "implies" the specified permission.
implies(Permission) - Method in class org.ocap.service.ServiceTypePermission
Checks if the specified permission is "implied" by this object.
in - Static variable in class java.io.FileDescriptor
A handle to the standard input stream.
in - Static variable in class java.lang.System
The "standard" input stream.
IN_PROGRESS_INCOMPLETE_STATE - Static variable in interface org.ocap.shared.dvr.LeafRecordingRequest
The recording request is in progress and recording, but cannot be completed because it was started after the start_time or it was interrupted and re-started.
IN_PROGRESS_INSUFFICIENT_SPACE_STATE - Static variable in interface org.ocap.shared.dvr.LeafRecordingRequest
Recording has been initiated for this recording request and is ongoing, but the implementation has detected that storage space may not be sufficient to complete the recording.
IN_PROGRESS_STATE - Static variable in interface org.ocap.shared.dvr.LeafRecordingRequest
Recording has been initiated for this recording request and is ongoing.
IN_PROGRESS_WITH_ERROR_STATE - Static variable in interface org.ocap.shared.dvr.LeafRecordingRequest
The recording request is in progress but recording cannot take place due to some error; e.g.
INACTIVE_CAPTION - Static variable in class java.awt.SystemColor
The array index for the inactiveCaption system color.
INACTIVE_CAPTION_BORDER - Static variable in class java.awt.SystemColor
The array index for the inactiveCaptionBorder system color.
INACTIVE_CAPTION_TEXT - Static variable in class java.awt.SystemColor
The array index for the inactiveCaptionText system color.
inactiveCaption - Static variable in class java.awt.SystemColor
The color rendered for the window-title background of inactive windows.
inactiveCaptionBorder - Static variable in class java.awt.SystemColor
The color rendered for the border around inactive windows.
inactiveCaptionText - Static variable in class java.awt.SystemColor
The color rendered for the window-title text of inactive windows.
INAPPROPRIATE_KEY_USAGE - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate public key has been used in way deemed inappropriate by the issuer.
IncompatibleClassChangeError - Error in java.lang
Thrown when an incompatible class change has occurred to some class definition.
IncompatibleClassChangeError() - Constructor for error java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with no detail message.
IncompatibleClassChangeError(String) - Constructor for error java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with the specified detail message.
IncompatibleSourceException - Exception in javax.media
 
IncompatibleSourceException() - Constructor for exception javax.media.IncompatibleSourceException
 
IncompatibleSourceException(String) - Constructor for exception javax.media.IncompatibleSourceException
 
IncompatibleTimeBaseException - Exception in javax.media
 
IncompatibleTimeBaseException() - Constructor for exception javax.media.IncompatibleTimeBaseException
 
IncompatibleTimeBaseException(String) - Constructor for exception javax.media.IncompatibleTimeBaseException
 
INCOMPLETE_STATE - Static variable in interface org.ocap.shared.dvr.LeafRecordingRequest
Recording for this recording request was initiated but failed.
IncompleteFilteringEvent - Class in org.davic.mpeg.sections
This class is used to report the end of a filtering operation started by TableSectionFilter.
IncompleteFilteringEvent(SectionFilter, Object) - Constructor for class org.davic.mpeg.sections.IncompleteFilteringEvent
This constructs an IncompleteFilteringEvent event for the specified SectionFilter object.
IncompleteTargetException - Exception in org.dvb.net.rc
Thrown when the target for a connection is incompletely specified.
IncompleteTargetException() - Constructor for exception org.dvb.net.rc.IncompleteTargetException
Default constructor for the exception
IncompleteTargetException(String) - Constructor for exception org.dvb.net.rc.IncompleteTargetException
Constructor for the exception with a specified reason
IncorrectLocatorException - Exception in org.davic.net.tuning
This exception is raised when a Locator given is of an inappropriate type.
IncorrectLocatorException() - Constructor for exception org.davic.net.tuning.IncorrectLocatorException
Default constructor for the exception
IncorrectLocatorException(String) - Constructor for exception org.davic.net.tuning.IncorrectLocatorException
Constructor for the exception with a specified reason
inDaylightTime(Date) - Method in class java.util.SimpleTimeZone
Queries if the given date is in daylight saving time.
inDaylightTime(Date) - Method in class java.util.TimeZone
Queries if the given date is in daylight savings time in this time zone.
IndexColorModel - Class in java.awt.image
The IndexColorModel class is a ColorModel class that works with pixel values consisting of a single sample that is an index into a fixed colormap in the default sRGB color space.
IndexColorModel(int, int, byte[], byte[], byte[]) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from the specified arrays of red, green, and blue components.
IndexColorModel(int, int, byte[], byte[], byte[], int) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from the given arrays of red, green, and blue components.
IndexColorModel(int, int, byte[], byte[], byte[], byte[]) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from the given arrays of red, green, blue and alpha components.
IndexColorModel(int, int, byte[], int, boolean) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from a single array of interleaved red, green, blue and optional alpha components.
IndexColorModel(int, int, byte[], int, boolean, int) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from a single array of interleaved red, green, blue and optional alpha components.
indexOf(int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(String) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(String) - Method in class java.lang.StringBuffer
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.StringBuffer
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(Object) - Method in class java.util.AbstractList
Returns the index in this list of the first occurence of the specified element, or -1 if the list does not contain this element.
indexOf(Object) - Method in class java.util.ArrayList
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object) - Method in class java.util.LinkedList
Returns the index in this list of the first occurrence of the specified element, or -1 if the List does not contain this element.
indexOf(Object) - Method in interface java.util.List
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(Object) - Method in class java.util.Vector
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object, int) - Method in class java.util.Vector
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
indexOf(Service) - Method in interface javax.tv.service.navigation.ServiceList
Reports the position of the first occurrence of the indicated Service object in the list.
indexOf(Object) - Method in interface org.ocap.hn.NetList
Returns the index of an element in this element list.
indexOf(RecordingRequest) - Method in interface org.ocap.shared.dvr.navigation.RecordingList
Reports the position of the first occurrence of the indicated RecordingRequest object in the list.
indexOfSubList(List, List) - Static method in class java.util.Collections
Returns the starting position of the first occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence.
IndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
IndexOutOfBoundsException() - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
Indicator - Interface in org.ocap.hardware.frontpanel
This interface represents an indicator in the front panel display and allows its properties to be checked and set.
IndicatorDisplay - Interface in org.ocap.hardware.frontpanel
This interface represents the set of individual indicators on a front panel (e.g.
Inet4Address - Class in java.net
This class represents an Internet Protocol version 4 (IPv4) address.
Inet6Address - Class in java.net
This class represents an Internet Protocol version 6 (IPv6) address.
InetAddress - Class in java.net
This class represents an Internet Protocol (IP) address.
InetSocketAddress - Class in java.net
This class implements an IP Socket Address (IP address + port number) It can also be a pair (hostname + port number), in which case an attempt will be made to resolve the hostname.
InetSocketAddress(int) - Constructor for class java.net.InetSocketAddress
Creates a socket address where the IP address is the wildcard address and the port number a specified value.
InetSocketAddress(InetAddress, int) - Constructor for class java.net.InetSocketAddress
Creates a socket address from an IP address and a port number.
InetSocketAddress(String, int) - Constructor for class java.net.InetSocketAddress
Creates a socket address from a hostname and a port number.
inflate(byte[], int, int) - Method in class java.util.zip.Inflater
Uncompresses bytes into specified buffer.
inflate(byte[]) - Method in class java.util.zip.Inflater
Uncompresses bytes into specified buffer.
Inflater - Class in java.util.zip
This class provides support for general purpose decompression using popular ZLIB compression library.
Inflater(boolean) - Constructor for class java.util.zip.Inflater
Creates a new decompressor.
Inflater() - Constructor for class java.util.zip.Inflater
Creates a new decompressor.
InflaterInputStream - Class in java.util.zip
This class implements a stream filter for uncompressing data in the "deflate" compression format.
InflaterInputStream(InputStream, Inflater, int) - Constructor for class java.util.zip.InflaterInputStream
Creates a new input stream with the specified decompressor and buffer size.
InflaterInputStream(InputStream, Inflater) - Constructor for class java.util.zip.InflaterInputStream
Creates a new input stream with the specified decompressor and a default buffer size.
InflaterInputStream(InputStream) - Constructor for class java.util.zip.InflaterInputStream
Creates a new input stream with a default decompressor and buffer size.
INFO - Static variable in class java.awt.SystemColor
The array index for the info system color.
info - Static variable in class java.awt.SystemColor
The color rendered for the background of tooltips or spot help.
INFO_TEXT - Static variable in class java.awt.SystemColor
The array index for the infoText system color.
infoText - Static variable in class java.awt.SystemColor
The color rendered for the text of tooltips or spot help.
InheritableThreadLocal - Class in java.lang
This class extends ThreadLocal to provide inheritance of values from parent thread to child thread: when a child thread is created, the child receives initial values for all inheritable thread-local variables for which the parent has values.
InheritableThreadLocal() - Constructor for class java.lang.InheritableThreadLocal
 
init(int) - Method in class java.security.AlgorithmParameterGenerator
Initializes this parameter generator for a certain size.
init(int, SecureRandom) - Method in class java.security.AlgorithmParameterGenerator
Initializes this parameter generator for a certain size and source of randomness.
init(AlgorithmParameterSpec) - Method in class java.security.AlgorithmParameterGenerator
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
init(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.AlgorithmParameterGenerator
Initializes this parameter generator with a set of algorithm-specific parameter generation values.
init(AlgorithmParameterSpec) - Method in class java.security.AlgorithmParameters
Initializes this parameter object using the parameters specified in paramSpec.
init(byte[]) - Method in class java.security.AlgorithmParameters
Imports the specified parameters and decodes them according to the primary decoding format for parameters.
init(byte[], String) - Method in class java.security.AlgorithmParameters
Imports the parameters from params and decodes them according to the specified decoding scheme.
init(KeyStore, char[]) - Method in class javax.net.ssl.KeyManagerFactory
Initializes this factory with a source of key material.
init(ManagerFactoryParameters) - Method in class javax.net.ssl.KeyManagerFactory
Initializes this factory with a source of provider-specific key material.
init(KeyManager[], TrustManager[], SecureRandom) - Method in class javax.net.ssl.SSLContext
Initializes this context.
init(KeyStore) - Method in class javax.net.ssl.TrustManagerFactory
Initializes this factory with a source of certificate authorities and related trust material.
init(ManagerFactoryParameters) - Method in class javax.net.ssl.TrustManagerFactory
Initializes this factory with a source of provider-specific trust material.
init() - Method in interface org.dvb.application.DVBJProxy
Requests the application manager calls the initXlet method on the application.
init(SelectionProviderContext) - Method in interface org.dvb.spi.selection.SelectionProvider
Called by the platform to register its handler for events originating in the provider.
initCause(Throwable) - Method in class java.lang.Throwable
Initializes the cause of this throwable to the specified value.
INITIAL_QUOTE_PUNCTUATION - Static variable in class java.lang.Character
General category "Pi" in the Unicode specification.
initialize(DSAParams, SecureRandom) - Method in interface java.security.interfaces.DSAKeyPairGenerator
Initializes the key pair generator using p, q and g, the DSA family parameters.
initialize(int, boolean, SecureRandom) - Method in interface java.security.interfaces.DSAKeyPairGenerator
Initializes the key pair generator for a given modulus length, without parameters.
initialize(int) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator for a certain keysize using a default parameter set and the SecureRandom implementation of the highest-priority installed provider as the source of randomness.
initialize(int, SecureRandom) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator for a certain keysize with the given source of randomness (and a default parameter set).
initialize(AlgorithmParameterSpec) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator using the specified parameter set and the SecureRandom implementation of the highest-priority installed provider as the source of randomness.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator with the given parameter set and source of randomness.
initialize(int, SecureRandom) - Method in class java.security.KeyPairGeneratorSpi
Initializes the key pair generator for a certain keysize, using the default parameter set.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.KeyPairGeneratorSpi
Initializes the key pair generator using the specified parameter set and user-provided source of randomness.
initialize(long) - Method in interface org.ocap.dvr.storage.MediaStorageOption
Initializes the storage device so that the there are at least mediafsSize bytes available for MEDIAFS use.
initialize(boolean) - Method in interface org.ocap.storage.StorageProxy
Initializes the StorageProxy for use.
initSign(PrivateKey) - Method in class java.security.Signature
Initialize this object for signing.
initSign(PrivateKey, SecureRandom) - Method in class java.security.Signature
Initialize this object for signing.
initVerify(PublicKey) - Method in class java.security.Signature
Initializes this object for verification.
initVerify(Certificate) - Method in class java.security.Signature
Initializes this object for verification, using the public key from the given certificate.
initXlet(XletContext) - Method in interface javax.microedition.xlet.Xlet
Signals the Xlet to initialize itself and enter the Paused state.
initXlet(XletContext) - Method in interface javax.tv.xlet.Xlet
Signals the Xlet to initialize itself and enter the Paused state.
INPUT_ALPHA - Static variable in interface org.havi.ui.HKeyboardInputPreferred
This constant indicates that the component requires alphabetic input, as determined by the java.lang.Character isLetter method.
INPUT_ANY - Static variable in interface org.havi.ui.HKeyboardInputPreferred
Indicates that the component requires any possible character as input, as determined by the java.lang.Character isDefined method.
INPUT_CUSTOMIZED - Static variable in interface org.havi.ui.HKeyboardInputPreferred
Indicates that the component requires as input the characters present in the array returned from the HKeyboardInputPreferred.getValidInput() method.
INPUT_HD - Static variable in class org.ocap.hardware.device.DynamicVideoOutputConfiguration
Constant reprsenting any High Definition input video.
INPUT_METHOD_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting input method events.
INPUT_METHOD_FIRST - Static variable in class java.awt.event.InputMethodEvent
Marks the first integer id for the range of input method event ids.
INPUT_METHOD_HIGHLIGHT - Static variable in class java.awt.font.TextAttribute
Attribute key for input method highlight styles.
INPUT_METHOD_LAST - Static variable in class java.awt.event.InputMethodEvent
Marks the last integer id for the range of input method event ids.
INPUT_METHOD_SEGMENT - Static variable in class java.text.AttributedCharacterIterator.Attribute
Attribute key for input method segments.
INPUT_METHOD_TEXT_CHANGED - Static variable in class java.awt.event.InputMethodEvent
The event type indicating changed input method text.
INPUT_NUMERIC - Static variable in interface org.havi.ui.HKeyboardInputPreferred
This constant indicates that the component requires numeric input, as determined by the java.lang.Character isDigit method.
INPUT_SD - Static variable in class org.ocap.hardware.device.DynamicVideoOutputConfiguration
Constant representing any Standard Definition input video.
InputConnection - Interface in javax.microedition.io
This interface defines the capabilities that an input stream connection must have.
InputContext - Class in java.awt.im
Provides methods to control text input facilities such as input methods and keyboard layouts.
InputEvent - Class in java.awt.event
The root event class for all component-level input events.
InputMethodEvent - Class in java.awt.event
Input method events contain information about text that is being composed using an input method.
InputMethodEvent(Component, int, long, AttributedCharacterIterator, int, TextHitInfo, TextHitInfo) - Constructor for class java.awt.event.InputMethodEvent
Constructs an InputMethodEvent with the specified source component, type, time, text, caret, and visiblePosition.
InputMethodEvent(Component, int, AttributedCharacterIterator, int, TextHitInfo, TextHitInfo) - Constructor for class java.awt.event.InputMethodEvent
Constructs an InputMethodEvent with the specified source component, type, text, caret, and visiblePosition.
InputMethodEvent(Component, int, TextHitInfo, TextHitInfo) - Constructor for class java.awt.event.InputMethodEvent
Constructs an InputMethodEvent with the specified source component, type, caret, and visiblePosition.
InputMethodHighlight - Class in java.awt.im
An InputMethodHighlight is used to describe the highlight attributes of text being composed.
InputMethodHighlight(boolean, int) - Constructor for class java.awt.im.InputMethodHighlight
Constructs an input method highlight record.
InputMethodHighlight(boolean, int, int) - Constructor for class java.awt.im.InputMethodHighlight
Constructs an input method highlight record.
InputMethodListener - Interface in java.awt.event
The listener interface for receiving input method events.
InputMethodRequests - Interface in java.awt.im
InputMethodRequests defines the requests that a text editing component has to handle in order to work with input methods.
inputMethodTextChanged(InputMethodEvent) - Method in class java.awt.AWTEventMulticaster
Handles the inputMethodTextChanged event by invoking the inputMethodTextChanged methods on listener-a and listener-b.
inputMethodTextChanged(InputMethodEvent) - Method in interface java.awt.event.InputMethodListener
Invoked when the text entered through an input method has changed.
InputStream - Class in java.io
This abstract class is the superclass of all classes representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
InputStreamReader - Class in java.io
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters according to a specified character encoding.
InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding.
InputSubset - Class in java.awt.im
Defines additional Unicode subsets for use by input methods.
insert(int, char[], int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of a subarray of the str array argument into this string buffer.
insert(int, Object) - Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String) - Method in class java.lang.StringBuffer
Inserts the string into this string buffer.
insert(int, char[]) - Method in class java.lang.StringBuffer
Inserts the string representation of the char array argument into this string buffer.
insert(int, boolean) - Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char) - Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long) - Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, float) - Method in class java.lang.StringBuffer
Inserts the string representation of the float argument into this string buffer.
insert(int, double) - Method in class java.lang.StringBuffer
Inserts the string representation of the double argument into this string buffer.
insertChar(char) - Method in class org.havi.ui.HSinglelineEntry
Insert a character at the current caret position, subject to the maximum number of input characters.
insertElementAt(Object, int) - Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
insertProviderAt(Provider, int) - Static method in class java.security.Security
Adds a new provider, at a specified position.
insets - Variable in class java.awt.GridBagConstraints
This field specifies the external padding of the component, the minimum amount of space between the component and the edges of its display area.
Insets - Class in java.awt
An Insets object is a representation of the borders of a container.
Insets(int, int, int, int) - Constructor for class java.awt.Insets
Creates and initializes a new Insets object with the specified top, left, bottom, and right insets.
instantiate(ClassLoader, String) - Static method in class java.beans.Beans
Instantiate a JavaBean.
InstantiationError - Error in java.lang
Thrown when an application tries to use the Java new construct to instantiate an abstract class or an interface.
InstantiationError() - Constructor for error java.lang.InstantiationError
Constructs an InstantiationError with no detail message.
InstantiationError(String) - Constructor for error java.lang.InstantiationError
Constructs an InstantiationError with the specified detail message.
InstantiationException - Exception in java.lang
Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.
InstantiationException() - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String) - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
INSUFFICIENT_RESOURCES - Static variable in class javax.tv.service.selection.SelectionFailedEvent
Reason code : Selection failed due to a lack of resources required to present this service.
INSUFFICIENT_RESOURCES - Static variable in class javax.tv.service.SIRequestFailureType
The reason generated when the resources required to fulfill an asynchronous SI retrieval (such as a tuner, section filter, etc.) are unavailable.
INSUFFICIENT_RESOURCES - Static variable in exception org.ocap.shared.dvr.RecordingFailedException
Reason code : Recording failed due to a lack of resources required to present this service.
InsufficientResourcesEvent - Class in org.dvb.dsmcc
This event is generated if there are insufficient resources available to load a DSMCCObject.
InsufficientResourcesEvent(DSMCCObject) - Constructor for class org.dvb.dsmcc.InsufficientResourcesEvent
Create an InsufficientResourcesException object.
InsufficientResourcesException - Exception in javax.tv.service.selection
InsufficientResourcesException is generated when sufficient resources for an operation are not available.
InsufficientResourcesException() - Constructor for exception javax.tv.service.selection.InsufficientResourcesException
Constructs an InsufficientResourcesException with no detail message.
InsufficientResourcesException(String) - Constructor for exception javax.tv.service.selection.InsufficientResourcesException
Constructs an InsufficientResourcesException with a detail message.
InsufficientResourcesException - Exception in org.dvb.dsmcc
This exception gets thrown when a request to perform a DSMCC related operation cannot be completed due to resource limitations.
InsufficientResourcesException() - Constructor for exception org.dvb.dsmcc.InsufficientResourcesException
Construct an InsufficientResourcesException with no detail message
InsufficientResourcesException(String) - Constructor for exception org.dvb.dsmcc.InsufficientResourcesException
Construct an InsufficientResourcesException with the specified detail message
intBitsToFloat(int) - Static method in class java.lang.Float
Returns the float value corresponding to a given bit represention.
Integer - Class in java.lang
The Integer class wraps a value of the primitive type int in an object.
Integer(int) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the specified int value.
Integer(String) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the int value indicated by the String parameter.
INTEGER - Static variable in class java.text.NumberFormat.Field
Constant identifying the integer field.
INTEGER_FIELD - Static variable in class java.text.NumberFormat
Field constant used to construct a FieldPosition object.
INTERFACE - Static variable in class java.lang.reflect.Modifier
The int value representing the interface modifier.
InterfaceMap - Class in javax.tv.net
Class InterfaceMap reports the local IP address assigned to a given service component that carries IP data.
InterfaceMap() - Constructor for class javax.tv.net.InterfaceMap
 
INTERLACED_DISPLAY - Static variable in class org.havi.ui.HScreenConfigTemplate
A value for use in the preference field of the setPreference and getPreferencePriority methods in the HScreenConfigTemplate that indicates that the device configuration supports an interlaced display.
intern() - Method in class java.lang.String
Returns a canonical representation for the string object.
InternalError - Error in java.lang
Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.
InternalError() - Constructor for error java.lang.InternalError
Constructs an InternalError with no detail message.
InternalError(String) - Constructor for error java.lang.InternalError
Constructs an InternalError with the specified detail message.
InternalErrorEvent - Class in javax.media
 
InternalErrorEvent(Controller) - Constructor for class javax.media.InternalErrorEvent
 
InternalErrorEvent(Controller, String) - Constructor for class javax.media.InternalErrorEvent
 
interrupt() - Method in class java.lang.Thread
Interrupts this thread.
interrupt() - Method in class java.lang.ThreadGroup
Interrupts all threads in this thread group.
interrupted() - Static method in class java.lang.Thread
Tests whether the current thread has been interrupted.
INTERRUPTED - Static variable in class javax.tv.service.selection.SelectionFailedEvent
Reason code : Selection has been interrupted by another selection request.
InterruptedException - Exception in java.lang
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it using the interrupt method in class Thread.
InterruptedException() - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String) - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException - Exception in java.io
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with null as its error detail message.
InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
intersection(Rectangle) - Method in class java.awt.Rectangle
Computes the intersection of this Rectangle with the specified Rectangle.
intersects(Rectangle) - Method in class java.awt.Rectangle
Determines whether or not this Rectangle and the specified Rectangle intersect.
intersects(BitSet) - Method in class java.util.BitSet
Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
intValue() - Method in class java.lang.Byte
Returns the value of this Byte as an int.
intValue() - Method in class java.lang.Double
Returns the value of this Double as an int (by casting to type int).
intValue() - Method in class java.lang.Float
Returns the value of this Float as an int (by casting to type int).
intValue() - Method in class java.lang.Integer
Returns the value of this Integer as an int.
intValue() - Method in class java.lang.Long
Returns the value of this Long as an int.
intValue() - Method in class java.lang.Number
Returns the value of the specified number as an int.
intValue() - Method in class java.lang.Short
Returns the value of this Short as an int.
intValue() - Method in class java.math.BigDecimal
Converts this BigDecimal to an int.
intValue() - Method in class java.math.BigInteger
Converts this BigInteger to an int.
INVALID - Static variable in interface org.dvb.application.AppProxy
The application is not signalled in the currently selected service and hence not listed in the applications database.
INVALID_PARAMETER_SPECIFIED - Static variable in exception org.ocap.hn.content.DatabaseException
 
InvalidAddressException - Exception in org.dvb.dsmcc
An InvalidAddressException is thrown when the format of an NSAP address is not recognized.
InvalidAddressException() - Constructor for exception org.dvb.dsmcc.InvalidAddressException
Construct a InvalidAddressException with no detail message
InvalidAddressException(String) - Constructor for exception org.dvb.dsmcc.InvalidAddressException
Construct a InvalidAddressException with the specified detail message
InvalidAlgorithmParameterException - Exception in java.security
This is the exception for invalid or inappropriate algorithm parameters.
InvalidAlgorithmParameterException() - Constructor for exception java.security.InvalidAlgorithmParameterException
Constructs an InvalidAlgorithmParameterException with no detail message.
InvalidAlgorithmParameterException(String) - Constructor for exception java.security.InvalidAlgorithmParameterException
Constructs an InvalidAlgorithmParameterException with the specified detail message.
invalidate() - Method in class java.awt.Component
Invalidates this component.
invalidate() - Method in class java.awt.Container
Invalidates the container.
invalidate() - Method in class java.awt.Polygon
Invalidates or flushes any internally-cached data that depends on the vertex coordinates of this Polygon.
invalidate() - Method in interface javax.net.ssl.SSLSession
Invalidates the session.
invalidateLayout(Container) - Method in class java.awt.BorderLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container) - Method in class java.awt.CardLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container) - Method in class java.awt.GridBagLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container) - Method in interface java.awt.LayoutManager2
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
InvalidClassException - Exception in java.io
Thrown when the Serialization runtime detects one of the following problems with a Class.
InvalidClassException(String) - Constructor for exception java.io.InvalidClassException
Report a InvalidClassException for the reason specified.
InvalidClassException(String, String) - Constructor for exception java.io.InvalidClassException
Constructs an InvalidClassException object.
InvalidFormatEvent - Class in org.dvb.dsmcc
This event is generated if the format of the data received is inconsistent.
InvalidFormatEvent(DSMCCObject) - Constructor for class org.dvb.dsmcc.InvalidFormatEvent
Create an InvalidFormatException object.
InvalidFormatException - Exception in org.dvb.dsmcc
An InvalidFormatException is thrown when an inconsistent DSMCC message is received.
InvalidFormatException() - Constructor for exception org.dvb.dsmcc.InvalidFormatException
Construct an InvalidFormatException with no detail message
InvalidFormatException(String) - Constructor for exception org.dvb.dsmcc.InvalidFormatException
Construct an InvalidFormatException with the specified detail message
InvalidKeyException - Exception in java.security
This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc).
InvalidKeyException() - Constructor for exception java.security.InvalidKeyException
Constructs an InvalidKeyException with no detail message.
InvalidKeyException(String) - Constructor for exception java.security.InvalidKeyException
Constructs an InvalidKeyException with the specified detail message.
InvalidKeySpecException - Exception in java.security.spec
This is the exception for invalid key specifications.
InvalidKeySpecException() - Constructor for exception java.security.spec.InvalidKeySpecException
Constructs an InvalidKeySpecException with no detail message.
InvalidKeySpecException(String) - Constructor for exception java.security.spec.InvalidKeySpecException
Constructs an InvalidKeySpecException with the specified detail message.
InvalidLocatorException - Exception in javax.tv.locator
This exception is thrown when a Locator is not valid in a particular context.
InvalidLocatorException(Locator) - Constructor for exception javax.tv.locator.InvalidLocatorException
Constructs an InvalidLocatorException with no detail message.
InvalidLocatorException(Locator, String) - Constructor for exception javax.tv.locator.InvalidLocatorException
Constructs an InvalidLocatorException with the specified detail message.
InvalidLocatorException - Exception in org.davic.net
This exception is thrown when one or more parameters to construct a Locator are invalid.
InvalidLocatorException() - Constructor for exception org.davic.net.InvalidLocatorException
 
InvalidLocatorException(String) - Constructor for exception org.davic.net.InvalidLocatorException
Constructor for the exception with a specified reason
InvalidObjectException - Exception in java.io
Indicates that one or more deserialized objects failed validation tests.
InvalidObjectException(String) - Constructor for exception java.io.InvalidObjectException
Constructs an InvalidObjectException.
InvalidParameterException - Exception in java.security
This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method.
InvalidParameterException() - Constructor for exception java.security.InvalidParameterException
Constructs an InvalidParameterException with no detail message.
InvalidParameterException(String) - Constructor for exception java.security.InvalidParameterException
Constructs an InvalidParameterException with the specified detail message.
InvalidParameterSpecException - Exception in java.security.spec
This is the exception for invalid parameter specifications.
InvalidParameterSpecException() - Constructor for exception java.security.spec.InvalidParameterSpecException
Constructs an InvalidParameterSpecException with no detail message.
InvalidParameterSpecException(String) - Constructor for exception java.security.spec.InvalidParameterSpecException
Constructs an InvalidParameterSpecException with the specified detail message.
InvalidPathnameEvent - Class in org.dvb.dsmcc
The pathname does not exist or the ServiceDomain has been detached.
InvalidPathnameEvent(DSMCCObject) - Constructor for class org.dvb.dsmcc.InvalidPathnameEvent
Create an InvalidPathnameEvent.
InvalidPathNameException - Exception in org.dvb.dsmcc
The InvalidPathNameException is thrown when the path name to a DSMCCObject does not exist or if the ServiceDomain has been detached.
InvalidPathNameException() - Constructor for exception org.dvb.dsmcc.InvalidPathNameException
Construct an InvalidPathNameException with no detail message
InvalidPathNameException(String) - Constructor for exception org.dvb.dsmcc.InvalidPathNameException
Construct an InvalidPathNameException with the specified detail message
InvalidServiceComponentException - Exception in javax.tv.service.selection
This exception is thrown when one or more service components are not valid for usage in a particular context.
InvalidServiceComponentException(Locator) - Constructor for exception javax.tv.service.selection.InvalidServiceComponentException
Constructs an InvalidServiceComponentException with no detail message.
InvalidServiceComponentException(Locator, String) - Constructor for exception javax.tv.service.selection.InvalidServiceComponentException
Constructs an InvalidServiceComponentException with the specified detail message.
InvalidSourceException - Exception in org.davic.mpeg.sections
Signals that the section source specified is not valid for some reason.
InvalidSourceException() - Constructor for exception org.davic.mpeg.sections.InvalidSourceException
Constructs an InvalidSourceException with no detail message.
InvalidSourceException(String) - Constructor for exception org.davic.mpeg.sections.InvalidSourceException
Constructs an InvalidSourceException with the specified detail message.
INVOCATION_DEFAULT - Static variable in class java.awt.event.InvocationEvent
The default id for all InvocationEvents.
INVOCATION_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting invocation events.
INVOCATION_FIRST - Static variable in class java.awt.event.InvocationEvent
Marks the first integer id for the range of invocation event ids.
INVOCATION_LAST - Static variable in class java.awt.event.InvocationEvent
Marks the last integer id for the range of invocation event ids.
InvocationEvent - Class in java.awt.event
An event which executes the run() method on a Runnable when dispatched by the AWT event dispatcher thread.
InvocationEvent(Object, Runnable) - Constructor for class java.awt.event.InvocationEvent
Constructs an InvocationEvent with the specified source which will execute the runnable's run method when dispatched.
InvocationEvent(Object, Runnable, Object, boolean) - Constructor for class java.awt.event.InvocationEvent
Constructs an InvocationEvent with the specified source which will execute the runnable's run method when dispatched.
InvocationHandler - Interface in java.lang.reflect
InvocationHandler is the interface implemented by the invocation handler of a proxy instance.
InvocationTargetException - Exception in java.lang.reflect
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.
InvocationTargetException(Throwable) - Constructor for exception java.lang.reflect.InvocationTargetException
Constructs a InvocationTargetException with a target exception.
InvocationTargetException(Throwable, String) - Constructor for exception java.lang.reflect.InvocationTargetException
Constructs a InvocationTargetException with a target exception and a detail message.
invoke(Object, Method, Object[]) - Method in interface java.lang.reflect.InvocationHandler
Processes a method invocation on a proxy instance and returns the result.
invoke(Object, Object[]) - Method in class java.lang.reflect.Method
Invokes the underlying method represented by this Method object, on the specified object with the specified parameters.
invokeAndWait(Runnable) - Static method in class java.awt.EventQueue
Causes runnable to have its run method called in the dispatch thread of the EventQueue.
invokeLater(Runnable) - Static method in class java.awt.EventQueue
Causes runnable to have its run method called in the dispatch thread of the EventQueue.
IOException - Exception in java.io
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for exception java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for exception java.io.IOException
Constructs an IOException with the specified detail message.
IP_MULTICAST_IF - Static variable in interface java.net.SocketOptions
Set which outgoing interface on which to send multicast packets.
IP_MULTICAST_IF2 - Static variable in interface java.net.SocketOptions
Same as above.
IP_MULTICAST_LOOP - Static variable in interface java.net.SocketOptions
This option enables or disables local loopback of multicast datagrams.
IP_TOS - Static variable in interface java.net.SocketOptions
This option sets the type-of-service or traffic class field in the IP header for a TCP or UDP socket.
IPA_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
IPA_EXTENSIONS - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+0250..U+02AF) as defined in ISO 10646-1(E) normative Annex A
ipadx - Variable in class java.awt.GridBagConstraints
This field specifies the internal padding of the component, how much space to add to the minimum width of the component.
ipady - Variable in class java.awt.GridBagConstraints
This field specifies the internal padding, that is, how much space to add to the minimum height of the component.
IPV4_ROUTING - Static variable in interface org.ocap.si.DescriptorTag
MHP IPV4_routing_descriptor.
IPV6_ROUTING - Static variable in interface org.ocap.si.DescriptorTag
MHP IPV6_routing_descriptor.
isAbsolute() - Method in class java.io.File
Tests whether this abstract pathname is absolute.
isAbsolute() - Method in class java.net.URI
Tells whether or not this URI is absolute.
isAbsolute() - Method in class javax.tv.util.TVTimerSpec
Checks if this specification is absolute.
isAbstract(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the abstract modifer, false otherwise.
isAccelerated() - Method in class java.awt.ImageCapabilities
Returns true if the object whose capabilities are encapsulated in this ImageCapabilities can be or is accelerated.
isAccessible() - Method in class java.lang.reflect.AccessibleObject
Get the value of the accessible flag for this object.
isACOutletPresent() - Method in class org.ocap.hardware.Host
Query whether there is an AC Outlet on the STB.
isActionKey() - Method in class java.awt.event.KeyEvent
Returns whether the key in this event is an "action" key.
isActive() - Method in class java.awt.Window
Returns whether this Window is active.
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isAlphaPremultiplied() - Method in class java.awt.image.ColorModel
Returns whether or not the alpha has been premultiplied in the pixel values to be translated by this ColorModel.
isAltDown() - Method in class java.awt.event.InputEvent
Returns whether or not the Alt modifier is down on this event.
isAltDown() - Method in class org.dvb.event.UserEvent
Returns whether or not the Alt modifier is down on this event.
isAltGraphDown() - Method in class java.awt.event.InputEvent
Returns whether or not the AltGraph modifier is down on this event.
isAncestorOf(Component) - Method in class java.awt.Container
Checks if the component is contained in the component hierarchy of this container.
isAnimated() - Method in interface org.havi.ui.HAnimateEffect
This method indicates the animation (running) state of the HAnimateEffect.
isAnimated() - Method in class org.havi.ui.HFlatEffectMatte
This method indicates the animation (running) state of the HFlatEffectMatte.
isAnimated() - Method in class org.havi.ui.HImageEffectMatte
This method indicates the animation (running) state of the HImageEffectMatte.
isAnimated() - Method in class org.havi.ui.HStaticAnimation
This method indicates the animation (running) state of the HStaticAnimation.
isAnyLocalAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress in a wildcard address.
isAnyLocalAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress in a wildcard address.
isAnyLocalAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress in a wildcard address.
isArray() - Method in class java.lang.Class
Determines if this Class object represents an array class.
isAskMediaAccessHandler() - Method in class org.ocap.media.BlockedService
Gets the action when a service is blocked.
isAssignableFrom(Class) - Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isAttached() - Method in class org.dvb.dsmcc.ServiceDomain
Return whether this service domain is in the attached or detached state.
isAudio() - Method in class org.dvb.dsmcc.DSMCCStream
This function returns a boolean indicating if the Stream Object refers to an audio stream.
isBackgroundSet() - Method in class java.awt.Component
Returns whether the background color has been explicitly set for this Component.
isBold() - Method in class java.awt.Font
Indicates whether or not this Font object's style is BOLD.
isBound() - Method in class java.net.DatagramSocket
Returns the binding state of the socket.
isBound() - Method in class java.net.ServerSocket
Returns the binding state of the ServerSocket.
isBound() - Method in class java.net.Socket
Returns the binding state of the socket.
isBoundary(int) - Method in class java.text.BreakIterator
Return true if the specified position is a boundary position.
isCertificateEntry(String) - Method in class java.security.KeyStore
Returns true if the entry identified by the given alias is a trusted certificate entry, and false otherwise.
isCharAvailable(Font, char) - Static method in class org.havi.ui.HFontCapabilities
Returns whether a specific character is available within the specified font, and can be used as defined in ISO 10646-1(E) specification by the rendering system, e.g.
isClosed() - Method in class java.net.DatagramSocket
Returns wether the socket is closed or not.
isClosed() - Method in class java.net.ServerSocket
Returns the closed state of the ServerSocket.
isClosed() - Method in class java.net.Socket
Returns the closed state of the socket.
isCompatibleWith(String) - Method in class java.lang.Package
Compare this package's specification version with a desired version.
isCompositionEnabled() - Method in class java.awt.im.InputContext
Determines whether the current input method is enabled for composition.
isConfigSupported(HBackgroundConfiguration) - Method in class org.havi.ui.HBackgroundConfigTemplate
Returns a boolean indicating whether or not the specified HBackgroundConfiguration can be used to create a background plane that supports the features set in this template.
isConfigSupported(HGraphicsConfiguration) - Method in class org.havi.ui.HGraphicsConfigTemplate
Returns a boolean indicating whether or not the specified HGraphicsConfiguration can be used to create a graphics plane that supports the features set in this template.
isConfigSupported(HVideoConfiguration) - Method in class org.havi.ui.HVideoConfigTemplate
Returns a boolean indicating whether or not the specified HVideoConfiguration can be used to create a video plane that supports the features set in this template.
isConfigurableParameter(int) - Method in interface org.ocap.ui.MultiScreenConfigurableContext
Determine if configurable parameter is supported as configurable (as opposed to fixed) by the platform implementation for some screen.
isConnected() - Method in class java.net.DatagramSocket
Returns the connection state of the socket.
isConnected() - Method in class java.net.Socket
Returns the connection state of the socket.
isConnected() - Method in class org.dvb.net.rc.ConnectionRCInterface
Check if this interface is connected.
isConsumed() - Method in class java.awt.event.InputEvent
Returns whether or not this event has been consumed.
isConsumed() - Method in class java.awt.event.InputMethodEvent
Returns whether or not this event has been consumed.
isConsumer(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Determines whether an ImageConsumer is on the list of consumers currently interested in data for this image.
isConsumer(ImageConsumer) - Method in interface java.awt.image.ImageProducer
Determines if a specified ImageConsumer object is currently registered with this ImageProducer as one of its consumers.
isConsumer(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Determines if an ImageConsumer is on the list of consumers currently interested in data for this image.
isContentProtected() - Method in interface org.ocap.hardware.device.VideoOutputSettings
Get the protection status of content on this video output port.
isControlDown() - Method in class java.awt.event.InputEvent
Returns whether or not the Control modifier is down on this event.
isControlDown() - Method in class org.dvb.event.UserEvent
Returns whether or not the Control modifier is down on this event.
isCS_sRGB() - Method in class java.awt.color.ColorSpace
Returns true if the ColorSpace is CS_sRGB.
isCursorSet() - Method in class java.awt.Component
Returns whether the cursor has been explicitly set for this Component.
isDaemon() - Method in class java.lang.Thread
Tests if this thread is a daemon thread.
isDaemon() - Method in class java.lang.ThreadGroup
Tests if this thread group is a daemon thread group.
isData() - Method in class org.dvb.dsmcc.DSMCCStream
This function returns a boolean indicating if the Stream Object refers to a data stream.
isDecimalSeparatorAlwaysShown() - Method in class java.text.DecimalFormat
Allows you to get the behavior of the decimal separator with integers.
isDecodable() - Method in interface org.ocap.dvr.OcapRecordedService
Determines if the recording has a format which can be decoded for presentation by the implementation, e.g., the bit rate, resolution, and encoding are supported.
isDecryptable() - Method in interface org.ocap.dvr.OcapRecordedService
Determines if the recording can be decrypted by the implementation on the current network.
isDefined(char) - Static method in class java.lang.Character
Determines if a character is defined in Unicode.
isDenied() - Method in interface org.ocap.media.MediaAccessAuthorization
Indicates if the pending presentation changes are denied.
isDesignTime() - Static method in class java.beans.Beans
Test if we are in design-mode.
isDestroyed() - Method in class java.lang.ThreadGroup
Tests if this thread group has been destroyed.
isDetachable() - Method in interface org.ocap.storage.DetachableStorageOption
Determines whether the device associated with this storage proxy is ready to be detached.
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isDirectory() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname is a directory.
isDirectory() - Method in class java.util.zip.ZipEntry
Returns true if this is a directory entry.
isDispatchThread() - Static method in class java.awt.EventQueue
Returns true if the calling thread is the current AWT EventQueue's dispatch thread.
isDisplayable() - Method in class java.awt.Component
Determines whether this component is displayable.
isDisplayConnected() - Method in interface org.ocap.hardware.device.VideoOutputSettings
Get the connection status of this video output port.
isDoubleBuffered() - Method in class java.awt.Component
Returns true if this component is painted to an offscreen image ("buffer") that's copied to the screen later.
isDoubleBuffered() - Method in class org.havi.ui.HComponent
Returns true if all the drawing done during the update and paint methods for this specific HComponent object is automatically double buffered.
isDoubleBuffered() - Method in class org.havi.ui.HContainer
Returns true if all the drawing done during the update and paint methods for this specific HContainer object is automatically double buffered.
isDoubleBuffered() - Method in class org.havi.ui.HScene
Returns true if all the drawing done during the update and paint methods for this specific HScene object is automatically double buffered.
isDownloading() - Method in interface javax.media.CachingControl
 
isDynamicConfigurationSupported() - Method in interface org.ocap.hardware.device.VideoOutputSettings
Determine if this video output port supports dynamic output configuration based upon input video attributes.
isEmpty() - Method in class java.awt.Rectangle
Determines whether or not this Rectangle is empty.
isEmpty() - Method in class java.util.AbstractCollection
Returns true if this collection contains no elements.
isEmpty() - Method in class java.util.AbstractMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.ArrayList
Tests if this list has no elements.
isEmpty() - Method in class java.util.BitSet
Returns true if this BitSet contains no bits that are set to true.
isEmpty() - Method in interface java.util.Collection
Returns true if this collection contains no elements.
isEmpty() - Method in class java.util.Dictionary
Tests if this dictionary maps no keys to value.
isEmpty() - Method in class java.util.HashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.HashSet
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class java.util.IdentityHashMap
Returns true if this identity hash map contains no key-value mappings.
isEmpty() - Method in class java.util.jar.Attributes
Returns true if this Map contains no attributes.
isEmpty() - Method in interface java.util.List
Returns true if this list contains no elements.
isEmpty() - Method in interface java.util.Map
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface java.util.Set
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.TreeSet
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
isEmpty() - Method in class java.util.WeakHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface org.ocap.hn.content.ContentContainer
Returns an empty indication.
isEmptyScreen(HScreen) - Method in class org.ocap.ui.MultiScreenManager
Determines if an instance of HScreen is equivalent, in terms of constraint satisfaction, to the empty HScreen.
isEmptyScreenDevice(HScreenDevice) - Method in class org.ocap.ui.MultiScreenManager
Determines if an instance of HScreenDevice is equivalent, in terms of constraint satisfaction, to the empty HScreenDevice of the specific sub-type.
isEnabled() - Method in class java.awt.Component
Determines whether this component is enabled.
isEnabled() - Method in class org.havi.ui.HComponent
Determines whether this HComponent is enabled.
isEnabled() - Method in class org.havi.ui.HToggleGroup
Determines whether the HToggleGroup is enabled.
isEnableShortcuts() - Method in class org.havi.ui.HScene
Returns the status of all short cuts that are currently set on the HScene.
isEnqueued() - Method in class java.lang.ref.Reference
Tells whether or not this reference object has been enqueued, either by the program or by the garbage collector.
isEqual(byte[], byte[]) - Static method in class java.security.MessageDigest
Compares two digests for equality.
isErrorAny() - Method in class java.awt.MediaTracker
Checks the error status of all of the images.
isErrorID(int) - Method in class java.awt.MediaTracker
Checks the error status of all of the images tracked by this media tracker with the specified identifier.
isExact() - Method in class javax.media.protocol.RateRange
 
isFile() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname is a normal file.
isFinal(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the final modifer, false otherwise.
isFocusable() - Method in class java.awt.Component
Returns whether this Component can be focused.
isFocusableWindow() - Method in class java.awt.Window
Returns whether this Window can become the focused Window, that is, whether this Window or any of its subcomponents can become the focus owner.
isFocusCycleRoot(Container) - Method in class java.awt.Component
Returns whether the specified Container is the focus cycle root of this Component's focus traversal cycle.
isFocusCycleRoot(Container) - Method in class java.awt.Container
Returns whether the specified Container is the focus cycle root of this Container's focus traversal cycle.
isFocusCycleRoot() - Method in class java.awt.Container
Returns whether this Container is the root of a focus traversal cycle.
isFocusCycleRoot() - Method in class java.awt.Window
Always returns true because all Windows must be roots of a focus traversal cycle.
isFocused() - Method in class java.awt.Window
Returns whether this Window is focused.
isFocusOwner() - Method in class java.awt.Component
Returns true if this Component is the focus owner.
isFocusTraversable() - Method in class java.awt.Component
Deprecated. As of 1.4, replaced by isFocusable().
isFocusTraversable() - Method in class org.havi.ui.HVisible
By default an HVisible component is not focus-traversable.
isFocusTraversalPolicySet() - Method in class java.awt.Container
Returns whether the focus traversal policy has been explicitly set for this Container.
isFontSet() - Method in class java.awt.Component
Returns whether the font has been explicitly set for this Component.
isForegroundSet() - Method in class java.awt.Component
Returns whether the foreground color has been explicitly set for this Component.
isFrameStateSupported(int) - Method in class java.awt.Toolkit
Returns whether Toolkit supports this state for Frames.
isFree() - Method in interface javax.tv.service.navigation.CAIdentification
Provides information concerning conditional access of this object.
isFullScreenSupported() - Method in class java.awt.GraphicsDevice
Returns true if this GraphicsDevice supports full-screen exclusive mode.
isGrouped() - Method in class org.havi.ui.HContainer
Tests whether the HContainer and its components are grouped.
isGroupingUsed() - Method in class java.text.NumberFormat
Returns true if grouping is used in this format.
isGuiAvailable() - Static method in class java.beans.Beans
Determines whether beans can assume a GUI is available.
isHeadless() - Static method in class java.awt.GraphicsEnvironment
Tests whether or not a display and some form of input device can be supported in this environment.
isHidden() - Method in class java.io.File
Tests whether the file named by this abstract pathname is a hidden file.
isIdentifierIgnorable(char) - Static method in class java.lang.Character
Determines if the specified character should be regarded as an ignorable character in a Java identifier or a Unicode identifier.
isInfinite(double) - Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude, false otherwise.
isInfinite() - Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude, false otherwise.
isInfinite(float) - Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude, false otherwise.
isInfinite() - Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude, false otherwise.
isInputShutdown() - Method in class java.net.Socket
Returns wether the read-half of the socket connection is closed.
isInstance(Object) - Method in class java.lang.Class
Determines if the specified Object is assignment-compatible with the object represented by this Class.
isInterface() - Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isInterface(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the interface modifer, false otherwise.
isInterrupted() - Method in class java.lang.Thread
Tests whether this thread has been interrupted.
isIPv4CompatibleAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is an IPv4 compatible IPv6 address.
isISOControl(char) - Static method in class java.lang.Character
Determines if the specified character is an ISO control character.
isItalic() - Method in class java.awt.Font
Indicates whether or not this Font object's style is ITALIC.
isItemSelected(int) - Method in class org.havi.ui.HListGroup
Retrieve the selection state of a particular HListElement.
isJavaIdentifierPart(char) - Static method in class java.lang.Character
Determines if the specified character may be part of a Java identifier as other than the first character.
isJavaIdentifierStart(char) - Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Java identifier.
isKeyEntry(String) - Method in class java.security.KeyStore
Returns true if the entry identified by the given alias is a key entry, and false otherwise.
isLeadingEdge() - Method in class java.awt.font.TextHitInfo
Returns true if the leading edge of the character was hit.
isLeapYear(int) - Method in class java.util.GregorianCalendar
Determines if the given year is a leap year.
isLenient() - Method in class java.text.DateFormat
Tell whether date/time parsing is to be lenient.
isLenient() - Method in class java.util.Calendar
Tell whether date/time interpretation is to be lenient.
isLetter(char) - Static method in class java.lang.Character
Determines if the specified character is a letter.
isLetterOrDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a letter or digit.
isLightweight() - Method in class java.awt.Component
A lightweight component doesn't have a native toolkit peer.
isLinkLocalAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is an link local address.
isLinkLocalAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is an link local address.
isLinkLocalAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is an link local address.
isLoaded() - Method in class org.dvb.dsmcc.DSMCCObject
Returns a boolean indicating whether or not the DSMCCObject has been loaded.
isLocal() - Method in class org.davic.net.tuning.NetworkInterface
 
isLocal() - Method in class org.ocap.hn.content.RecordingContentItem
 
isLoopbackAddress() - Method in class java.net.Inet4Address
 
isLoopbackAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is a loopback address.
isLoopbackAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is a loopback address.
isLoopThru() - Method in class org.ocap.hardware.device.AudioOutputPort
Get the current loop-thru setting of the audio device.
isLowerCase(char) - Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isManufacturerApp() - Method in class org.ocap.application.PermissionInformation
Returns true if and only if the application identified by the AppID returned by the getAppID() is a Host Device Manufacturer applications.
isMCGlobal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has global scope.
isMCGlobal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has global scope.
isMCGlobal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has global scope.
isMCLinkLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has link scope.
isMCLinkLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has link scope.
isMCLinkLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has link scope.
isMCNodeLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has node scope.
isMCNodeLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has node scope.
isMCNodeLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has node scope.
isMCOrgLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has organization scope.
isMCOrgLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has organization scope.
isMCOrgLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has organization scope.
isMCSiteLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has site scope.
isMCSiteLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has site scope.
isMCSiteLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has site scope.
isMember(Principal) - Method in interface java.security.acl.Group
Returns true if the passed principal is a member of the group.
isMetaDown() - Method in class java.awt.event.InputEvent
Returns whether or not the Meta modifier is down on this event.
isMetaDown() - Method in class org.dvb.event.UserEvent
Returns whether or not the Meta modifier is down on this event.
isMirrored(char) - Static method in class java.lang.Character
Determines whether the character is mirrored according to the Unicode specification.
isMPEGProgram() - Method in class org.dvb.dsmcc.DSMCCStream
This method will return true if the Stream(Event) BIOP message contains a tap with use field BIOP_PROGRAM_USE, otherwise it will return false.
isMulticastAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is an IP multicast address.
isMulticastAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is an IP multicast address.
isMulticastAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is an IP multicast address.
isMuted() - Method in class org.ocap.hardware.device.AudioOutputPort
Get the mute state of the audio signal associated with this host.
isMuted() - Method in class org.ocap.hardware.device.OCSound
Get the mute state of the audio signal associated with this audio clip.
isNaN(double) - Static method in class java.lang.Double
Returns true if the specified number is a Not-a-Number (NaN) value, false otherwise.
isNaN() - Method in class java.lang.Double
Returns true if this Double value is a Not-a-Number (NaN), false otherwise.
isNaN(float) - Static method in class java.lang.Float
Returns true if the specified number is a Not-a-Number (NaN) value, false otherwise.
isNaN() - Method in class java.lang.Float
Returns true if this Float value is a Not-a-Number (NaN), false otherwise.
isNative(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the native modifer, false otherwise.
isNativeMethod() - Method in class java.lang.StackTraceElement
Returns true if the method containing the execution point represented by this stack trace element is a native method.
isNegative() - Method in interface java.security.acl.AclEntry
Returns true if this is a negative ACL entry (one denying the associated principal the set of permissions in the entry), false otherwise.
isNetworkConnectionAvailable() - Method in class org.dvb.dsmcc.ServiceDomain
Return whether the network connection for this service domain is available.
isNewVersionStored() - Method in interface org.ocap.application.OcapAppAttributes
Indicates that the new version of the application indicated by hasNewVersion()==true has been stored.
ISO_639_LANGUAGE - Static variable in interface org.ocap.si.DescriptorTag
MPEG-2 ISO_639_language_descriptor.
isObjectKindKnown() - Method in class org.dvb.dsmcc.DSMCCObject
Returns a boolean indicating if the kind of the object is known.
ISOCHRONOUS_DATA - Static variable in interface org.ocap.si.StreamType
Isochronous data (Data Service Extensions for MPEG-2 Transport, STD-096-011, Rev 1.0, General Instrument).
isOnKeyRelease() - Method in class java.awt.AWTKeyStroke
Returns whether this AWTKeyStroke represents a key release.
isOpaque() - Method in class java.awt.Component
Returns true if this component is completely opaque, returns false by default.
isOpaque() - Method in class java.net.URI
Tells whether or not this URI is opaque.
isOpaque() - Method in interface org.dvb.ui.TestOpacity
Returns true if the entire area of the component as given by the getBounds method, is fully opaque.
isOpaque(HVisible) - Method in class org.havi.ui.HAnimateLook
Returns true if the entire painted area of the HVisible when using this look is fully opaque, i.e.
isOpaque() - Method in class org.havi.ui.HComponent
Returns true if the entire HComponent area, as given by the java.awt.Component#getBounds method, is fully opaque, i.e.
isOpaque() - Method in class org.havi.ui.HContainer
Returns true if the entire HContainer area, as given by the java.awt.Component#getBounds method, is fully opaque, i.e.
isOpaque(HVisible) - Method in class org.havi.ui.HGraphicLook
Returns true if the entire painted area of the HVisible when using this look is fully opaque, i.e.
isOpaque(HVisible) - Method in class org.havi.ui.HListGroupLook
Returns true if the entire painted area of the HVisible when using this look is fully opaque, i.e.
isOpaque(HVisible) - Method in interface org.havi.ui.HLook
Returns true if the entire painted area of the HVisible when using this look is fully opaque, i.e.
isOpaque(HVisible) - Method in class org.havi.ui.HMultilineEntryLook
Returns true if the entire painted area of the HVisible when using this look is fully opaque, i.e.
isOpaque(HVisible) - Method in class org.havi.ui.HRangeLook
Returns true if the entire painted area of the HVisible when using this look is fully opaque, i.e.
isOpaque() - Method in class org.havi.ui.HScene
Returns true if the entire HScene area, as given by the java.awt.Component#getBounds method, is fully opaque, i.e.
isOpaque(HVisible) - Method in class org.havi.ui.HSinglelineEntryLook
Returns true if the entire painted area of the HVisible when using this look is fully opaque, i.e.
isOpaque(HVisible) - Method in class org.havi.ui.HTextLook
Returns true if the entire painted area of the HVisible when using this look is fully opaque, i.e.
isOpaque() - Method in class org.havi.ui.HVisible
Returns true if the entire HVisible area, as given by the java.awt.Component#getBounds method, is fully opaque, i.e.
isOutputShutdown() - Method in class java.net.Socket
Returns wether the write-half of the socket connection is closed.
isOwner(Principal) - Method in interface java.security.acl.Owner
Returns true if the given principal is an owner of the ACL.
isPanAndScan() - Method in class org.dvb.media.VideoTransformation
Returns whether this video transformation represents pan and scan.
isParseIntegerOnly() - Method in class java.text.NumberFormat
Returns true if this format will parse numbers as integers only.
isPlain() - Method in class java.awt.Font
Indicates whether or not this Font object's style is PLAIN.
isPlatform() - Method in interface org.dvb.media.VideoFormatControl
Test if control over the decoder format conversions is being managed by the platform as defined by DFC_PLATFORM.
isPopupTrigger() - Method in class java.awt.event.MouseEvent
Returns whether or not this mouse event is the popup menu trigger event for the platform.
isPresent() - Method in interface org.ocap.storage.RemovableStorageOption
Returns a presence indication for the removable storage.
isPresenting() - Method in interface org.ocap.dvr.event.LightweightTriggerSession
Returns an indication of service containing stream type is presenting to outputs or display, or if it is being buffered or recorded in the background.
isPrimitive() - Method in class java.io.ObjectStreamField
Return true if this field has a primitive type.
isPrimitive() - Method in class java.lang.Class
Determines if the specified Class object represents a primitive type.
isPrivate(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the private modifer, false otherwise.
isPrivilegedCertificate(Certificate) - Method in class org.ocap.application.PermissionInformation
Verifies that an end-entity certificate used to validate and application or file is a member of the list of privileged certificates in the privileged certificate descriptor.
isProbablePrime(int) - Method in class java.math.BigInteger
Returns true if this BigInteger is probably prime, false if it's definitely composite.
isProtected(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the protected modifer, false otherwise.
isProxyClass(Class) - Static method in class java.lang.reflect.Proxy
Returns true if and only if the specified class was dynamically generated to be a proxy class using the getProxyClass method or the newProxyInstance method.
isPublic(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the public modifer, false otherwise.
isRandomAccess() - Method in interface javax.media.protocol.Positionable
 
isRandomAccess() - Method in interface javax.media.protocol.Seekable
 
isReadOnly() - Method in class java.security.PermissionCollection
Returns true if this PermissionCollection object is marked as readonly.
isReady() - Method in class org.ocap.hardware.pod.POD
This method provides a current status of the CableCARD device.
isRegular() - Method in class javax.tv.util.TVTimerSpec
Checks if this specification is regular.
isRepeat() - Method in class javax.tv.util.TVTimerSpec
Checks if this specification is repeating.
isReserved() - Method in class org.davic.net.tuning.NetworkInterface
 
isResizable() - Method in class java.awt.Frame
Indicates whether this frame is resizable by the user.
isRevoked(Certificate) - Method in class java.security.cert.CRL
Checks whether the given certificate is on this CRL.
isRoot() - Method in interface org.ocap.shared.dvr.RecordingRequest
Checks whether the recording request was a root recording request generated when the application called the RecordingManager.record(..) method.
isScreenInConfiguration(HScreen) - Method in interface org.ocap.ui.MultiScreenConfiguration
Determine if the underlying resources of a specified screen is represented by an HScreen instance included in the set of screens associated with this configuration.
isSealed() - Method in class java.lang.Package
Returns true if this package is sealed.
isSealed(URL) - Method in class java.lang.Package
Returns true if this package is sealed with respect to the specified code source url.
isSelected() - Method in class java.awt.im.InputMethodHighlight
Returns whether the text range is selected.
isSelected() - Method in class org.havi.ui.HAnimation
Indicates if this component has focus.
isSelected() - Method in class org.havi.ui.HGraphicButton
Indicates if this component has focus.
isSelected() - Method in class org.havi.ui.HIcon
Indicates if this component has focus.
isSelected() - Method in class org.havi.ui.HListGroup
Indicates if this component has focus.
isSelected() - Method in interface org.havi.ui.HNavigable
Indicates if this component has focus.
isSelected() - Method in class org.havi.ui.HRange
Indicates if this component has focus.
isSelected() - Method in class org.havi.ui.HRangeValue
Indicates if this component has focus.
isSelected() - Method in class org.havi.ui.HSinglelineEntry
Indicates if this component has focus.
isSelected() - Method in class org.havi.ui.HText
Indicates if this component has focus.
isSelected() - Method in class org.havi.ui.HTextButton
Indicates if this component has focus.
isSet(int) - Method in class java.util.Calendar
Determines if the given time field has a value set.
isShiftDown() - Method in class java.awt.event.InputEvent
Returns whether or not the Shift modifier is down on this event.
isShiftDown() - Method in class org.dvb.event.UserEvent
Returns whether or not the Shift modifier is down on this event.
isShowing() - Method in class java.awt.Component
Determines whether this component is showing on screen.
isShowing() - Method in class java.awt.Window
Checks if this Window is showing on screen.
isSiteLocalAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is a site local address.
isSiteLocalAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is a site local address.
isSiteLocalAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is a site local address.
isSourceDigital() - Method in class org.ocap.media.MediaPresentationEvent
Indicates if the pending presentation is a digital service.
isSpaceChar(char) - Static method in class java.lang.Character
Determines if the specified character is a Unicode space character.
isStartable() - Method in interface org.dvb.application.AppAttributes
This method determines whether the application is startable or not.
isStatic(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the static modifer, false otherwise.
isStorageReady() - Method in interface org.ocap.dvr.OcapRecordingRequest
Returns whether the destined MediaStorageVolume for this recording is present and ready or not.
isStream() - Method in class org.dvb.dsmcc.DSMCCObject
Returns a boolean indicating whether or not the DSMCCObject is a DSMCC Stream object.
isStreamEvent() - Method in class org.dvb.dsmcc.DSMCCObject
Returns a boolean indicating whether or not the DSMCCObject is a DSMCC StreamEvent object.
isStrict(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the strictfp modifer, false otherwise.
isSubtitlingOn() - Method in interface org.davic.media.SubtitlingLanguageControl
 
isSupported() - Method in class org.havi.ui.event.HEventRepresentation
This method returns true if the current event is supported by the platform.
isSupported(int) - Static method in class org.havi.ui.event.HKeyCapabilities
Queries whether the system keyboard can generate an event of the given type.
isSupported(int) - Static method in class org.havi.ui.event.HRcCapabilities
Queries whether the remote control can directly generate an event of the given type.
isSupportedMimeType(String) - Method in interface org.ocap.hn.RemoteMediaRendererModule
Checks to see if the mime type is supported
isSynchronized(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the synchronized modifer, false otherwise.
isTemporary() - Method in class java.awt.event.FocusEvent
Identifies the focus change event as temporary or permanent.
isTemporary() - Method in class org.havi.ui.event.HFocusEvent
Returns whether or not this focus change event is a temporary change.
isTitleCase(char) - Static method in class java.lang.Character
Determines if the specified character is a titlecase character.
isTransient(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the transient modifer, false otherwise.
isTrueVolatile() - Method in class java.awt.ImageCapabilities
Returns true if the VolatileImage described by this ImageCapabilities can lose its surfaces.
isUndecorated() - Method in class java.awt.Frame
Indicates whether this frame is undecorated.
isUnicodeIdentifierPart(char) - Static method in class java.lang.Character
Determines if the specified character may be part of a Unicode identifier as other than the first character.
isUnicodeIdentifierStart(char) - Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Unicode identifier.
isUnresolved() - Method in class java.net.InetSocketAddress
Checks wether the address has been resolved or not.
isUpperCase(char) - Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isValid() - Method in class java.awt.Component
Determines whether this component is valid.
isVideo() - Method in class org.dvb.dsmcc.DSMCCStream
This function returns a boolean indicating if the Stream Object refers to an video stream.
isVisible() - Method in class java.awt.Component
Determines whether this component should be visible when its parent is visible.
isVisible() - Method in interface org.dvb.application.AppAttributes
This method determines whether the application is marked as being visible to users.
isVisible() - Method in class org.havi.ui.HScene
Determines if the HScene (or more properly its added child components) is Visible.
isVolatile(int) - Static method in class java.lang.reflect.Modifier
Return true if the integer argument includes the volatile modifer, false otherwise.
isWhitespace(char) - Static method in class java.lang.Character
Determines if the specified character is white space according to Java.
ITALIAN - Static variable in class java.util.Locale
Useful constant for language.
ITALIC - Static variable in class java.awt.Font
The italicized style constant.
ITALY - Static variable in class java.util.Locale
Useful constant for country.
ITEM_CLEARED - Static variable in class org.havi.ui.event.HItemEvent
An item event with this id is sent from the component whenever an item is removed from the selection set of an HItemValue component.
ITEM_END_CHANGE - Static variable in class org.havi.ui.event.HItemEvent
An item event with this id indicates that the selection of an HItemValue component has been finally set.
ITEM_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting item events.
ITEM_FIRST - Static variable in class java.awt.event.ItemEvent
The first number in the range of ids used for item events.
ITEM_FIRST - Static variable in class org.havi.ui.event.HItemEvent
The first integer id in the range of event ids supported by the HItemEvent class.
ITEM_LAST - Static variable in class java.awt.event.ItemEvent
The last number in the range of ids used for item events.
ITEM_LAST - Static variable in class org.havi.ui.event.HItemEvent
The last integer id in the range of event ids supported by the HItemEvent class.
ITEM_NOT_FOUND - Static variable in class org.havi.ui.HListGroup
A constant which shall be returned from getIndex if the requested element is not found in the content.
ITEM_SELECTED - Static variable in class org.havi.ui.event.HItemEvent
An item event with this id is sent from the component whenever an item is added to the selection set of an HItemValue component.
ITEM_SELECTION_CLEARED - Static variable in class org.havi.ui.event.HItemEvent
An item event with this id is sent to or from the component whenever the entire selection set of an HItemValue component is removed.
ITEM_SET_CURRENT - Static variable in class org.havi.ui.event.HItemEvent
An item event with this id is sent to or from the component whenever the current item of an HItemValue component changes.
ITEM_SET_NEXT - Static variable in class org.havi.ui.event.HItemEvent
An item event with this id is sent to or from the component whenever the current item of an HItemValue component changes to the next item in the group.
ITEM_SET_PREVIOUS - Static variable in class org.havi.ui.event.HItemEvent
An item event with this id is sent to or from the component whenever the current item of an HItemValue component changes to the previous item in the group.
ITEM_START_CHANGE - Static variable in class org.havi.ui.event.HItemEvent
An item event with this id indicates that the selection of an HItemValue component may be about to change.
ITEM_STATE_CHANGED - Static variable in class java.awt.event.ItemEvent
This event id indicates that an item's state changed.
ITEM_TOGGLE_SELECTED - Static variable in class org.havi.ui.event.HItemEvent
An item event with this id may be sent to an HItemValue component to toggle the selection state of the currently focused item.
ITEM_VALUE_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).
ItemEvent - Class in java.awt.event
A semantic event which indicates that an item was selected or deselected.
ItemEvent(ItemSelectable, int, Object, int) - Constructor for class java.awt.event.ItemEvent
Constructs an ItemEvent object.
ItemListener - Interface in java.awt.event
The listener interface for receiving item events.
ItemSelectable - Interface in java.awt
The interface for objects which contain a set of items for which zero or more can be selected.
itemStateChanged(ItemEvent) - Method in class java.awt.AWTEventMulticaster
Handles the itemStateChanged event by invoking the itemStateChanged methods on listener-a and listener-b.
itemStateChanged(ItemEvent) - Method in interface java.awt.event.ItemListener
Invoked when an item has been selected or deselected by the user.
iterator() - Method in class java.util.AbstractCollection
Returns an iterator over the elements contained in this collection.
iterator() - Method in class java.util.AbstractList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class java.util.AbstractSequentialList
Returns an iterator over the elements in this list (in proper sequence).
iterator() - Method in interface java.util.Collection
Returns an iterator over the elements in this collection.
iterator() - Method in class java.util.HashSet
Returns an iterator over the elements in this set.
Iterator - Interface in java.util
An iterator over a collection.
iterator() - Method in interface java.util.List
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in interface java.util.Set
Returns an iterator over the elements in this set.
iterator() - Method in class java.util.TreeSet
Returns an iterator over the elements in this set.
IxcPermission - Class in javax.microedition.xlet.ixc
This class represents access to the inter-xlet communication registry.
IxcPermission(String, String) - Constructor for class javax.microedition.xlet.ixc.IxcPermission
Creates a new IxcPermission object with the specified name and actions.
IxcRegistry - Class in javax.microedition.xlet.ixc
IxcRegistry is the bootstrap mechanism for obtaining references to remote objects residing in other Xlets executing on the same machine, but in separate classloaders.
IxcRegistry - Class in org.dvb.io.ixc
This is the bootstrap mechanism for obtaining references to remote objects residing in other Xlets executing on the same MHP terminal, using a URL-like syntax.

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