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

A

ABORT - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that an image which was being tracked asynchronously was aborted before production was complete.
abort() - Method in class org.dvb.dsmcc.DSMCCObject
This method is used to abort a load in progress.
ABORTED - Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of media was aborted.
abortGrabbing() - Method in class java.awt.image.PixelGrabber
Request the PixelGrabber to abort the image fetch.
abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(int) - Static method in class java.lang.StrictMath
Returns the absolute value of an int value..
abs(long) - Static method in class java.lang.StrictMath
Returns the absolute value of a long value.
abs(float) - Static method in class java.lang.StrictMath
Returns the absolute value of a float value.
abs(double) - Static method in class java.lang.StrictMath
Returns the absolute value of a double value.
abs() - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the absolute value of this BigDecimal, and whose scale is this.scale().
abs() - Method in class java.math.BigInteger
Returns a BigInteger whose value is the absolute value of this BigInteger.
ABSTRACT - Static variable in class java.lang.reflect.Modifier
The int value representing the abstract modifier.
AbstractCollection - Class in java.util
This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.
AbstractList - Class in java.util
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array).
AbstractMap - Class in java.util
This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
AbstractMethodError - Error in java.lang
Thrown when an application tries to call an abstract method.
AbstractMethodError() - Constructor for error java.lang.AbstractMethodError
Constructs an AbstractMethodError with no detail message.
AbstractMethodError(String) - Constructor for error java.lang.AbstractMethodError
Constructs an AbstractMethodError with the specified detail message.
AbstractSequentialList - Class in java.util
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "sequential access" data store (such as a linked list).
AbstractService - Interface in org.ocap.service
The AbstractService represents a non-broadcast Service which applications can be added to and be selected as a group within a given javax.tv.service.selection.ServiceContext.
AbstractServiceType - Class in org.ocap.service
This class represents the abstract service type value.
AbstractSet - Class in java.util
This class provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface.
AC3_AUDIO - Static variable in interface org.ocap.si.DescriptorTag
SCTE AC-3_audio_descriptor.
accept(File) - Method in interface java.io.FileFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(File, String) - Method in interface java.io.FilenameFilter
Tests if a specified file should be included in a file list.
accept() - Method in class java.net.ServerSocket
Listens for a connection to be made to this socket and accepts it.
accept(Service) - Method in class javax.tv.service.navigation.LocatorFilter
Tests if the given service passes the filter.
accept(Service) - Method in class javax.tv.service.navigation.PreferenceFilter
Tests if the given service passes the filter.
accept(Service) - Method in class javax.tv.service.navigation.ServiceFilter
Tests if a particular service passes this filter.
accept(Service) - Method in class javax.tv.service.navigation.ServiceTypeFilter
Tests if the given service passes the filter.
accept(Service) - Method in class javax.tv.service.navigation.SIElementFilter
Tests if the given service passes the filter.
accept(AppID) - Method in class org.dvb.application.AppsDatabaseFilter
Test if a specified appid should be included in the Enumeration.
accept(AppID) - Method in class org.dvb.application.CurrentServiceFilter
Test if a specified appid should be included in the Enumeration.
accept(AppID) - Method in class org.dvb.application.RunningApplicationsFilter
Test if a specified appid should be included in the Enumeration.
accept(AppID) - Method in class org.ocap.application.AppFilter
Returns whether this AppFilter accepts the given AppID.
accept(AppID, AppPattern) - Method in interface org.ocap.application.AppFilterHandler
This method is called by AppFilter.accept(org.dvb.application.AppID) when it finds a matching AppPattern whose action is ASK.
accept(ContentEntry) - Method in class org.ocap.hn.content.navigation.ContentDatabaseFilter
This method is called for every ContentEntry in the database/list this filter is applied to.
accept(ContentEntry) - Method in class org.ocap.hn.content.navigation.DeviceFilter
Inherited from ContentDatabaseFilter.
accept(Object) - Method in class org.ocap.hn.PropertyFilter
Checks whether an element is accepted by this filter, the element must be either NetModule or Device.
accept(RecordingRequest) - Method in class org.ocap.shared.dvr.navigation.AppIDFilter
Tests if the given RecordingRequest passes the filter.
accept(RecordingRequest) - Method in class org.ocap.shared.dvr.navigation.OrgIDFilter
Tests if the given RecordingRequest passes the filter.
accept(RecordingRequest) - Method in class org.ocap.shared.dvr.navigation.RecordingListFilter
Tests if a particular entry passes this filter.
accept(RecordingRequest) - Method in class org.ocap.shared.dvr.navigation.RecordingStateFilter
Tests if the given RecordingRequest passes the filter.
acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
Returns a StreamConnection object that represents a server side socket connection.
ACCESS_WITHDRAWN - Static variable in class javax.tv.service.selection.PresentationTerminatedEvent
Reason code : Access to the service or some component of it has been withdrawn by the system.
ACCESS_WITHDRAWN - Static variable in exception org.ocap.shared.dvr.RecordingFailedException
Reason code : Recording did not complete successfully because access to the service or some component of it were withdrawn by the system before the scheduled completion of the recording.
ACCESS_WITHDRAWN - Static variable in class org.ocap.shared.dvr.RecordingTerminatedEvent
Reason code: Access to the service or some component of it has been withdrawn by the system.
AccessControlContext - Class in java.security
An AccessControlContext is used to make system resource access decisions based on the context it encapsulates.
AccessControlContext(ProtectionDomain[]) - Constructor for class java.security.AccessControlContext
Create an AccessControlContext with the given set of ProtectionDomains.
AccessControlContext(AccessControlContext, DomainCombiner) - Constructor for class java.security.AccessControlContext
Create a new AccessControlContext with the given AccessControlContext and DomainCombiner.
AccessControlException - Exception in java.security
This exception is thrown by the AccessController to indicate that a requested access (to a critical system resource such as the file system or the network) is denied.
AccessControlException(String) - Constructor for exception java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message.
AccessControlException(String, Permission) - Constructor for exception java.security.AccessControlException
Constructs an AccessControlException with the specified, detailed message, and the requested permission that caused the exception.
AccessController - Class in java.security
The AccessController class is used for access control operations and decisions.
AccessDeniedException - Exception in org.ocap.shared.dvr
Exception thrown when an application is blocked from operating on a RecordingRequest by security attributes associated with that RecordingRequest.
AccessDeniedException() - Constructor for exception org.ocap.shared.dvr.AccessDeniedException
Constructs a AccessDeniedException with no detail message
AccessException - Exception in java.rmi
An AccessException is thrown to indicate that the caller does not have permission to perform the action requested by the method call.
AccessException(String) - Constructor for exception java.rmi.AccessException
Constructs an AccessException with the specified detail message.
AccessException(String, Exception) - Constructor for exception java.rmi.AccessException
Constructs an AccessException with the specified detail message and nested exception.
AccessibleObject - Class in java.lang.reflect
The AccessibleObject class is the base class for Field, Method and Constructor objects.
Acl - Interface in java.security.acl
Interface representing an Access Control List (ACL).
AclEntry - Interface in java.security.acl
This is the interface used for representing one entry in an Access Control List (ACL).
AclNotFoundException - Exception in java.security.acl
This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).
AclNotFoundException() - Constructor for exception java.security.acl.AclNotFoundException
Constructs an AclNotFoundException.
acos(double) - Static method in class java.lang.Math
Returns the arc cosine of an angle, in the range of 0.0 through pi.
acos(double) - Static method in class java.lang.StrictMath
Returns the arc cosine of an angle, in the range of 0.0 through pi.
ACTION_CANCELED - Static variable in class org.ocap.hn.NetActionEvent
ACTION_CANCELED is returned by NetActionEvent.getActionStatus() when the action has been canceled.
ACTION_COMPLETED - Static variable in class org.ocap.hn.NetActionEvent
Action status for a completed action
ACTION_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting action events.
ACTION_FAILED - Static variable in class org.ocap.hn.NetActionEvent
ACTION_FAILED is returned by NetActionEvent.getActionStatus() when the action has failed.
ACTION_FIRST - Static variable in class java.awt.event.ActionEvent
The first number in the range of ids used for action events.
ACTION_LAST - Static variable in class java.awt.event.ActionEvent
The last number in the range of ids used for action events.
ACTION_NEEDS_MORE_TIME - Static variable in class org.ocap.hn.NetActionEvent
ACTION_NEEDS_MORE_TIME is returned by NetActionEvent.getActionStatus() when the action needs more time to complete.
ACTION_PERFORMED - Static variable in class java.awt.event.ActionEvent
This event id indicates that a meaningful action occured.
ACTION_STATUS_NOT_AVAILABLE - Static variable in class org.ocap.hn.NetActionEvent
ACTION_STATUS_NOT_AVAILABLE is returned by NetActionEvent.getActionStatus() when the transaction has completed successfully or failed sometime before this method was called and the implementation is no longer maintaining a status for it.
ACTIONED_FOCUSED_STATE - Static variable in interface org.havi.ui.HState
This state indicates that the widget has been actioned, and has focus.
ACTIONED_STATE - Static variable in interface org.havi.ui.HState
This state indicates that the widget has been actioned, but does not have focus.
ACTIONED_STATE_BIT - Static variable in interface org.havi.ui.HState
This state bit indicates that the widget has been actioned.
ActionEvent - Class in java.awt.event
A semantic event which indicates that a component-defined action occured.
ActionEvent(Object, int, String) - Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object.
ActionEvent(Object, int, String, int) - Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with modifier keys.
ActionEvent(Object, int, String, long, int) - Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with the specified modifier keys and timestamp.
ActionListener - Interface in java.awt.event
The listener interface for receiving action events.
actionPerformed(ActionEvent) - Method in class java.awt.AWTEventMulticaster
Handles the actionPerformed event by invoking the actionPerformed methods on listener-a and listener-b.
actionPerformed(ActionEvent) - Method in interface java.awt.event.ActionListener
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class org.havi.ui.HEventMulticaster
Handles the ActionEvent by invoking the actionPerformed methods on listener-a and listener-b.
ACTIVE_CAPTION - Static variable in class java.awt.SystemColor
The array index for the activeCaption system color.
ACTIVE_CAPTION_BORDER - Static variable in class java.awt.SystemColor
The array index for the activeCaptionBorder system color.
ACTIVE_CAPTION_TEXT - Static variable in class java.awt.SystemColor
The array index for the activeCaptionText system color.
activeCaption - Static variable in class java.awt.SystemColor
The color rendered for the window-title background of the currently active window.
activeCaptionBorder - Static variable in class java.awt.SystemColor
The color rendered for the border around the currently active window.
activeCaptionText - Static variable in class java.awt.SystemColor
The color rendered for the window-title text of the currently active window.
activeCount() - Static method in class java.lang.Thread
Returns the number of active threads in the current thread's thread group.
activeCount() - Method in class java.lang.ThreadGroup
Returns an estimate of the number of active threads in this thread group.
ActiveEvent - Interface in java.awt
An interface for events that know how to dispatch themselves.
ActiveFormatDescriptionChangedEvent - Class in org.dvb.media
Event signalling that the transmitted active format definition has changed
ActiveFormatDescriptionChangedEvent(Object, int) - Constructor for class org.dvb.media.ActiveFormatDescriptionChangedEvent
Construct the event
activeGroupCount() - Method in class java.lang.ThreadGroup
Returns an estimate of the number of active groups in this thread group.
ACTOR - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Name of an actor appearing in a video item.
ACTOR_AT_ROLE - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Role of an actor in the work.
AD - Static variable in class java.util.GregorianCalendar
Value of the ERA field indicating the common era (Anno Domini), also known as CE.
add(ComponentListener, ComponentListener) - Static method in class java.awt.AWTEventMulticaster
Adds component-listener-a with component-listener-b and returns the resulting multicast listener.
add(ContainerListener, ContainerListener) - Static method in class java.awt.AWTEventMulticaster
Adds container-listener-a with container-listener-b and returns the resulting multicast listener.
add(FocusListener, FocusListener) - Static method in class java.awt.AWTEventMulticaster
Adds focus-listener-a with focus-listener-b and returns the resulting multicast listener.
add(KeyListener, KeyListener) - Static method in class java.awt.AWTEventMulticaster
Adds key-listener-a with key-listener-b and returns the resulting multicast listener.
add(MouseListener, MouseListener) - Static method in class java.awt.AWTEventMulticaster
Adds mouse-listener-a with mouse-listener-b and returns the resulting multicast listener.
add(MouseMotionListener, MouseMotionListener) - Static method in class java.awt.AWTEventMulticaster
Adds mouse-motion-listener-a with mouse-motion-listener-b and returns the resulting multicast listener.
add(WindowListener, WindowListener) - Static method in class java.awt.AWTEventMulticaster
Adds window-listener-a with window-listener-b and returns the resulting multicast listener.
add(WindowFocusListener, WindowFocusListener) - Static method in class java.awt.AWTEventMulticaster
Adds window-focus-listener-a with window-focus-listener-b and returns the resulting multicast listener.
add(ActionListener, ActionListener) - Static method in class java.awt.AWTEventMulticaster
Adds action-listener-a with action-listener-b and returns the resulting multicast listener.
add(ItemListener, ItemListener) - Static method in class java.awt.AWTEventMulticaster
Adds item-listener-a with item-listener-b and returns the resulting multicast listener.
add(AdjustmentListener, AdjustmentListener) - Static method in class java.awt.AWTEventMulticaster
Adds adjustment-listener-a with adjustment-listener-b and returns the resulting multicast listener.
add(TextListener, TextListener) - Static method in class java.awt.AWTEventMulticaster
 
add(InputMethodListener, InputMethodListener) - Static method in class java.awt.AWTEventMulticaster
Adds input-method-listener-a with input-method-listener-b and returns the resulting multicast listener.
add(MouseWheelListener, MouseWheelListener) - Static method in class java.awt.AWTEventMulticaster
Adds mouse-wheel-listener-a with mouse-wheel-listener-b and returns the resulting multicast listener.
add(Component) - Method in class java.awt.Container
Appends the specified component to the end of this container.
add(String, Component) - Method in class java.awt.Container
Adds the specified component to this container.
add(Component, int) - Method in class java.awt.Container
Adds the specified component to this container at the given position.
add(Component, Object) - Method in class java.awt.Container
Adds the specified component to the end of this container.
add(Component, Object, int) - Method in class java.awt.Container
Adds the specified component to this container with the specified constraints at the specified index.
add(int, int) - Method in class java.awt.Rectangle
Adds a point, specified by the integer arguments newx and newy, to this Rectangle.
add(Point) - Method in class java.awt.Rectangle
Adds the specified Point to this Rectangle.
add(Rectangle) - Method in class java.awt.Rectangle
Adds a Rectangle to this Rectangle.
add(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this + val), and whose scale is max(this.scale(), val.scale()).
add(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this + val).
add(Permission) - Method in class java.security.PermissionCollection
Adds a permission object to the current collection of permission objects.
add(Permission) - Method in class java.security.Permissions
Adds a permission object to the PermissionCollection for the class the permission belongs to.
add(Object) - Method in class java.util.AbstractCollection
Ensures that this collection contains the specified element (optional operation).
add(Object) - Method in class java.util.AbstractList
Appends the specified element to the end of this List (optional operation).
add(int, Object) - Method in class java.util.AbstractList
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class java.util.AbstractSequentialList
Inserts the specified element at the specified position in this list.
add(Object) - Method in class java.util.ArrayList
Appends the specified element to the end of this list.
add(int, Object) - Method in class java.util.ArrayList
Inserts the specified element at the specified position in this list.
add(int, int) - Method in class java.util.Calendar
Date Arithmetic function.
add(Object) - Method in interface java.util.Collection
Ensures that this collection contains the specified element (optional operation).
add(int, int) - Method in class java.util.GregorianCalendar
Adds the specified (signed) amount of time to the given time field, based on the calendar's rules.
add(Object) - Method in class java.util.HashSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class java.util.LinkedList
Appends the specified element to the end of this list.
add(int, Object) - Method in class java.util.LinkedList
Inserts the specified element at the specified position in this list.
add(Object) - Method in interface java.util.List
Appends the specified element to the end of this list (optional operation).
add(int, Object) - Method in interface java.util.List
Inserts the specified element at the specified position in this list (optional operation).
add(Object) - Method in interface java.util.ListIterator
Inserts the specified element into the list (optional operation).
add(Object) - Method in interface java.util.Set
Adds the specified element to this set if it is not already present (optional operation).
add(Object) - Method in class java.util.TreeSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class java.util.Vector
Appends the specified element to the end of this Vector.
add(int, Object) - Method in class java.util.Vector
Inserts the specified element at the specified position in this Vector.
add(Locator) - Method in interface javax.tv.media.MediaSelectControl
Adds a service component (for example, subtitles) to the presentation.
ADD - Static variable in class javax.tv.service.SIChangeType
SIChangeType indicating that an SIElement has been added.
add(String) - Method in class org.dvb.user.Preference
Adds a new value for this preference.
add(String[]) - Method in class org.dvb.user.Preference
Adds several new values for this preferences.
add(int, String) - Method in class org.dvb.user.Preference
Adds a new value for this preference.
add(HBackgroundImageListener, HBackgroundImageListener) - Static method in class org.havi.ui.HEventMulticaster
Adds HBackgroundImageListener-a with HBackgroundImageListener-b and returns the resulting multicast listener.
add(WindowListener, WindowListener) - Static method in class org.havi.ui.HEventMulticaster
Adds WindowListener-a with WindowListener-b and returns the resulting multicast listener.
add(HScreenConfigurationListener, HScreenConfigurationListener) - Static method in class org.havi.ui.HEventMulticaster
Adds HScreenConfigurationListener-a with HScreenConfigurationListener-b and returns the resulting multicast listener.
add(HScreenConfigurationListener, HScreenConfigurationListener, HScreenConfigTemplate) - Static method in class org.havi.ui.HEventMulticaster
Adds HScreenConfigurationListener-a with HScreenConfigurationListener-b, which is notified when the HScreenDevice's configuration is modified so that it is no longer compatible with the HScreenConfigTemplate tb.
add(HScreenLocationModifiedListener, HScreenLocationModifiedListener) - Static method in class org.havi.ui.HEventMulticaster
Adds HScreenLocationModifiedListener-a with HScreenLocationModifiedListener-b and returns the resulting multicast listener.
add(HTextListener, HTextListener) - Static method in class org.havi.ui.HEventMulticaster
Adds HTextListener-a with HTextListener-b and returns the resulting multicast listener.
add(HItemListener, HItemListener) - Static method in class org.havi.ui.HEventMulticaster
Adds HItemListener-a with HItemListener-b and returns the resulting multicast listener.
add(HFocusListener, HFocusListener) - Static method in class org.havi.ui.HEventMulticaster
Adds HFocusListener-a with HFocusListener-b and returns the resulting multicast listener.
add(HAdjustmentListener, HAdjustmentListener) - Static method in class org.havi.ui.HEventMulticaster
Adds HAdjustmentListener-a with HAdjustmentListener-b and returns the resulting multicast listener.
add(HActionListener, HActionListener) - Static method in class org.havi.ui.HEventMulticaster
Adds HActionListener-a with HActionListener-b and returns the resulting multicast listener.
add(HKeyListener, HKeyListener) - Static method in class org.havi.ui.HEventMulticaster
Adds HKeyListener-a with HKeyListener-b and returns the resulting multicast listener.
add(ResourceStatusListener, ResourceStatusListener) - Static method in class org.havi.ui.HEventMulticaster
Adds ResourceStatusListener-a with listener-b and returns the resulting multicast listener.
add(AppPattern) - Method in class org.ocap.application.AppFilter
Adds an AppPattern to this AppFilter.
ADD_INDEX_END - Static variable in class org.havi.ui.HListGroup
A constant for use with addItem and addItems which specifies that the new items shall be appended to the end of the list.
addAdjustmentListener(AdjustmentListener) - Method in interface java.awt.Adjustable
Adds a listener to receive adjustment events when the value of the adjustable object changes.
addAdjustmentListener(HAdjustmentListener) - Method in interface org.havi.ui.HAdjustmentValue
Adds the specified HAdjustmentListener to receive HAdjustmentEvents sent from this object.
addAdjustmentListener(HAdjustmentListener) - Method in class org.havi.ui.HRangeValue
Adds the specified HAdjustmentListener to receive HAdjustmentEvents sent from this object.
addAfter(Component, Component) - Method in interface org.havi.ui.HComponentOrdering
Adds a java.awt.Component to this HComponentOrdering directly behind a previously added java.awt.Component.
addAfter(Component, Component) - Method in class org.havi.ui.HContainer
Adds a java.awt.Component to this HContainer directly behind a previously added java.awt.Component.
addAfter(Component, Component) - Method in class org.havi.ui.HScene
Adds a java.awt.Component to this HScene directly behind a previously added java.awt.Component.
addAll(Collection) - Method in class java.util.AbstractCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(int, Collection) - Method in class java.util.AbstractList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(int, Collection) - Method in class java.util.AbstractSequentialList
Inserts all of the elements in in the specified collection into this list at the specified position.
addAll(Collection) - Method in class java.util.ArrayList
Appends all of the elements in the specified Collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection) - Method in class java.util.ArrayList
Inserts all of the elements in the specified Collection into this list, starting at the specified position.
addAll(Collection) - Method in interface java.util.Collection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection) - Method in class java.util.LinkedList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection) - Method in class java.util.LinkedList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(Collection) - Method in interface java.util.List
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(int, Collection) - Method in interface java.util.List
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection) - Method in interface java.util.Set
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAll(Collection) - Method in class java.util.TreeSet
Adds all of the elements in the specified collection to this set.
addAll(Collection) - Method in class java.util.Vector
Appends all of the elements in the specified Collection to the end of this Vector, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection) - Method in class java.util.Vector
Inserts all of the elements in in the specified Collection into this Vector at the specified position.
addAllArrowKeys() - Method in class org.dvb.event.UserEventRepository
Adds the key codes for the arrow keys (VK_LEFT, VK_RIGHT, VK_UP, VK_DOWN).
addAllArrowKeys() - Method in class org.havi.ui.event.HEventGroup
Adds the key codes for the arrow keys (VK_LEFT, VK_RIGHT, VK_UP, VK_DOWN).
addAllColourKeys() - Method in class org.dvb.event.UserEventRepository
Adds the key codes for the colour keys (VK_COLORED_KEY_0, VK_COLORED_KEY_1, VK_COLORED_KEY_2, VK_COLORED_KEY_3).
addAllColourKeys() - Method in class org.havi.ui.event.HEventGroup
Adds the key codes for the colour keys (VK_COLORED_KEY_0, VK_COLORED_KEY_1, VK_COLORED_KEY_2, VK_COLORED_KEY_3).
addAllNumericKeys() - Method in class org.dvb.event.UserEventRepository
Adds the key codes for the numeric keys (VK_0, VK_1, VK_2, VK_3, VK_4, VK_5, VK_6, VK_7, VK_8, VK_9).
addAllNumericKeys() - Method in class org.havi.ui.event.HEventGroup
Adds the key codes for the numeric keys (VK_0, VK_1, VK_2, VK_3, VK_4, VK_5, VK_6, VK_7, VK_8, VK_9).
addAppData(int, byte[]) - Method in class org.ocap.hn.content.RecordingContentItem
 
addAppData(String, Serializable) - Method in interface org.ocap.shared.dvr.RecordingRequest
Add application specific private data.
addAppStateChangeEventListener(AppStateChangeEventListener) - Method in interface org.dvb.application.AppProxy
Add a listener to the application proxy so that an application can be informed if the application changes state.
addAttribute(AttributedCharacterIterator.Attribute, Object) - Method in class java.text.AttributedString
Adds an attribute to the entire string.
addAttribute(AttributedCharacterIterator.Attribute, Object, int, int) - Method in class java.text.AttributedString
Adds an attribute to a subrange of the string.
addAttributes(Map, int, int) - Method in class java.text.AttributedString
Adds a set of attributes to a subrange of the string.
addAudioOutput(AudioOutputPort) - Method in class org.ocap.hardware.device.OCSound
Add an AudioOutputPort to the set of audio output ports where this clip will be played.
addAudioSources(HScreenDevice[], boolean) - Method in interface org.ocap.ui.MultiScreenConfigurableContext
Add audio source(s) for this screen.
addAvailableStorageListener(AvailableStorageListener, int) - Method in class org.ocap.storage.StorageManager
Adds a listener for high water mark reached in available persistent storage indicated by the dvb.persistent.root property.
addAWTEventListener(AWTEventListener, long) - Method in class java.awt.Toolkit
Adds an AWTEventListener to receive all AWTEvents dispatched system-wide that conform to the given eventMask.
addBefore(Component, Component) - Method in interface org.havi.ui.HComponentOrdering
Adds a java.awt.Component to this HComponentOrdering directly in front of a previously added java.awt.Component.
addBefore(Component, Component) - Method in class org.havi.ui.HContainer
Adds a java.awt.Component to this HContainer directly in front of a previously added java.awt.Component.
addBefore(Component, Component) - Method in class org.havi.ui.HScene
Adds a java.awt.Component to this HScene directly in front of a previously added java.awt.Component.
addCertificate(Certificate) - Method in class java.security.Identity
Deprecated. Adds a certificate for this identity.
addClosedCaptioningListener(ClosedCaptioningListener) - Method in interface org.ocap.media.ClosedCaptioningControl
Add a listener to notify a closed-captioning state change.
addComponentListener(ComponentListener) - Method in class java.awt.Component
Adds the specified component listener to receive component events from this component.
addConnectionListener(ConnectionListener) - Method in class org.dvb.net.rc.ConnectionRCInterface
Add a listener for events related to connections of this interface.
addConsumer(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image.
addConsumer(ImageConsumer) - Method in interface java.awt.image.ImageProducer
Registers an ImageConsumer with the ImageProducer for access to the image data during a later reconstruction of the Image.
addConsumer(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image.
addContainerListener(ContainerListener) - Method in class java.awt.Container
Adds the specified container listener to receive container events from this container.
addContentEntry(ContentEntry) - Method in interface org.ocap.hn.content.ContentContainer
Adds a ContentEntry to this ContentContainer.
addContentListListener(ContentListListener) - Method in interface org.ocap.hn.content.navigation.ContentList
Adds a ContentListListener to this ContentList.
addController(Controller) - Method in interface javax.media.Player
 
addControllerListener(ControllerListener) - Method in interface javax.media.Controller
 
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addEntry(Principal, AclEntry) - Method in interface java.security.acl.Acl
Adds an ACL entry to this ACL.
addExclusiveAccessToAWTEvent(ResourceClient, UserEventRepository) - Method in class org.dvb.event.EventManager
An application should use this method to express its intend to have exclusive access to some events, but for these events to be received through the java.awt mechanism.
addFirst(Object) - Method in class java.util.LinkedList
Inserts the given element at the beginning of this list.
addFocusListener(FocusListener) - Method in class java.awt.Component
Adds the specified focus listener to receive focus events from this component when this component gains input focus.
addFreeSpaceListener(FreeSpaceListener, int) - Method in interface org.ocap.dvr.storage.MediaStorageVolume
Adds a listener that is notified when available free space is less than a specified level.
addGainChangeListener(GainChangeListener) - Method in interface javax.media.GainControl
 
addHActionListener(HActionListener) - Method in interface org.havi.ui.HActionable
Adds the specified HActionListener to receive HActionEvent events sent from this HActionable.
addHActionListener(HActionListener) - Method in class org.havi.ui.HGraphicButton
Adds the specified HActionListener to receive HActionEvent events sent from this HGraphicButton.
addHActionListener(HActionListener) - Method in class org.havi.ui.HTextButton
Adds the specified HActionListener to receive HActionEvent events sent from this HTextButton.
addHandshakeCompletedListener(HandshakeCompletedListener) - Method in class javax.net.ssl.SSLSocket
Registers an event listener to receive notifications that an SSL handshake has completed on this connection.
addHFocusListener(HFocusListener) - Method in class org.havi.ui.HAnimation
Adds the specified HFocusListener to receive HFocusEvent events sent from this HNavigable: If the listener has already been added further calls will add further references to the listener, which will then receive multiple copies of a single event.
addHFocusListener(HFocusListener) - Method in class org.havi.ui.HGraphicButton
Adds the specified HFocusListener to receive HFocusEvent events sent from this HNavigable: If the listener has already been added further calls will add further references to the listener, which will then receive multiple copies of a single event.
addHFocusListener(HFocusListener) - Method in class org.havi.ui.HIcon
Adds the specified HFocusListener to receive HFocusEvent events sent from this HNavigable: If the listener has already been added further calls will add further references to the listener, which will then receive multiple copies of a single event.
addHFocusListener(HFocusListener) - Method in class org.havi.ui.HListGroup
Adds the specified HFocusListener to receive HFocusEvent events sent from this HNavigable: If the listener has already been added further calls will add further references to the listener, which will then receive multiple copies of a single event.
addHFocusListener(HFocusListener) - Method in interface org.havi.ui.HNavigable
Adds the specified HFocusListener to receive HFocusEvent events sent from this HNavigable: If the listener has already been added further calls will add further references to the listener, which will then receive multiple copies of a single event.
addHFocusListener(HFocusListener) - Method in class org.havi.ui.HRange
Adds the specified HFocusListener to receive HFocusEvent events sent from this HNavigable: If the listener has already been added further calls will add further references to the listener, which will then receive multiple copies of a single event.
addHFocusListener(HFocusListener) - Method in class org.havi.ui.HRangeValue
Adds the specified HFocusListener to receive HFocusEvent events sent from this HNavigable: If the listener has already been added further calls will add further references to the listener, which will then receive multiple copies of a single event.
addHFocusListener(HFocusListener) - Method in class org.havi.ui.HSinglelineEntry
Adds the specified HFocusListener to receive HFocusEvent events sent from this HNavigable: If the listener has already been added further calls will add further references to the listener, which will then receive multiple copies of a single event.
addHFocusListener(HFocusListener) - Method in class org.havi.ui.HText
Adds the specified HFocusListener to receive HFocusEvent events sent from this HNavigable: If the listener has already been added further calls will add further references to the listener, which will then receive multiple copies of a single event.
addHFocusListener(HFocusListener) - Method in class org.havi.ui.HTextButton
Adds the specified HFocusListener to receive HFocusEvent events sent from this HNavigable: If the listener has already been added further calls will add further references to the listener, which will then receive multiple copies of a single event.
addHKeyListener(HKeyListener) - Method in class org.havi.ui.HSinglelineEntry
Adds the specified HKeyListener to receive HKeyEvent events sent from this HTextValue: If the listener has already been added further calls will add further references to the listener, which will then receive multiple copies of a single event.
addHKeyListener(HKeyListener) - Method in interface org.havi.ui.HTextValue
Adds the specified HKeyListener to receive HKeyEvent events sent from this HTextValue: If the listener has already been added further calls will add further references to the listener, which will then receive multiple copies of a single event.
addHTextListener(HTextListener) - Method in class org.havi.ui.HSinglelineEntry
Adds the specified HTextListener to receive HTextEvent events sent from this HTextValue: If the listener has already been added further calls will add further references to the listener, which will then receive multiple copies of a single event.
addHTextListener(HTextListener) - Method in interface org.havi.ui.HTextValue
Adds the specified HTextListener to receive HTextEvent events sent from this HTextValue: If the listener has already been added further calls will add further references to the listener, which will then receive multiple copies of a single event.
addIdentity(Identity) - Method in class java.security.IdentityScope
Deprecated. Adds an identity to this identity scope.
addImage(Image, int) - Method in class java.awt.MediaTracker
Adds an image to the list of images being tracked by this media tracker.
addImage(Image, int, int, int) - Method in class java.awt.MediaTracker
Adds a scaled image to the list of images being tracked by this media tracker.
addInBandChangeListener(TableChangeListener, Locator) - Method in class org.ocap.si.ProgramAssociationTableManager
Add a TableChangeListener object that will be notified when the inband PAT for the channel (transport stream) identified by the Locator parameter changes.
addInBandChangeListener(TableChangeListener, Locator) - Method in class org.ocap.si.ProgramMapTableManager
Add a TableChangeListener object that will be notified when the inband PMT changes.
addInputMethodListener(InputMethodListener) - Method in class java.awt.Component
Adds the specified input method listener to receive input method events from this component.
addItem(HListElement, int) - Method in class org.havi.ui.HListGroup
Add an item to this HListGroup.
addItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
Adds a listener to receive item events when the state of an item is changed by the user.
addItemListener(HItemListener) - Method in interface org.havi.ui.HItemValue
Adds the specified HItemListener to receive HItemEvents sent from this object.
addItemListener(HItemListener) - Method in class org.havi.ui.HListGroup
Adds the specified HItemListener to receive HItemEvents sent from this object.
addItems(HListElement[], int) - Method in class org.havi.ui.HListGroup
Add an array of items to this HListGroup.
addKey(int) - Method in class org.dvb.event.UserEventRepository
Adds the specified keycode to the repository.
addKey(int) - Method in class org.havi.ui.event.HEventGroup
A shortcut to create a new key event type entry in the group.
addKeyEventDispatcher(KeyEventDispatcher) - Method in class java.awt.KeyboardFocusManager
Adds a KeyEventDispatcher to this KeyboardFocusManager's dispatcher chain.
addKeyEventPostProcessor(KeyEventPostProcessor) - Method in class java.awt.KeyboardFocusManager
Adds a KeyEventPostProcessor to this KeyboardFocusManager's post- processor chain.
addKeyListener(KeyListener) - Method in class java.awt.Component
Adds the specified key listener to receive key events from this component.
addLast(Object) - Method in class java.util.LinkedList
Appends the given element to the end of this list.
addLayoutComponent(Component, Object) - Method in class java.awt.BorderLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component) - Method in class java.awt.BorderLayout
Deprecated. replaced by addLayoutComponent(Component, Object).
addLayoutComponent(Component, Object) - Method in class java.awt.CardLayout
Adds the specified component to this card layout's internal table of names.
addLayoutComponent(String, Component) - Method in class java.awt.CardLayout
Deprecated. replaced by addLayoutComponent(Component, Object).
addLayoutComponent(String, Component) - Method in class java.awt.FlowLayout
Adds the specified component to the layout.
addLayoutComponent(String, Component) - Method in class java.awt.GridBagLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(Component, Object) - Method in class java.awt.GridBagLayout
Adds the specified component to the layout, using the specified constraints object.
addLayoutComponent(String, Component) - Method in class java.awt.GridLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component) - Method in interface java.awt.LayoutManager
If the layout manager uses a per-component string, adds the component comp to the layout, associating it with the string specified by name.
addLayoutComponent(Component, Object) - Method in interface java.awt.LayoutManager2
Adds the specified component to the layout, using the specified constraint object.
addListener(ProgramScheduleListener) - Method in interface javax.tv.service.guide.ProgramSchedule
Registers a ProgramScheduleListener to be notified of changes to program events on this ProgramSchedule.
addListener(ServiceContextListener) - Method in interface javax.tv.service.selection.ServiceContext
Subscribes a listener to receive events related to this ServiceContext.
addListener(AppsDatabaseEventListener) - Method in class org.dvb.application.AppsDatabase
Add a listener to the database so that an application can be informed if the database changes.
addListener(VideoOutputPortListener) - Method in interface org.ocap.hardware.device.VideoOutputSettings
Add the given listener to monitor this video output port for status changes.
addListener(EASListener) - Method in class org.ocap.system.EASManager
Adds a listener for EAS events.
addMediaSelectListener(MediaSelectListener) - Method in interface javax.tv.media.MediaSelectControl
Subscribes the specified MediaSelectListener to receive events related to media selection on this Player.
addMember(Principal) - Method in interface java.security.acl.Group
Adds the specified member to the group.
addMetadata(String, Object) - Method in interface org.ocap.hn.content.MetadataNode
Adds a new metadata entry to this MetadataNode.
addMouseListener(MouseListener) - Method in class java.awt.Component
Adds the specified mouse listener to receive mouse events from this component.
addMouseMotionListener(MouseMotionListener) - Method in class java.awt.Component
Adds the specified mouse motion listener to receive mouse motion events from this component.
addMouseWheelListener(MouseWheelListener) - Method in class java.awt.Component
Adds the specified mouse wheel listener to receive mouse wheel events from this component.
addMultiScreenConfigurationListener(MultiScreenConfigurationListener) - Method in interface org.ocap.ui.MultiScreenContext
Add a listener to be notified upon the occurence of multiscreen configuration events that apply to this screen in the case it is a display screen.
addMultiScreenConfigurationListener(MultiScreenConfigurationListener) - Method in class org.ocap.ui.MultiScreenManager
Add a listener to be notified upon the occurence of multiscreen configuration events.
addNetModuleEventListener(NetModuleEventListener) - Method in class org.ocap.hn.NetManager
Adds a NetModule event listener to NetManager.
addNetModuleEventListener(NetModuleEventListener) - Method in interface org.ocap.hn.NetModule
Adds a NetModuleEventListener instance to this NetModule.
addNetworkChangeListener(NetworkChangeListener) - Method in interface javax.tv.service.transport.NetworkCollection
Registers a NetworkChangeListener to be notified of changes to a Network that is part of this NetworkCollection.
addNetworkInterfaceListener(NetworkInterfaceListener) - Method in class org.davic.net.tuning.NetworkInterface
Adds a listener for network interface events
addNewContentContainer(String, ContentContainer, ExtendedFileAccessPermissions) - Method in class org.ocap.hn.content.ContentDatabase
Adds a new empty local ContentContainer to this database.
addNotify() - Method in class java.awt.Component
Makes this Component displayable by connecting it to a native screen resource.
addNPTListener(NPTListener) - Method in class org.dvb.dsmcc.DSMCCStream
Add a listener to NPT events on the DSMCCStream object.
addObjectChangeEventListener(ObjectChangeEventListener) - Method in class org.dvb.dsmcc.DSMCCObject
Subscribes an ObjectChangeEventListener to receive notifications of version changes of DSMCCObject.
addObserver(Observer) - Method in class java.util.Observable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addOnScreenLocationModifiedListener(HScreenLocationModifiedListener) - Method in class org.havi.ui.HVideoComponent
Register a listener to determine if the Component's on-screen location is modified - irrespective of its relative location to its parent Container.
addOutOfBandChangeListener(TableChangeListener) - Method in class org.ocap.si.ProgramAssociationTableManager
Add a TableChangeListener object that will be notified when the out-of-band PAT changes.
addOutOfBandChangeListener(TableChangeListener, int) - Method in class org.ocap.si.ProgramMapTableManager
Add a TableChangeListener object that will be notified when the out-of-band PMT changes.
addOutputPorts(VideoOutputPort[], boolean) - Method in interface org.ocap.ui.MultiScreenConfigurableContext
Add video output port(s) to which screen is mapped.
addOutputResolution(VideoResolution, FixedVideoOutputConfiguration) - Method in class org.ocap.hardware.device.DynamicVideoOutputConfiguration
Add a desired input video resolution to output video resolution mapping.
addOwner(Principal, Principal) - Method in interface java.security.acl.Owner
Adds an owner.
addPermission(Permission) - Method in interface java.security.acl.AclEntry
Adds the specified permission to this ACL entry.
addPlayerScreenDevices(Player, HScreenDevice[]) - Method in class org.ocap.ui.MultiScreenManager
Add screen device(s) to a media player.
addPoint(int, int) - Method in class java.awt.Polygon
Appends the specified coordinates to this Polygon.
addPowerModeChangeListener(PowerModeChangeListener) - Method in class org.ocap.hardware.Host
Adds the PowerModeChangeListener to be called (PowerModeChangeListener.powerModeChanged(int) when the power mode of the box changes (for example when the user presses the Power button).
addProperty(String, String) - Method in class org.ocap.hn.PropertyFilter
Adds a (key,value) pair to the filter.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.Component
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.awt.KeyboardFocusManager
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class java.beans.PropertyChangeSupport
Add a PropertyChangeListener to the listener list.
addProvider(Provider) - Static method in class java.security.Security
Adds a provider to the next position available.
addRecordingAlertListener(RecordingAlertListener) - Method in class org.ocap.dvr.OcapRecordingManager
Adds an event listener for receiving events corresponding to a transition from a pending state to an in-progress state or a failed state.
addRecordingAlertListener(RecordingAlertListener, long) - Method in class org.ocap.dvr.OcapRecordingManager
Adds an event listener for receiving events corresponding to a transition from a pending state to an in-progress state or a failed state.
addRecordingChangedListener(RecordingChangedListener) - Method in class org.ocap.shared.dvr.RecordingManager
Adds an event listener for changes in status of recording requests.
addRecordingPlaybackListener(RecordingPlaybackListener) - Method in class org.ocap.dvr.OcapRecordingManager
Adds an event listener for receiving events corresponding to a recording playback start.
addRequestProperty(String, String) - Method in class java.net.URLConnection
Adds a general request property specified by a key-value pair.
addResourceStatusEventListener(ResourceStatusListener) - Method in class org.davic.mpeg.sections.SectionFilterGroup
Specifies an object to be notified of changes in the status of resources related to a SectionFilterGroup object.
addResourceStatusEventListener(ResourceStatusListener) - Method in class org.davic.net.tuning.NetworkInterfaceManager
Registers a resource status listener to receive resource status events
addResourceStatusEventListener(ResourceStatusListener) - Method in interface org.davic.resources.ResourceServer
This method informs a resource server that a particular object should be informed of changes in the state of the resources managed by that server.
addResourceStatusEventListener(ResourceStatusListener) - Method in class org.dvb.event.EventManager
Adds the specified resource status listener so that an application can be aware of any changes regarding exclusive access to some events.
addResourceStatusEventListener(ResourceStatusListener) - Method in class org.dvb.net.rc.RCInterfaceManager
This method informs a resource server that a particular object should be informed of changes in the state of the resources managed by that server.
addResourceStatusEventListener(ResourceStatusListener) - Method in class org.havi.ui.HScreenDevice
Register a listener for events about changes in the state of the ownership of this device.
addResourceStatusEventListener(ResourceStatusListener) - Method in class org.ocap.media.VBIFilterGroup
Add a listener object to be notified of changes in the status of resources related to VBI filters.
addResourceStatusListener(ResourceStatusListener) - Method in class org.ocap.ui.MultiScreenManager
Add resource status listener.
addScreenConfigurationListener(HScreenConfigurationListener) - Method in class org.havi.ui.HScreenDevice
Add an HScreenConfigurationListener to this device, which is notified whenever the device's configuration is modified.
addScreenConfigurationListener(HScreenConfigurationListener, HScreenConfigTemplate) - Method in class org.havi.ui.HScreenDevice
Add an HScreenConfigurationListener to this device, which is notified when the device's configuration is further modified so that it is no longer compatible with the specified HScreenConfigTemplate.
addScreenContextListener(MultiScreenContextListener) - Method in interface org.ocap.ui.MultiScreenContext
Add screen context listener.
addSectionFilterListener(SectionFilterListener) - Method in class org.davic.mpeg.sections.SectionFilter
Specifies an object to be notified of events relating to this SectionFilter object.
addServiceComponentChangeListener(ServiceComponentChangeListener) - Method in interface javax.tv.service.navigation.ServiceDetails
Registers a ServiceComponentChangeListener to be notified of changes to a ServiceComponent that is part of this ServiceDetails.
addServiceContexts(ServiceContext[], boolean) - Method in interface org.ocap.ui.MultiScreenConfigurableContext
Add service context(s) to this screen.
addServiceDetailsChangeListener(ServiceDetailsChangeListener) - Method in interface javax.tv.service.transport.Transport
Registers a ServiceDetailsChangeListener to be notified of changes to ServiceDetails that are carried on this Transport.
addShortcut(int, HActionable) - Method in class org.havi.ui.HScene
Adds a shortcut key to action the specified HActionable.
addShutdownHook(Thread) - Method in class java.lang.Runtime
Registers a new virtual-machine shutdown hook.
addStorageManagerListener(StorageManagerListener) - Method in class org.ocap.storage.StorageManager
Adds a listener to receive StorageManagerEvents when a storage proxy is added, removed or changes state.
addSubtitleListener(SubtitleListener) - Method in interface org.dvb.media.SubtitlingEventControl
Add a listener for subtitle events
addTextOverflowListener(TextOverflowListener) - Method in class org.dvb.ui.DVBTextLayoutManager
Register a TextOverflowListener that will be notified if the text string does not fit in the component when rendering.
addTimeShiftListener(TimeShiftListener) - Method in interface org.ocap.dvr.TimeShiftProperties
Adds a listener for time-shift events related to this TimeShiftProperties.
addTransportStreamChangeListener(TransportStreamChangeListener) - Method in interface javax.tv.service.transport.TransportStreamCollection
Registers a TransportStreamChangeListener to be notified of changes to a TransportStream that is part of this TransportStreamCollection.
addTVTimerWentOffListener(TVTimerWentOffListener) - Method in class javax.tv.util.TVTimerSpec
Registers a listener with this timer specification.
addUserEvent(UserEvent) - Method in class org.dvb.event.UserEventRepository
Adds the given user event to the repository.
addUserEventListener(UserEventListener, ResourceClient, UserEventRepository) - Method in class org.dvb.event.EventManager
Adds the specified listener to receive events coming from the user in an exclusive manner.
addUserEventListener(UserEventListener, UserEventRepository) - Method in class org.dvb.event.EventManager
Adds the specified listener to receive events coming from the user.
addUserPreferenceChangeListener(UserPreferenceChangeListener) - Method in class org.dvb.user.UserPreferenceManager
Adds a listener for changes in user preferences as held in the MHP terminal.
addVBIFilterListener(VBIFilterListener) - Method in interface org.ocap.media.VBIFilter
Add a new VBIFilterListener instance to this VBI filter.
addVetoableChangeListener(VetoableChangeListener) - Method in class java.awt.KeyboardFocusManager
Adds a VetoableChangeListener to the listener list.
addVetoableChangeListener(VetoableChangeListener) - Method in class java.beans.VetoableChangeSupport
Add a VetoableListener to the listener list.
addVideoFormatListener(VideoFormatListener) - Method in interface org.dvb.media.VideoFormatControl
Add a listener for VideoFormatChangedEvents
addWindowFocusListener(WindowFocusListener) - Method in class java.awt.Window
Adds the specified window focus listener to receive window events from this window.
addWindowListener(WindowListener) - Method in class java.awt.Window
Adds the specified window listener to receive window events from this window.
addWindowListener(WindowListener) - Method in class org.havi.ui.HScene
Add a listener to receive any java.awt.event.WindowEvents sent from this HScene.
ADJUST_BUTTON_LESS - Static variable in interface org.havi.ui.HAdjustableLook
A constant which may be returned from the hitTest method to indicate that the pointer was clicked in an adjustment area which indicates that the orientable value should be decremented by one unit.
ADJUST_BUTTON_MORE - Static variable in interface org.havi.ui.HAdjustableLook
A constant which may be returned from the hitTest method to indicate that the pointer was clicked in an adjustment area which indicates that the orientable value should be incremented by one unit.
ADJUST_END_CHANGE - Static variable in class org.havi.ui.event.HAdjustmentEvent
An adjustment event with this id indicates that the value of an HAdjustmentValue component has been finally set.
ADJUST_FIRST - Static variable in class org.havi.ui.event.HAdjustmentEvent
The first integer id in the range of event ids supported by the HAdjustmentEvent class.
ADJUST_LAST - Static variable in class org.havi.ui.event.HAdjustmentEvent
The last integer id in the range of event ids supported by the HAdjustmentEvent class.
ADJUST_LESS - Static variable in class org.havi.ui.event.HAdjustmentEvent
An adjustment event with this id is sent whenever the value of an HAdjustmentValue component is decreased by one unit.
ADJUST_MORE - Static variable in class org.havi.ui.event.HAdjustmentEvent
An adjustment event with this id is sent whenever the value of an HAdjustmentValue component is increased by one unit.
ADJUST_NONE - Static variable in interface org.havi.ui.HAdjustableLook
A constant which may be returned from the hitTest method to indicate that the pointer was not clicked over an active adjustment area.
ADJUST_PAGE_LESS - Static variable in class org.havi.ui.event.HAdjustmentEvent
An adjustment event with this id is sent whenever the value of an HAdjustmentValue component is decreased by one block.
ADJUST_PAGE_LESS - Static variable in interface org.havi.ui.HAdjustableLook
A constant which may be returned from the hitTest method to indicate that the pointer was clicked in an adjustment area which indicates that the orientable value should be decremented by one block.
ADJUST_PAGE_MORE - Static variable in class org.havi.ui.event.HAdjustmentEvent
An adjustment change event with this id is sent whenever the value of an HAdjustmentValue component is increased by one block.
ADJUST_PAGE_MORE - Static variable in interface org.havi.ui.HAdjustableLook
A constant which may be returned from the hitTest method to indicate that the pointer was clicked in an adjustment area which indicates that the orientable value should be incremented by one block.
ADJUST_START_CHANGE - Static variable in class org.havi.ui.event.HAdjustmentEvent
An adjustment event with this id indicates that the value of an HAdjustmentValue component may be about to change.
ADJUST_THUMB - Static variable in interface org.havi.ui.HAdjustableLook
A constant which may be returned from the hitTest method to indicate that the pointer was clicked in an adjustment area which indicates that the orientable value should change according to pointer motion events received by the component, until the pointer button is released.
Adjustable - Interface in java.awt
The interface for objects which have an adjustable numeric value contained within a bounded range of values.
ADJUSTMENT_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting adjustment events.
ADJUSTMENT_FIRST - Static variable in class java.awt.event.AdjustmentEvent
Marks the first integer id for the range of adjustment event ids.
ADJUSTMENT_LAST - Static variable in class java.awt.event.AdjustmentEvent
Marks the last integer id for the range of adjustment event ids.
ADJUSTMENT_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).
ADJUSTMENT_VALUE_CHANGED - Static variable in class java.awt.event.AdjustmentEvent
The adjustment value changed event.
AdjustmentEvent - Class in java.awt.event
The adjustment event emitted by Adjustable objects.
AdjustmentEvent(Adjustable, int, int, int) - Constructor for class java.awt.event.AdjustmentEvent
Constructs an AdjustmentEvent object with the specified Adjustable source, event type, adjustment type, and value.
AdjustmentListener - Interface in java.awt.event
The listener interface for receiving adjustment events.
adjustmentValueChanged(AdjustmentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the adjustmentValueChanged event by invoking the adjustmentValueChanged methods on listener-a and listener-b.
adjustmentValueChanged(AdjustmentEvent) - Method in interface java.awt.event.AdjustmentListener
Invoked when the value of the adjustable has changed.
Adler32 - Class in java.util.zip
A class that can be used to compute the Adler-32 checksum of a data stream.
Adler32() - Constructor for class java.util.zip.Adler32
Creates a new Adler32 object.
AFD_14_9 - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing an MPEG active format descriptor of 14:9 (centre)
AFD_14_9_TOP - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing an MPEG active format descriptor of 14:9 (top)
AFD_16_9 - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing an MPEG active format descriptor of 16:9 (centre)
AFD_16_9_SP_14_9 - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing an MPEG active format descriptor of 16:9 (with shoot & protect 14:9 centre)
AFD_16_9_SP_4_3 - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing an MPEG active format descriptor of 16:9 (with shoot & protect 4:3 centre)
AFD_16_9_TOP - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing an MPEG active format descriptor of 16:9 (top)
AFD_4_3 - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing an MPEG active format descriptor of 4:3 (centre)
AFD_4_3_SP_14_9 - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing an MPEG active format descriptor of 4:3 (with shoot & protect 14:9 centre)
AFD_GT_16_9 - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing an MPEG active format descriptor of greater than 16:9 (centre)
AFD_NOT_PRESENT - Static variable in interface org.dvb.media.VideoFormatControl
Constant showing an MPEG active format descriptor is not present
AFD_SAME - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing an MPEG active format descriptor that is the same as the coded frame
after(Object) - Method in class java.util.Calendar
Compares the time field records.
after(Date) - Method in class java.util.Date
Tests if this date is after the specified date.
afterOffset(int) - Static method in class java.awt.font.TextHitInfo
Creates a TextHitInfo at the specified offset, associated with the character after the offset.
ALBUM - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
This identifies a ALBUM this piece of content belongs to.
ALBUM_ART - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Reference to album art.
ALBUM_CONTAINER - Static variable in interface org.ocap.hn.content.ContentContainer
Represents the base album container.
ALBUM_CONTAINER_MUSIC - Static variable in interface org.ocap.hn.content.ContentContainer
Represents a music album container.
ALBUM_CONTAINER_PHOTO - Static variable in interface org.ocap.hn.content.ContentContainer
Represents a photo album container.
AlgorithmParameterGenerator - Class in java.security
The AlgorithmParameterGenerator class is used to generate a set of parameters to be used with a certain algorithm.
AlgorithmParameterGeneratorSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the AlgorithmParameterGenerator class, which is used to generate a set of parameters to be used with a certain algorithm.
AlgorithmParameterGeneratorSpi() - Constructor for class java.security.AlgorithmParameterGeneratorSpi
 
AlgorithmParameters - Class in java.security
This class is used as an opaque representation of cryptographic parameters.
AlgorithmParameterSpec - Interface in java.security.spec
A (transparent) specification of cryptographic parameters.
AlgorithmParametersSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the AlgorithmParameters class, which is used to manage algorithm parameters.
AlgorithmParametersSpi() - Constructor for class java.security.AlgorithmParametersSpi
 
aliases() - Method in class java.security.KeyStore
Lists all the alias names of this keystore.
ALL_STATES - Static variable in interface org.havi.ui.HState
Constant used to indicate all of the applicable states for a given component.
ALLBITS - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that a static image which was previously drawn is now complete and can be drawn again in its final form.
allocate(long) - Method in interface org.ocap.dvr.storage.MediaStorageVolume
Allocates the specified amount of storage from the containing StorageProxy for use by recordings made to this volume.
allocateGeneralPurposeVolume(String, ExtendedFileAccessPermissions) - Method in interface org.ocap.storage.StorageProxy
Allocates a general purpose LogicalStorageVolume.
allocateMediaVolume(String, ExtendedFileAccessPermissions) - Method in interface org.ocap.dvr.storage.MediaStorageOption
Allocates a MediaStorageVolume.
ALLOW - Static variable in class org.ocap.application.AppPattern
When AppFilter.accept finds a matching AppPattern with this action, it returns true.
allowAccess(String[]) - Method in interface org.ocap.dvr.storage.MediaStorageVolume
Adds a list of Organization strings to the set of organizations that are allowed to use this volume.
allowReservation(LogicalStorageVolume, AppID, long) - Method in interface org.ocap.dvr.storage.SpaceAllocationHandler
This method should be used by the implementation to allow the SpaceAllocationHandler to grant a request to reserve space.
AllPermission - Class in java.security
The AllPermission is a permission that implies all other permissions.
AllPermission() - Constructor for class java.security.AllPermission
Creates a new AllPermission object.
AllPermission(String, String) - Constructor for class java.security.AllPermission
Creates a new AllPermission object.
ALPHABETIC_PRESENTATION_FORMS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ALPHABETIC_PRESENTATION_FORMS_A - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+FB00..U+FB4F) as defined in ISO 10646-1(E) normative Annex A
AlphaColor - Class in javax.tv.graphics
A class that allows a very simple, interoperable form of compositing.
AlphaColor(float, float, float, float) - Constructor for class javax.tv.graphics.AlphaColor
Creates an sRGB color with the specified red, green, blue, and alpha values in the range [0.0 - 1.0].
AlphaColor(int, int, int, int) - Constructor for class javax.tv.graphics.AlphaColor
Creates an sRGB color with the specified red, green, blue, and alpha values in the range 0-255, inclusive.
AlphaColor(int, boolean) - Constructor for class javax.tv.graphics.AlphaColor
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
AlphaColor(Color) - Constructor for class javax.tv.graphics.AlphaColor
Constructs a new AlphaColor using the specified java.awt.Color.
AlphaComposite - Class in java.awt
This AlphaComposite class implements the basic alpha compositing rules for combining source and destination pixels to achieve blending and transparency effects with graphics and images.
AlreadyBoundException - Exception in java.rmi
An AlreadyBoundException is thrown if an attempt is made to bind an object in the registry to a name that already has an associated binding.
AlreadyBoundException() - Constructor for exception java.rmi.AlreadyBoundException
Constructs an AlreadyBoundException with no specified detail message.
AlreadyBoundException(String) - Constructor for exception java.rmi.AlreadyBoundException
Constructs an AlreadyBoundException with the specified detail message.
ALT_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The Alt key extended modifier constant.
ALT_GRAPH_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The AltGraph key extended modifier constant.
ALT_GRAPH_MASK - Static variable in class java.awt.event.InputEvent
The AltGraph key modifier constant.
ALT_MASK - Static variable in class java.awt.event.ActionEvent
The alt modifier.
ALT_MASK - Static variable in class java.awt.event.InputEvent
The Alt key modifier constant.
AlternativeContentErrorEvent - Class in org.ocap.service
AlternativeContentErrorEvent is generated to indicate that "alternative" content is being presented due to an error that prevents the presentation of normal content as part of selection of a service and during presentation of that selected service.
AlternativeContentErrorEvent(ServiceContext, int) - Constructor for class org.ocap.service.AlternativeContentErrorEvent
Constructs an event with a reason code.
AlternativeContentEvent - Class in javax.tv.service.selection
AlternativeContentEvent is generated to indicate that "alternative" content is being presented during the presentation of a service.
AlternativeContentEvent(ServiceContext) - Constructor for class javax.tv.service.selection.AlternativeContentEvent
Constructs the event.
AlternativeMediaPresentationEvent - Class in org.ocap.media
AlternativeMediaPresentationEvent is a JMF event generated to indicate that an "alternative" content is presented during the media presentation of a service.
AlternativeMediaPresentationReason - Interface in org.ocap.media
This interface represents possible reasons that lead to alternative media presentation.
AM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.text.DateFormat.Field
Constant identifying the time of day indicator (e.g.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
AM_PM_FIELD - Static variable in class java.text.DateFormat
Useful constant for AM_PM field alignment.
ANALOG_RADIO - Static variable in class javax.tv.service.ServiceType
Analog radio service type.
ANALOG_TV - Static variable in class javax.tv.service.ServiceType
Analog TV service type.
anchor - Variable in class java.awt.GridBagConstraints
This field is used when the component is smaller than its display area.
and(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this & val).
and(BitSet) - Method in class java.util.BitSet
Performs a logical AND of this target bit set with the argument bit set.
and(DatabaseQuery) - Method in class org.ocap.hn.content.navigation.DatabaseQuery
Create a new DatabaseQuery based upon the logical AND of the predicates represented by this query and the argument query.
and(DatabaseQuery, String) - Method in class org.ocap.hn.content.navigation.DatabaseQuery
Create a new DatabaseQuery object based upon the logical AND of the predicates represented by this query and the argument query.
andNot(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this & ~val).
andNot(BitSet) - Method in class java.util.BitSet
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
ANIMATE_CONTENT_CHANGE - Static variable in class org.havi.ui.HVisible
A constant for use with the hinting mechanism (see the HLook.widgetChanged(org.havi.ui.HVisible, org.havi.ui.HChangeData[]) method in HLook).
ANIMATION_POSITION_CHANGE - Static variable in class org.havi.ui.HVisible
A constant for use with the hinting mechanism (see the HLook.widgetChanged(org.havi.ui.HVisible, org.havi.ui.HChangeData[]) method in HLook).
Annotation - Class in java.text
An Annotation object is used as a wrapper for a text attribute value if the attribute has annotation characteristics.
Annotation(Object) - Constructor for class java.text.Annotation
Constructs an annotation record with the given value, which may be null.
APP_ADDED - Static variable in class org.dvb.application.AppsDatabaseEvent
The addition event id.
APP_CAT_GENERAL_ERROR - Static variable in class org.ocap.system.event.ErrorEvent
Application catastrophic error that doesn't fit into any other given category.
APP_CHANGED - Static variable in class org.dvb.application.AppsDatabaseEvent
The changed event id.
APP_DELETED - Static variable in class org.dvb.application.AppsDatabaseEvent
The deletion event id.
APP_INFO_GENERAL_EVENT - Static variable in class org.ocap.system.event.ErrorEvent
Application informational event that doesn't fit into any other given category.
APP_REC_GENERAL_ERROR - Static variable in class org.ocap.system.event.ErrorEvent
Application recoverable error that doesn't fit into any other given category.
APP_REC_JAVA_THROWABLE - Static variable in class org.ocap.system.event.ErrorEvent
Application recoverable error - a Java Throwable caught by an exception, but that can be recovered from by the application, or a Throwable that was created by an application due to detection of a recoverable event.
AppAttributes - Interface in org.dvb.application
The AppAttributes class is a mapping of various information about a registered application.
append(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class java.lang.StringBuffer
Appends the string to this string buffer.
append(StringBuffer) - Method in class java.lang.StringBuffer
Appends the specified StringBuffer to this StringBuffer.
append(char[]) - Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(boolean) - Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(float) - Method in class java.lang.StringBuffer
Appends the string representation of the float argument to this string buffer.
append(double) - Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this string buffer.
AppFilter - Class in org.ocap.application
AppFilter provides a means of filtering AppIDs.
AppFilter() - Constructor for class org.ocap.application.AppFilter
Constructs an empty AppFilter.
AppFilter(AppPattern[]) - Constructor for class org.ocap.application.AppFilter
Constructs an AppFilter with initial AppPatterns.
AppFilterHandler - Interface in org.ocap.application
Application programs can provide an implementation of this interface to an AppFilter to make part of decision for AppFilter.accept.
AppIcon - Class in org.dvb.application
The AppIcon encapsulates the information concerning the icon attached to the application
AppID - Class in org.dvb.application
The AppID is a representation of the unique identifier for applications.
AppID(int, int) - Constructor for class org.dvb.application.AppID
Create a new AppID based on the given integers.
AppIDFilter - Class in org.ocap.shared.dvr.navigation
Filter to filter based on AppID.
AppIDFilter(AppID) - Constructor for class org.ocap.shared.dvr.navigation.AppIDFilter
Constructs the filter based on a particular AppID.
APPLICATION - Static variable in interface org.ocap.si.DescriptorTag
MHP application_descriptor.
APPLICATION_ICONS - Static variable in interface org.ocap.si.DescriptorTag
MHP application_icons_descriptor.
APPLICATION_NAME - Static variable in interface org.ocap.si.DescriptorTag
MHP application_name_descriptor.
APPLICATION_SIGNALING - Static variable in interface org.ocap.si.DescriptorTag
MHP application_signaling_descriptor.
ApplicationOrigin - Class in org.davic.mpeg
 
ApplicationResourceUsage - Interface in org.ocap.resource
This interface represents a ResourceUsage corresponding to a resource explicitly reserved by an application by successfully calling one of the following OCAP calls: org.davic.mpeg.section.SectionFilterGroup.attach(TransportStream, ResourceClient, Object) org.davic.net.tuning.NetworkInterfaceController.reserve(NetworkInterface, Object) org.davic.net.tuning.NetworkInterfaceController.reserveFor(Locator, Object) org.havi.ui.HBackgroundDevice.reserveDevice(ResourceClient) org.havi.ui.HGraphicsDevice.reserveDevice(ResourceClient) org.havi.ui.HVideoDevice.reserveDevice(ResourceClient) org.ocap.media.VBIFilterGroup.attach(ServiceContext serviceContext, ResourceClient client, Object requestData) An object implementing this interface should be used by the implementation to represent the ResourceUsage corresponding to a reserved resource when the ResourceContentionHandler.resolveResourceContention() method is invoked.
applyLocalizedPattern(String) - Method in class java.text.DecimalFormat
Apply the given pattern to this Format object.
applyLocalizedPattern(String) - Method in class java.text.SimpleDateFormat
Applies the given localized pattern string to this date format.
applyPattern(String) - Method in class java.text.ChoiceFormat
Sets the pattern.
applyPattern(String) - Method in class java.text.DecimalFormat
Apply the given pattern to this Format object.
applyPattern(String) - Method in class java.text.MessageFormat
Sets the pattern used by this message format.
applyPattern(String) - Method in class java.text.SimpleDateFormat
Applies the given pattern string to this date format.
AppManagerProxy - Class in org.ocap.application
This class represents the application manager functionality used by the Monitor Application.
AppPattern - Class in org.ocap.application
AppPattern is an element that constitutes an AppFilter.
AppPattern(String, int, int) - Constructor for class org.ocap.application.AppPattern
Constructs a new AppPattern with no expiration.
AppPattern(String, int, int, Date, Object) - Constructor for class org.ocap.application.AppPattern
Constructs a new AppPattern with an expiration time and MSO private information.
AppProxy - Interface in org.dvb.application
An AppProxy Object is a proxy to an application.
AppsControlPermission - Class in org.dvb.application
This class represents a Permission to control the lifecycle of another application.
AppsControlPermission() - Constructor for class org.dvb.application.AppsControlPermission
Creates a new AppsControlPermission.
AppsControlPermission(String, String) - Constructor for class org.dvb.application.AppsControlPermission
Creates a new AppsControlPermission.
AppsDatabase - Class in org.dvb.application
The AppsDatabase is an abstract view of the currently available applications.
AppsDatabaseEvent - Class in org.dvb.application
The AppsDatabaseEvent class indicates either an entry in the application database has changed, or so many changes have occurred.
AppsDatabaseEvent(int, AppID, Object) - Constructor for class org.dvb.application.AppsDatabaseEvent
Create a new AppsDatabaseEvent object for the entry in the database that changed, or for a new database.
AppsDatabaseEventListener - Interface in org.dvb.application
The AppsDatabaseListener class allows an application to monitor the application database so that it can keep an up to date interface without polling the state.
AppsDatabaseFilter - Class in org.dvb.application
Abstract class for the filters.
AppsDatabaseFilter() - Constructor for class org.dvb.application.AppsDatabaseFilter
Construct an AppsDatabaseFilter object.
AppSignalHandler - Interface in org.ocap.application
This interface represents a handler that can be registered in order to receive a notification whenever the XAIT version changes.
AppStateChangeEvent - Class in org.dvb.application
The AppStateChangeEvent class indicates a state transition of the application.
AppStateChangeEvent(AppID, int, int, Object, boolean) - Constructor for class org.dvb.application.AppStateChangeEvent
Create an AppStateChangeEvent object.
AppStateChangeEventListener - Interface in org.dvb.application
The AppStateChangeEventListener class allows a launcher application to keep track of applications it launches or other applications running as part of the same service.
APRIL - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fourth month of the year.
ARABIC - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ARABIC_EXTENDED - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+653..U+6FF) as defined in ISO 10646-1(E) normative Annex A
ARABIC_PRESENTATION_FORMS_A - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ARABIC_PRESENTATION_FORMS_A - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+FB50..U+FDFF) as defined in ISO 10646-1(E) normative Annex A
ARABIC_PRESENTATION_FORMS_B - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ARABIC_PRESENTATION_FORMS_B - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+FE70..U+FEFE) as defined in ISO 10646-1(E) normative Annex A
AreaAveragingScaleFilter - Class in java.awt.image
An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm.
AreaAveragingScaleFilter(int, int) - Constructor for class java.awt.image.AreaAveragingScaleFilter
Constructs an AreaAveragingScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.
areFocusTraversalKeysSet(int) - Method in class java.awt.Component
Returns whether the Set of focus traversal keys for the given focus traversal operation has been explicitly defined for this Component.
areFocusTraversalKeysSet(int) - Method in class java.awt.Container
Returns whether the Set of focus traversal keys for the given focus traversal operation has been explicitly defined for this Container.
ARGS - Static variable in interface javax.microedition.xlet.XletContext
The property key used to obtain initialization arguments for the Xlet.
ARGS - Static variable in interface javax.tv.xlet.XletContext
The property key used to obtain initialization arguments for the Xlet.
ARGUMENT - Static variable in class java.text.MessageFormat.Field
Constant identifying a portion of a message that was generated from an argument passed into formatToCharacterIterator.
ArithmeticException - Exception in java.lang
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
ARMENIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ARMENIAN - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+530..U+58F) as defined in ISO 10646-1(E) normative Annex A
Array - Class in java.lang.reflect
The Array class provides static methods to dynamically create and access Java arrays.
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ArrayIndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayList - Class in java.util
Resizable-array implementation of the List interface.
ArrayList(int) - Constructor for class java.util.ArrayList
Constructs an empty list with the specified initial capacity.
ArrayList() - Constructor for class java.util.ArrayList
Constructs an empty list with an initial capacity of ten.
ArrayList(Collection) - Constructor for class java.util.ArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
Arrays - Class in java.util
This class contains various methods for manipulating arrays (such as sorting and searching).
ArrayStoreException - Exception in java.lang
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
ARROWS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
ARROWS - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+2190..U+21FF) as defined in ISO 10646-1(E) normative Annex A
ARTIST - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Name of an artist.
ARTIST_AT_ROLE - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Role of an artist in the work.
ARTIST_DISCOGRAPHY - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Reference to artist discography.
asin(double) - Static method in class java.lang.Math
Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
asin(double) - Static method in class java.lang.StrictMath
Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
ASK - Static variable in class org.ocap.application.AppPattern
When AppFilter.accept finds a matching AppPattern with this action, it asks AppFilterHandler.accept for the decision.
asList(Object[]) - Static method in class java.util.Arrays
Returns a fixed-size list backed by the specified array.
ASPECT_RATIO_16_9 - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing an aspect ratio of 16:9
ASPECT_RATIO_2_21_1 - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing an aspect ratio of 2.21:1
ASPECT_RATIO_4_3 - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing an aspect ratio of 4:3
ASPECT_RATIO_UNKNOWN - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing an unknown aspect ratio
AspectRatioChangedEvent - Class in org.dvb.media
Event signalling that the aspect ratio of the transmitted video has changed
AspectRatioChangedEvent(Object, int) - Constructor for class org.dvb.media.AspectRatioChangedEvent
Construct the event
AssertionError - Error in java.lang
Thrown to indicate that an assertion has failed.
AssertionError() - Constructor for error java.lang.AssertionError
Constructs an AssertionError with no detail message.
AssertionError(Object) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified object, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(boolean) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified boolean, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(char) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified char, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(int) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified int, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(long) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified long, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(float) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified float, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
AssertionError(double) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified double, which is converted to a string as defined in The Java Language Specification, Second Edition, Section 15.18.1.1.
assignAudioFocus() - Method in interface org.ocap.ui.MultiScreenConfigurableContext
Assign audio focus to this screen.
ASSOCIATION_TAG - Static variable in interface org.ocap.si.DescriptorTag
DSMCC association_tag_descriptor
ASYNCHRONOUS_DATA - Static variable in interface org.ocap.si.StreamType
Asynchronous data (Data Service Extensions for MPEG-2 Transport, STD-096-011, Rev 1.0, General Instrument).
asynchronousLoad(AsynchronousLoadingEventListener) - Method in class org.dvb.dsmcc.DSMCCObject
This method is used to asynchronously load a carousel object.
AsynchronousLoadingEvent - Class in org.dvb.dsmcc
This class described an Object event which is used to notify the loading of a DSMCC object.
AsynchronousLoadingEvent(DSMCCObject) - Constructor for class org.dvb.dsmcc.AsynchronousLoadingEvent
Creates an AsynchronousLoadingEvent.
AsynchronousLoadingEventListener - Interface in org.dvb.dsmcc
Listener for applications which perform asynchronous loading, in order to be informed if the loading is done or if an error has occurred.
atan(double) - Static method in class java.lang.Math
Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan(double) - Static method in class java.lang.StrictMath
Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan2(double, double) - Static method in class java.lang.Math
Converts rectangular coordinates (xy) to polar (r, theta).
atan2(double, double) - Static method in class java.lang.StrictMath
Converts rectangular coordinates (xy) to polar (r, theta).
ATSC_AUDIO - Static variable in interface org.ocap.si.StreamType
ATSC A/53 audio (ATSC Standard A/53, 1995, ATSC Digital Television Standard).
ATSC_PRIVATE_INFORMATION - Static variable in interface org.ocap.si.DescriptorTag
ATSC private_information_descriptor
ATSC_PSIP - Static variable in class javax.tv.service.ServiceInformationType
ATSC PSIP format.
attach(TransportStream, ResourceClient, Object) - Method in class org.davic.mpeg.sections.SectionFilterGroup
Connects a SectionFilterGroup to an MPEG-2 transport stream.
attach(Locator, int) - Method in class org.dvb.dsmcc.ServiceDomain
This function is used to attach a ServiceDomain from an object carousel.
attach(Locator) - Method in class org.dvb.dsmcc.ServiceDomain
This function is used to attach a ServiceDomain from an object carousel.
attach(byte[]) - Method in class org.dvb.dsmcc.ServiceDomain
This function is used to attach a ServiceDomain from either an object carousel or from an interactive network.
attach(ServiceContext, ResourceClient, Object) - Method in class org.ocap.media.VBIFilterGroup
This method attempts to reserve all VBI filters held by this VBIFilterGroup, and attaches to a specified ServiceContext.
AttributedCharacterIterator - Interface in java.text
An AttributedCharacterIterator allows iteration through both text and related attribute information.
AttributedCharacterIterator.Attribute - Class in java.text
Defines attribute keys that are used to identify text attributes.
AttributedString - Class in java.text
An AttributedString holds text and related attribute information.
AttributedString(String) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the given text.
AttributedString(String, Map) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the given text and attributes.
AttributedString(AttributedCharacterIterator) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the given attributed text represented by AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator, int, int) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the subrange of the given attributed text represented by AttributedCharacterIterator.
AttributedString(AttributedCharacterIterator, int, int, AttributedCharacterIterator.Attribute[]) - Constructor for class java.text.AttributedString
Constructs an AttributedString instance with the subrange of the given attributed text represented by AttributedCharacterIterator.
Attributes - Class in java.util.jar
The Attributes class maps Manifest attribute names to associated string values.
Attributes() - Constructor for class java.util.jar.Attributes
Constructs a new, empty Attributes object with default size.
Attributes(int) - Constructor for class java.util.jar.Attributes
Constructs a new, empty Attributes object with the specified initial size.
Attributes(Attributes) - Constructor for class java.util.jar.Attributes
Constructs a new Attributes object with the same attribute name-value mappings as in the specified Attributes.
Attributes.Name - Class in java.util.jar
The Attributes.Name class represents an attribute name stored in this Map.
Attributes.Name(String) - Constructor for class java.util.jar.Attributes.Name
Constructs a new attribute name using the given string name.
AUDIO - Static variable in class javax.tv.service.navigation.StreamType
Audio component.
AUDIO_ITEM - Static variable in interface org.ocap.hn.content.ContentItem
Represents the base audio content.
AUDIO_ITEM_BOOK - Static variable in interface org.ocap.hn.content.ContentItem
In addition to being an AUDIO_ITEM content MAY be an audio book.
AUDIO_ITEM_BROADCAST - Static variable in interface org.ocap.hn.content.ContentItem
In addition to being an AUDIO_ITEM content MAY be broadcast on a radio station.
AUDIO_ITEM_TRACK - Static variable in interface org.ocap.hn.content.ContentItem
In addition to being an AUDIO_ITEM content MAY be a track such as a song.
AUDIO_STREAM - Static variable in interface org.ocap.si.DescriptorTag
MPEG-2 audio_stream_descriptor.
AudioLanguageControl - Interface in org.davic.media
Audio language control
AudioOutputPort - Class in org.ocap.hardware.device
Represents an individually controllable audio output port of the host device.
AudioResource - Interface in org.ocap.hn.content
Interface implemented by subclasses of ContentResource to identify that a content contains audio.
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
Authenticator - Class in java.net
The class Authenticator represents an object that knows how to obtain authentication for a network connection.
Authenticator() - Constructor for class java.net.Authenticator
 
AUTHOR - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Name of an author.
AUTHOR_AT_ROLE - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Role of an author in the work (e.g. lyrics, music).
AUTOSTART - Static variable in interface org.ocap.application.OcapAppAttributes
This represents the application control code "AUTOSTART" defined for the application_control_code in an AIT or a XAIT.
AUXILIARY - Static variable in interface org.ocap.si.StreamType
ISO/IEC 13818-1 auxiliary.
AV_OUTPUT_PORT_TYPE_1394 - Static variable in class org.ocap.hardware.VideoOutputPort
AV Output Port Type 1394 (Firewire)
AV_OUTPUT_PORT_TYPE_BB - Static variable in class org.ocap.hardware.VideoOutputPort
AV Output Port Type Baseband (RCA connector)
AV_OUTPUT_PORT_TYPE_COMPONENT_VIDEO - Static variable in class org.ocap.hardware.VideoOutputPort
AV Output Port Type Component Video
AV_OUTPUT_PORT_TYPE_DVI - Static variable in class org.ocap.hardware.VideoOutputPort
AV Output Port Type DVI (Panel Link, HDCP)
AV_OUTPUT_PORT_TYPE_HDMI - Static variable in class org.ocap.hardware.VideoOutputPort
AV Output Port Type HDMI
AV_OUTPUT_PORT_TYPE_INTERNAL - Static variable in class org.ocap.hardware.VideoOutputPort
AV Output Port Type Internal (integrated/internal display)
AV_OUTPUT_PORT_TYPE_RF - Static variable in class org.ocap.hardware.VideoOutputPort
AV Output Port Type RF channel 3/4
AV_OUTPUT_PORT_TYPE_SVIDEO - Static variable in class org.ocap.hardware.VideoOutputPort
AV Output Port Type S-Video
available() - Method in class java.io.BufferedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.FileInputStream
Returns the number of bytes that can be read from this file input stream without blocking.
available() - Method in class java.io.FilterInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in interface java.io.ObjectInput
Returns the number of bytes that can be read without blocking.
available() - Method in class java.io.ObjectInputStream
Returns the number of bytes that can be read without blocking.
available() - Method in class java.io.PipedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.PushbackInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.SequenceInputStream
Returns the number of bytes available on the current stream.
available() - Method in class java.util.zip.InflaterInputStream
Returns 0 after EOF has reached, otherwise always return 1.
available() - Method in class java.util.zip.ZipInputStream
Returns 0 after EOF has reached for the current entry data, otherwise always return 1.
availableProcessors() - Method in class java.lang.Runtime
Returns the number of processors available to the Java virtual machine.
AvailableStorageListener - Interface in org.ocap.storage
This interface represents a listener that can be set to listen for high water level reached in persistent storage indicated by the dvb.persistent.root property for all applications.
avoidingGui() - Method in interface java.beans.Visibility
Determines whether this bean is avoiding using a GUI.
AWTError - Error in java.awt
Thrown when a serious Abstract Window Toolkit error has occurred.
AWTError(String) - Constructor for error java.awt.AWTError
Constructs an instance of AWTError with the specified detail message.
AWTEvent - Class in java.awt
The root event class for all AWT events.
AWTEvent(Object, int) - Constructor for class java.awt.AWTEvent
Constructs an AWTEvent object with the specified source object and type.
AWTEventListener - Interface in java.awt.event
The listener interface for receiving notification of events dispatched to objects that are instances of Component or MenuComponent or their subclasses.
AWTEventListenerProxy - Class in java.awt.event
A class which extends the EventListenerProxy, specifically for adding an AWTEventListener for a specific event mask.
AWTEventListenerProxy(long, AWTEventListener) - Constructor for class java.awt.event.AWTEventListenerProxy
Constructor which binds the AWTEventListener to a specific event mask.
AWTEventMulticaster - Class in java.awt
A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package.
AWTException - Exception in java.awt
Signals that an Absract Window Toolkit exception has occurred.
AWTException(String) - Constructor for exception java.awt.AWTException
Constructs an instance of AWTException with the specified detail message.
AWTKeyStroke - Class in java.awt
An AWTKeyStroke represents a key action on the keyboard, or equivalent input device.
AWTPermission - Class in java.awt
This class is for AWT permissions.
AWTPermission(String) - Constructor for class java.awt.AWTPermission
Creates a new AWTPermission with the specified name.
AWTPermission(String, String) - Constructor for class java.awt.AWTPermission
Creates a new AWTPermission object with the specified name.
AWTVideoSize - Class in javax.tv.media
AWTVideoSize is a data holder that represents the position, scaling, and clipping of a JMF Player, as controlled via an AWTVideoSizeControl.
AWTVideoSize(Rectangle, Rectangle) - Constructor for class javax.tv.media.AWTVideoSize
Constructs a new AWTVideoSize instance.
AWTVideoSizeControl - Interface in javax.tv.media
AWTVideoSizeControl allows setting clipping, scaling, and translation of a video stream in a simple, interoperable way.

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