A B C D E G H I L M N O P R S T U W X

A

accept(Service) - Method in class org.dvb.internet.InternetServiceFilter
Tests if a particular service represents an internet client of the type specified in the constructor of this instance.
addBookmark(Locator, String) - Method in interface org.dvb.internet.WWWBrowserService
Add a bookmark to the list of bookmarks in the current application.
addBookmark(URL, String) - Method in interface org.dvb.internet.WWWBrowserService
Add a bookmark to the list of bookmarks in the current application.
addHFocusListener(HFocusListener) - Method in class org.dvb.application.inner.InnerApplicationContainer
Adds the specified HFocusListener to receive HFocusEvent events sent from this HNavigable.
addInnerApplicationListener(InnerApplicationListener) - Method in class org.dvb.application.inner.InnerApplicationContainer
Add a listener for events when the inner application exits.
addInternetClientListener(InternetClientListener) - Method in interface org.dvb.internet.InternetClient
Add a listener for InternetClientEvents.
addToAddressBook(String, String) - Method in interface org.dvb.internet.EmailClientService
Add an entry to the address book.
addWindowListener(WindowListener) - Method in interface org.dvb.application.inner.DVBScene
Add a listener to receive any java.awt.event.WindowEvents sent from this DVBScene.
ApplicationDownloadException - exception org.dvb.application.storage.ApplicationDownloadException.
Thrown if the downloading of the application failed.
ApplicationDownloadException() - Constructor for class org.dvb.application.storage.ApplicationDownloadException
Constructs an ApplicationDownloadException with no detail message.
ApplicationDownloadException(String) - Constructor for class org.dvb.application.storage.ApplicationDownloadException
Constructs an ApplicationDownloadException with a detail message
ApplicationSecurityContext - class org.dvb.application.plugins.ApplicationSecurityContext.
This class represents the security context for an application whose permissions are defined by the MHP security model, in particular a permission request file.
ApplicationSecurityContext(URL[], URL, AppID) - Constructor for class org.dvb.application.plugins.ApplicationSecurityContext
Creates a new security context for an application whose code can be found on the path supplied, and whose entry point directory is as given.
ApplicationStorage - interface org.dvb.application.storage.ApplicationStorage.
An interface that shall be implemented by the objects that implement javax.service.Service interface and where the MHP terminal supports storing applications.
ApplicationStoragePermission - class org.dvb.application.storage.ApplicationStoragePermission.
This class represents a permission to manage applications stored in the MHP terminal.
ApplicationStoragePermission(String) - Constructor for class org.dvb.application.storage.ApplicationStoragePermission
Creates a new ApplicationStoragePermission with the specified name.
ApplicationStoragePermission(String, String) - Constructor for class org.dvb.application.storage.ApplicationStoragePermission
Creates a new ApplicationStoragePermission object with the specified name.
areFramesSupported() - Method in interface org.dvb.internet.WWWBrowserService
Check whether frames are supported by the browser and enabled.

B

bind(XletContext, String, Remote) - Static method in class org.dvb.io.ixc.IxcRegistry
Binds a remote object under a given name in the namespace of an Xlet.
bind(XletContext, String, Remote, boolean) - Static method in class org.dvb.io.ixc.IxcRegistry
Binds a remote object under a given name in the namespace of an Xlet.

C

CancelledByUserEvent - class org.dvb.internet.CancelledByUserEvent.
Event indicating that an operation on an internet client failed because the operation was canceled by the user
CancelledByUserEvent(Object, URL) - Constructor for class org.dvb.internet.CancelledByUserEvent
Construct a new CancelledByUserEvent
canRunApplication() - Method in interface org.dvb.internet.InternetClientService
Returns true if the application can run without having to stop the downloaded MHP application.
checkPermission(Permission) - Method in class org.dvb.application.plugins.ApplicationSecurityContext
Throws a SecurityException if the requested access, specified by the given permission, is not permitted to the appliction or sub-application represented by this application security context object.
ClientNotRunningException - exception org.dvb.internet.ClientNotRunningException.
Exception thrown when a method of InternetClient or one of its subclasses is called while the client is not running, for instance if the client has been terminated by the user.
ClientNotRunningException() - Constructor for class org.dvb.internet.ClientNotRunningException
Construct a ClientNotRunningException with no detail message
ClientNotRunningException(String) - Constructor for class org.dvb.internet.ClientNotRunningException
Construct a ClientNotRunningException with the specified detail message
createEmbeddedContext(URL[], Locator) - Method in class org.dvb.application.plugins.ApplicationSecurityContext
Creates a context for an embedded part of an application, e.g.
createMessage(String, String, String) - Method in interface org.dvb.internet.EmailClient
Create a new email message.
createStoredApplicationService(int, int, String) - Method in interface org.dvb.application.storage.StoredServiceCreator
Requests the platform to create a new stored application service.

D

DocumentAction - interface org.dvb.dom.bootstrap.DocumentAction.
DocumentAction is used for an action that modifies a W3C Document.
DocumentFactory - interface org.dvb.dom.bootstrap.DocumentFactory.
DocumentFactory contains bootstrap methods for applications embedded in a document to access the document object model of the document in which they are contained.
DOM - Static variable in interface org.dvb.dom.bootstrap.DocumentFactory
The property string to use with XletContext.getXletProperty in order to obtain the DocumentFactory for this Xlet (if one exists).
doPrivileged(PrivilegedAction) - Method in class org.dvb.application.plugins.ApplicationSecurityContext
Performs the specified PrivilegedAction with privileges enabled and restricted by the specified AccessControlContext.
DVBScene - interface org.dvb.application.inner.DVBScene.
Represents various features which are common to the top level Container of applications whether running stand-alone or embedded in a DVB-HTML application.

E

EMAIL_CLIENT - Static variable in class org.dvb.internet.InternetServiceFilter
Constant identifying an email client service
EmailClient - interface org.dvb.internet.EmailClient.
Interface supporting the operations required on an email client.
EmailClientService - interface org.dvb.internet.EmailClientService.
Service representing the resident email client
enableShortcuts(boolean) - Method in interface org.dvb.application.inner.DVBScene
Enables or disables all short cuts that are currently set on the Scene.
EntryExistsException - exception org.dvb.internet.EntryExistsException.
Exception generated when an application tries to add a bookmark or address book entry that already exists
EntryExistsException() - Constructor for class org.dvb.internet.EntryExistsException
Construct a EntryExistsException with no detail message
EntryExistsException(String) - Constructor for class org.dvb.internet.EntryExistsException
Construct a EntryExistsException with the specified detail message
ExtendedAppAttributes - interface org.dvb.application.storage.ExtendedAppAttributes.
The ExtendedAppAttributes interface provides additional attributes that are useful when application can be stored in the MHP terminal.

G

getAcceptedMediaTypes() - Method in interface org.dvb.internet.WWWBrowserService
Returns an array of supported MIME types, e.g.
getAllShortcutKeycodes() - Method in interface org.dvb.application.inner.DVBScene
Returns all keycodes added in the DVBScene as shortcuts.
getBackgroundImage() - Method in interface org.dvb.application.inner.DVBScene
Retrieve any image used as a background for this DVBScene.
getBackgroundMode() - Method in interface org.dvb.application.inner.DVBScene
Get the background mode of this DVBScene.
getClassLoader(String[]) - Method in class org.dvb.application.plugins.ApplicationSecurityContext
Get a classloader that is approprate for loading classes for the application (or sub-application) represented by this application security context object.
getCurrentVersionNumber() - Method in interface org.dvb.application.storage.ExtendedAppAttributes
Returns the optional version number currently signalled for this application.
getFocusOwner() - Method in interface org.dvb.application.inner.DVBScene
Returns the child component of this DVBScene which has focus if and only if this DVBScene is active.
getGainFocusSound() - Method in class org.dvb.application.inner.InnerApplicationContainer
Get the sound associated with the gain focus event.
getInvocationHandler(Object) - Static method in class org.dvb.application.plugins.Proxy
Returns the invocation handler for the specified proxy instance.
getLocator() - Method in interface org.dvb.application.storage.StoredApplicationService
Gets the Locator for this stored application service.
getLoseFocusSound() - Method in class org.dvb.application.inner.InnerApplicationContainer
Get the sound associated with the lost focus event.
getMove(int) - Method in class org.dvb.application.inner.InnerApplicationContainer
Provides the HNavigable object that is navigated to when a particular key is pressed.
getName() - Method in interface org.dvb.application.storage.StoredApplicationService
Returns the name of the stored application service as defined when the stored application service was created.
getName() - Method in interface org.dvb.internet.InternetClientService
Returns a short service name or an acronym.
getNavigationKeys() - Method in class org.dvb.application.inner.InnerApplicationContainer
Retrieve the set of key codes which this component maps to navigation targets.
getOrganisationId() - Method in interface org.dvb.application.storage.StoredApplicationService
Return the organisation id of this stored application service
getProxyClass(ClassLoader, Class[]) - Static method in class org.dvb.application.plugins.Proxy
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces.
getRenderMode() - Method in interface org.dvb.application.inner.DVBScene
Get the rendering mode of any background image associated with this DVBScene.
getResource(String, boolean) - Method in class org.dvb.application.plugins.ApplicationSecurityContext
Get a locator to the named resource, within the search path for this application.
getRootContainer(XletContext) - Method in class org.dvb.application.plugins.XletSystemCall
Called when the Xlet calls javax.tv.graphics.TVContainer.getRootContainer().
getService() - Method in interface org.dvb.internet.InternetClient
Get the service object which matches this internet client.
getServiceContentLocators() - Method in interface org.dvb.internet.InternetClient
Reports the portions of the service on which this handler operates.
getServiceId() - Method in interface org.dvb.application.storage.StoredApplicationService
Return the service id of this stored application service
getServiceInformationType() - Method in interface org.dvb.application.storage.StoredApplicationService
Returns the service information format of this object.
getServiceType() - Method in interface org.dvb.application.storage.StoredApplicationService
Returns the type of this service.
getServiceType() - Method in interface org.dvb.internet.InternetClientService
Returns the type of this service.
getShortcutComponent(int) - Method in interface org.dvb.application.inner.DVBScene
Retrieve the HActionable associated with the specified shortcut key.
getShortcutKeycode(HActionable) - Method in interface org.dvb.application.inner.DVBScene
Returns the keycode associated with the specified HActionable component.
getStoredAppIDs() - Method in interface org.dvb.application.storage.ApplicationStorage
Lists the AppIDs of the applications that are stored within this service.
getSupportedClientServices() - Method in interface org.dvb.internet.InternetClientService
Returns all InternetClientServices supported by the same application as this one.
getSupportedPlugins() - Method in interface org.dvb.internet.WWWBrowserService
Returns an array of names of installed plug-ins.
getUndeclaredThrowable() - Method in class org.dvb.application.plugins.UndeclaredThrowableException
Returns the Throwable instance wrapped in this UndeclaredThrowableException.
getUrl() - Method in class org.dvb.internet.InternetClientEvent
Get the URL for which this event was generated.
getUserAgent() - Method in interface org.dvb.internet.WWWBrowserService
Returns the string used in the HTTP "User-Agent" header.
getUserEmailAddress() - Method in interface org.dvb.internet.EmailClientService
Get the email address of the user.
getVersionNumber(AppID) - Method in interface org.dvb.application.storage.ApplicationStorage
Return the version number of the stored application whose AppID is given as a parameter.
getXletContainer() - Method in class org.dvb.application.plugins.XletContainer
Get the only child of the XletContainer.
goToURL(URL) - Method in interface org.dvb.internet.WWWBrowser
Direct the web browser to display the page at the specified URL.

H

h - Variable in class org.dvb.application.plugins.Proxy
the invocation handler for this proxy instance.
hasMultipleInstances() - Method in interface org.dvb.application.storage.StoredApplicationService
Indicates whether the service represented by this Service is available on multiple transports.
hasMultipleInstances() - Method in interface org.dvb.internet.InternetClientService
This method indicates whether the service represented by this Service is available on multiple transports.
HomePagePermission - class org.dvb.internet.HomePagePermission.
This class is for permissions related to the ability for an MHP application to set the home page of a WWW browser in the internet access profile.
HomePagePermission(String) - Constructor for class org.dvb.internet.HomePagePermission
Creates a new HomePagePermission.
HomePagePermission(String, String) - Constructor for class org.dvb.internet.HomePagePermission
Creates a new HomePagePermission.
HTMLApplication - class org.dvb.dom.inner.HTMLApplication.
Encapsulates the information needed to define a DVB-HTML application.
HTMLApplication(URL, String, String) - Constructor for class org.dvb.dom.inner.HTMLApplication
Constructor for instances of the class.
HTMLApplication(URL, String, String, String[], String[]) - Constructor for class org.dvb.dom.inner.HTMLApplication
Constructor for instances of the class.
HTMLInnerApplicationContainer - class org.dvb.dom.inner.HTMLInnerApplicationContainer.
Represents embedding of an DVB-HTML inner application within the user interface of a DVB-J application.
HTMLInnerApplicationContainer(HTMLApplication) - Constructor for class org.dvb.dom.inner.HTMLInnerApplicationContainer
Construct an instance of this class with a DVB-HTML application as its content.

I

initApplication(AppAttributes) - Method in interface org.dvb.application.plugins.Plugin
Request the plug-in to prepare for executing an instance of an application in a format which it supports.
initApplication(InnerApplication) - Method in interface org.dvb.application.plugins.Plugin
Request the plug-in to prepare for executing an instance of an application in a format which it supports.If the application cannot be prepared then null shall be returned.
initiateApplicationInstall(AppProxy, boolean, String[]) - Method in interface org.dvb.application.storage.ApplicationStorage
Requests the MHP terminal to initiate the installation of an application into the MHP terminal.
initiateApplicationRemoval(AppID) - Method in interface org.dvb.application.storage.ApplicationStorage
Requests the MHP terminal to initiate the removal of an application stored in the MHP terminal from this service.
initPlugin() - Method in interface org.dvb.application.plugins.Plugin
Initialise the plug-in.
InnerApplication - class org.dvb.application.inner.InnerApplication.
Encapsulates the information needed to define an inner application.
InnerApplication() - Constructor for class org.dvb.application.inner.InnerApplication
A protected constructor.
InnerApplicationContainer - class org.dvb.application.inner.InnerApplicationContainer.
Represents embedding of an inner application within the user interface of a DVB-J application.
InnerApplicationContainer(InnerApplication) - Constructor for class org.dvb.application.inner.InnerApplicationContainer
Construct an instance of this class with a particular inner application as its content.
InnerApplicationEvent - class org.dvb.application.inner.InnerApplicationEvent.
InnerApplicationEvent is used to notify applications which have registered interest in events coming from inner applications that such an event has happened.
InnerApplicationEvent(InnerApplicationContainer) - Constructor for class org.dvb.application.inner.InnerApplicationEvent
Constructor for an event.
InnerApplicationExited(InnerApplicationEvent) - Method in interface org.dvb.application.inner.InnerApplicationListener
Called when an inner application exits.
InnerApplicationListener - interface org.dvb.application.inner.InnerApplicationListener.
Listener for events related to inner applications
INTERNET_CLIENT - Static variable in class org.dvb.internet.InternetServiceType
WWW service type
InternetClient - interface org.dvb.internet.InternetClient.
Base interface for the internet clients.
InternetClientEvent - class org.dvb.internet.InternetClientEvent.
Base class for all status events from internet clients.
InternetClientEvent(Object, URL) - Constructor for class org.dvb.internet.InternetClientEvent
Construct a new InternetClientEvent
InternetClientFailureEvent - class org.dvb.internet.InternetClientFailureEvent.
Event indicating that an operation on an internet client failed.
InternetClientFailureEvent(Object, URL) - Constructor for class org.dvb.internet.InternetClientFailureEvent
Construct a new InternetClientFailureEvent
InternetClientListener - interface org.dvb.internet.InternetClientListener.
Interface for objects that wish to receive InternetClientEvents
InternetClientService - interface org.dvb.internet.InternetClientService.
The base class for the interface to resident applications that are supported by the internet access profile.
InternetClientSuccessEvent - class org.dvb.internet.InternetClientSuccessEvent.
Event indicating that an operation on an internet client succeeded
InternetClientSuccessEvent(Object, URL) - Constructor for class org.dvb.internet.InternetClientSuccessEvent
Construct a new InternetClientSuccessEvent
InternetServiceFilter - class org.dvb.internet.InternetServiceFilter.
InternetServiceFilter represents a service type for a particular kind of internet client.
InternetServiceFilter(int) - Constructor for class org.dvb.internet.InternetServiceFilter
Constructs the filter based on a particular type of internet client service.
InternetServiceType - class org.dvb.internet.InternetServiceType.
Class representing the additional service types available in the Internet Access profile.
InternetServiceType(String) - Constructor for class org.dvb.internet.InternetServiceType
This protected constructor is provided for implementation use and to enable future evolution of this or other specifications.
InvalidApplicationException - exception org.dvb.application.storage.InvalidApplicationException.
Thrown if an application is not valid for installing into a particular service.
InvalidApplicationException - exception org.dvb.application.plugins.InvalidApplicationException.
Thrown if an application is not valid for execution by a plug-in.
InvalidApplicationException() - Constructor for class org.dvb.application.storage.InvalidApplicationException
Constructs an InvalidApplicationException with no detail message.
InvalidApplicationException() - Constructor for class org.dvb.application.plugins.InvalidApplicationException
Construct a InvalidApplicationException with no detail message
InvalidApplicationException(String) - Constructor for class org.dvb.application.storage.InvalidApplicationException
Construct a InvalidApplicationException with a detail message
InvalidApplicationException(String) - Constructor for class org.dvb.application.plugins.InvalidApplicationException
Construct a InvalidApplicationException with a detail message
InvalidDescriptionFileException - exception org.dvb.application.storage.InvalidDescriptionFileException.
Thrown if the description of the application to be stored is invalid or otherwise not conformant to the specification.
InvalidDescriptionFileException() - Constructor for class org.dvb.application.storage.InvalidDescriptionFileException
Constructs an InvalidDescriptionFileException with no detail message.
InvalidDescriptionFileException(String) - Constructor for class org.dvb.application.storage.InvalidDescriptionFileException
Constructs an InvalidDescriptionFileException with a detail message
InvocationHandler - interface org.dvb.application.plugins.InvocationHandler.
InvocationHandler is the interface implemented by the invocation handler of a proxy instance.
invoke(Object, Method, Object[]) - Method in interface org.dvb.application.plugins.InvocationHandler
Processes a method invocation on a proxy instance and returns the result.
isDoubleBuffered() - Method in interface org.dvb.application.inner.DVBScene
Returns true if all the drawing done during the update and paint methods for this specific DVBScene object is automatically double buffered.
isEnableShortcuts() - Method in interface org.dvb.application.inner.DVBScene
Returns the status of all short cuts that are currently set on the DVBScene.
isOpaque() - Method in interface org.dvb.application.inner.DVBScene
Returns true if the entire DVBScene area, as given by the java.awt.Component#getBounds method, is fully opaque, i.e.
isProxyClass(Class) - Static method in class org.dvb.application.plugins.Proxy
Returns true if and only if the specified class was dynamically generated to be a proxy class using the getProxyClass method or the newProxyInstance method.
isSelected() - Method in class org.dvb.application.inner.InnerApplicationContainer
Indicates if this component has focus.
isSupported(AppAttributes) - Method in interface org.dvb.application.plugins.Plugin
Test whether this plug-in is able to support a particular application.
isVisible() - Method in interface org.dvb.application.inner.DVBScene
Determines if the DVBScene (or more properly its added child components) is Visible.
IxcRegistry - class org.dvb.io.ixc.IxcRegistry.
This is the bootstrap mechanism for obtaining references to remote objects residing in other Xlets executing on the same MHP terminal, using a URL-like syntax.

L

list(XletContext) - Static method in class org.dvb.io.ixc.IxcRegistry
Returns an array of string paths objects available in the registry.
lookup(XletContext, String) - Static method in class org.dvb.io.ixc.IxcRegistry
Returns a remote object previously exported by an Xlet that has not been destroyed.

M

MultipleDocumentsAction - interface org.dvb.dom.bootstrap.MultipleDocumentsAction.
MultipleDocumentAction is used for an action that modifies zero or more W3C Document instances.

N

newProxyInstance(ClassLoader, Class[], InvocationHandler) - Static method in class org.dvb.application.plugins.Proxy
Returns an instance of a proxy class for the specified interfaces that dispatches method invocations to the specified invocation handler.
NEWS_CLIENT - Static variable in class org.dvb.internet.InternetServiceFilter
Constant identifying a usenet news client service
NotEnoughResourcesException - exception org.dvb.application.storage.NotEnoughResourcesException.
Thrown if the MHP terminal does not have enough resources to install the application.
NotEnoughResourcesException() - Constructor for class org.dvb.application.storage.NotEnoughResourcesException
Constructs a NotEnoughResourcesException with no detail message.
NotEnoughResourcesException(String) - Constructor for class org.dvb.application.storage.NotEnoughResourcesException
Constructs a NotEnoughResourcesException with a detail message

O

org.dvb.application.inner - package org.dvb.application.inner
Provides support for embedding other interactive applications within the user interface of a DVB-J application.
org.dvb.application.plugins - package org.dvb.application.plugins
Provides support for inter-operable plugins in the MHP specification.
org.dvb.application.storage - package org.dvb.application.storage
Provides support for storage of applications.
org.dvb.dom.bootstrap - package org.dvb.dom.bootstrap
Provides the entry point to the W3C DOM APIs for Java applications.
org.dvb.dom.inner - package org.dvb.dom.inner
Provides support for embedding DVB-HTML applications within the user interface of a DVB-J application.
org.dvb.internet - package org.dvb.internet
Provides a mechanism for MHP applications to control internet clients that may be present on an MHP such as a web browser or email client.
org.dvb.io.ixc - package org.dvb.io.ixc
Provides support for inter-application communication.
org.dvb.smartcard - package org.dvb.smartcard
Provides DVB specific support for smart card reader APIs.

P

performAction(DocumentAction) - Method in interface org.dvb.dom.bootstrap.DocumentFactory
Perform an action on the document that contains the Xlet controlled by the given XletContext.
performAction(DocumentAction) - Method in class org.dvb.dom.inner.HTMLInnerApplicationContainer
Perform an action on the DVB-HTML document.
performActionOnFrames(String[], MultipleDocumentsAction) - Method in interface org.dvb.dom.bootstrap.DocumentFactory
Perform an action on a set of documents, each contained in a frame that is a part of the same application as the Xlet controlled by the given XletContext.
performActionReadOnly(DocumentAction) - Method in interface org.dvb.dom.bootstrap.DocumentFactory
Perform an action on the document that contains the Xlet controlled by the given XletContext.
PermissionDeniedEvent - class org.dvb.internet.PermissionDeniedEvent.
Event indicating that an operation on an internet client failed due to the specified URL not being accessible by the client due to access controls on the server.
PermissionDeniedEvent(Object, URL) - Constructor for class org.dvb.internet.PermissionDeniedEvent
Construct a new PermissionDeniedEvent
Plugin - interface org.dvb.application.plugins.Plugin.
This interface allows an application or service manager to control the lifecycle of applications being executed by an inter-operable plug-in.
printStackTrace() - Method in class org.dvb.application.plugins.UndeclaredThrowableException
Prints this UndeclaredThrowableException and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in class org.dvb.application.plugins.UndeclaredThrowableException
Prints this UndeclaredThrowableException and its backtrace to the specified PrintStream.
printStackTrace(PrintWriter) - Method in class org.dvb.application.plugins.UndeclaredThrowableException
Prints this UndeclaredThrowableException and its backtrace to the specified PrintWriter.
processHFocusEvent(HFocusEvent) - Method in class org.dvb.application.inner.InnerApplicationContainer
Process an HFocusEvent sent to this HNavigationInputPreferred.
Proxy - class org.dvb.application.plugins.Proxy.
Proxy provides static methods for creating dynamic proxy classes and instances, and it is also the superclass of all dynamic proxy classes created by those methods.
Proxy(InvocationHandler) - Constructor for class org.dvb.application.plugins.Proxy
Constructs a new Proxy instance from a subclass (typically, a dynamic proxy class) with the specified value for its invocation handler.

R

rebind(XletContext, String, Remote) - Static method in class org.dvb.io.ixc.IxcRegistry
Rebind the name to a new object in the context of an Xlet; replaces any existing binding.
rebind(XletContext, String, Remote, boolean) - Static method in class org.dvb.io.ixc.IxcRegistry
Rebind the name to a new object in the context of an Xlet; replaces any existing binding.
receiveInternetClientEvent(InternetClientEvent) - Method in interface org.dvb.internet.InternetClientListener
The method to be called when an InternetClientEvent is received.
register(Plugin, XletContext) - Method in class org.dvb.application.plugins.XletSystemCall
Register this instance of XletSystemCall with the system.
removeHFocusListener(HFocusListener) - Method in class org.dvb.application.inner.InnerApplicationContainer
Removes the specified HFocusListener so that it no longer receives HFocusEvent events from this HNavigable.
removeInnerApplicationListener(InnerApplicationListener) - Method in class org.dvb.application.inner.InnerApplicationContainer
Remove a listener for events when the inner application exits.
removeInternetClientListener(InternetClientListener) - Method in interface org.dvb.internet.InternetClient
Remove a listener for InternetClientEvents.
removeService() - Method in interface org.dvb.application.storage.StoredApplicationService
Request the removal of the whole stored application service from the terminal.
removeShortcut(int) - Method in interface org.dvb.application.inner.DVBScene
Removes the specified short-cut key.
removeWindowListener(WindowListener) - Method in interface org.dvb.application.inner.DVBScene
Remove a listener so that it no longer receives any java.awt.event.WindowEvents.
retrieveDetails(SIRequestor) - Method in interface org.dvb.application.storage.StoredApplicationService
This method retrieves additional information about the service.
retrieveDetails(SIRequestor) - Method in interface org.dvb.internet.InternetClientService
This method will always fail when called for an InternetClient.
run(Document) - Method in interface org.dvb.dom.bootstrap.DocumentAction
Access and/or modify a W3C DOM Document.
run(Document[]) - Method in interface org.dvb.dom.bootstrap.MultipleDocumentsAction
Access and/or modify a set of W3C DOM Documents.

S

selectGroup(URL) - Method in interface org.dvb.internet.UsenetClient
Select and display messages in the specified newsgroup.
selectMessage(URL) - Method in interface org.dvb.internet.UsenetClient
Select and display a message with the given message ID.
ServiceAlreadyExistsException - exception org.dvb.application.storage.ServiceAlreadyExistsException.
Thrown if a StoredApplicationService already exists with the identifiers the application tried to create a new one.
ServiceAlreadyExistsException() - Constructor for class org.dvb.application.storage.ServiceAlreadyExistsException
Constructs a ServiceAlreadyExistsException with no detail message.
ServiceAlreadyExistsException(String) - Constructor for class org.dvb.application.storage.ServiceAlreadyExistsException
Constructs a ServiceAlreadyExistsException with a detail message
setBackgroundImage(Image) - Method in interface org.dvb.application.inner.DVBScene
Set an image which shall be painted in the background of the DVBScene, after the background has been drawn according to the current mode set with setBackgroundMode, but before any children are drawn.
setBackgroundMode(int) - Method in interface org.dvb.application.inner.DVBScene
Set the background mode of this DVBScene.
setFocusTraversal(HNavigable, HNavigable, HNavigable, HNavigable) - Method in class org.dvb.application.inner.InnerApplicationContainer
Set the focus control for an HNavigable component.
setGainFocusSound(HSound) - Method in class org.dvb.application.inner.InnerApplicationContainer
Associate a sound with gaining focus, i.e.
setHomepage(URL) - Method in interface org.dvb.internet.WWWBrowserService
Set the home page for the web browser.
setInitialGroup(URL) - Method in interface org.dvb.internet.UsenetClientService
Set the inital group to be displayed when the news client starts.
setInitialMessage(String, String, String) - Method in interface org.dvb.internet.EmailClientService
Set the inital recipient, subject & message body to be used when the email client starts.
setInitialMessage(URL) - Method in interface org.dvb.internet.UsenetClientService
Set the inital message to be used when the news client starts.
setInitialURL(URL) - Method in interface org.dvb.internet.WWWBrowserService
Set the inital URL to be used when the WWW browser starts.
setLoseFocusSound(HSound) - Method in class org.dvb.application.inner.InnerApplicationContainer
Associate a sound with losing focus, i.e.
setMove(int, HNavigable) - Method in class org.dvb.application.inner.InnerApplicationContainer
Defines the navigation path from the current HNavigable to another HNavigable when a particular key is pressed.
setRenderMode(int) - Method in interface org.dvb.application.inner.DVBScene
Set the rendering mode of any background image associated with this DVBScene.
SmartCardPermission - class org.dvb.smartcard.SmartCardPermission.
This class is for permissions related to access to smart cards via the smart card API.
SmartCardPermission(String) - Constructor for class org.dvb.smartcard.SmartCardPermission
Creates a new SmartCardPermission.
SmartCardPermission(String, String) - Constructor for class org.dvb.smartcard.SmartCardPermission
Creates a new SmartCardPermission.
STORED - Static variable in interface org.dvb.application.storage.StoredApplicationService
The service information is from storage
STORED_APPLICATION_SERVICE - Static variable in interface org.dvb.application.storage.StoredApplicationService
The service type for a stored application
StoredApplicationService - interface org.dvb.application.storage.StoredApplicationService.
Defines the information about a stored application service.
StoredServiceCreator - interface org.dvb.application.storage.StoredServiceCreator.
This interface supports creating new Service objects representing stand-alone stored application services.
subscribe(String) - Method in interface org.dvb.internet.UsenetClientService
Add a newsgroup to the list currently subscribed newsgroups.

T

terminatePlugin() - Method in interface org.dvb.application.plugins.Plugin
Terminate the plug-in.

U

unbind(XletContext, String) - Static method in class org.dvb.io.ixc.IxcRegistry
Unbind the name.
UndeclaredThrowableException - exception org.dvb.application.plugins.UndeclaredThrowableException.
Thrown by a method invocation on a proxy instance if its invocation handler's invoke method throws a checked exception (a Throwable that is not assignable to RuntimeException or Error) that is not assignable to any of the exception types declared in the throws clause of the method that was invoked on the proxy instance and dispatched to the invocation handler.
UndeclaredThrowableException(Throwable) - Constructor for class org.dvb.application.plugins.UndeclaredThrowableException
Constructs an UndeclaredThrowableException with the specifed Throwable.
UndeclaredThrowableException(Throwable, String) - Constructor for class org.dvb.application.plugins.UndeclaredThrowableException
Constructs an UndeclaredThrowableException with the specified Throwable and a detail message.
unregister(Plugin, XletContext) - Method in class org.dvb.application.plugins.XletSystemCall
Unregister this instance of XletSystemCall with the system.
URLUnavailableEvent - class org.dvb.internet.URLUnavailableEvent.
Event indicating that an operation on an internet client failed due to the specified URL not being available.
URLUnavailableEvent(Object, URL) - Constructor for class org.dvb.internet.URLUnavailableEvent
Construct a new URLUnavailableEvent
UsenetClient - interface org.dvb.internet.UsenetClient.
This interface supports the operations required on a Usenet news client.
UsenetClientService - interface org.dvb.internet.UsenetClientService.
Service representing the resident usenet news client
UserRejectedInstallException - exception org.dvb.application.storage.UserRejectedInstallException.
Thrown if the end user rejects the request to install an application.
UserRejectedInstallException() - Constructor for class org.dvb.application.storage.UserRejectedInstallException
Constructs a UserRejectedInstallException with no detail message.
UserRejectedInstallException(String) - Constructor for class org.dvb.application.storage.UserRejectedInstallException
Constructs a UserRejectedInstallException with a detail message

W

WWW_CLIENT - Static variable in class org.dvb.internet.InternetServiceFilter
Constant identifying a WWW client service
WWWBrowser - interface org.dvb.internet.WWWBrowser.
This interface provides support for the operations required on an WWW browser.
WWWBrowserService - interface org.dvb.internet.WWWBrowserService.
Service representing a resident WWW browser

X

XletContainer - class org.dvb.application.plugins.XletContainer.
This class provides a container that can be embedded in a widget hierarchy, and can provide a container that can safely be used as the top-level container of an embedded Xlet.
XletContainer(Container) - Constructor for class org.dvb.application.plugins.XletContainer
Construct a new XletContainer as a child of Parent.
XletSystemCall - class org.dvb.application.plugins.XletSystemCall.
This class permits user code to intercept certain system calls initiated by an embedded Xlet that need to be serviced by a support application.
XletSystemCall() - Constructor for class org.dvb.application.plugins.XletSystemCall
Create a new XletSystemCall

A B C D E G H I L M N O P R S T U W X