Java DTV API 1.3
18-Nov-2009
A B C D E F G H I J K L M N O P R S T U V W X Y

A

accepts(Application) - Method in class com.sun.dtv.application.AppFilter
Determine if an Application should be accepted in the filter or not.
ActionEvent - Class in com.sun.dtv.lwuit.events
Event object delivered when an ActionListener callback is invoked.
ActionEvent(Object) - Constructor for class com.sun.dtv.lwuit.events.ActionEvent
Creates a new instance of ActionEvent.
ActionEvent(Object, int) - Constructor for class com.sun.dtv.lwuit.events.ActionEvent
Creates a new instance of ActionEvent.
ActionListener - Interface in com.sun.dtv.lwuit.events
Event callback interface invoked when a component action occurs.
actionPerformed(ActionEvent) - Method in class com.sun.dtv.lwuit.Command
This method is called when the soft button/Menu item is clicked.
actionPerformed(ActionEvent) - Method in interface com.sun.dtv.lwuit.events.ActionListener
Invoked when an action occurred on a component.
ACTIVE - Static variable in interface com.sun.dtv.application.ApplicationProxy
The application is active.
ActiveFormatEvent - Interface in com.sun.dtv.media.format
A VideoFormatEvent that informs about changes in the Active Format.
adaptImage(Image, boolean) - Method in class com.sun.dtv.ui.PlaneSetup
Adapts a given image if necessary in order to gain compatibility with the currently valid PlaneSetup.
add(RadioButton) - Method in class com.sun.dtv.lwuit.ButtonGroup
Adds a RadioButton to the group.
add(GroupLayout.Group) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.ParallelGroup
Adds the specified Group.
add(Component) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.ParallelGroup
Adds the specified Component.
add(Component, int, int, int) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.ParallelGroup
Adds the specified Component.
add(int) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.ParallelGroup
Adds a rigid gap.
add(int, int, int) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.ParallelGroup
Adds a gap with the specified size.
add(int, GroupLayout.Group) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.ParallelGroup
Adds the specified Group as a child of this group.
add(int, Component) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.ParallelGroup
Adds the specified Component.
add(int, Component, int, int, int) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.ParallelGroup
Adds the specified Component.
add(GroupLayout.Group) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.SequentialGroup
Adds the specified Group to this SequentialGroup.
add(boolean, GroupLayout.Group) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.SequentialGroup
Adds a Group to this Group.
add(Component) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.SequentialGroup
Adds the specified Component.
add(boolean, Component) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.SequentialGroup
Adds a Component to this Group.
add(Component, int, int, int) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.SequentialGroup
Adds the specified Component.
add(boolean, Component, int, int, int) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.SequentialGroup
Adds a Component to this Group with the specified size.
add(int) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.SequentialGroup
Adds a rigid gap.
add(int, int, int) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.SequentialGroup
Adds a gap with the specified size.
addActionListener(ActionListener) - Method in class com.sun.dtv.lwuit.Button
Adds a listener to the button which will cause an event to dispatch on click.
addActionListener(ActionListener) - Method in class com.sun.dtv.lwuit.Calendar
Fires when a change is made to the month view of this component.
addActionListener(ActionListener) - Method in class com.sun.dtv.lwuit.List
Allows binding a listener to user selection actions.
addActionListener(ActionListener) - Method in class com.sun.dtv.lwuit.TextArea
Add an action listener which is invoked when the text area was modified not during modification.
addAudioListener(AudioListener) - Method in interface com.sun.dtv.media.audio.AudioControl
Add a audio listener interface.
addCardTerminalListener(CardTerminalListener) - Method in class com.sun.dtv.smartcard.CardTerminal
Adds a new CardTerminalListener to the CardTerminal.
addCommand(Command, int) - Method in class com.sun.dtv.lwuit.Form
Adds a command to the menu bar softkeys or into the menu dialog, this version of add allows us to place a command in an arbitrary location.
addCommand(Command) - Method in class com.sun.dtv.lwuit.Form
Adds a command to the menu bar softkeys.
addComponent(Component) - Method in class com.sun.dtv.lwuit.Container
Adds a Component to the Container.
addComponent(Object, Component) - Method in class com.sun.dtv.lwuit.Container
Adds a Component to the Container.
addComponent(int, Component) - Method in class com.sun.dtv.lwuit.Container
This method adds the Component at a specific index location in the Container Components array.
addComponent(Component) - Method in class com.sun.dtv.lwuit.Form
Adds Component to the Form's Content Pane.
addComponent(Object, Component) - Method in class com.sun.dtv.lwuit.Form
Adds Component to the Form's Content Pane.
addComponent(int, Component) - Method in class com.sun.dtv.lwuit.Form
Adds Component to the Form's Content Pane.
addContainerGap() - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between one edge of the container and the next/previous Component.
addContainerGap(int, int) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between one edge of the container and the next/previous Component.
addContrast(byte) - Method in class com.sun.dtv.lwuit.Font
Increase the contrast of the bitmap font for rendering on top of a surface whose color is darker.
addDataChangedListener(DataChangedListener) - Method in class com.sun.dtv.lwuit.list.DefaultListModel
 
addDataChangedListener(DataChangedListener) - Method in interface com.sun.dtv.lwuit.list.ListModel
Invoked to indicate interest in future change events.
addDataChangeListener(DataChangedListener) - Method in class com.sun.dtv.lwuit.TextField
Adds a listener for data change events it will be invoked for every change made to the text field.
ADDED - Static variable in interface com.sun.dtv.lwuit.events.DataChangedListener
Type value for added data in ListModel.
addFocusListener(FocusListener) - Method in class com.sun.dtv.lwuit.Component
Registers interest in receiving callbacks for focus gained events, a focus event is invoked when the component accepts the focus.
addFreezeResumeListener(FreezeResumeListener) - Method in interface com.sun.dtv.media.FreezeResumeControl
Add a freeze,resume listener interface.
addGameKeyListener(int, ActionListener) - Method in class com.sun.dtv.lwuit.Form
Add a game key listener to the given game key for a callback when the key is released.
addInputMode(String, Hashtable, boolean) - Static method in class com.sun.dtv.lwuit.TextField
Adds a new input mode hashtable with the given name and set of values.
addItem(Object) - Method in class com.sun.dtv.lwuit.List
Allows adding an element to a list if the underlying model supports this, notice that it is an optional operation and if the model does not support it (default list model does) then this operation may failed.
addItem(Object) - Method in class com.sun.dtv.lwuit.list.DefaultListModel
 
addItem(Object) - Method in interface com.sun.dtv.lwuit.list.ListModel
Adds the specified item to the end of this list.
addItemAtIndex(Object, int) - Method in class com.sun.dtv.lwuit.list.DefaultListModel
Adding an item to list at given index.
addKeyListener(int, ActionListener) - Method in class com.sun.dtv.lwuit.Form
Add a key listener to the given keycode for a callback when the key is released.
addLayoutComponent(Object, Component, Container) - Method in class com.sun.dtv.lwuit.layouts.BorderLayout
 
addLayoutComponent(Object, Component, Container) - Method in class com.sun.dtv.lwuit.layouts.Layout
Some layouts can optionally track the addition of elements with meta-data that allows the user to "hint" on object positioning.
addListener(AppProxyListener) - Method in interface com.sun.dtv.application.ApplicationProxy
Adds a listener for changes in the application state.
addListener(AppManagerListener) - Method in class com.sun.dtv.application.AppManager
Adds a listener for changes in the available applications.
addListener(BroadcastFileListener) - Method in class com.sun.dtv.broadcast.BroadcastFile
Subscribes a BroadcastFileListener to receive notifications of changes to this BroadcastFile.
addListener(BroadcastEventListener) - Method in class com.sun.dtv.broadcast.event.BroadcastEventManager
Subscribes a BroadcastEventListener to receive notifications of received BroadcastReceivedEvent.
addListener(UserPropertyListener, String) - Static method in class com.sun.dtv.platform.User
Attaches a listener that is triggered for changes to any properties within the range defined by filter.
addMediaTimeChangeListener(MediaTimeChangeListener) - Method in interface com.sun.dtv.media.timeline.MediaTimePositionControl
Adds a MediaTimeChangeListener to the Control, the player will raise an event if the media time is changed with the setMediaTimePosition method.
addMediaTimeListener(MediaTimeListener, Time) - Method in interface com.sun.dtv.media.timeline.MediaTimePositionControl
Adds a MediaTimeListener to the Control, the player will raise an event if the media reaches the given Time, the event will have the ID that is given back during the registration process for easier identification and management on the application level The system is responsible to raise the event as close as possible to the given Time.
addOverlayTextListener(OverlayTextListener) - Method in interface com.sun.dtv.media.text.OverlayTextControl
Add a overlay text listener interface.
addPainter(Painter) - Method in class com.sun.dtv.lwuit.painter.PainterChain
Creates a new chain based on the existing chain with the new element added at the end.
addPlaneSetupListener(PlaneSetupListener) - Method in class com.sun.dtv.ui.Plane
Add an PlaneSetupListener to this plane.
addPlaneSetupListener(PlaneSetupListener, PlaneSetupPattern) - Method in class com.sun.dtv.ui.Plane
Add an PlaneSetupListener to this plane.
addPreferredGap(Component, Component, int) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between the two components.
addPreferredGap(Component, Component, int, boolean) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between the two components.
addPreferredGap(int) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between the nearest components.
addPreferredGap(int, int, int) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout.SequentialGroup
Adds an element for the preferred gap between the nearest components.
addResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.filtering.DataSectionFilterCollection
Adds a ResourceTypeListener to the implementation.
addResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.net.NetworkDevice
Adds a ResourceTypeListener to the implementation.
addResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.tuner.Tuner
Adds a ResourceTypeListener to the implementation.
addResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.ui.event.KeyEvent
Adds a ResourceTypeListener to the implementation.
addResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.ui.event.MouseEvent
Adds a ResourceTypeListener to the implementation.
addResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.ui.event.RemoteControlEvent
Adds a ResourceTypeListener to the implementation.
addResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.ui.Plane
Adds a ResourceTypeListener to the implementation.
addResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.ui.Screen
Adds a ResourceTypeListener to the implementation.
addScarceResourceListener(ScarceResourceListener) - Method in class com.sun.dtv.ui.Plane
Register a listener for events about changes in the state of the ownership of this plane.
addScarceResourceListener(ScarceResourceListener) - Method in class com.sun.dtv.ui.Screen
Register a listener for events about changes in the state of the ownership of this screen.
addSectionFilterListener(FilterEventListener) - Method in class com.sun.dtv.filtering.DataSectionFilter
Adds a FilterEventListener to receive events of the DataSectionFilter object.
addSelectionListener(SelectionListener) - Method in class com.sun.dtv.lwuit.List
Invoked to indicate interest in future selection events.
addSelectionListener(SelectionListener) - Method in class com.sun.dtv.lwuit.list.DefaultListModel
 
addSelectionListener(SelectionListener) - Method in interface com.sun.dtv.lwuit.list.ListModel
Invoked to indicate interest in future selection events.
addStyleListener(StyleListener) - Method in class com.sun.dtv.lwuit.plaf.Style
Adds a Style Listener to the Style Object.
addTab(String, Image, Component) - Method in class com.sun.dtv.lwuit.TabbedPane
Adds a component represented by a title and/or icon, either of which can be null.
addTab(String, Component) - Method in class com.sun.dtv.lwuit.TabbedPane
Adds a component represented by a title and no icon.
addTabsListener(SelectionListener) - Method in class com.sun.dtv.lwuit.TabbedPane
This method adds a listener to the tabs.
addTextOverflowListener(TextOverflowListener) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Register a TextOverflowListener.
addToBack(Component) - Method in class com.sun.dtv.ui.DTVContainer
Adds a Component to this DTVContainer behind all previously added components.
addToFront(Component) - Method in class com.sun.dtv.ui.DTVContainer
Adds a Component to this DTVContainer directly in front of all previously added components.
addTunerListener(TunerListener) - Method in class com.sun.dtv.tuner.Tuner
Subscribes a TunerListener to receive tuning events from this Tuner.
addUserInputEventListener(UserInputEventListener, UserInputEvent) - Method in class com.sun.dtv.ui.event.UserInputEventManager
Add the specified listener which would like to be notified about the UserInputEvent specified.
addVideoFormatListener(VideoFormatListener) - Method in interface com.sun.dtv.media.format.VideoFormatControl
Add a listener to the VideoFormatControl.
addVideoPresentationListener(VideoPresentationListener) - Method in interface com.sun.dtv.media.format.VideoPresentationControl
Add a listener to the VideoPresentationControl.
addWindowListener(WindowListener) - Method in class com.sun.dtv.ui.DTVContainer
Add a listener to receive any java.awt.event.WindowEvents sent to this DTVContainer.
AF_149_CENTRAL - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of 14:9 (central).
AF_169_CENTRAL - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of 16:9 (central).
AF_169_SHOOT_149_CENTRAL - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of 16:9 (with shoot & protect 14:9 central).
AF_169_SHOOT_43_CENTRAL - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of 16:9 (with shoot & protect 4:3 central).
AF_43_CENTRAL - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of 4:3 (central).
AF_43_SHOOT_149_CENTRAL - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of 4:3 (with shoot & protect 14:9 central).
AF_AS_THE_CODED_FRAME - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format as the coded frame.
AF_BOX_149_UPPER - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of Box 14:9 (upper).
AF_BOX_169_CENTRAL - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of Box > 16:9 (central).
AF_BOX_169_UPPER - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of Box 16:9 (upper).
AF_NOT_PRESENT - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing a not present active format description.
AlphaComposite - Class in com.sun.dtv.ui
This AlphaComposite class implements all alpha compositing rules for combining source and destination pixels to achieve blending and transparency effects with graphics and images.
ALTERNATING - Static variable in interface com.sun.dtv.ui.Animated
Value for the animation mode.
animate() - Method in interface com.sun.dtv.lwuit.animations.Animation
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.sun.dtv.lwuit.animations.CommonTransitions
 
animate() - Method in class com.sun.dtv.lwuit.animations.Transition
 
animate() - Method in class com.sun.dtv.lwuit.Component
 
animate() - Method in class com.sun.dtv.lwuit.Dialog
 
animate() - Method in class com.sun.dtv.lwuit.Label
 
animate() - Method in class com.sun.dtv.lwuit.List
 
animate() - Method in class com.sun.dtv.lwuit.StaticAnimation
 
animate() - Method in class com.sun.dtv.lwuit.TextField
 
animate() - Method in class com.sun.dtv.ui.AnimatedMatte
 
Animated - Interface in com.sun.dtv.ui
This interface provides methods to set and retrieve parameters of an animation effect.
AnimatedMatte - Class in com.sun.dtv.ui
This class represents an animated matte with a dynamic image mask, where the pixel values determine the matte transparency for every pixel for a certain point of time.
AnimatedMatte() - Constructor for class com.sun.dtv.ui.AnimatedMatte
 
Animation - Interface in com.sun.dtv.lwuit.animations
Allows any object to react to events and draw an animation at a fixed interval.
ANY - Static variable in class com.sun.dtv.lwuit.TextArea
Allows any type of input into a text field, if a constraint is not supported by an underlying implementation this will be the default.
APP_IXC_SCOPE_SECURED - Static variable in interface com.sun.dtv.application.Application
Global scope for inter-xlet communication.
APP_IXC_SCOPE_UNSECURED - Static variable in interface com.sun.dtv.application.Application
Unsecured scope for inter-xlet communication.
APP_TYPE_HTML - Static variable in interface com.sun.dtv.application.Application
Application type for an HTML application.
APP_TYPE_JAVA - Static variable in interface com.sun.dtv.application.Application
Application type for Java DTV application.
APP_TYPE_NCL - Static variable in interface com.sun.dtv.application.Application
Application type for NCL.
APP_TYPE_RESIDENT - Static variable in interface com.sun.dtv.application.Application
Application type for native or resident applications.
appAdded(Application) - Method in interface com.sun.dtv.application.AppManagerListener
Called when a new application is available.
appChanged(Application) - Method in interface com.sun.dtv.application.AppManagerListener
Called when Application attributes have changed.
AppFilter - Class in com.sun.dtv.application
AppFilter is called to accept an Application in a filter or not.
Application - Interface in com.sun.dtv.application
Get attributes of an Application.
ApplicationProxy - Interface in com.sun.dtv.application
Control an Application via the application manager.
AppManager - Class in com.sun.dtv.application
AppManager provides control and access to Applications.
AppManagerListener - Interface in com.sun.dtv.application
Listener to be notified of changes in available applications.
AppManagerPermission - Class in com.sun.dtv.application
AppManagerPermission is needed to query or control applications.
AppManagerPermission(String, String) - Constructor for class com.sun.dtv.application.AppManagerPermission
Construct a new AppManagerPermission with the requested resource and actions.
AppProxyListener - Interface in com.sun.dtv.application
Listener to be notified of changes to the application state.
appRefresh() - Method in interface com.sun.dtv.application.AppManagerListener
Called when the entire list of available applications changes.
appRemoved(Application) - Method in interface com.sun.dtv.application.AppManagerListener
Called when an Application has been removed.
appStateChange(Application, int, int, boolean) - Method in interface com.sun.dtv.application.AppProxyListener
Called when an application changes state.
ArbitraryVideoScalingControl - Interface in com.sun.dtv.media.format
Control to retrieve the arbitrary scaling factor intervals of the video.
ASPECT_RATIO_169 - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
The 16x9 aspect ratio.
ASPECT_RATIO_43 - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
The 4x3 aspect ratio.
ASPECT_RATIO_NOT_PRESENT - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
No aspect ratio not known.
AspectRatioEvent - Interface in com.sun.dtv.media.format
A VideoFormatEvent that informs about changes in the Aspect Ratio of the transmitted video frame.
audioChange(AudioEvent) - Method in interface com.sun.dtv.media.audio.AudioListener
Receives Audio events.
AudioControl - Interface in com.sun.dtv.media.audio
Provides control for the Audio to register for Audio specific events.
AudioEvent - Interface in com.sun.dtv.media.audio
Indicating a change with respect to the Audio language selection.
AudioListener - Interface in com.sun.dtv.media.audio
Listener for changes in Audio.
AuthProvider - Class in com.sun.dtv.security
This class defines login and logout methods for a provider.
AuthProvider(String, double, String) - Constructor for class com.sun.dtv.security.AuthProvider
Constructs a provider with the specified name, version number, and information.
AWTComponent - Class in com.sun.dtv.lwuit
This class extends the Component class as a special variant, which delegates painting to a wrapped java.awt.Component.
AWTComponent(Component) - Constructor for class com.sun.dtv.lwuit.AWTComponent
Constructs an instance of AWTComponent, wrapping the specified java.awt.Component.

B

BACKGROUND_FILL - Static variable in class com.sun.dtv.ui.DTVContainer
Constant to be used in the setBackgroundMode method.
BACKGROUND_IMAGE_CENTERED - Static variable in class com.sun.dtv.ui.DTVContainer
Constant to be used in the setBackgroundImageRenderMode method.
BACKGROUND_IMAGE_NONE - Static variable in class com.sun.dtv.ui.DTVContainer
Constant to be used in the setBackgroundImageRenderMode method.
BACKGROUND_IMAGE_STRETCHED - Static variable in class com.sun.dtv.ui.DTVContainer
Constant to be used in the setBackgroundImageRenderMode method.
BACKGROUND_IMAGE_TILED - Static variable in class com.sun.dtv.ui.DTVContainer
Constant to be used in the setBackgroundImageRenderMode method.
BACKGROUND_NO_FILL - Static variable in class com.sun.dtv.ui.DTVContainer
Constant to be used in the setBackgroundMode method.
BackgroundPainter - Class in com.sun.dtv.lwuit.painter
A painter that draws the background of a component based on its style.
BackgroundPainter(Component) - Constructor for class com.sun.dtv.lwuit.painter.BackgroundPainter
Construct a background painter for the given component.
BackgroundVideoPresentationControl - Interface in com.sun.dtv.media.format
Video control for background players.
BASELINE - Static variable in class com.sun.dtv.lwuit.layouts.GroupLayout
Possible alignment type.
BG_COLOR - Static variable in class com.sun.dtv.lwuit.plaf.Style
Background color attribute name for the theme hashtable.
BG_IMAGE - Static variable in class com.sun.dtv.lwuit.plaf.Style
Background image attribute name for the theme hashtable.
BG_SELECTION_COLOR - Static variable in class com.sun.dtv.lwuit.plaf.Style
Background selection color attribute name for the theme hashtable.
bind(Component) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Every component binds itself to the look and feel thus allowing the look and feel to customize the component.
bind(Component) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Every component binds itself to the look and feel thus allowing the look and feel to customize the component.
BitRateControl - Interface in com.sun.dtv.media.control
This interface is a Control for retrieving the bit rate.
Border - Class in com.sun.dtv.lwuit.plaf
Base class that allows us to render a border for a component, a border is drawn before the component and is drawn within the padding region of the component.
Border() - Constructor for class com.sun.dtv.lwuit.plaf.Border
 
BORDER - Static variable in class com.sun.dtv.lwuit.plaf.Style
Border attribute name for the theme hashtable.
BorderLayout - Class in com.sun.dtv.lwuit.layouts
A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.
BorderLayout() - Constructor for class com.sun.dtv.lwuit.layouts.BorderLayout
Creates a new instance of BorderLayout.
BOTTOM - Static variable in class com.sun.dtv.lwuit.Component
Box-orientation constant used to specify the bottom of a box.
BoxLayout - Class in com.sun.dtv.lwuit.layouts
Layout manager that places elements in a row or column according to box orientation.
BoxLayout(int) - Constructor for class com.sun.dtv.lwuit.layouts.BoxLayout
Creates a new instance of BoxLayout.
BRB_CENTER_OFFSET - Static variable in class com.sun.dtv.lwuit.Component
Baseline resize behavior constant used to properly align components.
BRB_CONSTANT_ASCENT - Static variable in class com.sun.dtv.lwuit.Component
Baseline resize behavior constant used to properly align components.
BRB_CONSTANT_DESCENT - Static variable in class com.sun.dtv.lwuit.Component
Baseline resize behavior constant used to properly align components.
BRB_OTHER - Static variable in class com.sun.dtv.lwuit.Component
Baseline resize behavior constant used to properly align components.
BroadcastEventListener - Interface in com.sun.dtv.broadcast.event
The BroadcastEventListener interface is implemented by application classes which require notification of received BroadcastEvent data.
BroadcastEventManager - Class in com.sun.dtv.broadcast.event
The BroadcastEventManager class represents events obtained from broadcast file systems.
BroadcastEventManager(Locator) - Constructor for class com.sun.dtv.broadcast.event.BroadcastEventManager
Creates a BroadcastEventManager instance that represents the events referenced by the given Locator.
BroadcastEventManager(String) - Constructor for class com.sun.dtv.broadcast.event.BroadcastEventManager
Creates a BroadcastEventManager instance that represents the events whose path name in the broadcast is the given path argument.
BroadcastException - Exception in com.sun.dtv.broadcast
All broadcast related exceptions MUST use this subclass of java.io.IOException in order to make different reason easier to distinguish.
BroadcastException() - Constructor for exception com.sun.dtv.broadcast.BroadcastException
 
BroadcastFile - Class in com.sun.dtv.broadcast
The BroadcastFile class represents file or directory data obtained from broadcast file systems.
BroadcastFile(Locator) - Constructor for class com.sun.dtv.broadcast.BroadcastFile
Creates a BroadcastFile instance that represents the file referenced by the given Locator.
BroadcastFile(String) - Constructor for class com.sun.dtv.broadcast.BroadcastFile
Creates a BroadcastFile instance that represents the file whose path name in the broadcast is the given path argument.
BroadcastFile(File, String) - Constructor for class com.sun.dtv.broadcast.BroadcastFile
Creates a BroadcastFile instance that represents the file with the specified name in the specified broadcast directory.
BroadcastFile(String, String) - Constructor for class com.sun.dtv.broadcast.BroadcastFile
Creates a BroadcastFile instance that represents the file with the specified name in the specified broadcast directory.
broadcastFileChanged(BroadcastFileEvent) - Method in interface com.sun.dtv.broadcast.BroadcastFileListener
Notifies the BroadcastFileListener that the BroadcastFile has changed in the broadcast.
BroadcastFileEvent - Class in com.sun.dtv.broadcast
The BroadcastFileEvent provides notification of a change to BroadcastFile data.
BroadcastFileEvent(BroadcastFile) - Constructor for class com.sun.dtv.broadcast.BroadcastFileEvent
Creates a BroadcastFileEvent indicating that the specified BroadcastFile has changed.
BroadcastFileListener - Interface in com.sun.dtv.broadcast
The BroadcastFileListener interface is implemented by application classes which require notification of changes to BroadcastFile data.
broadcastFileLost(BroadcastFileEvent) - Method in interface com.sun.dtv.broadcast.BroadcastFileListener
Notifies the BroadcastFileListener that the BroadcastFile has been lost from the broadcast.
BroadcastFilesystem - Class in com.sun.dtv.broadcast
This class represents instances of broadcast filesystems mounted into the local filesystem.
BroadcastFilesystem(Locator) - Constructor for class com.sun.dtv.broadcast.BroadcastFilesystem
Create and mount a broadcast filesystem defined by the given transport dependent locator.
BroadcastFilesystem(URL) - Constructor for class com.sun.dtv.broadcast.BroadcastFilesystem
Create and mount a broadcast filesystem defined by the given URL.
BroadcastReceivedEvent - Class in com.sun.dtv.broadcast.event
This class represents events that have been received via Broadcast.
BroadcastReceivedEvent(BroadcastEventManager) - Constructor for class com.sun.dtv.broadcast.event.BroadcastReceivedEvent
Creates a BroadcastFileEvent indicating that the specified BroadcastFile has changed.
BroadcastStream - Class in com.sun.dtv.broadcast
The BroadcastStream class represents stream obtained from broadcast file systems.
BroadcastStream(Locator) - Constructor for class com.sun.dtv.broadcast.BroadcastStream
Creates a BroadcastStream instance that represents the file referenced by the given Locator.
BroadcastStream(String) - Constructor for class com.sun.dtv.broadcast.BroadcastStream
Creates a BroadcastStream instance that represents the stream whose path name in the broadcast is the given path argument.
BroadcastStream(File, String) - Constructor for class com.sun.dtv.broadcast.BroadcastStream
Creates a BroadcastStream instance that represents the stream with the specified name in the specified broadcast directory.
BroadcastStream(String, String) - Constructor for class com.sun.dtv.broadcast.BroadcastStream
Creates a BroadcastStream instance that represents the stream with the specified name in the specified broadcast directory.
Button - Class in com.sun.dtv.lwuit
Button is the base class for several UI widgets allowing clickability.
Button() - Constructor for class com.sun.dtv.lwuit.Button
Constructs a button with an empty string for its text.
Button(String) - Constructor for class com.sun.dtv.lwuit.Button
Constructs a button with the specified text.
Button(Command) - Constructor for class com.sun.dtv.lwuit.Button
Allows binding a command to a button for ease of use.
Button(Image) - Constructor for class com.sun.dtv.lwuit.Button
Constructs a button with the specified image.
Button(String, Image) - Constructor for class com.sun.dtv.lwuit.Button
Constructor a button with text and image.
ButtonGroup - Class in com.sun.dtv.lwuit
This class is used to create a multiple-exclusion scope for a set of RadioButtons.
ButtonGroup() - Constructor for class com.sun.dtv.lwuit.ButtonGroup
Creates a new instance of ButtonsGroup.

C

calcPreferredSize() - Method in class com.sun.dtv.lwuit.Component
Calculates the preferred size based on component content.
Calendar - Class in com.sun.dtv.lwuit
Date widget for selecting a date/time value.
Calendar(long) - Constructor for class com.sun.dtv.lwuit.Calendar
Creates a new instance of Calendar set to the given date based on time since epoch (the java.util.Date convention).
Calendar() - Constructor for class com.sun.dtv.lwuit.Calendar
Constructs a calendar with the current date and time.
Callback - Interface in com.sun.dtv.security
Implementations of this interface are passed to a CallbackHandler, allowing underlying security services the ability to interact with a calling application to retrieve specific authentication data such as username and password, or to display certain information, such as error and warning messages.
CallbackHandler - Interface in com.sun.dtv.security
An application implements a CallbackHandler and passes it to underlying security services so that they may interact with the application to retrieve specific authentication data, such as username and password, or to display certain information, such as error and warning messages.
callSerially(Runnable) - Method in class com.sun.dtv.ui.Screen
Causes the runnable to be invoked on the event dispatch thread.
callSeriallyAndWait(Runnable) - Method in class com.sun.dtv.ui.Screen
Identical to callSerially with the added benefit of waiting for the Runnable method to complete.
Capabilities - Class in com.sun.dtv.ui
Describes the capabilities of a plane.
CARD_INSERTED - Static variable in class com.sun.dtv.smartcard.CardTerminalEvent
Corresponds to the event when a card has been inserted.
CARD_MUTE - Static variable in class com.sun.dtv.smartcard.CardTerminalEvent
Corresponds to the event when a card is mute.
CARD_NOT_PRESENT - Static variable in class com.sun.dtv.smartcard.CardTerminalEvent
Corresponds to the event when no card is present.
CARD_REMOVED - Static variable in class com.sun.dtv.smartcard.CardTerminalEvent
Corresponds to the event when a card is removed.
CARD_TERMINAL_REMOVED - Static variable in class com.sun.dtv.smartcard.CardTerminalEvent
Corresponds to the event when the card terminal is removed.
CardTerminal - Class in com.sun.dtv.smartcard
Encapsulates the functionality of a physical card terminal.
CardTerminal() - Constructor for class com.sun.dtv.smartcard.CardTerminal
 
CardTerminalEvent - Class in com.sun.dtv.smartcard
Defines an event object that inform listeners about state changes that occurred in a CardTerminal.
CardTerminalEvent(CardTerminal) - Constructor for class com.sun.dtv.smartcard.CardTerminalEvent
Construct a CardTerminalEvent from the source.
CardTerminalListener - Interface in com.sun.dtv.smartcard
Listener interface to receive card terminal events.
cardTerminalStateChange(CardTerminalEvent) - Method in interface com.sun.dtv.smartcard.CardTerminalListener
Sends a CardTerminalEvent to the listener.
CAUSE_FILTER_INCOMPLETE - Static variable in class com.sun.dtv.filtering.FilteringStoppedEvent
Incomplete filter cause
CAUSE_FILTER_RESOURCE_LOST - Static variable in class com.sun.dtv.filtering.FilteringStoppedEvent
Section filter resources are removed from a connected DataSectionFilterCollection.
CAUSE_FILTER_TIMEOUT - Static variable in class com.sun.dtv.filtering.FilteringStoppedEvent
This cause is generated if section filter operations time out within the period specified by the setTimeOut() method.
CAUSE_TRANSPORT_STREAM_DISCONNECTED - Static variable in class com.sun.dtv.filtering.FilteringStoppedEvent
A TransportStream which was attached to a DataSectionFilterCollection gets disconnected or becomes unavailable, causing filtering to stop.
CAUSE_UNKNOWN - Static variable in class com.sun.dtv.filtering.FilteringStoppedEvent
Unknown cause
CAUSE_VERSION_CHANGE_DETECTED - Static variable in class com.sun.dtv.filtering.FilteringStoppedEvent
This cause is used by ListFilter to report that a section has been encountered which has a different version_number from earlier sections.
CENTER - Static variable in class com.sun.dtv.lwuit.Component
Indicates a Component center alignment.
CENTER - Static variable in class com.sun.dtv.lwuit.layouts.BorderLayout
The center layout constraint (middle of container).
CENTER - Static variable in class com.sun.dtv.lwuit.layouts.GroupLayout
Possible alignment type.
CHANGEABLE_SINGLE_COLOR - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the PlaneSetupPattern.setPreference(int, int) and PlaneSetupPattern.getPriority(int) methods in the PlaneSetupPattern.
CHANGED - Static variable in interface com.sun.dtv.lwuit.events.DataChangedListener
Type value for changed data in ListModel.
charsWidth(char[], int, int) - Method in class com.sun.dtv.lwuit.Font
Return the width of the given characters in this font instance.
charWidth(char) - Method in class com.sun.dtv.lwuit.Font
Return the width of the specific character when rendered alone.
CheckBox - Class in com.sun.dtv.lwuit
Checkbox is a button that can be selected or deselected, and which displays its state to the user.
CheckBox(String) - Constructor for class com.sun.dtv.lwuit.CheckBox
Constructs a checkbox with the given text.
CheckBox() - Constructor for class com.sun.dtv.lwuit.CheckBox
Constructs a checkbox with no text.
CheckBox(Image) - Constructor for class com.sun.dtv.lwuit.CheckBox
Constructs a checkbox with the given icon.
CheckBox(String, Image) - Constructor for class com.sun.dtv.lwuit.CheckBox
Constructs a checkbox with the given text and icon.
CircularFilter - Class in com.sun.dtv.filtering
This class defines a section filter intended to be used to capture a continuous stream of data sections without needing to continually restart the filter.
cleanup() - Method in class com.sun.dtv.lwuit.animations.CommonTransitions
 
cleanup() - Method in class com.sun.dtv.lwuit.animations.Transition
Optional operation to cleanup the garbage left over by a running transition.
CLEAR - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Clear rule.
Clear - Static variable in class com.sun.dtv.ui.AlphaComposite
AlphaComposite object that implements the opaque CLEAR rule with an alpha of 1.0f.
clearBitmapCache() - Static method in class com.sun.dtv.lwuit.Font
Bitmap fonts are cached.
clearGreaterThanFilter() - Method in class com.sun.dtv.filtering.DataSectionFilter
Clears and deactivates any previously set greaterThan filter parameters.
clearLessThanFilter() - Method in class com.sun.dtv.filtering.DataSectionFilter
Clears and deactivates any previously set lessThan filter parameters.
clearPositiveFilter() - Method in class com.sun.dtv.filtering.DataSectionFilter
Clears and deactivates any previously set positive filter parameters.
clearRect(int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clearSelection() - Method in class com.sun.dtv.lwuit.ButtonGroup
Clears the selection such that none of the buttons in the ButtonGroup are selected.
clearTableId() - Method in class com.sun.dtv.filtering.DataSectionFilter
Clears ant table_id value previously set.
clearXorFilter() - Method in class com.sun.dtv.filtering.DataSectionFilter
Clears and deactivates any previously set xor filter parameters.
ClippingControl - Interface in com.sun.dtv.media.format
Control to retrieve and set the clipping rectangle of the video.
clipRect(int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Clips the given rectangle by intersecting with the current clipping region, this method can thus only shrink the clipping region and never increase it.
clone() - Method in class com.sun.dtv.filtering.DataSection
Create a copy of this DataSection object.
clone() - Method in class com.sun.dtv.filtering.DataSectionDataBuffer
Clone a buffer.
clone() - Method in class com.sun.dtv.lwuit.geom.Point
Creates a new object of the same class and with the same contents as this object.
com.sun.dtv.application - package com.sun.dtv.application
Application Management and Lifecycle Control.
com.sun.dtv.broadcast - package com.sun.dtv.broadcast
Access to broadcast files and streams.
com.sun.dtv.broadcast.event - package com.sun.dtv.broadcast.event
Access to broadcast events.
com.sun.dtv.filtering - package com.sun.dtv.filtering
Provides support for MPEG section filtering.
com.sun.dtv.io - package com.sun.dtv.io
Extends the java.io package by providing access rights and properties to files.
com.sun.dtv.locator - package com.sun.dtv.locator
This packages defines locators for use throughout the system.
com.sun.dtv.lwuit - package com.sun.dtv.lwuit
Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT.
com.sun.dtv.lwuit.animations - package com.sun.dtv.lwuit.animations
All components are animatable by potential and additional animations (unrelated to a specific component) can be installed on the fly, transitions between forms are also handled as part of this package.
com.sun.dtv.lwuit.events - package com.sun.dtv.lwuit.events
Observable pattern event listeners in the spirit of AWT 1.1's event dispatching architecture, all events are dispatched on the EDT (Event Dispatch Thread).
com.sun.dtv.lwuit.geom - package com.sun.dtv.lwuit.geom
Contains classes related to geometry locations and calculations such as rectangle and size.
com.sun.dtv.lwuit.layouts - package com.sun.dtv.lwuit.layouts
Layout managers allow a Container to arrange its components by a set of rules that would be adapted for specific screen/font sizes.
com.sun.dtv.lwuit.list - package com.sun.dtv.lwuit.list
Lists are highly customizable and serve as the basis for ComboBox and other components (such as carousels etc) they employ a similar MVC approach to Swing including the renderer pattern.
com.sun.dtv.lwuit.painter - package com.sun.dtv.lwuit.painter
Painter allows us to draw arbitrary elements of graphics from plain/scaled/tiled images to gradients and pretty much any form of graphic drawing we can imagine.
com.sun.dtv.lwuit.plaf - package com.sun.dtv.lwuit.plaf
Look of the application can be fully customized via this package, it represents a rendering layer that can be plugged in separately in runtime and themed to provide any custom look.
com.sun.dtv.lwuit.util - package com.sun.dtv.lwuit.util
Utility features that are either too domain specific or don't "fit" into any other packages.
com.sun.dtv.media - package com.sun.dtv.media
Package for media relevant basic functionality and Freeze Resume controls.
com.sun.dtv.media.audio - package com.sun.dtv.media.audio
Packages for Audio Language Control.
com.sun.dtv.media.control - package com.sun.dtv.media.control
Additional Controls to retrieve informations about the presented media.
com.sun.dtv.media.dripfeed - package com.sun.dtv.media.dripfeed
Control to provide still picture data to a JMF Player, the data are under the control of the Application.
com.sun.dtv.media.format - package com.sun.dtv.media.format
Control for the Video Format.
com.sun.dtv.media.language - package com.sun.dtv.media.language
Provides the basic functionality to query and set the language for Audio,Subtitle and Close Captioning.
com.sun.dtv.media.text - package com.sun.dtv.media.text
Subtitle and Close Captioning Control.
com.sun.dtv.media.timeline - package com.sun.dtv.media.timeline
Media Time Line Control.
com.sun.dtv.net - package com.sun.dtv.net
Extends the java.net package with extensive communication device control.
com.sun.dtv.platform - package com.sun.dtv.platform
Provides classes that are specific to the DTV platform, in particular classes that are specific to the consumer.
com.sun.dtv.resources - package com.sun.dtv.resources
Provides a basic framework for scarce resources.
com.sun.dtv.security - package com.sun.dtv.security
Package for the additional security functionality.
com.sun.dtv.service - package com.sun.dtv.service
This package provides an interface for accessing the Low Level SI database.
com.sun.dtv.smartcard - package com.sun.dtv.smartcard
Package that provides additional smartcard functionality.
com.sun.dtv.test - package com.sun.dtv.test
Provides an extensive test harness support.
com.sun.dtv.transport - package com.sun.dtv.transport
Provides access to entities contained in a transport stream.
com.sun.dtv.tuner - package com.sun.dtv.tuner
Provides APIs for access to and control of a broadcast network interface (or "tuner") used for the reception of transport streams.
com.sun.dtv.ui - package com.sun.dtv.ui
TV specific UI functionality.
com.sun.dtv.ui.event - package com.sun.dtv.ui.event
TV specific UI functionality event subpackage.
ComboBox - Class in com.sun.dtv.lwuit
A combo box is a list that allows only one selection at a time, when a user clicks the combo box a popup button with the full list of elements allows the selection of a single element.
ComboBox(Vector) - Constructor for class com.sun.dtv.lwuit.ComboBox
Creates a new instance of ComboBox.
ComboBox(Object[]) - Constructor for class com.sun.dtv.lwuit.ComboBox
Creates a new instance of ComboBox.
ComboBox() - Constructor for class com.sun.dtv.lwuit.ComboBox
Constructs an empty combo box.
ComboBox(ListModel) - Constructor for class com.sun.dtv.lwuit.ComboBox
Creates a new instance of ComboBox.
Command - Class in com.sun.dtv.lwuit
The action placed on the soft buttons and in the Menu on devices, similar to the MIDP command abstraction and Swing's Actions.
Command(String) - Constructor for class com.sun.dtv.lwuit.Command
Creates a new instance of Command.
Command(String, Image) - Constructor for class com.sun.dtv.lwuit.Command
Creates a new instance of Command.
Command(String, int) - Constructor for class com.sun.dtv.lwuit.Command
Creates a new instance of Command.
Command(String, Image, int) - Constructor for class com.sun.dtv.lwuit.Command
Creates a new instance of Command.
COMMERCIAL_DIALOG - Static variable in exception com.sun.dtv.transport.ConditionalAccessDeniedException
user dialog needed for payment.
CommonTransitions - Class in com.sun.dtv.lwuit.animations
Contains common transition animations including the following.
Component - Class in com.sun.dtv.lwuit
Base class for all the widgets in the toolkit using the composite pattern in a similar way to the AWT Container/Component relationship.
Component() - Constructor for class com.sun.dtv.lwuit.Component
Creates a new instance of Component.
ConditionalAccessDeniedException - Exception in com.sun.dtv.transport
This class is thrown when access is requested to information which is scrambled and to which access is not permitted by the security system.
ConditionalAccessDeniedException() - Constructor for exception com.sun.dtv.transport.ConditionalAccessDeniedException
Constructs a ConditionalAccessDeniedException with no detail message.
ConditionalAccessDeniedException(String) - Constructor for exception com.sun.dtv.transport.ConditionalAccessDeniedException
Constructs a ConditionalAccessDeniedException with the specified detail message.
ConditionalAccessDeniedException(String, int, Service) - Constructor for exception com.sun.dtv.transport.ConditionalAccessDeniedException
Constructs a ConditionalAccessDeniedException with the specified detail message, reason and service.
ConditionalAccessDeniedException(String, int[], ElementaryStream[]) - Constructor for exception com.sun.dtv.transport.ConditionalAccessDeniedException
Constructs a ConditionalAccessDeniedException with the specified detail message, reasons and streams.
ConditionalAccessException - Exception in com.sun.dtv.media
Indicates that the media under the control of the Player or DataSource is protected by conditional access.
ConditionalAccessException() - Constructor for exception com.sun.dtv.media.ConditionalAccessException
Constructor without a reason information.
ConditionalAccessException(String) - Constructor for exception com.sun.dtv.media.ConditionalAccessException
Constructor with a reason information.
connect(Object) - Method in class com.sun.dtv.filtering.DataSectionFilterCollection
Connects a DataSectionFilterCollection to the transport stream.
connect(Authenticator, String, NetworkDeviceStatusListener, long) - Method in class com.sun.dtv.net.NetworkDevice
Initiates the connection of the given network device to the network.
connected(NetworkDevice, NetworkInterface) - Method in interface com.sun.dtv.net.NetworkDeviceStatusListener
Reports when device has been connected.
connectionFailed(NetworkDevice, String) - Method in interface com.sun.dtv.net.NetworkDeviceStatusListener
Reports when device could not connect for some reason.
consume() - Method in class com.sun.dtv.lwuit.events.ActionEvent
Consume the event indicating that it was handled thus preventing other action listeners from handling/receiving the event.
consumeWindowEvent(WindowEvent) - Method in class com.sun.dtv.ui.DTVContainer
Consumes a java.awt.event.WindowEvents for this DTVContainer.
Container - Class in com.sun.dtv.lwuit
A composite pattern with Component, allows nesting and arranging multiple components using a pluggable layout manager architecture.
Container(Layout) - Constructor for class com.sun.dtv.lwuit.Container
Constructs a new Container with a new layout manager.
Container() - Constructor for class com.sun.dtv.lwuit.Container
Constructs a new Container, with a FlowLayout.
contains(int, int) - Method in class com.sun.dtv.lwuit.Component
Returns true if the given absolute coordinate is contained in the Component.
contains(Component) - Method in class com.sun.dtv.lwuit.Container
Returns true if the given component is within the hierarchy of this container.
contains(Rectangle) - Method in class com.sun.dtv.lwuit.geom.Rectangle
Checks whether or not this Rectangle entirely contains the specified Rectangle.
contains(int, int, int, int) - Method in class com.sun.dtv.lwuit.geom.Rectangle
Checks whether this Rectangle entirely contains the Rectangle at the specified location (rX, rY) with the specified dimensions (rWidth, rHeight).
contains(int, int) - Method in class com.sun.dtv.lwuit.geom.Rectangle
Checks whether or not this Rectangle contains the point at the specified location (rX, rY).
controllerUpdate(MediaTimeChangeEvent) - Method in interface com.sun.dtv.media.timeline.MediaTimeChangeListener
Notification of media time change event.
controllerUpdate(MediaTimeEvent) - Method in interface com.sun.dtv.media.timeline.MediaTimeListener
Notification of media time event.
convertPoint(PlaneSetup, Point) - Method in class com.sun.dtv.ui.PlaneSetup
This method has been created to avoid rounding errors appearing during conversion of pixel positions from one coordinate system towards another one when passing through normalized coordinates.
CoordinateLayout - Class in com.sun.dtv.lwuit.layouts
Allows laying out components based on absolute positions/sizes that are adapted based on available space for the layout.
CoordinateLayout(int, int) - Constructor for class com.sun.dtv.lwuit.layouts.CoordinateLayout
This constructor accepts the relative width and height used to define the aspect ratio of the Container.
CoordinateLayout(Dimension) - Constructor for class com.sun.dtv.lwuit.layouts.CoordinateLayout
This constructor accepts a Dimension object in order to define the aspect ratio of the Container.
copy(DataSectionDataBuffer) - Method in class com.sun.dtv.filtering.DataSectionDataBuffer
Copy the attributes from the specified Buffer into this Buffer.
copy(DataSectionDataBuffer, boolean) - Method in class com.sun.dtv.filtering.DataSectionDataBuffer
Copy the attributes from the specified Buffer into this Buffer.
copy() - Method in class com.sun.dtv.lwuit.animations.CommonTransitions
 
copy() - Method in class com.sun.dtv.lwuit.animations.Transition
Copies a transitions.
copyArea(int, int, int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Copies an area of the component by a distance specified by the dx and dy parameters.
createAnimation(DataInputStream) - Static method in class com.sun.dtv.lwuit.StaticAnimation
Creates an animation from the given stream, this method is used internally by Resources normally you should not create static animations manually.
createBaselineGroup(boolean, boolean) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Creates and returns a ParallelGroup that aligns its elements along the baseline.
createBevelLowered() - Static method in class com.sun.dtv.lwuit.plaf.Border
Creates a lowered bevel border with default colors, highlight is derived from the component and shadow is a plain dark color.
createBevelLowered(Color, Color, Color, Color) - Static method in class com.sun.dtv.lwuit.plaf.Border
Creates a raised bevel border with the given colors.
createBevelRaised() - Static method in class com.sun.dtv.lwuit.plaf.Border
Creates a lowered bevel border with default colors, highlight is derived from the component and shadow is a plain dark color.
createBevelRaised(Color, Color, Color, Color) - Static method in class com.sun.dtv.lwuit.plaf.Border
Creates a raised bevel border with the given colors.
createBitmapFont(String, Image, int[], int[], String) - Static method in class com.sun.dtv.lwuit.Font
Creates a bitmap font with the given arguments and places said font in the cache.
createBitmapFont(Image, int[], int[], String) - Static method in class com.sun.dtv.lwuit.Font
Creates a bitmap font with the given arguments.
createEmpty() - Static method in class com.sun.dtv.lwuit.animations.CommonTransitions
Creates an empty transition that does nothing.
createEmpty() - Static method in class com.sun.dtv.lwuit.plaf.Border
Creates an empty border, this is useful where we don't want a border for a component but want a focus border etc...
createEtchedLowered() - Static method in class com.sun.dtv.lwuit.plaf.Border
Creates a lowered etched border with default colors, highlight is derived from the component and shadow is a plain dark color.
createEtchedLowered(Color, Color) - Static method in class com.sun.dtv.lwuit.plaf.Border
Creates a raised etched border with the given colors.
createEtchedRaised() - Static method in class com.sun.dtv.lwuit.plaf.Border
Creates a lowered etched border with default colors, highlight is derived from the component and shadow is a plain dark color.
createEtchedRaised(Color, Color) - Static method in class com.sun.dtv.lwuit.plaf.Border
Creates a raised etched border with the given colors.
createFade(int) - Static method in class com.sun.dtv.lwuit.animations.CommonTransitions
Creates a transition for fading a form in while fading out the original form.
createFrictionMotion(int, float, float) - Static method in class com.sun.dtv.lwuit.animations.Motion
Creates a friction motion starting from source with initial speed and the friction.
createImage(String) - Static method in class com.sun.dtv.lwuit.Image
Creates an image from the given path.
createImage(InputStream) - Static method in class com.sun.dtv.lwuit.Image
Creates an image from an InputStream.
createImage(int[], int, int) - Static method in class com.sun.dtv.lwuit.Image
Creates an image from an RGB image.
createImage(int, int) - Static method in class com.sun.dtv.lwuit.Image
Creates a buffered Image.
createImage(byte[], int, int) - Static method in class com.sun.dtv.lwuit.Image
Creates an image from a given byte array data.
createImage(Image) - Static method in class com.sun.dtv.lwuit.Image
Creates an image from the java.awt.Image to be wrapped.
createImageBorder(Image, Image, Image, Image, Image, Image, Image, Image, Image) - Static method in class com.sun.dtv.lwuit.plaf.Border
The given images are tiled appropriately across the matching side of the border and placed as expected in the four corners.
createImageBorder(Image, Image, Image) - Static method in class com.sun.dtv.lwuit.plaf.Border
The given images are tiled appropriately across the matching side of the border, rotated and placed as expected in the four corners.
createLinearMotion(int, int, int) - Static method in class com.sun.dtv.lwuit.animations.Motion
Creates a linear motion starting from source value all the way to destination value.
createLineBorder(int) - Static method in class com.sun.dtv.lwuit.plaf.Border
Creates a line border that uses the color of the component foreground for drawing.
createLineBorder(int, Color) - Static method in class com.sun.dtv.lwuit.plaf.Border
Creates a line border that uses the given color for the component.
createParallelGroup() - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Creates and returns a ParallelGroup with a LEADING alignment.
createParallelGroup(int) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Creates and returns an ParallelGroup.
createParallelGroup(int, boolean) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Creates and returns an ParallelGroup.
createPressedVersion() - Method in class com.sun.dtv.lwuit.plaf.Border
When applied to buttons borders produce a version that reverses the effects of the border providing a pressed feel.
createRoundBorder(int, int) - Static method in class com.sun.dtv.lwuit.plaf.Border
Creates a rounded corner border that uses the color of the component foreground for drawing.
createRoundBorder(int, int, Color) - Static method in class com.sun.dtv.lwuit.plaf.Border
Creates a rounded border that uses the given color for the component.
createSequentialGroup() - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Creates and returns a SequentialGroup.
createSlide(int, boolean, int) - Static method in class com.sun.dtv.lwuit.animations.CommonTransitions
Creates a slide transition with the given duration and direction.
createSlide(int, boolean, int, boolean) - Static method in class com.sun.dtv.lwuit.animations.CommonTransitions
Creates a slide transition with the given duration and direction.
createSplineMotion(int, int, int) - Static method in class com.sun.dtv.lwuit.animations.Motion
Creates a spline motion starting from source value all the way to destination value.
createSystemFont(int, int, int) - Static method in class com.sun.dtv.lwuit.Font
Creates a system native font in a similar way to common MIDP fonts.
currentDataRate(NetworkDevice, long) - Method in interface com.sun.dtv.net.NetworkDeviceStatusListener
Reports the current data rate of a given device if it has changed since the last report.

D

darkerColor(int) - Method in class com.sun.dtv.lwuit.Graphics
Makes the current color slightly darker, this is useful for many visual effects.
data - Variable in class com.sun.dtv.filtering.DataSectionDataBuffer
The byte array that actually holds the media data chunk for this Buffer.
dataChanged(int, int) - Method in interface com.sun.dtv.lwuit.events.DataChangedListener
Invoked when there was a change in the underlying model.
DataChangedListener - Interface in com.sun.dtv.lwuit.events
Event callback interface invoked when a ListModel changes its state thus indicating to the view that it should refresh.
DataSection - Class in com.sun.dtv.filtering
This class encapsulates a Transport Stream data section This object is cloneable.
DataSectionAvailableEvent - Class in com.sun.dtv.filtering
This event reports that a complete data section being filtered.
DataSectionAvailableEvent(DataSectionFilter, Object) - Constructor for class com.sun.dtv.filtering.DataSectionAvailableEvent
This constructs a DataSectionAvailableEvent for the specified DataSectionFilter.
DataSectionDataBuffer - Class in com.sun.dtv.filtering
This class encapsulates a portion of a Transport Stream Section payload.
DataSectionDataBuffer() - Constructor for class com.sun.dtv.filtering.DataSectionDataBuffer
 
DataSectionFilter - Class in com.sun.dtv.filtering
This class is the root of all filters classes.
DataSectionFilterCollection - Class in com.sun.dtv.filtering
This class represents a collection of data section filters to be activated and de-activated as an atomic operation.
DataSectionFilterCollection(TransportStream, int) - Constructor for class com.sun.dtv.filtering.DataSectionFilterCollection
Creates a section filter collection object with an associated number of data section filters on the specified transport stream needed to be reserved when the object is to be connected to an active source of section data.
DataSectionFilterCollection(TransportStream, int, boolean) - Constructor for class com.sun.dtv.filtering.DataSectionFilterCollection
Creates a section filter collection object with an associated number of section filters on the specified transport stream needed to be reserved when the object is to be connected to an active source of data sections.
DataSectionFilterEvent - Class in com.sun.dtv.filtering
This class is the base class for Events in the section filter API.
DataSectionFilterEvent(DataSectionFilter, Object) - Constructor for class com.sun.dtv.filtering.DataSectionFilterEvent
This constructs a DataSectionFilterEvent for the specified DataSectionFilter object.
DataSectionFilterException - Exception in com.sun.dtv.filtering
The base class for exceptions thrown by the data section filtering APIs.
DataSectionFilterException() - Constructor for exception com.sun.dtv.filtering.DataSectionFilterException
Constructs a DataSectionFilterException.
DataSectionFilterException(String) - Constructor for exception com.sun.dtv.filtering.DataSectionFilterException
Constructs a DataSectionFilterException with a detailed message.
dataSectionFilterUpdate(DataSectionFilterEvent) - Method in interface com.sun.dtv.filtering.FilterEventListener
This method will be called for all listeners registered with a filter, supplying them the specific event that has occurred.
DataUnavailableException - Exception in com.sun.dtv.filtering
Signals that no data is available from a DataSection object.
DataUnavailableException() - Constructor for exception com.sun.dtv.filtering.DataUnavailableException
Constructs a DataUnavailableException with no detail message.
DataUnavailableException(String) - Constructor for exception com.sun.dtv.filtering.DataUnavailableException
Constructs a DataUnavailableException with the specified detail message.
DEBUG - Static variable in class com.sun.dtv.lwuit.util.Log
Constant indicating the logging level Debug is the default and the lowest level followed by info, warning and error.
DECIMAL - Static variable in class com.sun.dtv.lwuit.TextArea
The user is allowed to enter numeric values with optional decimal fractions, for example "-123", "0.123", or ".5".
decode(String) - Static method in class com.sun.dtv.lwuit.Font
Returns the Font described by the argument.
DecoderFormatEvent - Interface in com.sun.dtv.media.format
Event to inform that the decoder format conversion has changed.
DEFAULT_LINE_SPACE - Static variable in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Constant to be used with the setLineSpace method of SophisticatedTextLayoutManager.
DEFAULT_SIZE - Static variable in class com.sun.dtv.lwuit.layouts.GroupLayout
Possible value for the add methods that takes a Component.
DefaultListCellRenderer - Class in com.sun.dtv.lwuit.list
Default implementation of the renderer based on a label see the ListCellRenderer for more information about the use and purpose of this class.
DefaultListCellRenderer() - Constructor for class com.sun.dtv.lwuit.list.DefaultListCellRenderer
Creates a new instance of DefaultCellRenderer.
DefaultListCellRenderer(boolean) - Constructor for class com.sun.dtv.lwuit.list.DefaultListCellRenderer
Creates a new instance of DefaultCellRenderer.
DefaultListModel - Class in com.sun.dtv.lwuit.list
Default implementation of the list model based on a vector of elements.
DefaultListModel() - Constructor for class com.sun.dtv.lwuit.list.DefaultListModel
Creates a new instance of DefaultListModel.
DefaultListModel(Vector) - Constructor for class com.sun.dtv.lwuit.list.DefaultListModel
Creates a new instance of DefaultListModel.
DefaultListModel(Object[]) - Constructor for class com.sun.dtv.lwuit.list.DefaultListModel
Creates a new instance of DefaultListModel.
DefaultLookAndFeel - Class in com.sun.dtv.lwuit.plaf
Used to render the default look of LWUIT.
DefaultLookAndFeel() - Constructor for class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Creates a new instance of DefaultLookAndFeel.
DefaultTextLayoutManager - Class in com.sun.dtv.ui
This class provides a standard mechanism for rendering of provided texts and is at the same time the simplest implementation of the TextLayoutManager interface.
DefaultTextLayoutManager() - Constructor for class com.sun.dtv.ui.DefaultTextLayoutManager
 
deinitialize() - Method in class com.sun.dtv.lwuit.Component
Invoked to indicate that the component initialization is being reversed since the component was detached from the container hierarchy.
deregisterAnimation(Animation) - Method in class com.sun.dtv.lwuit.Form
Indicate that cmp would no longer like to receive animation events.
DESTROYED - Static variable in interface com.sun.dtv.application.ApplicationProxy
The application has been destroyed.
Device - Class in com.sun.dtv.ui
This class is a representation of a TV device.
Device() - Constructor for class com.sun.dtv.ui.Device
There is no intention to enable users to create a device.
DF_CENTER - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing a decoder format description of center (only the central part of the 16:9 video will be displayed on a 4:3 frame.
DF_FULL - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing a decoder format description of fullscreen.
DF_LETTERBOX - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing a decoder format description of letterbox (the full 16:9 video will be displayed in the central part of a 4:3 frame black bars on top and bottom of the frame.
DF_NOT_PRESENT - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing a not present decoder format description.
DF_PANSCAN - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing a decoder format description of pan scan (only the central part of the 16:9 video will be displayed on a 4:3 frame using pan scan vectors).
DF_SYSTEM - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing that the decoder format description is set by the system.
DF_ZOOM - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing a decoder format description of zoom (only the central part of the 4:3 video will be displayed on a 16:9 frame.
Dialog - Class in com.sun.dtv.lwuit
A dialog is a form that occupies a part of the screen and appears as a modal entity to the developer.
Dialog(String) - Constructor for class com.sun.dtv.lwuit.Dialog
Constructs a Dialog with a title.
Dialog() - Constructor for class com.sun.dtv.lwuit.Dialog
Constructs a Dialog with a title.
Dimension - Class in com.sun.dtv.lwuit.geom
Utility class that holds a width and height that represents a dimension of a component or element.
Dimension() - Constructor for class com.sun.dtv.lwuit.geom.Dimension
Creates a new instance of Dimension.
Dimension(Dimension) - Constructor for class com.sun.dtv.lwuit.geom.Dimension
Creates a new instance of Dimension with a predefine dimension.
Dimension(Dimension) - Constructor for class com.sun.dtv.lwuit.geom.Dimension
Creates a new instance of Dimension with parameters taken from an instance of java.awt.Dimension.
Dimension(int, int) - Constructor for class com.sun.dtv.lwuit.geom.Dimension
Creates a new instance of Dimension with width and height.
DIRECT_COLOR_SUPPORT - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
disconnect() - Method in class com.sun.dtv.filtering.DataSectionFilterCollection
Returns a DataSectionFilterCollection to the disconnected state.
disconnect() - Method in class com.sun.dtv.net.NetworkDevice
Disconnects any connection that the given network device is having to the network.
disconnected(NetworkDevice) - Method in interface com.sun.dtv.net.NetworkDeviceStatusListener
Reports when device has been disconnected.
DisconnectedException - Exception in com.sun.dtv.filtering
Indicates that a DataSectionFilterCollection has lost its connection causing a startFiltering call to fail.
DisconnectedException() - Constructor for exception com.sun.dtv.filtering.DisconnectedException
Constructs a DisconnectedException.
DisconnectedException(String) - Constructor for exception com.sun.dtv.filtering.DisconnectedException
Constructs a DisconnectedException with a detailed message.
displayImage(Image) - Method in class com.sun.dtv.ui.PlaneSetup
Display a (background) image on the associated Plane.
displayImage(Image, Rectangle) - Method in class com.sun.dtv.ui.PlaneSetup
Display an (background) image to cover a particular area of the associated Plane.
dispose() - Method in class com.sun.dtv.lwuit.Dialog
Closes the current form and returns to the previous form, releasing the EDT in the process.
dispose() - Method in class com.sun.dtv.ui.DTVContainer
Disposes of this DTVContainer.
doLayout() - Method in class com.sun.dtv.lwuit.Container
Lays out the container.
DONT_CARE - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
DownloadableFont - Class in com.sun.dtv.ui
This class introduces the possibility to download fonts.
DownloadableFont() - Constructor for class com.sun.dtv.ui.DownloadableFont
 
draw3DRect(int, int, int, int, boolean) - Method in class com.sun.dtv.lwuit.Graphics
Draws a 3D highlighted outline of the specified rectangle.
drawArc(int, int, int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Draws a circular or elliptical arc based on the given angles and bounding box.
drawButton(Graphics, Button) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing a button widget.
drawButton(Graphics, Button) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Invoked for drawing a button widget.
drawBytes(byte[], int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Draws the text given by the specified byte array, using this graphics context's current font and color.
drawChar(Graphics, char, int, int) - Method in class com.sun.dtv.lwuit.Font
Draw the given char using the current font and color in the x,y coordinates.
drawChar(char, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Draw the given char using the current font and color in the x,y coordinates.
drawChars(char[], int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Draw the given char array using the current font and color in the x,y coordinates.
drawCheckBox(Graphics, CheckBox) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing a checkbox widget.
drawCheckBox(Graphics, CheckBox) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Invoked for drawing a checkbox widget.
drawComboBox(Graphics, ComboBox) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing a combo box widget.
drawComboBox(Graphics, ComboBox) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Invoked for drawing a combo box widget.
drawHorizontalScroll(Graphics, Component, float, float) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Draws a horizontal scroll bar in the given component.
drawImage(Image, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Draws the image so its top left coordinate corresponds to x/y.
drawLabel(Graphics, Label) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing a label widget.
drawLabel(Graphics, Label) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Invoked for drawing a label widget.
drawLine(int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Draws a line between the 2 X/Y coordinates.
drawList(Graphics, List) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing a list widget.
drawList(Graphics, List) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Invoked for drawing a list widget.
drawMonthView(Graphics, Calendar, Component) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing a month view widget.
drawMonthView(Graphics, Calendar, Component) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Invoked for drawing a month view widget.
drawOval(int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Draws the outline of an oval into the bounds of the given rectangle.
drawPolygon(int[], int[], int) - Method in class com.sun.dtv.lwuit.Graphics
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolyline(int[], int[], int) - Method in class com.sun.dtv.lwuit.Graphics
Draws a sequence of connected lines defined by arrays of x and y coordinates.
drawRadioButton(Graphics, RadioButton) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing the radio button widget.
drawRadioButton(Graphics, RadioButton) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Invoked for drawing the radio button widget.
drawRect(int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Draws a rectangle in the given coordinates.
drawRoundRect(int, int, int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Draws a rounded corner rectangle in the given coordinates with the arcWidth/height matching the last two arguments respectively.
drawString(String, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Draw a string using the current font and color in the x,y coordinates.
drawTabbedPane(Graphics, TabbedPane) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing the Tab Pane widget.
drawTabbedPane(Graphics, TabbedPane) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Invoked for drawing the Tab Pane widget.
drawTabbedPaneContentPane(TabbedPane, Graphics, Rectangle, Dimension, int, int, Dimension, int, int) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Draws and return the TabbedPane content pane painter.
drawTabbedPaneContentPane(TabbedPane, Graphics, Rectangle, Dimension, int, int, Dimension, int, int) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Draws and return the TabbedPane content pane painter.
drawTextArea(Graphics, TextArea) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing the text area widget.
drawTextArea(Graphics, TextArea) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Invoked for drawing the text area widget.
drawTextField(Graphics, TextField) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Draws the text field without its cursor which is drawn in a separate method.
drawTextField(Graphics, TextField) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Draws the text field without its cursor which is drawn in a separate method.
drawTextFieldCursor(Graphics, TextField) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Draws the cursor of the text field, blinking is handled simply by avoiding a call to this method.
drawTextFieldCursor(Graphics, TextField) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Draws the cursor of the text field, blinking is handled simply by avoiding a call to this method.
drawVerticalScroll(Graphics, Component, float, float) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Draws a vertical scroll bar in the given component.
DripFeedControl - Interface in com.sun.dtv.media.dripfeed
This Control allows to feed in progressively parts of a clip into a Player.
DripFeedPermission - Class in com.sun.dtv.media.dripfeed
This class represents a permission to access the DripFeedControl.
DripFeedPermission(String) - Constructor for class com.sun.dtv.media.dripfeed.DripFeedPermission
Creates a new DripFeedPermission with a given name.
DST - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Destination rule.
Dst - Static variable in class com.sun.dtv.ui.AlphaComposite
AlphaComposite object that implements the opaque DST rule with an alpha of 1.0f.
DST_ATOP - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Destination Atop Source rule.
DST_IN - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Destination In Source rule.
DST_OUT - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Destination Held Out By Source rule.
DST_OVER - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Destination Over Source rule.
DstAtop - Static variable in class com.sun.dtv.ui.AlphaComposite
AlphaComposite object that implements the opaque DST_ATOP rule with an alpha of 1.0f.
DstIn - Static variable in class com.sun.dtv.ui.AlphaComposite
AlphaComposite object that implements the opaque DST_IN rule with an alpha of 1.0f.
DstOut - Static variable in class com.sun.dtv.ui.AlphaComposite
AlphaComposite object that implements the opaque DST_OUT rule with an alpha of 1.0f.
DstOver - Static variable in class com.sun.dtv.ui.AlphaComposite
AlphaComposite object that implements the opaque DST_OVER rule with an alpha of 1.0f.
DTV_CONTAINER_DIMENSION - Static variable in class com.sun.dtv.ui.DTVContainerPattern
A preference value for use in the setPreference, getPreferenceValue and getPriority methods in the DTVContainerPattern.
DTV_CONTAINER_LOCATION - Static variable in class com.sun.dtv.ui.DTVContainerPattern
A preference value for use in the setPreference, getPreferenceValue and getPriority methods in the DTVContainerPattern.
DTV_CONTAINER_PLANE_SETUP - Static variable in class com.sun.dtv.ui.DTVContainerPattern
A preference value for use in the setPreference, getPreferenceValue and getPriority methods in the DTVContainerPattern.
DTVContainer - Class in com.sun.dtv.ui
An DTVContainer is the top-level container in the DTV API's component hierarchy, representing the widget containing anything else viewable at on particular Plane.
DTVContainerPattern - Class in com.sun.dtv.ui
The DTVContainerPattern is a means to describe the characteristics of a valid DTVContainer.
DTVContainerPattern() - Constructor for class com.sun.dtv.ui.DTVContainerPattern
 

E

EAST - Static variable in class com.sun.dtv.lwuit.layouts.BorderLayout
The east layout constraint (right of container).
EAST - Static variable in class com.sun.dtv.lwuit.layouts.GroupLayout
Compass-direction east (right).
ElementaryStream - Class in com.sun.dtv.transport
Representation of an elementary stream.
EMAILADDR - Static variable in class com.sun.dtv.lwuit.TextArea
The user is allowed to enter an e-mail address.
EntityLocator - Class in com.sun.dtv.locator
Locator for entities in the transport stream.
EntityLocator(String) - Constructor for class com.sun.dtv.locator.EntityLocator
Create a locator from the given url.
EntityLocator(int, int) - Constructor for class com.sun.dtv.locator.EntityLocator
Create a locator for a transport stream.
EntityLocator(int, int, int) - Constructor for class com.sun.dtv.locator.EntityLocator
Create a locator for a service.
EntityLocator(int, int, int, int) - Constructor for class com.sun.dtv.locator.EntityLocator
Create a locator for an elementary stream.
EntityLocator(int, int, int, int, int) - Constructor for class com.sun.dtv.locator.EntityLocator
Create a locator for an event.
equals(Object) - Method in class com.sun.dtv.application.AppManagerPermission
Checks two AppManagerPermission objects for equality.
equals(Object) - Method in class com.sun.dtv.locator.URLLocator
Compares this Locator with the specified object for equality.
equals(Object) - Method in class com.sun.dtv.lwuit.Command
Compare two commands.
equals(Object) - Method in class com.sun.dtv.lwuit.Font
Compares this Font object to the specified.
equals(Object) - Method in class com.sun.dtv.lwuit.geom.Point
Determines whether or not two points are equal.
equals(Object) - Method in class com.sun.dtv.platform.UserPropertyPermission
Checks two UserPropertyPermission objects for equality.
equals(Object) - Method in class com.sun.dtv.ui.AlphaComposite
Determines whether the specified object is equal to this AlphaComposite.
ERROR - Static variable in class com.sun.dtv.lwuit.util.Log
Constant indicating the logging level Debug is the default and the lowest level followed by info, warning and error.
ERROR - Static variable in class com.sun.dtv.test.Report
A report type indicating that the test was not run because some error occurred before the test could even be attempted.
error(TestCase, String) - Static method in class com.sun.dtv.test.Report
Create a Report to indicate that an error occurred while trying to run a test: i.e. the test did not complete for some reason, and so it could not determine whether what was being tested passed or failed.
exit() - Method in class com.sun.dtv.test.Report
Convenience exit() function for the main() of tests to exit in such a way that the report passes up across process boundaries without losing information, that is: exit codes don't give the associated text of the report and return codes when exceptions are thrown could cause unintended results.

F

FACE_MONOSPACE - Static variable in class com.sun.dtv.lwuit.Font
Constant allowing us to author portable system fonts.
FACE_PROPORTIONAL - Static variable in class com.sun.dtv.lwuit.Font
Constant allowing us to author portable system fonts.
FACE_SYSTEM - Static variable in class com.sun.dtv.lwuit.Font
Constant allowing us to author portable system fonts.
FAILED - Static variable in class com.sun.dtv.test.Report
A report type indicating that the test was executed but the test reported that it failed.
failed(TestCase, String) - Static method in class com.sun.dtv.test.Report
Create a Report to indicate the unsuccessful outcome of a test: i.e. the test completed, but the test determined that what was being tested did not pass the test.
fetch(String) - Method in class com.sun.dtv.application.AppManager
Fetch an application from a locator.
FG_COLOR - Static variable in class com.sun.dtv.lwuit.plaf.Style
Foreground color attribute name for the theme hashtable.
FG_SELECTION_COLOR - Static variable in class com.sun.dtv.lwuit.plaf.Style
Foreground color attribute name for the theme hashtable.
FileAccessRights - Class in com.sun.dtv.io
Provides a means to define different group level access rights to a file or directory.
FileAccessRights(String, String) - Constructor for class com.sun.dtv.io.FileAccessRights
Creates a new FileAccessRights object with the specified actions.
FileProperties - Class in com.sun.dtv.io
Used to associate properties (or meta data) with a file identified by its pathname on a given file system.
fill3DRect(int, int, int, int, boolean) - Method in class com.sun.dtv.lwuit.Graphics
Fills a 3D highlighted rectangle filled with the current color.
fill3DRect(int, int, int, int, boolean, byte) - Method in class com.sun.dtv.lwuit.Graphics
Fills a 3D highlighted rectangle filled with an optionally translucent fill color.
fillArc(int, int, int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Fills a circular or elliptical arc based on the given angles and bounding box.
fillArc(int, int, int, int, int, int, byte) - Method in class com.sun.dtv.lwuit.Graphics
Fills a circular or elliptical arc based on the given angles and bounding box with an optionally translucent fill color.
fillLinearGradient(Color, Color, int, int, int, int, boolean) - Method in class com.sun.dtv.lwuit.Graphics
Draws a linear gradient in the given coordinates with the given colors, doesn't take alpha into consideration when drawing the gradient.
fillOval(int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Fills an oval bounded by the specified rectangle with the current color.
fillOval(int, int, int, int, byte) - Method in class com.sun.dtv.lwuit.Graphics
Fills an oval bounded by the specified rectangle with an optionally translucent fill color.
fillPolygon(int[], int[], int) - Method in class com.sun.dtv.lwuit.Graphics
Fills a closed polygon defined by the specified arrays of x and y coordinates with the graphics context's current color.
fillPolygon(int[], int[], int, byte) - Method in class com.sun.dtv.lwuit.Graphics
Fills a closed polygon defined by the specified arrays of x and y coordinates with an optionally translucent fill color.
fillRadialGradient(Color, Color, int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Draws a radial gradient in the given coordinates with the given colors, doesn't take alpha into consideration when drawing the gradient.
fillRect(int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Fills the rectangle from the given position according to the width/height minus 1 pixel according to the convention in Java.
fillRect(int, int, int, int, byte) - Method in class com.sun.dtv.lwuit.Graphics
Fills a rectangle with an optionally translucent fill color.
fillRoundRect(int, int, int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Fills a rounded rectangle in the same way as drawRoundRect.
fillRoundRect(int, int, int, int, int, int, byte) - Method in class com.sun.dtv.lwuit.Graphics
Fills a rounded rectangle in the same way as drawRoundRect with an optionally translucent fill color.
fillTriangle(int, int, int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Draws a filled triangle with the given coordinates.
fillTriangle(int, int, int, int, int, int, byte) - Method in class com.sun.dtv.lwuit.Graphics
Draws a filled triangle with the given coordinates with an optionally translucent fill color.
FilterEventListener - Interface in com.sun.dtv.filtering
This listener interface can be implemented by classes requiring filtering events.
FilteringStoppedEvent - Class in com.sun.dtv.filtering
This class is used to report the end of a filtering operation with one exception: It is not generated when filtering stops for a SimpleSectionFilter under normal circumstances (i.e. after one section has successfully been filtered).
FilteringStoppedEvent(DataSectionFilter, Object) - Constructor for class com.sun.dtv.filtering.FilteringStoppedEvent
This constructs an FilteringStoppedEvent for the specified DataSectionFilter object.
FilteringStoppedEvent(DataSectionFilter, Object, int) - Constructor for class com.sun.dtv.filtering.FilteringStoppedEvent
This constructs an FilteringStoppedEvent for the specified DataSectionFilter object.
FilterInterruptException - Exception in com.sun.dtv.filtering
Signals that a filter was interrupted before the required amount of data was filtered.
FilterInterruptException() - Constructor for exception com.sun.dtv.filtering.FilterInterruptException
Constructs a FilterInterruptException.
FilterInterruptException(String) - Constructor for exception com.sun.dtv.filtering.FilterInterruptException
Constructs a FilterInterruptException with a detailed message.
FilterResourceUnavailableException - Exception in com.sun.dtv.filtering
Signals that resource requirements cannot be met by a filter operation.
FilterResourceUnavailableException() - Constructor for exception com.sun.dtv.filtering.FilterResourceUnavailableException
Constructs a FilterResourceUnavailableException.
FilterResourceUnavailableException(String) - Constructor for exception com.sun.dtv.filtering.FilterResourceUnavailableException
Constructs a FilterResourceUnavailableException with a detailed message.
FilterTimedOutEvent - Class in com.sun.dtv.filtering
This event is generated if section filter operations time out within the period specified by the setTimeOut() method.
FilterTimedOutEvent(DataSectionFilter, Object) - Constructor for class com.sun.dtv.filtering.FilterTimedOutEvent
This constructs a FilterTimedOutEvent for the supplied DataSectionFilter.
findDayAt(int, int, Calendar, Component) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Returns the day of the month in the month view at the given relative component X/Y offsets.
findDayAt(int, int, Calendar, Component) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Returns the day of the month in the month view at the given relative component X/Y offsets.
FIVE_CHANNELS_3_0_2_0 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for five channels 3-0 2-0 layout: Left, Center and Right of first program, Left and Right of second program.
FIVE_CHANNELS_3_2 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for five channels 3-2 layout: Left, Center, Right, Left Surround and Right surround.
FIXED_CENTER - Static variable in class com.sun.dtv.lwuit.List
Indicates the list selection is fixed into place at the center of the list.
FIXED_LEAD - Static variable in class com.sun.dtv.lwuit.List
Indicates the list selection is fixed into place at the top of the list or at the left of the list.
FIXED_NONE - Static variable in class com.sun.dtv.lwuit.List
Indicates the list isn't fixed and that selection is movable.
FIXED_NONE_CYCLIC - Static variable in class com.sun.dtv.lwuit.List
Indicates that the list is not fixed in place but cycles its elements.
FIXED_NONE_ONE_ELEMENT_MARGIN_FROM_EDGE - Static variable in class com.sun.dtv.lwuit.List
Indicates the list selection will only reach the edge when there are no more elements in the list.
FIXED_TRAIL - Static variable in class com.sun.dtv.lwuit.List
Indicates the list selection is fixed into place at the bottom of the list or at the right of the list.
FLAG_IS_COPY - Static variable in class com.sun.dtv.filtering.DataSectionDataBuffer
Indicates that this data is a copy or clone and changing it will not affect the data it was generated from.
flags - Variable in class com.sun.dtv.filtering.DataSectionDataBuffer
A flag mask that describes the boolean attributes enabled for this Buffer.
FLICKER_FILTERING - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
FlowLayout - Class in com.sun.dtv.lwuit.layouts
Flows elements in a row so they can spill over when reaching line end.
FlowLayout() - Constructor for class com.sun.dtv.lwuit.layouts.FlowLayout
Creates a new instance of FlowLayout with left alignment.
FlowLayout(int) - Constructor for class com.sun.dtv.lwuit.layouts.FlowLayout
Creates a new instance of FlowLayout with the given orientation one of LEFT, RIGHT or CENTER.
focusGained(Component) - Method in interface com.sun.dtv.lwuit.events.FocusListener
Invoked when component gains focus.
focusGained(Component) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Invoked when component gains focus.
FocusListener - Interface in com.sun.dtv.lwuit.events
Observes focus change events for a given form and invokes the callbacks to enable us to assign functionality based on current focused component.
focusLost(Component) - Method in interface com.sun.dtv.lwuit.events.FocusListener
Invoked when component loses focus.
focusLost(Component) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Invoked when component loses focus.
Font - Class in com.sun.dtv.lwuit
A simple abstraction of platform fonts and library fonts that enables the library to use more elaborate fonts unsupported by a specific device.
Font() - Constructor for class com.sun.dtv.lwuit.Font
Constructs a Font object.
Font(String, int, int) - Constructor for class com.sun.dtv.lwuit.Font
Constructs a Font object.
Font(Font) - Constructor for class com.sun.dtv.lwuit.Font
Create a LWUIT Font object using an AWT Font instance to be wrapped.
FONT - Static variable in class com.sun.dtv.lwuit.plaf.Style
Font attribute name for the theme hashtable.
FontFileException - Exception in com.sun.dtv.ui
This exception will be thrown if an attempt is made to read a font file, and this file does not have the appropriate format.
FontFileException() - Constructor for exception com.sun.dtv.ui.FontFileException
Constructs a FontFileException object.
FontFileException(String) - Constructor for exception com.sun.dtv.ui.FontFileException
Constructs a FontFileException object.
FontSpecificationException - Exception in com.sun.dtv.ui
This exception will be thrown if an attempt is made specify characteristics of a font out of a font file, and these characteristics are not available for this particular font.
FontSpecificationException() - Constructor for exception com.sun.dtv.ui.FontSpecificationException
Constructs a FontSpecificationException object.
FontSpecificationException(String) - Constructor for exception com.sun.dtv.ui.FontSpecificationException
Constructs a FontSpecificationException object.
Form - Class in com.sun.dtv.lwuit
Top level component that serves as the top-most visible entity in the UI (directly embedded into the DTVContainer, this Container handles the menus and title while placing content between them.
Form() - Constructor for class com.sun.dtv.lwuit.Form
Default constructor creates a simple form.
Form(String) - Constructor for class com.sun.dtv.lwuit.Form
Sets the title after invoking the constructor.
FOUR_CHANNELS_2_0_2_0 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for four channels 2-0 2-0 layout: Left and Right of first program, Left and Right of second program.
FOUR_CHANNELS_2_2 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for four channels 2-2 layout: Left, Right, Left Surround and Right Surround.
FOUR_CHANNELS_3_1 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for four channels 3-1 layout: Left, Center, Right and single Surround.
FrameRateControl - Interface in com.sun.dtv.media.control
This interface is a Control for retrieving the frame rate.
FREE_PREVIEW_DIALOG - Static variable in exception com.sun.dtv.transport.ConditionalAccessDeniedException
user dialog needed to explain about free preview.
freeze() - Method in interface com.sun.dtv.media.FreezeResumeControl
Invocation of this method freezes the decoding of the media stream as soon as possible and leaves the last decoded frame visible to the end-user.
FreezeEvent - Interface in com.sun.dtv.media
Indicating a freeze action has happened either from an application or from the user.
freezeResumeChange(FreezeResumeEvent) - Method in interface com.sun.dtv.media.FreezeResumeListener
Receives subtitle events.
FreezeResumeControl - Interface in com.sun.dtv.media
This interface must be implemented to enable the application to freeze the player.
FreezeResumeEvent - Interface in com.sun.dtv.media
Indicating a freeze or resume action has happened either from an application or from the user.
FreezeResumeException - Exception in com.sun.dtv.media
This exception indicates that either the freeze method or the resume method was unsuccessful.
FreezeResumeException() - Constructor for exception com.sun.dtv.media.FreezeResumeException
Construct an exception without a reason.
FreezeResumeException(String) - Constructor for exception com.sun.dtv.media.FreezeResumeException
Construct an exception with a reason.
FreezeResumeListener - Interface in com.sun.dtv.media
Listener Interface to enable the application to receive Freeze and Resume events.

G

GEOGRAPHICAL_BLACKOUT - Static variable in exception com.sun.dtv.transport.ConditionalAccessDeniedException
not allowed for geographical reasons.
getAbsoluteX() - Method in class com.sun.dtv.lwuit.Component
Returns the absolute X location based on the component hierarchy, this method calculates a location on the screen for the component rather than a relative location as returned by getX().
getAbsoluteY() - Method in class com.sun.dtv.lwuit.Component
Returns the absolute Y location based on the component hierarchy, this method calculates a location on the screen for the component rather than a relative location as returned by getY().
getActions() - Method in class com.sun.dtv.application.AppManagerPermission
Returns the "canonical string representation" of the actions.
getActions() - Method in class com.sun.dtv.io.FileAccessRights
Returns the "canonical string representation" of the actions.
getActions() - Method in class com.sun.dtv.net.NetworkDevicePermission
Returns the "Canonical string representation" of the actions.
getActions() - Method in class com.sun.dtv.platform.UserPropertyPermission
Returns the "canonical string representation" of the actions.
getActions() - Method in class com.sun.dtv.resources.ScarceResourcePermission
Returns the "Canonical string representation" of the actions.
getActiveApplications() - Method in class com.sun.dtv.application.AppManager
Returns an enumeration of the AppProxys for active applications in the current Service.
getActiveApplications(AppFilter) - Method in class com.sun.dtv.application.AppManager
Returns an enumeration of the AppProxys for active applications filtered by the AppFilter.
getActiveFormatDefinition() - Method in interface com.sun.dtv.media.format.VideoFormatControl
Gives the active_format of the Active Format Description (in ABNT NBR 15602-1:2007) if present as one of the defined AFD constant values.
getActiveVideoOnScreenRectangle() - Method in interface com.sun.dtv.media.format.VideoPresentationControl
Returns the rectangle of the active video on the screen, letterboxing or pillarboxing are not part of the Rectangle.
getActiveVideoRectangle() - Method in interface com.sun.dtv.media.format.VideoPresentationControl
Returns the rectangle that covers the active video area, letterboxing or pillarboxing are not part of the Rectangle.
getActualVideoSize() - Method in interface com.sun.dtv.media.format.VideoPresentationControl
This method allows the application to query the actual dimension of the presented video.
getAlignment() - Method in class com.sun.dtv.lwuit.Label
Returns the alignment of the Label.
getAllPlanes() - Method in class com.sun.dtv.ui.Screen
Returns a list of all planes for this screen.
getAllSIDatabases() - Static method in class com.sun.dtv.service.SIDatabase
Returns an array of all SIDatabase instances in the system.
getAlpha() - Method in class com.sun.dtv.ui.AlphaComposite
Returns the alpha value of this AlphaComposite.
getAnimateContent(int) - Method in class com.sun.dtv.lwuit.Label
 
getAnimateContent(int) - Method in class com.sun.dtv.lwuit.List
 
getAnimateContent(int) - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Returns the animated content for this component, depending on the current state.
getAnimation(String) - Method in class com.sun.dtv.lwuit.util.Resources
Returns the animation resource from the file.
getAnimationMode() - Method in class com.sun.dtv.lwuit.animations.Transition
Obtains the animation mode for this animation.
getAnimationMode() - Method in class com.sun.dtv.lwuit.Component
Obtains the animation mode for this animation.
getAnimationMode() - Method in class com.sun.dtv.lwuit.StaticAnimation
Obtains the animation mode for this animation.
getAnimationMode() - Method in interface com.sun.dtv.ui.Animated
Obtains the animation mode for this animation.
getAnimationMode() - Method in class com.sun.dtv.ui.AnimatedMatte
Obtains the animation mode for the matte's animation.
getAnimationResourceNames() - Method in class com.sun.dtv.lwuit.util.Resources
Returns the names of the animations within this bundle.
getAppId() - Method in interface com.sun.dtv.application.Application
Gets the appId as a string.
getApplication(String) - Method in class com.sun.dtv.application.AppManager
Gets the Application for the requested appId.
getApplicationProxy(String) - Method in class com.sun.dtv.application.AppManager
Gets the application proxy for the requested Application.
getApplications() - Method in class com.sun.dtv.application.AppManager
Returns an enumeration of the available Applications in the current Service.
getApplications(AppFilter) - Method in class com.sun.dtv.application.AppManager
Returns an enumeration of the applications filtered by the AppFilter.
getArbitraryHorizontalScalingFactors() - Method in interface com.sun.dtv.media.format.ArbitraryVideoScalingControl
Returns two float values giving the interval of the horizontal scaling.
getArbitraryVerticalScalingFactors() - Method in interface com.sun.dtv.media.format.ArbitraryVideoScalingControl
Returns two float values giving the interval of the vertical scaling.
getAspectRatio() - Method in interface com.sun.dtv.media.format.VideoFormatControl
Gives the aspect ratio defined for the media under the control of this Player as it is displayed, i.e. after all transformations have been applied to it.
getAttributes() - Method in class com.sun.dtv.lwuit.Font
Returns a map of attributes available in this Font.
getAudioLayer() - Method in interface com.sun.dtv.media.control.MpegAudioControl
Returns the current MPEG Audio Layer, or -1 if the Audio Layer is not available.
getAutocreateContainerGaps() - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Returns whether or not gaps between the container and the first/last components should automatically be created.
getAutocreateGaps() - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Returns true if gaps between components are automatically be created.
getAvailable() - Method in class com.sun.dtv.filtering.DataSection
Retrieve whether a DataSection object contains valid data.
getAvailableScreens() - Static method in class com.sun.dtv.ui.Screen
Returns all Screens available in this system.
getAvailableTransportStreams() - Method in class com.sun.dtv.tuner.Tuner
Provides the transport streams that can be accessed through this tuner.
getAWTFont() - Method in class com.sun.dtv.lwuit.Font
Obtains the java.awt.Font object wrapped by this Font instance.
getAWTGraphics() - Method in class com.sun.dtv.lwuit.Graphics
Obtains the java.awt.Graphics2D object wrapped by this Graphics instance.
getAWTImage() - Method in class com.sun.dtv.lwuit.Image
Obtains the java.awt.Image wrapped by this Image.
getBackCommand() - Method in class com.sun.dtv.lwuit.Form
Indicates the command that is defined as the back command out of this form.
getBackgroundImage() - Method in class com.sun.dtv.ui.DTVContainer
Get the background image assigned to this DTVContainer if any.
getBackgroundImageRenderMode() - Method in class com.sun.dtv.ui.DTVContainer
Obtains the rendering mode for a background image as specified using the setBackgroundImageRenderMode method.
getBackgroundMode() - Method in class com.sun.dtv.ui.DTVContainer
Obtains the background mode as specified using the setBackgroundMode method.
getBaseline(int, int) - Method in class com.sun.dtv.lwuit.ComboBox
 
getBaseline(int, int) - Method in class com.sun.dtv.lwuit.Component
The baseline for the component text according to which it should be aligned with other components for best visual look.
getBaselineResizeBehavior() - Method in class com.sun.dtv.lwuit.Component
Returns a constant indicating how the baseline varies with the size of the component.
getBaselineResizeBehavior() - Method in class com.sun.dtv.lwuit.Label
 
getBestDTVContainer(DTVContainerPattern) - Static method in class com.sun.dtv.ui.DTVContainer
Returns a DTVContainer that best corresponds to the input DTVContainerPattern, or null if such an DTVContainer cannot be found.
getBestDTVContainerPattern(DTVContainerPattern) - Static method in class com.sun.dtv.ui.DTVContainer
Returns an DTVContainerPattern closest to to the input DTVContainerPattern and at the same time specifying a DTVContainer which could be successfully created on the underlying platform at the time this method is called.
getBestSetup(PlaneSetupPattern) - Method in class com.sun.dtv.ui.Plane
Returns the best possible setup taking into account the criteria defined in this PlaneSetupPattern or null.
getBestSetup(PlaneSetupPattern[]) - Method in class com.sun.dtv.ui.Plane
Returns the best possible setup taking into account the criteria defined in one of the PlaneSetupPattern objects within the array argument or null.
getBestSetup(PlaneSetupPattern[]) - Method in class com.sun.dtv.ui.Screen
Returns a PlaneSetup from an Plane which is present on this Screen that best matches at least one of the specified PlaneSetupPatterns.
getBgColor() - Method in class com.sun.dtv.lwuit.plaf.Style
Returns the background color for the component.
getBgImage() - Method in class com.sun.dtv.lwuit.plaf.Style
Returns the background image for the component.
getBgPainter() - Method in class com.sun.dtv.lwuit.plaf.Style
Return the background painter for this style, normally this would be the internal image/color painter but can be user defined.
getBgSelectionColor() - Method in class com.sun.dtv.lwuit.plaf.Style
Returns the background selection color for the component.
getBgTransparency() - Method in class com.sun.dtv.lwuit.plaf.Style
Returns the transparency level of the Component.
getBitmapFont(String) - Static method in class com.sun.dtv.lwuit.Font
Returns a previously loaded bitmap font from cache.
getBitRate() - Method in interface com.sun.dtv.media.control.BitRateControl
Returns the current bit rate of the owning object.
getBitsPerPixel() - Method in class com.sun.dtv.ui.Capabilities
Indicates how many bits are used for coding of the pixels if images are rendered on the plane associated with this instance of Capabilities.
getBorder() - Method in class com.sun.dtv.lwuit.plaf.Style
Returns the border for the style.
getBorderGap() - Method in class com.sun.dtv.lwuit.List
Getting the surrounding border gap.
getBottomGap() - Method in class com.sun.dtv.lwuit.Component
Returns the gap to be left for the bottom scrollbar on the X axis.
getBounds() - Method in class com.sun.dtv.lwuit.Component
Returns the component bounds which is sometimes more convenient than invoking getX/Y/Width/Height.
getBroadcastFile() - Method in class com.sun.dtv.broadcast.BroadcastFileEvent
Reports the BroadcastFile whose contents have changed.
getBroadcastFilesystem() - Method in class com.sun.dtv.broadcast.BroadcastFile
Returns the BroadcastFileSystem this BroadcastFile belongs to.
getBroadcastFilesystem() - Method in class com.sun.dtv.broadcast.BroadcastStream
Returns the BroadcastFileSystem this BroadcastStream belongs to.
getBroadcastRoot() - Static method in class com.sun.dtv.broadcast.BroadcastFilesystem
Retrieves the system specific root mount point of all broadcast filesystems in the local filesystem.
getBroadcastRootPath() - Static method in class com.sun.dtv.broadcast.BroadcastFilesystem
Retrieves the system specific root mount point of all broadcast filesystems in the local filesystem.
getButtonCount() - Method in class com.sun.dtv.lwuit.ButtonGroup
Returns the number of buttons in the group.
getButtonPreferredSize(Button) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the button.
getButtonPreferredSize(Button) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Returns the preferred size for the button.
getCallback() - Method in exception com.sun.dtv.security.UnsupportedCallbackException
Get the unrecognized Callback.
getCapabilities() - Method in class com.sun.dtv.ui.Plane
Returns the Capabilities object associated with this Plane.
getCardTerminal() - Method in class com.sun.dtv.smartcard.CardTerminalEvent
Returns the CardTerminal object where this event occurred.
getCause() - Method in class com.sun.dtv.filtering.FilteringStoppedEvent
Set the cause for the filtering operation being stopped.
getChannelLayout() - Method in interface com.sun.dtv.media.control.MpegAudioControl
Returns the current MPEG Audio channel layout, or -1 if the channel layout is not available.
getCharset() - Method in class com.sun.dtv.lwuit.Font
Returns a string containing all the characters supported by this font.
getCheckBoxPreferredSize(CheckBox) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the checkbox.
getCheckBoxPreferredSize(CheckBox) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Returns the preferred size for the checkbox.
getClearCommand() - Method in class com.sun.dtv.lwuit.Form
Indicates the command that is defined as the clear command in this form.
getClientProperty(String) - Method in class com.sun.dtv.lwuit.Component
Client properties allow the association of meta-data with a component, this is useful for some applications that construct GUI's on the fly and need to track the connection between the UI and the data.
getClipBounds() - Method in class com.sun.dtv.lwuit.Graphics
Returns the bounding rectangle of the current clipping area.
getClipBounds(Rectangle) - Method in class com.sun.dtv.lwuit.Graphics
Returns the bounding rectangle of the current clipping area.
getClipHeight() - Method in class com.sun.dtv.lwuit.Graphics
Returns the clip height.
getClipWidth() - Method in class com.sun.dtv.lwuit.Graphics
Returns the clip width.
getClipX() - Method in class com.sun.dtv.lwuit.Graphics
Returns the x clipping position.
getClipY() - Method in class com.sun.dtv.lwuit.Graphics
Returns the y clipping position.
getCoherentPlaneSetups(PlaneSetupPattern[]) - Method in class com.sun.dtv.ui.Screen
Return a coherent set of PlaneSetups matching a set of patterns.
getColor() - Method in class com.sun.dtv.lwuit.Graphics
Returns the current color.
getColor() - Method in class com.sun.dtv.ui.PlaneSetup
Provide the currently valid background color of this plane if any.
getColorCodingModel() - Method in class com.sun.dtv.ui.Capabilities
Indicate the color coding model used by the plane associated with this instance of Capabilities.
getColumns() - Method in class com.sun.dtv.lwuit.TextArea
Returns the number of columns in the text area.
getComboBoxPreferredSize(ComboBox) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the combo box.
getComboBoxPreferredSize(ComboBox) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Returns the preferred size for the combo box.
getCommand() - Method in class com.sun.dtv.lwuit.events.ActionEvent
If this event was sent as a result of a command action this method returns that command.
getCommand(int) - Method in class com.sun.dtv.lwuit.Form
Returns the command occupying the given index.
getCommandCount() - Method in class com.sun.dtv.lwuit.Form
A helper method to check the amount of commands within the form menu.
getCommandName() - Method in class com.sun.dtv.lwuit.Command
Gets the Command Name.
getCommitTimeout() - Method in class com.sun.dtv.lwuit.TextField
The amount of time in milliseconds it will take for a change to get committed into the field.
getComponentAt(int) - Method in class com.sun.dtv.lwuit.Container
Returns the Component at a given index.
getComponentAt(int, int) - Method in class com.sun.dtv.lwuit.Container
Returns a Component that exists in the given x, y coordinates by traversing component objects and invoking contains.
getComponentConstraint(Component) - Method in class com.sun.dtv.lwuit.layouts.BorderLayout
 
getComponentConstraint(Component) - Method in class com.sun.dtv.lwuit.layouts.Layout
Returns the component's constraint.
getComponentCount() - Method in class com.sun.dtv.lwuit.Container
Returns the number of components.
getComponentForm() - Method in class com.sun.dtv.lwuit.Component
Returns the Component Form or null if this Component is not added to a form.
getComponentForm() - Method in class com.sun.dtv.lwuit.Form
Returns the Component Form or null if this Component is not added to a form.
getComponentIndex(Component) - Method in class com.sun.dtv.lwuit.Container
Returns the Component index in the Container.
getComponentStyle(String) - Method in class com.sun.dtv.lwuit.plaf.UIManager
Returns the style of the component with the given id or a new instance of the default style.
getConnection(int) - Method in class com.sun.dtv.smartcard.CardTerminal
Creates an APDUConnection for the given CardTerminal with the given slot number.
getConnectionProfile() - Method in class com.sun.dtv.net.NetworkDevice
Returns the connection profile in use in case the device is connected or null if the device is not connected.
getConstraint() - Method in class com.sun.dtv.lwuit.TextArea
Returns the editing constraint value.
getContainerGap(Component, int, Container) - Method in class com.sun.dtv.lwuit.layouts.LayoutStyle
Returns the amount of space to position a component inside its parent.
getContentId() - Method in class com.sun.dtv.locator.EntityLocator
Get the content Id of this locator.
getContentPane() - Method in class com.sun.dtv.lwuit.Form
This method returns the Content pane instance.
getController() - Method in class com.sun.dtv.media.format.VideoPresentationEvent
Returns the Controller that is the source of the event.
getCurrentDTVContainer() - Static method in class com.sun.dtv.ui.DTVContainer
Returns the DTVContainer the caller is displayed within.
getCurrentNextIndicator() - Method in class com.sun.dtv.filtering.DataSection
Retrieve the value of the corresponding field from a data section header.
getCurrentPlane() - Static method in class com.sun.dtv.ui.Plane
Returns the Plane the caller is displayed on.
getCurrentScreen() - Static method in class com.sun.dtv.ui.Screen
Returns the Screen the caller is displayed on.
getCurrentSetup() - Method in class com.sun.dtv.ui.Plane
Returns the current PlaneSetup for this Plane.
getCurrentTime() - Method in class com.sun.dtv.broadcast.BroadcastStream
Returns the time of the next chunk in BroadcastStream.
getCurrentTransportStream() - Method in class com.sun.dtv.tuner.Tuner
Reports the transport stream to which the tuner is currently associated.
getCursorBlinkTimeOff() - Method in class com.sun.dtv.lwuit.TextField
The amount of time in milliseconds in which the cursor is invisible.
getCursorBlinkTimeOn() - Method in class com.sun.dtv.lwuit.TextField
The amount of time in milliseconds in which the cursor is visible.
getCursorPosition() - Method in class com.sun.dtv.lwuit.TextField
Returns the position of the cursor.
getData() - Method in class com.sun.dtv.broadcast.event.BroadcastReceivedEvent
Retrieves the received data block of the BroadcastReceivedEvent.
getData() - Method in class com.sun.dtv.filtering.DataSectionDataBuffer
Gets the internal byte array for this Buffer.
getData(String) - Method in class com.sun.dtv.lwuit.util.Resources
Returns the data resource from the file.
getDataResourceNames() - Method in class com.sun.dtv.lwuit.util.Resources
Returns the names of the data resources within this bundle.
getDate() - Method in class com.sun.dtv.lwuit.Calendar
Return the date object matching the current selection.
getDecodedVideoSize() - Method in interface com.sun.dtv.media.format.VideoPresentationControl
Returns the dimension of the size of the decoded video as it is presented to the user.
getDecoderFormatDefinition() - Method in interface com.sun.dtv.media.format.VideoFormatControl
Gives the actual format definition that is currently used by the decoder.
getDefault() - Static method in class com.sun.dtv.smartcard.TerminalFactory
Provides the default implementation of the TerminalFactory available in the device.
getDefaultBorder() - Static method in class com.sun.dtv.lwuit.plaf.Border
Gets the default border to the given value.
getDefaultCommand() - Method in class com.sun.dtv.lwuit.Form
Default command is invoked when a user presses fire, this functionality works well in some situations but might collide with elements such as navigation and combo boxes.
getDefaultDialogPosition() - Static method in class com.sun.dtv.lwuit.Dialog
Default screen orientation position for the upcoming dialog.
getDefaultDialogTransitionIn() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Retrieves default animation that will draw the transition for entering a dialog.
getDefaultDialogTransitionOut() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Retrieves the default animation that will draw the transition for exiting a dialog.
getDefaultFont() - Static method in class com.sun.dtv.lwuit.Font
Return the global default font instance.
getDefaultFormTintColor() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Tint color is set when a form is partially covered be it by a menu or by a dialog.
getDefaultFormTransitionIn() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Retrieves the default animation that will draw the transition for entering a form.
getDefaultFormTransitionOut() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Retrieves the default animation that will draw the transition for entering a form.
getDefaultInputModeOrder() - Static method in class com.sun.dtv.lwuit.TextField
Returns the order in which input modes are toggled by default.
getDefaultLanguage() - Method in interface com.sun.dtv.media.language.LanguageControl
Returns the default language of the stream/network signaling.
getDefaultMenuTransitionIn() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Retrieves default animation that will draw the transition for entering a Menu.
getDefaultMenuTransitionOut() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Retrieves default animation that will draw the transition for exiting a Menu.
getDefaultScreen() - Method in class com.sun.dtv.ui.Device
Returns the default Screen for this device.
getDefaultScreen() - Static method in class com.sun.dtv.ui.Screen
Returns the default Screen for this application.
getDefaultSetup() - Method in class com.sun.dtv.ui.Plane
Returns the default PlaneSetup associated with this Plane.
getDefaultSmoothScrollingSpeed() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Indicates the default speed for smooth scrolling.
getDelay() - Method in class com.sun.dtv.lwuit.animations.Transition
Obtains the delay after every image for this animation when running.
getDelay() - Method in class com.sun.dtv.lwuit.Component
Obtains the delay after every image for this animation when running.
getDelay() - Method in class com.sun.dtv.lwuit.StaticAnimation
Obtains the delay after every image for this animation when running.
getDelay() - Method in interface com.sun.dtv.ui.Animated
Obtains the delay after every image for this animation when running.
getDelay() - Method in class com.sun.dtv.ui.AnimatedMatte
Obtains the delay after every image for the matte's animation when running.
getDeliverySystemType() - Method in class com.sun.dtv.tuner.Tuner
Provides the delivery system type of the Tuner.
getDestination() - Method in class com.sun.dtv.lwuit.animations.Transition
Returns the destination form that should be set once animation is completed.
getDialogStyle() - Method in class com.sun.dtv.lwuit.Dialog
Simple getter to get the Dialog Style.
getDisableColor() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
This color is used to paint disable mode text color.
getDTVContainer(Plane) - Static method in class com.sun.dtv.ui.DTVContainer
Create a DTVContainer for the specified Plane.
getDTVContainer(Plane, Container) - Static method in class com.sun.dtv.ui.DTVContainer
Create a DTVContainer for the specified Plane, which can be used as an Xlet container.
getDTVContainerPattern() - Method in class com.sun.dtv.ui.DTVContainer
Returns a DTVContainerPattern describing this DTVContainer.
getDuration() - Method in class com.sun.dtv.broadcast.BroadcastStream
Returns the duration of this BroadcastStream.
getDuration() - Method in class com.sun.dtv.broadcast.event.BroadcastReceivedEvent
Returns the duration of this BroadcastReceivedEvent.
getElementaryStreams() - Method in class com.sun.dtv.transport.Service
get all elementary streams of this service.
getEmpty() - Static method in class com.sun.dtv.lwuit.plaf.Border
Returns an empty border, this is mostly useful for overriding components that have a border by default.
getEventId() - Method in class com.sun.dtv.locator.EntityLocator
Get the event Id of this locator.
getEventID() - Method in interface com.sun.dtv.media.timeline.MediaTimeEvent
Every MediaTimeEvent is identified by an ID that is assign to the event during registration of the listener interface with a specific media time.
getEventType() - Method in class com.sun.dtv.media.format.VideoPresentationEvent
Returns the type of event that happened during the stream presentation.
getEventType() - Method in interface com.sun.dtv.media.text.OverlayTextEvent
Return the type of the event must be one of the OVERLAY_TEXT__* constant values defined in this interface.
getEventType() - Method in class com.sun.dtv.smartcard.CardTerminalEvent
Returns the type of event that happened at the physical card terminal.
getFace() - Method in class com.sun.dtv.lwuit.Font
Return Optional operation returning the font face for system fonts.
getFamily() - Method in class com.sun.dtv.lwuit.Font
Returns the family name of this Font.
getFgColor() - Method in class com.sun.dtv.lwuit.plaf.Style
Returns the foreground color for the component.
getFgSelectionColor() - Method in class com.sun.dtv.lwuit.plaf.Style
Returns the foreground selection color for the component.
getFixedSelection() - Method in class com.sun.dtv.lwuit.List
Indicates whether selection is fixable to place in which case all the elements in the list move and selection stays in place.
getFlags() - Method in class com.sun.dtv.filtering.DataSectionDataBuffer
Gets the mask of the flags set for this Buffer.
getFocused() - Method in class com.sun.dtv.lwuit.Form
Returns the current focus component for this form.
getFocusedInstance() - Method in class com.sun.dtv.lwuit.plaf.Border
Returns the focused version of the border if one is installed.
getFocusOwnerComponent() - Method in class com.sun.dtv.ui.DTVContainer
Obtains the Component contained by this DTVContainer which currently owns the input focus.
getFont(Map) - Static method in class com.sun.dtv.lwuit.Font
Returns a Font appropriate to this attribute set.
getFont(String) - Static method in class com.sun.dtv.lwuit.Font
Returns a Font object from the system properties list.
getFont(String, Font) - Static method in class com.sun.dtv.lwuit.Font
Gets the specified Font from the system.
getFont() - Method in class com.sun.dtv.lwuit.Graphics
Returns the font used with the drawString method calls.
getFont() - Method in class com.sun.dtv.lwuit.plaf.Style
Returns the font for the component.
getFont(String) - Method in class com.sun.dtv.lwuit.util.Resources
Returns the font resource from the file.
getFontResourceNames() - Method in class com.sun.dtv.lwuit.util.Resources
Returns the names of the fonts within this bundle.
getFrameCount() - Method in class com.sun.dtv.lwuit.StaticAnimation
Returns the number of frames in the animation including the initial frame.
getFrameRate() - Method in interface com.sun.dtv.media.control.FrameRateControl
Returns the current output frame rate.
getFrameTime(int) - Method in class com.sun.dtv.lwuit.StaticAnimation
The time in which the given frame should appear.
getGap() - Method in class com.sun.dtv.lwuit.Label
Returns the gap in pixels between the icon/text to the Label boundaries.
getGlassPane() - Method in class com.sun.dtv.lwuit.Form
Allows a developer that doesn't derive from the form to draw on top of the form regardless of underlying changes or animations.
getGraphicContent(int) - Method in class com.sun.dtv.lwuit.Label
 
getGraphicContent(int) - Method in class com.sun.dtv.lwuit.List
 
getGraphicContent(int) - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Returns the graphical content for this component, depending on the current state.
getGraphics() - Method in class com.sun.dtv.lwuit.Image
If this is a mutable image a graphics object allowing us to draw on it is returned.
getHeight() - Method in class com.sun.dtv.lwuit.Component
Returns the component height.
getHeight() - Method in class com.sun.dtv.lwuit.Font
Return the total height of the font.
getHeight() - Method in class com.sun.dtv.lwuit.geom.Dimension
Returns the height of the dimension.
getHeight() - Method in class com.sun.dtv.lwuit.Image
Returns the height of the image.
getHonorsVisibility() - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Returns whether component visibility is considered when sizing and positioning components.
getHorizontalAlignment() - Method in class com.sun.dtv.lwuit.Label
 
getHorizontalAlignment() - Method in class com.sun.dtv.lwuit.List
 
getHorizontalAlignment() - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Retrieve horizontal alignment.
getHorizontalAlignment() - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Retrieve the horizontal alignment for any state-based content in this component.
getHorizontalGroup() - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Returns the Group that is responsible for layout along the horizontal axis.
getHorizontalScalingFactor() - Method in class com.sun.dtv.media.format.Transformation
Returns the horizontal scaling factor.
getHorizontalScalingFactors() - Method in interface com.sun.dtv.media.format.VideoPresentationControl
Returns the values of the supported discrete horizontal scaling factors in case no arbitrary horizontal scaling is supported.
getHorizontalScrollHeight() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Returns the default height of a horizontal scroll bar.
getIcon() - Method in class com.sun.dtv.lwuit.Command
Returns the icon representing the command.
getIcon() - Method in class com.sun.dtv.lwuit.Label
Returns the labels icon.
getIconFlags() - Method in interface com.sun.dtv.application.Application
Gets the flags that describe the available sizes of the icons.
getIconLocator() - Method in interface com.sun.dtv.application.Application
Gets the locator for the Icon.
getId() - Method in class com.sun.dtv.lwuit.Command
Return the command ID.
getId() - Method in class com.sun.dtv.transport.Service
get the service id of this service.
getId() - Method in class com.sun.dtv.transport.TransportStream
get id of this transport stream.
getID() - Method in class com.sun.dtv.ui.Plane
Returns this Plane's identification string.
getIdentifier() - Method in class com.sun.dtv.broadcast.event.BroadcastReceivedEvent
Returns the identifier this BroadcastReceivedEvent.
getImage(String) - Method in class com.sun.dtv.lwuit.util.Resources
Returns the image resource from the file.
getImageOpacity() - Method in class com.sun.dtv.ui.AnimatedMatte
Gets the opacity value images for this matte, if an image animation has been previously assigned to this matte, null otherwise.
getImageOpacity() - Method in class com.sun.dtv.ui.StaticMatte
Gets the opacity value image for this matte.
getImageResourceNames() - Method in class com.sun.dtv.lwuit.util.Resources
Returns the names of the images within this bundle.
getInitiatedEvent(int) - Method in class com.sun.dtv.ui.Keyboard
Implements abstract method UserInputDevice.getInitiatedEvent(int) defined in UserInputDevice.
getInitiatedEvent(int) - Method in class com.sun.dtv.ui.Mouse
Implements abstract method UserInputDevice.getInitiatedEvent(int) defined in UserInputDevice.
getInitiatedEvent(int) - Method in class com.sun.dtv.ui.UserInputDevice
Returns the Input event which will be produced by an implementing class for the specified code.
getInputMode() - Method in class com.sun.dtv.lwuit.TextField
Returns the currently selected input mode.
getInputModeOrder() - Method in class com.sun.dtv.lwuit.TextField
Returns the order in which input modes are toggled.
getInputSize() - Method in interface com.sun.dtv.media.format.VideoPresentationControl
Returns the dimension of the video before any scaling, clipping and decoding.
getInsets() - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Returns the insets as set by the setInsets method.
getInstance() - Static method in class com.sun.dtv.application.AppManager
Gets the singleton AppManager.
getInstance() - Static method in class com.sun.dtv.lwuit.plaf.UIManager
Singleton instance method.
getInstance(int) - Static method in class com.sun.dtv.ui.AlphaComposite
Creates an AlphaComposite object with the specified rule.
getInstance(int, float) - Static method in class com.sun.dtv.ui.AlphaComposite
Creates an AlphaComposite object with the specified rule and the constant alpha to multiply with the alpha of the source.
getInstance() - Static method in class com.sun.dtv.ui.Device
Retrieving the Device instance representing the used TV device from the implementation.
getInstances(int) - Static method in class com.sun.dtv.net.NetworkDevice
Returns an array of handlers representing each a NetworkDevice resource available on the platform that meet the criteria defined by type.
getInstances() - Static method in class com.sun.dtv.tuner.Tuner
Returns an array of handlers representing each a separate Tuner resource available on the platform corresponding to the network interfaces which may be used for tuning.
getInstances() - Static method in class com.sun.dtv.ui.event.KeyEvent
Return the list of all existing instances of KeyEvent, whether they are already reserved or not.
getInstances() - Static method in class com.sun.dtv.ui.event.MouseEvent
Return the list of all existing instances of MouseEvent, whether they are already reserved or not.
getInstances() - Static method in class com.sun.dtv.ui.event.RemoteControlEvent
Return the list of all existing instances of RemoteControlEvent, whether they are already reserved or not.
getInstances() - Static method in class com.sun.dtv.ui.Plane
Return the list of all existing instances of Plane, whether they are already reserved or not.
getInstances() - Static method in class com.sun.dtv.ui.Screen
Return the list of all existing instances of Screen, whether they are already reserved or not.
getInteractionState() - Method in class com.sun.dtv.lwuit.Label
 
getInteractionState() - Method in class com.sun.dtv.lwuit.List
 
getInteractionState() - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Return the current interaction state of the component.
getItemAt(int) - Method in class com.sun.dtv.lwuit.list.DefaultListModel
 
getItemAt(int) - Method in interface com.sun.dtv.lwuit.list.ListModel
Returns the item at the given offset.
getItemGap() - Method in class com.sun.dtv.lwuit.List
Returns the gap between items.
getIxcFullyQualifiedName(String, int) - Method in interface com.sun.dtv.application.Application
Generates a fully qualified reference to the object name in the given application namespace for the purpose of inter-xlet communication (IXC) within a given scope.
getKeyboard() - Method in class com.sun.dtv.ui.Screen
Returns the keyboard which can be used to control this screen if any.
getKeyEvent() - Method in class com.sun.dtv.lwuit.events.ActionEvent
If this event was triggered by a key press this method will return the appropriate keycode.
getL10N(String, String) - Method in class com.sun.dtv.lwuit.util.Resources
Returns a hashmap containing localized String key/value pairs for the given locale name.
getL10NResourceNames() - Method in class com.sun.dtv.lwuit.util.Resources
Returns the names of the localization bundles within this bundle.
getLabelPreferredSize(Label) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the label.
getLabelPreferredSize(Label) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Returns the preferred size for the label.
getLanguage() - Method in interface com.sun.dtv.media.language.LanguageControl
Provides the currently selected language to the application.
getLastSectionNumber() - Method in class com.sun.dtv.filtering.DataSection
Retrieve the value of the corresponding field from a data section header.
getLayout() - Method in class com.sun.dtv.lwuit.Container
Returns the layout manager responsible for arranging this container.
getLayoutHeight() - Method in class com.sun.dtv.lwuit.Container
Returns the height for layout manager purposes, this takes scrolling into consideration unlike the getWidth method.
getLayoutStyle() - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Returns the LayoutStyle instance to use.
getLayoutWidth() - Method in class com.sun.dtv.lwuit.Container
Returns the width for layout manager purposes, this takes scrolling into consideration unlike the getWidth method.
getLength() - Method in class com.sun.dtv.filtering.DataSectionDataBuffer
Gets the length of the valid data in this Buffer.
getLevel() - Static method in class com.sun.dtv.lwuit.util.Log
Returns the logging level for printing log details, the lower the value the more verbose would the printouts be.
getLines() - Method in class com.sun.dtv.lwuit.TextArea
Returns the number of text lines in the TextArea.
getListCellRendererComponent(List, Object, int, boolean) - Method in class com.sun.dtv.lwuit.list.DefaultListCellRenderer
 
getListCellRendererComponent(List, Object, int, boolean) - Method in interface com.sun.dtv.lwuit.list.ListCellRenderer
Returns a component instance that is already set to render "value".
getListFocusComponent(List) - Method in class com.sun.dtv.lwuit.list.DefaultListCellRenderer
 
getListFocusComponent(List) - Method in interface com.sun.dtv.lwuit.list.ListCellRenderer
Returns a component instance that is painted under the currently focused renderer and is animated to provide smooth scrolling.
getListPreferredSize(List) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the list.
getListPreferredSize(List) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Returns the preferred size for the list.
getLocation() - Method in class com.sun.dtv.lwuit.geom.Point
Returns the location of this point.
getLocator() - Method in class com.sun.dtv.broadcast.BroadcastFile
Returns a Locator identifying this BroadcastFile.
getLocator() - Method in class com.sun.dtv.broadcast.BroadcastStream
Returns a Locator identifying this BroadcastStream.
getLocator() - Method in class com.sun.dtv.broadcast.event.BroadcastEventManager
Returns a Locator identifying this BroadcastEvent.
getLocator() - Method in class com.sun.dtv.transport.ElementaryStream
get the locator of this entity.
getLocator() - Method in class com.sun.dtv.transport.Service
get the locator of this entity.
getLocator() - Method in class com.sun.dtv.transport.TransportStream
get the locator of this entity.
getLookAndFeel() - Method in class com.sun.dtv.lwuit.plaf.UIManager
Returns the currently installed look and feel.
getLowFrequencyChannel() - Method in interface com.sun.dtv.media.control.MpegAudioControl
Returns true if Low Frequency Channel mode is turned on.
getMargin(int) - Method in class com.sun.dtv.lwuit.plaf.Style
Returns the Margin.
getMatte() - Method in class com.sun.dtv.lwuit.Container
 
getMatte() - Method in class com.sun.dtv.lwuit.Label
 
getMatte() - Method in class com.sun.dtv.lwuit.List
 
getMatte() - Method in interface com.sun.dtv.ui.MatteEnabled
Return the Matte currently associated with the component implementing this interface.
getMaximumSize(ViewOnlyComponent, String) - Method in class com.sun.dtv.ui.DefaultTextLayoutManager
 
getMaximumSize(ViewOnlyComponent, String, Insets) - Method in class com.sun.dtv.ui.DefaultTextLayoutManager
 
getMaximumSize(ViewOnlyComponent, String) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
 
getMaximumSize(ViewOnlyComponent, String, Insets) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
 
getMaximumSize(ViewOnlyComponent, String) - Method in interface com.sun.dtv.ui.TextLayoutManager
Provides the maximum size required to render the provided text content in the specified ViewOnlyComponent.
getMaximumSize(ViewOnlyComponent, String, Insets) - Method in interface com.sun.dtv.ui.TextLayoutManager
Provides the maximum size required to render the provided text content in the specified ViewOnlyComponent.
getMaximumSpeed() - Method in class com.sun.dtv.net.NetworkDevice
Returns the maximum and theoretical downstream data rate of this resource.
getMaxSize() - Method in class com.sun.dtv.lwuit.TextArea
Returns the maximum size for the text area.
getMaxSupportedBitRate() - Method in interface com.sun.dtv.media.control.BitRateControl
Returns the highest bit rate that this object can encode the media to, returns -1 if the bit rate is unknown.
getMaxSupportedFrameRate() - Method in interface com.sun.dtv.media.control.FrameRateControl
Returns the maximum output frame rate.
getMediaChangeTime() - Method in interface com.sun.dtv.media.timeline.MediaTimeChangeEvent
The media time given to the MediaTimeChangeEvent object carries the time the event was actually raised by the Controller.
getMediaLocator() - Method in class com.sun.dtv.locator.EntityLocator
Provides the MediaLocator representation if this instance is a locator to a TransportStream or an ElementaryStream in a format which is supported by the JMF implementation.
getMediaTime() - Method in interface com.sun.dtv.media.timeline.MediaTimeEvent
The media time given to the MediaTimeEvent object can differ from the time the event was registered to therefore the actual Time object carries the time the event was actually raised by the Controller.
getMediaTimePosition() - Method in interface com.sun.dtv.media.timeline.MediaTimePositionControl
Returns the mediaTime of the media currently handled by the Player.
getMenuIcons() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Simple getter for the menu icons.
getMenuRenderer() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Returns the Menu default renderer.
getMinimumSize(ViewOnlyComponent, String) - Method in class com.sun.dtv.ui.DefaultTextLayoutManager
 
getMinimumSize(ViewOnlyComponent, String, Insets) - Method in class com.sun.dtv.ui.DefaultTextLayoutManager
 
getMinimumSize(ViewOnlyComponent, String) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
 
getMinimumSize(ViewOnlyComponent, String, Insets) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
 
getMinimumSize(ViewOnlyComponent, String) - Method in interface com.sun.dtv.ui.TextLayoutManager
Provides the minimum size required to render the provided text content in the specified ViewOnlyComponent.
getMinimumSize(ViewOnlyComponent, String, Insets) - Method in interface com.sun.dtv.ui.TextLayoutManager
Provides the minimum size required to render the provided text content in the specified ViewOnlyComponent.
getMinSupportedBitRate() - Method in interface com.sun.dtv.media.control.BitRateControl
Returns the lowest bit rate that this object can encode the media to, returns -1 if the bit rate is unknown.
getModel() - Method in class com.sun.dtv.lwuit.List
Returns the model underlying the list.
getMonthViewPreferredSize(Component) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the month view component.
getMonthViewPreferredSize(Component) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Returns the preferred size for the month view component.
getMonthViewStyle() - Method in class com.sun.dtv.lwuit.Calendar
Sets the style of the month view component within the calendar.
getMotion() - Method in class com.sun.dtv.lwuit.animations.CommonTransitions
Motion represents the physical movement within a transition, it can be replaced by the user to provide a more appropriate physical feel.
getMountLocation() - Method in class com.sun.dtv.broadcast.BroadcastFilesystem
Retrieve the root of this mounted broadcast filesystem.
getMouse() - Method in class com.sun.dtv.ui.Screen
Returns the mouse which can be used to control this screen if any.
getMultilingualMode() - Method in interface com.sun.dtv.media.control.MpegAudioControl
Returns true if Multilingual mode is turned on.
getName() - Method in interface com.sun.dtv.application.Application
Gets the name of the application in the default locale.
getName(String) - Method in interface com.sun.dtv.application.Application
Gets the name of the application in the requested locale.
getName() - Method in class com.sun.dtv.broadcast.event.BroadcastReceivedEvent
Returns the name this BroadcastReceivedEvent.
getName() - Method in class com.sun.dtv.lwuit.Font
Returns the logical name of this Font.
getNameLocales() - Method in interface com.sun.dtv.application.Application
Gets the locales for which the application has locale specific names.
getNetworkInterface() - Method in class com.sun.dtv.net.NetworkDevice
Returns the associated network interface if connected and null otherwise.
getNewActiveFormat() - Method in interface com.sun.dtv.media.format.ActiveFormatEvent
Provides the information of the new Active Format, must be one of the constant values defined in VideoFormatControl for the Active Format.
getNewAspectRatio() - Method in interface com.sun.dtv.media.format.AspectRatioEvent
Provides the information of the new Aspect Ratio of the transmitted video frame, must be one of the constant values defined in VideoFormatControl for the Aspect Ratio.
getNewDecoderFormat() - Method in interface com.sun.dtv.media.format.DecoderFormatEvent
Returns the new Decoder Format.
getNextFocusDown() - Method in class com.sun.dtv.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the down key.
getNextFocusLeft() - Method in class com.sun.dtv.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the left key.
getNextFocusRight() - Method in class com.sun.dtv.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the right key.
getNextFocusUp() - Method in class com.sun.dtv.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the up key.
getOffset() - Method in class com.sun.dtv.filtering.DataSectionDataBuffer
Gets the offset of the valid data in this Buffer.
getOffset(int) - Method in class com.sun.dtv.ui.AnimatedMatte
Obtains the offset the image matte has relatively to the top left corner of the component's area for a certain position within the animation.
getOffset(PlaneSetup) - Method in class com.sun.dtv.ui.PlaneSetup
Returns the offset between the origin of the pixel coordinate space of the specified PlaneSetup, and the origin of the current pixel coordinate space of this PlaneSetup.
getOffset() - Method in class com.sun.dtv.ui.StaticMatte
Obtains the offset the image matte has relatively to the top left corner of the component's area.
getOpacity() - Method in class com.sun.dtv.ui.AnimatedMatte
Gets the opacity values for the animation of this matte, if a row of unitary opacity values is assigned to this matte at the moment, otherwise null.
getOpacity() - Method in class com.sun.dtv.ui.StaticMatte
Gets the opacity value for this matte.
getOpacityAsInt() - Method in class com.sun.dtv.ui.StaticMatte
Gets the opacity value for this matte as integer.
getOpacityAsInts() - Method in class com.sun.dtv.ui.AnimatedMatte
Gets the opacity values for the animation of this matte, if a row of unitary opacity values is assigned to this matte at the moment, otherwise null.
getOrientation() - Method in class com.sun.dtv.lwuit.List
Returns the list orientation.
getOriginalAspectRatio() - Method in interface com.sun.dtv.media.format.VideoFormatControl
Gives the original aspect ratio defined for the media (as it has been transmitted).
getOriginalNetworkId() - Method in class com.sun.dtv.locator.EntityLocator
Gets the original network Id of this locator.
getOutputStream() - Method in interface com.sun.dtv.media.dripfeed.DripFeedControl
Retrieves an OutputStream from the Control that can be used to write still pictures data to the Player from which the Control is retrieved.
getPadding(int) - Method in class com.sun.dtv.lwuit.plaf.Style
Returns the Padding.
getParent() - Method in class com.sun.dtv.lwuit.Component
Returns the container in which this component is contained.
getPattern() - Method in class com.sun.dtv.ui.PlaneSetup
Returns the PlaneSetupPattern object that describes and identifies this PlaneSetup.
getPid() - Method in class com.sun.dtv.transport.ElementaryStream
get the pid of this elementary stream.
getPixelAspectRatio() - Method in class com.sun.dtv.ui.PlaneSetup
Return the pixel aspect ratio of this setup.
getPixelResolution() - Method in class com.sun.dtv.ui.PlaneSetup
Return the resolution of this setup in pixels.
getPlane() - Method in class com.sun.dtv.ui.PlaneSetup
Returns the Plane associated with this PlaneSetup.
getPlaneAspectRatio() - Method in class com.sun.dtv.ui.PlaneSetup
Return the aspect ratio of this setup as far as is known.
getPlayer() - Method in interface com.sun.dtv.media.audio.AudioEvent
Return the JMF player which is the source of the event.
getPlayer() - Method in interface com.sun.dtv.media.FreezeResumeEvent
Return the JMF player which is the source of the event.
getPlayer() - Method in interface com.sun.dtv.media.MediaPresentedEvent
Return the JMF player which is the source of the event.
getPlayer() - Method in interface com.sun.dtv.media.text.OverlayTextEvent
Return the JMF player which is the source of the event.
getPosition() - Method in class com.sun.dtv.lwuit.animations.Transition
Obtains the current position the animation is at the point of time of th method call.
getPosition() - Method in class com.sun.dtv.lwuit.Component
Obtains the current position the animation is at the point of time of th method call.
getPosition() - Method in class com.sun.dtv.lwuit.StaticAnimation
Obtains the current position the animation is at the point of time of th method call.
getPosition() - Method in class com.sun.dtv.media.format.Transformation
Returns the position of the video.
getPosition() - Method in interface com.sun.dtv.ui.Animated
Obtains the current position the animation is at the point of time of th method call.
getPosition() - Method in class com.sun.dtv.ui.AnimatedMatte
Obtains the current position the matte's animation is at the point of time of the method call.
getPreferenceValue(int) - Method in class com.sun.dtv.ui.DTVContainerPattern
Returns the preference value for the specified preference.
getPreferenceValue(int) - Method in class com.sun.dtv.ui.PlaneSetupPattern
Returns the preference value for the specified preference.
getPreferredFrameRate() - Method in interface com.sun.dtv.media.control.FrameRateControl
Returns the default output frame rate.
getPreferredGap(Component, Component, int, int, Container) - Method in class com.sun.dtv.lwuit.layouts.LayoutStyle
Returns the amount of space to use between two components.
getPreferredSize() - Method in class com.sun.dtv.lwuit.Component
Returns the Component Preferred Size, there is no guarantee the Component will be sized at its Preferred Size.
getPreferredSize(Container) - Method in class com.sun.dtv.lwuit.layouts.BorderLayout
 
getPreferredSize(Container) - Method in class com.sun.dtv.lwuit.layouts.BoxLayout
 
getPreferredSize(Container) - Method in class com.sun.dtv.lwuit.layouts.CoordinateLayout
 
getPreferredSize(Container) - Method in class com.sun.dtv.lwuit.layouts.FlowLayout
 
getPreferredSize(Container) - Method in class com.sun.dtv.lwuit.layouts.GridLayout
 
getPreferredSize(Container) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Returns the preferred size for the specified container.
getPreferredSize(Container) - Method in class com.sun.dtv.lwuit.layouts.Layout
Returns the container preferred size.
getPreferredSize(ViewOnlyComponent, String) - Method in class com.sun.dtv.ui.DefaultTextLayoutManager
 
getPreferredSize(ViewOnlyComponent, String, Insets) - Method in class com.sun.dtv.ui.DefaultTextLayoutManager
 
getPreferredSize(ViewOnlyComponent, String) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
 
getPreferredSize(ViewOnlyComponent, String, Insets) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
 
getPreferredSize(ViewOnlyComponent, String) - Method in interface com.sun.dtv.ui.TextLayoutManager
Provides the preferred size required to render the provided text content in the specified ViewOnlyComponent.
getPreferredSize(ViewOnlyComponent, String, Insets) - Method in interface com.sun.dtv.ui.TextLayoutManager
Provides the preferred size required to render the provided text content in the specified ViewOnlyComponent.
getPressedIcon() - Method in class com.sun.dtv.lwuit.Button
Indicates the icon that is displayed on the button when the button is in pressed state.
getPressedInstance() - Method in class com.sun.dtv.lwuit.plaf.Border
Returns the pressed version of the border if one is set by the user.
getPriority() - Method in interface com.sun.dtv.application.Application
Gets the priority of the application.
getPriority(int) - Method in class com.sun.dtv.ui.DTVContainerPattern
Returns the preference priority for the specified preference.
getPriority(int) - Method in class com.sun.dtv.ui.PlaneSetupPattern
Return the priority for the specified preference.
getPrivateIndicator() - Method in class com.sun.dtv.filtering.DataSection
Retrieve the value of the corresponding field from a data section header.
getProfiles() - Method in interface com.sun.dtv.application.Application
Gets the application profiles required to run this application.
getProperties(String) - Static method in class com.sun.dtv.platform.User
Retrieves a copy of all user properties that matches filter and for which the application has read access right.
getProperty(String, String) - Static method in class com.sun.dtv.platform.User
Gets the user property indicated by the specified key.
getProperty(String) - Static method in class com.sun.dtv.platform.User
Gets the user property indicated by the specified key.
getRadioButton(int) - Method in class com.sun.dtv.lwuit.ButtonGroup
Returns the radio button at the given group index.
getRadioButtonPreferredSize(RadioButton) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the radio button.
getRadioButtonPreferredSize(RadioButton) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Returns the preferred size for the radio button.
getReason() - Method in exception com.sun.dtv.broadcast.BroadcastException
Retrieves the reason of this exception.
getReason(int) - Method in exception com.sun.dtv.transport.ConditionalAccessDeniedException
Returns the reason(s) why descrambling was not possible.
getReason() - Method in class com.sun.dtv.tuner.TuningFailedEvent
Reports the reason for the failure of the tuning operation.
getrefObj() - Method in class com.sun.dtv.filtering.DataSectionFilterEvent
Returns the application data that was passed to the startFiltering method.
getRegion() - Method in interface com.sun.dtv.media.format.ClippingControl
This method returns a rectangle giving the display region of the video.
getRegion() - Method in class com.sun.dtv.media.format.Transformation
This method returns a rectangle giving the display region of the video.
getRemoteControl() - Method in class com.sun.dtv.ui.Screen
Returns the TV remote control which can be used to control this screen if any.
getRenderer() - Method in class com.sun.dtv.lwuit.List
Returns the renderer which is used to draw list elements.
getRenderingPrototype() - Method in class com.sun.dtv.lwuit.List
See set rendering prototype.
getRepetitionMode() - Method in class com.sun.dtv.lwuit.animations.Transition
Returns the repetition mode of this animation in form of a number.
getRepetitionMode() - Method in class com.sun.dtv.lwuit.Component
Returns the repetition mode of this animation in form of a number.
getRepetitionMode() - Method in class com.sun.dtv.lwuit.StaticAnimation
Returns the repetition mode of this animation in form of a number.
getRepetitionMode() - Method in interface com.sun.dtv.ui.Animated
Returns the repetition mode of this animation in form of a number.
getRepetitionMode() - Method in class com.sun.dtv.ui.AnimatedMatte
Returns the repetition mode of the matte's animation in form of a number.
getResourceBundle() - Method in class com.sun.dtv.lwuit.plaf.UIManager
The resource bundle allows us to implicitly localize the UI on the fly, once its installed all internal application strings query the resource bundle and extract their values from this table if applicable.
getResourceNames() - Method in class com.sun.dtv.lwuit.util.Resources
Returns the names of the resources within this bundle.
getRGB() - Method in class com.sun.dtv.lwuit.Image
Returns the content of this image as a newly created ARGB array.
getRolloverIcon() - Method in class com.sun.dtv.lwuit.Button
Indicates the icon that is displayed on the button when the button is in rolled over state.
getRows() - Method in class com.sun.dtv.lwuit.TextArea
Returns the number of rows in the text area.
getRowsGap() - Method in class com.sun.dtv.lwuit.TextArea
Gets the num of pixels gap between the rows.
getRule() - Method in class com.sun.dtv.ui.AlphaComposite
Returns the compositing rule of this AlphaComposite.
getScalingMode() - Method in class com.sun.dtv.lwuit.Label
 
getScalingMode() - Method in class com.sun.dtv.lwuit.List
 
getScalingMode() - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Retrieve the scaling mode for this component.
getScreenArea() - Method in class com.sun.dtv.ui.PlaneSetup
Return the position and size of the plane associated with this setup on the Screen in screen coordinates.
getScreenAspectRatio() - Method in class com.sun.dtv.ui.Screen
Returns the aspect ratio of this Screen.
getScreenResolution() - Method in class com.sun.dtv.ui.PlaneSetup
Return the current screen resolution of this setup i.e. 960 x 540, 1920 x 1080, etc.
getScreens() - Method in class com.sun.dtv.ui.Device
Returns a list of all Screens associated with this Device.
getScrollAnimationSpeed() - Method in class com.sun.dtv.lwuit.Component
Scroll animation speed in milliseconds allowing a developer to slow down or accelerate the smooth animation mode.
getScrollAnimationSpeed() - Method in class com.sun.dtv.lwuit.Form
Scroll animation speed in milliseconds allowing a developer to slow down or accelerate the smooth animation mode.
getScrollX() - Method in class com.sun.dtv.lwuit.Component
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
getScrollY() - Method in class com.sun.dtv.lwuit.Component
Indicates the Y position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
getSection() - Method in class com.sun.dtv.filtering.SingleFilter
This method retrieves a single DataSection object describing a section which matched the active filter definition.
getSectionByte(int) - Method in class com.sun.dtv.filtering.DataSection
Retrieve a single data byte at the provided index from the filtered section.
getSectionData() - Method in class com.sun.dtv.filtering.DataSection
Retrieve the data from the filtered section in the DataSection object.
getSectionData(int, int) - Method in class com.sun.dtv.filtering.DataSection
Retrieve data from the filtered section using the provided index and length.
getSectionLength() - Method in class com.sun.dtv.filtering.DataSection
Retrieve the value of the corresponding field from a data section header.
getSectionNumber() - Method in class com.sun.dtv.filtering.DataSection
Retrieve the value of the corresponding field from a data section header.
getSections() - Method in class com.sun.dtv.filtering.CircularFilter
This method returns the DataSection array for the CircularFilter The application needs to verify which objects contain valid data.
getSections() - Method in class com.sun.dtv.filtering.ListFilter
This method returns an array of DataSection objects corresponding to the sections of the table.
getSectionSyntaxIndicator() - Method in class com.sun.dtv.filtering.DataSection
Retrieve the value of the corresponding field from a data section header.
getSelectedDay() - Method in class com.sun.dtv.lwuit.Calendar
Returns the time for the current calendar.
getSelectedIndex() - Method in class com.sun.dtv.lwuit.ButtonGroup
Return the index of the selected button within the group.
getSelectedIndex() - Method in class com.sun.dtv.lwuit.list.DefaultListModel
 
getSelectedIndex() - Method in class com.sun.dtv.lwuit.List
Returns the current selected offset in the list.
getSelectedIndex() - Method in interface com.sun.dtv.lwuit.list.ListModel
Returns the selected list offset.
getSelectedIndex() - Method in class com.sun.dtv.lwuit.TabbedPane
Returns the currently selected index for this tabbedpane.
getSelectedItem() - Method in class com.sun.dtv.lwuit.List
Returns the current selected item in the list or null for no selection.
getSelectionTransparency() - Method in class com.sun.dtv.lwuit.list.DefaultListCellRenderer
The background transparency factor to apply to the selection focus.
getService() - Method in interface com.sun.dtv.application.Application
Gets the Service of this application.
getService() - Method in class com.sun.dtv.transport.ElementaryStream
get the service this elementary stream belongs to.
getService(int) - Method in class com.sun.dtv.transport.TransportStream
get service object for a specific service id.
getServiceId() - Method in class com.sun.dtv.locator.EntityLocator
Get the service Id of this locator.
getServices() - Method in class com.sun.dtv.transport.TransportStream
get all services contained in this transport stream.
getSetups() - Method in class com.sun.dtv.ui.Plane
Returns all available PlaneSetup objects associated with this Plane.
getSharedInstance() - Static method in class com.sun.dtv.lwuit.layouts.LayoutStyle
Factory methods for obtaining the current LayoutStyle object appropriate for the current look and feel.
getShiftText() - Method in class com.sun.dtv.lwuit.Label
Simple getter to return how many pixels to shift the text inside the Label.
getSIDatabase(Tuner) - Static method in class com.sun.dtv.service.SIDatabase
Returns the SIDatabase instance which corresponds to the native system.
getSideGap() - Method in class com.sun.dtv.lwuit.Component
Returns the gap to be left for the side scrollbar on the Y axis.
getSize() - Method in class com.sun.dtv.lwuit.Font
Return Optional operation returning the font size for system fonts.
getSize() - Method in class com.sun.dtv.lwuit.geom.Rectangle
Return the dimension of the rectangle.
getSize() - Method in class com.sun.dtv.lwuit.list.DefaultListModel
 
getSize() - Method in interface com.sun.dtv.lwuit.list.ListModel
Returns the number of items in the list.
getSlotNumber() - Method in class com.sun.dtv.smartcard.CardTerminal
Retrieves the slot number of this CardTerminal object, the framework is responsible to assign each card terminal build in or connected to the device a slot number.
getSoftButton(int) - Method in class com.sun.dtv.lwuit.Form
Returns the button representing the softbutton, this allows modifying softbutton attributes and behavior programmatically rather than by using the command API.
getSoftButtonCount() - Method in class com.sun.dtv.lwuit.Form
Returns the number of buttons on the menu bar for use with getSoftButton().
getSoftButtonStyle() - Method in class com.sun.dtv.lwuit.Form
Retrieves the style of the menu bar programmatically.
getSource() - Method in class com.sun.dtv.filtering.DataSectionAvailableEvent
Retrieves the DataSectionFilter object filtered the section data.
getSource() - Method in class com.sun.dtv.filtering.DataSectionFilterCollection
Returns the transport stream on which a DataSectionFilterCollection is used to filter.
getSource() - Method in class com.sun.dtv.filtering.DataSectionFilterEvent
This returns the DataSectionFilter object which was the source of the event.
getSource() - Method in class com.sun.dtv.lwuit.animations.Transition
Returns the source form which is the form from which the animation is starting.
getSource() - Method in class com.sun.dtv.lwuit.events.ActionEvent
The element that triggered the action event, useful for decoupling event handling code.
getSources() - Method in exception com.sun.dtv.transport.ConditionalAccessDeniedException
This method returns an array containing either a single Service object or a set of ElementaryStreams that could not be descrambled.
getSourceValue() - Method in class com.sun.dtv.lwuit.animations.Motion
The number from which we are starting (usually indicating animation start position).
getState() - Method in interface com.sun.dtv.application.ApplicationProxy
Gets the state of the Application.
getState() - Method in class com.sun.dtv.lwuit.Button
Returns the button state.
getStyle() - Method in class com.sun.dtv.lwuit.Component
Returns the Component Style allowing us to manipulate the look of the component.
getStyle() - Method in class com.sun.dtv.lwuit.Font
Return Optional operation returning the font style for system fonts.
getSupportedAudioLayers() - Method in interface com.sun.dtv.media.control.MpegAudioControl
Returns the audio layer support capability.
getSupportedChannelLayouts() - Method in interface com.sun.dtv.media.control.MpegAudioControl
Returns the audio channel layout support capability.
getSupportedLanguages() - Method in interface com.sun.dtv.media.language.LanguageControl
Provides a list of all supported language of the current service to the application.
getSupportedPixelAspectRatios() - Method in class com.sun.dtv.ui.Capabilities
Provide all pixel aspect ratios supported by the plane associated with this instance of Capabilities.
getSupportedPlaneAspectRatios() - Method in class com.sun.dtv.ui.Capabilities
Provide all plane aspect ratios supported by the plane associated with this instance of Capabilities.
getSupportedSamplingRates() - Method in interface com.sun.dtv.media.control.MpegAudioControl
Returns the audio sampling rate support capability.
getSupportedScreenResolutions() - Method in class com.sun.dtv.ui.Capabilities
Provide all screen sizes supported by the plane associated with this instance of Capabilities.
getSupportedUserInputDevices() - Method in class com.sun.dtv.ui.Screen
Returns a list of UserInputDevices that are associated to this Screen.
getSymbolTable() - Static method in class com.sun.dtv.lwuit.TextField
Returns the symbol table for the device.
getTabbedPaneBorderWidth() - Method in class com.sun.dtv.lwuit.TabbedPane
The TabbedPane surrounded border width.
getTabbedPaneCell(TabbedPane, String, Image, boolean, boolean, Style, Style, int, int, Dimension, Dimension) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Draws and return the TabbedPane cell component (renderer) according to each tab orientation, the borders are getting draws.
getTabbedPaneCell(TabbedPane, String, Image, boolean, boolean, Style, Style, int, int, Dimension, Dimension) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Draws and return the TabbedPane cell component (renderer) according to each tab orientation, the borders are getting draws.
getTabComponentAt(int) - Method in class com.sun.dtv.lwuit.TabbedPane
Returns the tab at index.
getTabCount() - Method in class com.sun.dtv.lwuit.TabbedPane
Returns the number of tabs in this tabbedpane.
getTableId() - Method in class com.sun.dtv.filtering.DataSection
Retrieve the value of the corresponding field from an data section header.
getTableIdExtension() - Method in class com.sun.dtv.filtering.DataSection
Retrieve the value of the corresponding field from a data section header.
getTabPlacement() - Method in class com.sun.dtv.lwuit.TabbedPane
Returns the placement of the tabs for this tabbedpane.
getTestId() - Method in interface com.sun.dtv.test.TestCase
Returns the id of that test case.
getTestTitle() - Method in interface com.sun.dtv.test.TestCase
Returns a short description of the test.
getText() - Method in class com.sun.dtv.lwuit.Label
Returns the label text.
getText() - Method in class com.sun.dtv.lwuit.TextArea
Returns the text in the text area.
getTextAreaPreferredSize(TextArea) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the text area.
getTextAreaPreferredSize(TextArea) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Returns the preferred size for the text area.
getTextAt(int) - Method in class com.sun.dtv.lwuit.TextArea
Returns the text at the given row of the text box.
getTextContent(int) - Method in class com.sun.dtv.lwuit.Label
 
getTextContent(int) - Method in class com.sun.dtv.lwuit.List
 
getTextContent(int) - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Returns the text content for this component, depending on the current state.
getTextFieldPreferredSize(TextField) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the text field.
getTextFieldPreferredSize(TextField) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Returns the preferred size for the text field.
getTextLayoutManager() - Method in class com.sun.dtv.lwuit.Label
 
getTextLayoutManager() - Method in class com.sun.dtv.lwuit.List
 
getTextLayoutManager() - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Gets the text layout manager that is currently in use for text layout in this component.
getTextPosition() - Method in class com.sun.dtv.lwuit.Label
Returns The position of the text relative to the icon.
getTheme(String) - Method in class com.sun.dtv.lwuit.util.Resources
Returns the theme resource from the file.
getThemeName() - Method in class com.sun.dtv.lwuit.plaf.UIManager
Returns the name of the current theme for theme switching UI's.
getThemeResourceNames() - Method in class com.sun.dtv.lwuit.util.Resources
Returns the names of the images within this bundle.
getTickerSpeed() - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Gets the ticker speed.
getTime() - Method in class com.sun.dtv.broadcast.event.BroadcastReceivedEvent
Returns the time of this BroadcastReceivedEvent.
getTintColor() - Method in class com.sun.dtv.lwuit.Form
Default color for the screen tint when a dialog or a menu is shown.
getTitle() - Method in class com.sun.dtv.lwuit.Form
Returns the Form title text.
getTitleComponent() - Method in class com.sun.dtv.lwuit.Form
Allows modifying the title attributes beyond style (like setting icon/alignment etc).
getTitleStyle() - Method in class com.sun.dtv.lwuit.Form
Returns the style of the title.
getTotalAnimationTime() - Method in class com.sun.dtv.lwuit.StaticAnimation
Returns the duration for the entire animation used to determine when to loop.
getTotalVideoRectangle() - Method in interface com.sun.dtv.media.format.VideoPresentationControl
This method returns the entire rectangle used for the video in the broadcast stream including bars for letterboxing and pillarboxing (other than getActiveVideoRectangle).
getTransformation() - Method in interface com.sun.dtv.media.format.BackgroundVideoPresentationControl
Returns the current Transformation used to display this video.
getTransformation(int) - Method in interface com.sun.dtv.media.format.VideoFormatControl
Returns the Transformation that describes the given decoder format conversion.
getTransitionInAnimator() - Method in class com.sun.dtv.lwuit.Form
This property allows us to define a an animation that will draw the transition for entering this form.
getTransitionLeft() - Method in class com.sun.dtv.lwuit.TabbedPane
Indicates the transition to use when switching between tabs from right to left.
getTransitionOutAnimator() - Method in class com.sun.dtv.lwuit.Form
This property allows us to define a an animation that will draw the transition for exiting this form.
getTransitionRight() - Method in class com.sun.dtv.lwuit.TabbedPane
Indicates the transition to use when switching between tabs from left to right.
getTranslateX() - Method in class com.sun.dtv.lwuit.Graphics
Returns the current x translate value.
getTranslateY() - Method in class com.sun.dtv.lwuit.Graphics
Returns the current y translate value.
getTransportStream() - Method in class com.sun.dtv.transport.Service
get the transport stream this service belongs to.
getTransportStreamId() - Method in class com.sun.dtv.locator.EntityLocator
Get the transport stream Id of this locator.
getTuner() - Method in class com.sun.dtv.tuner.TuningEvent
Reports the Tuner that generated the event.
getType() - Method in interface com.sun.dtv.application.Application
Gets the application type.
getType() - Method in class com.sun.dtv.broadcast.BroadcastFile
Retrieve the mime type of a BroadcastFile.
getType() - Method in class com.sun.dtv.broadcast.BroadcastStream
Retrieve the mime type of a BroadcastStream.
getType() - Method in class com.sun.dtv.net.NetworkDevice
Returns the type of this network device resource.
getType() - Method in class com.sun.dtv.test.Report
Get the type code indicating the type of this Report object.
getUIID() - Method in class com.sun.dtv.lwuit.Component
Retrieves unique identifier for a component, must be overriden for a component so a style can be applied to the component
getUnsupportedChars() - Method in class com.sun.dtv.lwuit.TextArea
Unsupported characters is a string that contains characters that cause issues when rendering on some problematic fonts.
getUserInputEventManager(Screen) - Static method in class com.sun.dtv.ui.event.UserInputEventManager
Returns the unique UserInputEventManager for the specified Screen.
getUserInputEventManager() - Method in class com.sun.dtv.ui.Screen
Return the UserInputEventManager of this screen.
getValue() - Method in class com.sun.dtv.lwuit.animations.Motion
Returns the value for the motion for the current clock time.
getVersion(String) - Method in interface com.sun.dtv.application.Application
Gets the version number of the application in the requested profile.
getVersionNumber() - Method in class com.sun.dtv.filtering.DataSection
Retrieve the value of the corresponding field from a data section header.
getVerticalAlignment() - Method in class com.sun.dtv.lwuit.Label
 
getVerticalAlignment() - Method in class com.sun.dtv.lwuit.List
 
getVerticalAlignment() - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Retrieve vertical alignment.
getVerticalAlignment() - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Retrieve the vertical alignment for any state-based content in this component.
getVerticalGroup() - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Returns the ParallelGroup that is responsible for layout along the vertical axis.
getVerticalScalingFactor() - Method in class com.sun.dtv.media.format.Transformation
Returns the vertical scaling factor.
getVerticalScalingFactors() - Method in interface com.sun.dtv.media.format.VideoPresentationControl
Returns the values of the supported discrete vertical scaling factors in case no arbitrary vertical scaling is supported.
getVerticalScrollWidth() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Returns the default width of a vertical scroll bar.
getVideoController() - Method in class com.sun.dtv.ui.PlaneSetup
Deliver the presentation control object for the video currently shown by the plane associated with this setup.
getVideoSource() - Method in class com.sun.dtv.ui.PlaneSetup
Deliver the source of the video being presented by the plane associated with this PlaneSetup at this moment.
getWidth() - Method in class com.sun.dtv.lwuit.Component
Returns the component width.
getWidth() - Method in class com.sun.dtv.lwuit.geom.Dimension
Returns the width of the dimension.
getWidth() - Method in class com.sun.dtv.lwuit.Image
Returns the width of the image.
getX() - Method in class com.sun.dtv.lwuit.Component
Returns the current component x location relatively to its parent container.
getX() - Method in class com.sun.dtv.lwuit.geom.Point
Returns the x coordinate of this Point.
getX() - Method in class com.sun.dtv.lwuit.geom.Rectangle
Return the x coordinate of the rectangle.
getY() - Method in class com.sun.dtv.lwuit.Component
Returns the component y location relatively to its parent container.
getY() - Method in class com.sun.dtv.lwuit.geom.Point
Returns the y coordinate of this Point.
getY() - Method in class com.sun.dtv.lwuit.geom.Rectangle
Return the y coordinate of the rectangle.
Graphics - Class in com.sun.dtv.lwuit
Abstracts the underlying platform graphics context thus allowing us to achieve portability between MIDP devices and CDC devices.
Graphics(Graphics2D) - Constructor for class com.sun.dtv.lwuit.Graphics
Create a LWUIT Graphics object using a Graphics instance of the underlying Graphics library to be wrapped.
GRAPHICS_MIXING - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
GridLayout - Class in com.sun.dtv.lwuit.layouts
Components are arranged in an equally sized grid based on available space.
GridLayout(int, int) - Constructor for class com.sun.dtv.lwuit.layouts.GridLayout
Creates a new instance of GridLayout with the given rows and columns.
GroupLayout - Class in com.sun.dtv.lwuit.layouts
GroupLayout is a LayoutManager that hierarchically groups components to achieve common, and not so common, layouts.
GroupLayout(Container) - Constructor for class com.sun.dtv.lwuit.layouts.GroupLayout
Creates a GroupLayout for the specified JComponent.
GroupLayout.Group - Class in com.sun.dtv.lwuit.layouts
Group provides for commonality between the two types of operations supported by GroupLayout: laying out components one after another (SequentialGroup) or layout on top of each other (ParallelGroup).
GroupLayout.ParallelGroup - Class in com.sun.dtv.lwuit.layouts
A Group that lays out its elements on top of each other.
GroupLayout.SequentialGroup - Class in com.sun.dtv.lwuit.layouts
A Group that lays out its elements sequentially, one after another.
GroupLayout.Spring - Class in com.sun.dtv.lwuit.layouts
Spring consists of a range: min, pref and max a value some where in the middle of that and a location.

H

handle(Callback[]) - Method in interface com.sun.dtv.security.CallbackHandler
Called when a callback needs handling.
handlesInput() - Method in class com.sun.dtv.lwuit.Component
Prevents key events from being grabbed for focus traversal.
hasFocus() - Method in class com.sun.dtv.lwuit.Component
Returns true if the component has focus.
hashCode() - Method in class com.sun.dtv.application.AppManagerPermission
Returns the hash code value for this object.
hashCode() - Method in class com.sun.dtv.locator.URLLocator
Generates a hash code value for this Locator.
hashCode() - Method in class com.sun.dtv.lwuit.Command
 
hashCode() - Method in class com.sun.dtv.lwuit.Font
Returns a hash code for this Font.
hashCode() - Method in class com.sun.dtv.lwuit.geom.Point
Returns the hashcode for this Point.
hashCode() - Method in class com.sun.dtv.platform.UserPropertyPermission
Returns the hash code value for this object.
hashCode() - Method in class com.sun.dtv.ui.AlphaComposite
Returns the hashcode for this composite.
hasImageAnimation() - Method in class com.sun.dtv.ui.AnimatedMatte
Obtains whether the currently assigned animation to this matte is based on a row of images or not.
hasMultipleTransformations() - Method in class com.sun.dtv.locator.URLLocator
Indicates whether this Locator has a mapping to multiple transports.
hasOpacityImage() - Method in class com.sun.dtv.ui.StaticMatte
Obtains whether an opacity image is assigned to this matte.
hideNotify() - Method in class com.sun.dtv.lwuit.Form
This method is only invoked when the graphical environment for the form is hidden.
hitClip(int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Returns true if the specified rectangular area might intersect the current clipping area.
HORIZONTAL - Static variable in class com.sun.dtv.lwuit.layouts.GroupLayout
Possible argument when linking sizes of components.
HORIZONTAL - Static variable in class com.sun.dtv.lwuit.List
Indicates the list orientation is HORIZONTAL.
HORIZONTAL_ALIGN_CENTER - Static variable in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Constant to be used with the setHorizontalAlignment method of SophisticatedTextLayoutManager.
HORIZONTAL_ALIGN_CENTER - Static variable in interface com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with the setHorizontalAlignment method of ViewOnlyComponent.
HORIZONTAL_ALIGN_JUSTIFIED - Static variable in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Constant to be used with the setHorizontalAlignment method of SophisticatedTextLayoutManager.
HORIZONTAL_ALIGN_JUSTIFIED - Static variable in interface com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with the setHorizontalAlignment method of ViewOnlyComponent.
HORIZONTAL_ALIGN_LEFT - Static variable in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Constant to be used with the setHorizontalAlignment method of SophisticatedTextLayoutManager.
HORIZONTAL_ALIGN_LEFT - Static variable in interface com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with the setHorizontalAlignment method of ViewOnlyComponent.
HORIZONTAL_ALIGN_RIGHT - Static variable in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Constant to be used with the setHorizontalAlignment method of SophisticatedTextLayoutManager.
HORIZONTAL_ALIGN_RIGHT - Static variable in interface com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with the setHorizontalAlignment method of ViewOnlyComponent.

I

Image - Class in com.sun.dtv.lwuit
Abstracts the underlying platform images allowing us to treat them as a uniform object.
Image(Image) - Constructor for class com.sun.dtv.lwuit.Image
Creates a new instance of Image out of the java.awt.Image to be wrapped.
IMAGE_SCALING_SUPPORT - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
implies(Permission) - Method in class com.sun.dtv.application.AppManagerPermission
Checks if this AppManagerPermission object "implies" the specified permission.
implies(FileAccessRights) - Method in class com.sun.dtv.io.FileAccessRights
Checks if this FileAccessRights object "implies" the specified access rights.
implies(Permission) - Method in class com.sun.dtv.media.dripfeed.DripFeedPermission
Checks if the specified DripFeePermisson is "implied" by this object.
implies(Permission) - Method in class com.sun.dtv.net.NetworkDevicePermission
Checks if the NetworkDevicePermission object "implies" the specified permission.
implies(Permission) - Method in class com.sun.dtv.platform.UserPropertyPermission
Checks if this UserPropertyPermission object "implies" the specified permission.
IncompatibleSourceException - Exception in com.sun.dtv.filtering
Signals that the source stream provided is incompatible.
IncompatibleSourceException() - Constructor for exception com.sun.dtv.filtering.IncompatibleSourceException
Constructs a IncompatibleSourceException.
IncompatibleSourceException(String) - Constructor for exception com.sun.dtv.filtering.IncompatibleSourceException
Constructs a IncompatibleSourceException with a detailed message.
INDENT - Static variable in class com.sun.dtv.lwuit.layouts.LayoutStyle
Possible argument to getPreferredGap.
INDEXED_COLOR_SUPPORT - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
indexOfComponent(Component) - Method in class com.sun.dtv.lwuit.TabbedPane
Returns the index of the tab for the specified component.
INFO - Static variable in class com.sun.dtv.lwuit.util.Log
Constant indicating the logging level Debug is the default and the lowest level followed by info, warning and error.
init(Component, Component) - Method in class com.sun.dtv.lwuit.animations.Transition
Invoked to set the source and destination forms.
INITIAL_CAPS_SENTENCE - Static variable in class com.sun.dtv.lwuit.TextArea
This flag is a hint to the implementation that during text editing, the initial letter of each sentence should be capitalized.
INITIAL_CAPS_WORD - Static variable in class com.sun.dtv.lwuit.TextArea
This flag is a hint to the implementation that during text editing, the initial letter of each word should be capitalized.
initialize() - Method in class com.sun.dtv.lwuit.Component
Allows subclasses to bind functionality that relies on fully initialized and "ready for action" component state
initTransition() - Method in class com.sun.dtv.lwuit.animations.CommonTransitions
 
initTransition() - Method in class com.sun.dtv.lwuit.animations.Transition
Callback thats invoked before a transition begins, the source form may be null for the first form in the application.
insertTab(String, Image, Component, int) - Method in class com.sun.dtv.lwuit.TabbedPane
Inserts a component, at index, represented by a title and/or icon, either of which may be null.
install(Log) - Static method in class com.sun.dtv.lwuit.util.Log
Installs a log subclass that can replace the logging destination/behavior.
installFont(URL) - Static method in class com.sun.dtv.ui.DownloadableFont
Downloads a font from the specified URL and installs the font (or fonts, if informations for a font family are found) in the system.
installFont(URL, int) - Static method in class com.sun.dtv.ui.DownloadableFont
Downloads a font from the specified URL and installs the font (or fonts, if informations for a font family are found) in the system.
installGlassPane(Form, Painter) - Static method in class com.sun.dtv.lwuit.painter.PainterChain
Installs a glass pane on the given form making sure to make it a painter chain only if required by existing painter.
INTERLACED_DISPLAY - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
intersects(int, int, int, int) - Method in class com.sun.dtv.lwuit.geom.Rectangle
Determines whether or not this Rectangle and the specified Rectangle location (x, y) with the specified dimensions (width, height), intersect.
intersects(Rectangle) - Method in class com.sun.dtv.lwuit.geom.Rectangle
Determines whether or not this Rectangle and the specified Rectangle location (x, y) with the specified dimensions (width, height), intersect.
intersects(int, int, int, int, int, int, int, int) - Static method in class com.sun.dtv.lwuit.geom.Rectangle
Helper method allowing us to determine if two coordinate sets intersect.
invalidate() - Method in class com.sun.dtv.lwuit.Container
Same as setShouldCalcPreferredSize(true) but made accessible for layout managers.
InvalidFilterException - Exception in com.sun.dtv.filtering
Signals that a filter has been improperly defined.
InvalidFilterException() - Constructor for exception com.sun.dtv.filtering.InvalidFilterException
Constructs a InvalidFilterException.
InvalidFilterException(String) - Constructor for exception com.sun.dtv.filtering.InvalidFilterException
Constructs a InvalidFilterException with a detailed message.
invokeAndBlock(Runnable) - Method in class com.sun.dtv.ui.Screen
Invokes runnable and blocks the current thread, if the current thread is the edt it will still be blocked however a separate thread would be launched to perform the duties of the EDT while it is blocked.
isAlphaBlendingSupported() - Method in class com.sun.dtv.ui.Capabilities
Indicate whether alpha blending is supported by the plane associated with this instance of Capabilities.
isAnimation() - Method in class com.sun.dtv.lwuit.Image
Returns true if this is an animated image.
isAnimation() - Method in class com.sun.dtv.lwuit.StaticAnimation
Returns true if this is an animated image.
isAnimation(String) - Method in class com.sun.dtv.lwuit.util.Resources
Returns true if this is an animation resource.
isAutoDegradeMaxSize() - Static method in class com.sun.dtv.lwuit.TextArea
Indicates whether a high value for default maxSize will be reduced to a lower value if the underlying platform throws an exception.
isAutoDispose() - Method in class com.sun.dtv.lwuit.Dialog
Determines whether the execution of a command on this dialog implicitly disposes the dialog.
isAvailable() - Method in class com.sun.dtv.filtering.DataSectionFilterCollection
Checks whether the given resource is currently available for reservation.
isAvailable() - Method in class com.sun.dtv.net.NetworkDevice
Checks whether the given resource is currently available for reservation.
isAvailable() - Method in interface com.sun.dtv.resources.ScarceResource
Checks whether the given resource is currently available for reservation.
isAvailable() - Method in class com.sun.dtv.tuner.Tuner
Checks whether the given resource is currently available for reservation.
isAvailable() - Method in class com.sun.dtv.ui.event.KeyEvent
Checks whether the given resource is currently available for reservation.
isAvailable() - Method in class com.sun.dtv.ui.event.MouseEvent
Checks whether the given resource is currently available for reservation.
isAvailable() - Method in class com.sun.dtv.ui.Plane
Checks whether the given resource is currently available for reservation.
isAvailable() - Method in class com.sun.dtv.ui.Screen
Checks whether the given resource is currently available for reservation.
isBackgroundPainter() - Method in class com.sun.dtv.lwuit.plaf.Border
Returns true if installing this border will override the painting of the component background.
isBold() - Method in class com.sun.dtv.lwuit.Font
Indicates whether this Font is BOLD.
isCached() - Method in class com.sun.dtv.broadcast.BroadcastFile
Retrieve whether or not a BroadcastFile is completely available in filesystem cache locally in the system.
isConnected() - Method in class com.sun.dtv.net.NetworkDevice
Returns true if the network device has been connected using the connect() method.
isConsumed() - Method in class com.sun.dtv.lwuit.events.ActionEvent
Returns true if the event was consumed thus indicating that it was handled.
isData(String) - Method in class com.sun.dtv.lwuit.util.Resources
Returns true if this is a data resource.
isDefaultSmoothScrolling() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Indicates whether lists and containers should have smooth scrolling by default.
isDirectColorModelSupported() - Method in class com.sun.dtv.ui.PlaneSetup
Indicate whether Direct Color model is supported by this setup.
isDoubleBuffered() - Method in class com.sun.dtv.lwuit.Label
 
isDoubleBuffered() - Method in class com.sun.dtv.lwuit.List
 
isDoubleBuffered() - Method in class com.sun.dtv.ui.DTVContainer
Obtains whether all drawing operations performed for this DTVContainer are automatically double buffered.
isDoubleBuffered() - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Returns true if double buffering is available and activated.
isEditable() - Method in class com.sun.dtv.lwuit.TextArea
Returns true if this area is editable.
isEdt() - Method in class com.sun.dtv.ui.Screen
Returns true if we are currently in the event dispatch thread.
isEnabled() - Method in class com.sun.dtv.lwuit.Component
Indicates whether component is enabled or disabled thus allowing us to prevent a component from receiving input events and indicate so visually.
isEndsWith3Points() - Method in class com.sun.dtv.lwuit.Label
Simple getter.
isError() - Method in class com.sun.dtv.test.Report
Check if the type code of the report is ERROR.
isFailed() - Method in class com.sun.dtv.test.Report
Check if the type code of the report is FAILED.
isFinished() - Method in class com.sun.dtv.lwuit.animations.Motion
Returns true if the motion has run its course and has finished meaning the current time is greater than startTime + duration.
isFlickeringFilterAvailable() - Method in class com.sun.dtv.ui.PlaneSetup
Return whether this setup includes filtering to reduce interlace flicker.
isFocusable() - Method in class com.sun.dtv.lwuit.Component
Returns true if this component can receive focus and is enabled.
isFocusPainted() - Method in class com.sun.dtv.lwuit.Component
Indicates whether focus should be drawn around the component or whether it will handle its own focus painting.
isFont(String) - Method in class com.sun.dtv.lwuit.util.Resources
Returns true if this is a font resource.
isGIFRenderingSupported() - Method in class com.sun.dtv.ui.Capabilities
Indicate whether the rendering of GIF images is supported for the plane associated with this instance of Capabilities.
isGraphicsMixingSupported() - Method in class com.sun.dtv.ui.PlaneSetup
Indicates whether the plane setup supports the display of graphics in addition to video streams.
isGraphicsRenderingSupported() - Method in class com.sun.dtv.ui.Capabilities
Indicate whether graphics rendering is supported by the plane associated with this instance of Capabilities.
isGrowByContent() - Method in class com.sun.dtv.lwuit.TextArea
Indicates that the text area should "grow" in height based on the content beyond the limits indicate by the rows variable.
isImage(String) - Method in class com.sun.dtv.lwuit.util.Resources
Returns true if this is an image resource.
isImageRenderingSupported() - Method in class com.sun.dtv.ui.Capabilities
Indicate whether the rendering of images is supported for the plane associated with this instance of Capabilities.
isImageScalingSupported() - Method in class com.sun.dtv.ui.PlaneSetup
Indicate whether rapid image scaling is supported by this setup.
isIndexedColorModelSupported() - Method in class com.sun.dtv.ui.PlaneSetup
Indicate whether a Color Lookup Table is supported by this setup.
isInitialized() - Method in class com.sun.dtv.lwuit.Component
Indicates if the component is in the initialized state, a component is initialized when its initialize method has been invoked.
isInterlaced() - Method in class com.sun.dtv.ui.PlaneSetup
Return whether this setup is interlaced.
isItalic() - Method in class com.sun.dtv.lwuit.Font
Indicates whether this Font is ITALIC.
isJPEGRenderingSupported() - Method in class com.sun.dtv.ui.Capabilities
Indicate whether the rendering of JPEG images is supported for the plane associated with this instance of Capabilities.
isKeyboardSupported() - Method in class com.sun.dtv.ui.Screen
Indicates whether this screen can be controlled using a keyboard.
isL10N(String) - Method in class com.sun.dtv.lwuit.util.Resources
Returns true if this is a locale resource.
isLoop() - Method in class com.sun.dtv.lwuit.StaticAnimation
Indicates whether the animation will run in a loop or run only once.
isLowFrequencyChannelSupported() - Method in interface com.sun.dtv.media.control.MpegAudioControl
Returns the low frequency channel support capability.
isMatteSupported() - Method in class com.sun.dtv.ui.PlaneSetup
Indicate whether the mattes feature is supported by this setup.
isModified() - Method in class com.sun.dtv.lwuit.plaf.Style
Returns true if the style was modified manually after it was created by the look and feel.
isMouseSupported() - Method in class com.sun.dtv.ui.Screen
Indicates whether this screen can be controlled using a mouse.
isMultilingualModeSupported() - Method in interface com.sun.dtv.media.control.MpegAudioControl
Returns the multilingual mode support capability.
isNotRun() - Method in class com.sun.dtv.test.Report
Check if the type code of the report is NOT_RUN.
isNumericKeyActions() - Method in class com.sun.dtv.lwuit.List
Indicate whether pressing the number keys should trigger an action.
isOpaque() - Method in class com.sun.dtv.lwuit.Image
Indicates whether this image is opaque or not.
isOpaque() - Method in class com.sun.dtv.lwuit.Label
 
isOpaque() - Method in class com.sun.dtv.lwuit.List
 
isOpaque() - Method in class com.sun.dtv.ui.DTVContainer
Obtains whether the full area of the DTVContainer as given by the Component.getBounds() method, is fully opaque.
isOpaque() - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Returns true if the whole area of the Component (as returned by the com.sun.dtv.lwuit.Component#getBounds method, is opaque.
isOverlapSupported() - Method in class com.sun.dtv.lwuit.layouts.CoordinateLayout
 
isOverlapSupported() - Method in class com.sun.dtv.lwuit.layouts.Layout
This method returns true if the Layout allows Components to Overlap.
isPassed() - Method in class com.sun.dtv.test.Report
Check if the type code of the report is PASSED.
isPendingCommit() - Method in class com.sun.dtv.lwuit.TextField
Returns true if the text field is waiting for a commit on editing.
isPlain() - Method in class com.sun.dtv.lwuit.Font
Indicates whether this Font is PLAIN.
isPNGRenderingSupported() - Method in class com.sun.dtv.ui.Capabilities
Indicate whether the rendering of PNG images is supported for the plane associated with this instance of Capabilities.
isQwertyAutoDetect() - Static method in class com.sun.dtv.lwuit.TextField
Indicates whether the text field should try to auto detect qwerty and switch the qwerty device flag implicitly.
isQwertyDevice() - Static method in class com.sun.dtv.lwuit.TextField
The default value for the qwerty flag so it doesn't need setting for every text field individually.
isQwertyInput() - Method in class com.sun.dtv.lwuit.TextField
True is this is a qwerty device or a device that is currently in qwerty mode.
isRealAlphaBlendingSupported() - Method in class com.sun.dtv.ui.Capabilities
Indicate whether real alpha blending is supported by the plane associated with this instance of Capabilities.
isRemoteControlSupported() - Method in class com.sun.dtv.ui.Screen
Indicates whether this screen can be controlled using a TV remote control.
isReplaceMenu() - Method in class com.sun.dtv.lwuit.TextField
Indicates whether the menu of the form should be replaced with the T9/Clear commands for the duration of interactivity with the text field.
isReplaceMenuDefault() - Static method in class com.sun.dtv.lwuit.TextField
Indicates whether the menu of the form should be replaced with the T9/Clear commands for the duration of interactivity with the text field.
isReverseSoftButtons() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Indicates whether softbuttons should be reversed from their default orientation.
isRunning() - Method in class com.sun.dtv.lwuit.animations.Transition
Obtains the running mode of an animation.
isRunning() - Method in class com.sun.dtv.lwuit.Component
Obtains the running mode of an animation.
isRunning() - Method in class com.sun.dtv.lwuit.StaticAnimation
Obtains the running mode of an animation.
isRunning() - Method in interface com.sun.dtv.ui.Animated
Obtains the running mode of an animation.
isRunning() - Method in class com.sun.dtv.ui.AnimatedMatte
Obtains the running mode of the matte's animation.
isScaleImage() - Method in class com.sun.dtv.lwuit.plaf.Style
Indicates whether the image in the background is scaled.
isScrollableX() - Method in class com.sun.dtv.lwuit.Component
Indicates whether the component should/could scroll on the X axis.
isScrollableX() - Method in class com.sun.dtv.lwuit.Container
 
isScrollableX() - Method in class com.sun.dtv.lwuit.List
 
isScrollableY() - Method in class com.sun.dtv.lwuit.Component
Indicates whether the component should/could scroll on the Y axis.
isScrollableY() - Method in class com.sun.dtv.lwuit.Container
 
isScrollableY() - Method in class com.sun.dtv.lwuit.List
 
isScrollableY() - Method in class com.sun.dtv.lwuit.TextArea
 
isScrollVisible() - Method in class com.sun.dtv.lwuit.Component
Indicate whether this component scroll is visible.
isSelected() - Method in class com.sun.dtv.lwuit.ButtonGroup
Returns whether a radio button in the group is selected.
isSelected() - Method in class com.sun.dtv.lwuit.CheckBox
Return true if the checkbox is selected.
isSelected() - Method in class com.sun.dtv.lwuit.RadioButton
Returns true if the radio button is selected.
isServiceBound() - Method in interface com.sun.dtv.application.Application
Gets the binding of the Application to the service context.
isSetupFitting(PlaneSetup) - Method in class com.sun.dtv.ui.PlaneSetupPattern
Informs whether or not the specified PlaneSetup can be used to create a plane that supports the features set in this pattern.
isShowNumbers() - Method in class com.sun.dtv.lwuit.list.DefaultListCellRenderer
Indicate whether numbering should exist for the default cell renderer.
isSingleFocusMode() - Method in class com.sun.dtv.lwuit.Form
Returns true if there is only one focusable member in this form.
isSmoothScrolling() - Method in class com.sun.dtv.lwuit.Component
Indicates that scrolling through the component should work as an animation.
isSmoothScrolling() - Method in class com.sun.dtv.lwuit.Form
Indicates that scrolling through the component should work as an animation.
isStartable() - Method in interface com.sun.dtv.application.Application
Gets the startable flag for the application.
isSupported(int) - Method in class com.sun.dtv.ui.Keyboard
Indicates whether the specified key code is supported by this particular input device.
isSupported(int) - Method in class com.sun.dtv.ui.Mouse
Indicates whether the specified mouse code is supported by this particular input device.
isTextAvailable() - Method in interface com.sun.dtv.media.text.OverlayTextControl
Request if overlay text are available in the medium.
isTextOn() - Method in interface com.sun.dtv.media.text.OverlayTextControl
Returns the current state of the presentation of the OverlayText.
isTheme(String) - Method in class com.sun.dtv.lwuit.util.Resources
Returns true if this is a theme resource.
isTickerEnabled() - Method in class com.sun.dtv.lwuit.Label
This method return true if the ticker is enabled on this Label.
isTickerRunning() - Method in class com.sun.dtv.lwuit.Label
Returns true if the ticker is running.
isUnresolved() - Method in class com.sun.dtv.test.Report
Check if the type code of the report is UNRESOLVED.
isUseSoftkeys() - Method in class com.sun.dtv.lwuit.TextField
When set to true softkeys are used to enable delete functionality.
isVideoMixingSupported() - Method in class com.sun.dtv.ui.PlaneSetup
Indicate whether the setup supports transparency in the graphics system such that the output of an underlying video decoder is visible.
isVideoRenderingSupported() - Method in class com.sun.dtv.ui.Capabilities
Indicate whether the rendering of videos is supported for the plane associated with this instance of Capabilities.
isVisible() - Method in interface com.sun.dtv.application.Application
Gets the visibility of the application to users.
isVisible() - Method in class com.sun.dtv.lwuit.Component
Returns whether the component is visible or not.
isWidgetRenderingSupported() - Method in class com.sun.dtv.ui.Capabilities
Indicate whether widget rendering is supported by the plane associated with this instance of Capabilities.

J

jumpTo(int) - Method in class com.sun.dtv.lwuit.animations.Transition
Forces an animation to jump to the position indicated by the parameter.
jumpTo(int) - Method in class com.sun.dtv.lwuit.Component
Forces an animation to jump to the position indicated by the parameter.
jumpTo(int) - Method in class com.sun.dtv.lwuit.StaticAnimation
Forces an animation to jump to the position indicated by the parameter.
jumpTo(int) - Method in interface com.sun.dtv.ui.Animated
Forces an animation to jump to the position indicated by the parameter.
jumpTo(int) - Method in class com.sun.dtv.ui.AnimatedMatte
Forces the matte's animation to jump to the position indicated by the parameter.

K

Keyboard - Class in com.sun.dtv.ui
This class represents a keyboard which can be used to control a particular Screen as an UserInputDevice.
Keyboard() - Constructor for class com.sun.dtv.ui.Keyboard
It should not be possible to create a Keyboard for everybody.
KeyEvent - Class in com.sun.dtv.ui.event
This class extends the KeyEvent class by implementing the UserInputEvent interface.
KeyEvent(Component, int, long, int, int, char) - Constructor for class com.sun.dtv.ui.event.KeyEvent
Constructs a KeyEvent object.
KeyListener - Interface in com.sun.dtv.ui.event
This listener is just a wrapper to introduce java.awt.event.KeyListener into the API as LWUIT does not support key event objects and therefore only provides an ActionListener.
keyPressed(int) - Method in class com.sun.dtv.lwuit.Button
 
keyPressed(int) - Method in class com.sun.dtv.lwuit.Component
If this Component is focused, the key pressed event will call this method.
keyPressed(int) - Method in class com.sun.dtv.lwuit.Form
If this Component is focused, the key pressed event will call this method.
keyPressed(int) - Method in class com.sun.dtv.lwuit.List
 
keyPressed(int) - Method in class com.sun.dtv.lwuit.TextArea
 
keyPressed(int) - Method in class com.sun.dtv.lwuit.TextField
 
keyReleased(int) - Method in class com.sun.dtv.lwuit.Button
 
keyReleased(int) - Method in class com.sun.dtv.lwuit.Component
If this Component is focused, the key released event will call this method.
keyReleased(int) - Method in class com.sun.dtv.lwuit.Form
If this Component is focused, the key released event will call this method.
keyReleased(int) - Method in class com.sun.dtv.lwuit.List
 
keyReleased(int) - Method in class com.sun.dtv.lwuit.TextArea
 
keyReleased(int) - Method in class com.sun.dtv.lwuit.TextField
 
keyRepeated(int) - Method in class com.sun.dtv.lwuit.Component
If this Component is focused, the key repeat event will call this method.
keyRepeated(int) - Method in class com.sun.dtv.lwuit.Form
If this Component is focused, the key repeat event will call this method.

L

Label - Class in com.sun.dtv.lwuit
Allows displaying labels and images with different alignment options, this class is a base class for several components allowing them to declare alignment/icon look in a similar way.
Label(String) - Constructor for class com.sun.dtv.lwuit.Label
Constructs a new label with the specified string of text, left justified.
Label() - Constructor for class com.sun.dtv.lwuit.Label
Construct an empty label.
Label(Image) - Constructor for class com.sun.dtv.lwuit.Label
Constructs a new label with the specified icon.
LanguageControl - Interface in com.sun.dtv.media.language
Control to query the supported languages and to set a specific language for a player.
LanguageNotSupportedException - Exception in com.sun.dtv.media.language
Exception thrown then a requested language is not supported.
LanguageNotSupportedException() - Constructor for exception com.sun.dtv.media.language.LanguageNotSupportedException
Empty Constructor for this exception.
LanguageNotSupportedException(String) - Constructor for exception com.sun.dtv.media.language.LanguageNotSupportedException
Constructor for the language exception with a reason code.
LAYER_1 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for audio layer 1.
LAYER_2 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for audio layer 2.
LAYER_3 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for audio layer 3.
Layout - Class in com.sun.dtv.lwuit.layouts
Abstract class that can be used to arrange components in a container using a predefined algorithm.
Layout() - Constructor for class com.sun.dtv.lwuit.layouts.Layout
 
layoutContainer() - Method in class com.sun.dtv.lwuit.Container
Performs the layout of the container if a layout is necessary.
layoutContainer(Container) - Method in class com.sun.dtv.lwuit.layouts.BorderLayout
 
layoutContainer(Container) - Method in class com.sun.dtv.lwuit.layouts.BoxLayout
 
layoutContainer(Container) - Method in class com.sun.dtv.lwuit.layouts.CoordinateLayout
 
layoutContainer(Container) - Method in class com.sun.dtv.lwuit.layouts.FlowLayout
 
layoutContainer(Container) - Method in class com.sun.dtv.lwuit.layouts.GridLayout
 
layoutContainer(Container) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Lays out the specified container.
layoutContainer(Container) - Method in class com.sun.dtv.lwuit.layouts.Layout
Layout the given parent container children.
LayoutStyle - Class in com.sun.dtv.lwuit.layouts
LayoutStyle is used to determine how much space to place between components during layout.
LayoutStyle() - Constructor for class com.sun.dtv.lwuit.layouts.LayoutStyle
 
LEADING - Static variable in class com.sun.dtv.lwuit.layouts.GroupLayout
Possible alignment type.
LEFT - Static variable in class com.sun.dtv.lwuit.Component
Box-orientation constant used to specify the left side of a box.
length - Variable in class com.sun.dtv.filtering.DataSectionDataBuffer
States how many samples are valid in the array.
lighterColor(int) - Method in class com.sun.dtv.lwuit.Graphics
Makes the current color slightly lighter, this is useful for many visual effects.
LINE_ORIENTATION_HORIZONTAL - Static variable in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Constant to be used with the setLineOrientation method of SophisticatedTextLayoutManager.
LINE_ORIENTATION_VERTICAL - Static variable in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Constant to be used with the setLineOrientation method of SophisticatedTextLayoutManager.
linkSize(Component[]) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Forces the set of components to have the same size.
linkSize(Component[], int) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Forces the set of components to have the same size.
List - Class in com.sun.dtv.lwuit
A set of elements that is rendered using a ListCellRenderer and are extracted via the ListModel.
List(Vector) - Constructor for class com.sun.dtv.lwuit.List
Creates a new instance of List.
List(Object[]) - Constructor for class com.sun.dtv.lwuit.List
Creates a new instance of List.
List() - Constructor for class com.sun.dtv.lwuit.List
Creates a new instance of List with an empty default model.
List(ListModel) - Constructor for class com.sun.dtv.lwuit.List
Creates a new instance of List with the given model.
ListCellRenderer - Interface in com.sun.dtv.lwuit.list
A "rubber stamp" tool that allows us to extract a component (often the same component instance for all invocations) that is initialized to the value of the current item extracted from the model, this component is drawn on the list and discarded.
listDirectory() - Method in class com.sun.dtv.broadcast.BroadcastFile
Lists the directory contents of this BroadcastFile object.
ListFilter - Class in com.sun.dtv.filtering
This class defines a section filter which will filter an entire set of data section data segments that make up a single section table.
ListModel - Interface in com.sun.dtv.lwuit.list
Represents the data structure of the list, thus allowing a list to represent any potential data source by referencing different implementations of this interface.
load(String) - Static method in class com.sun.dtv.io.FileProperties
Loads a copy of the collection of properties associated with a (set of) file/directory identified by path.
LOADED - Static variable in interface com.sun.dtv.application.ApplicationProxy
The application has been loaded.
loadTheme(InputStream) - Method in class com.sun.dtv.lwuit.plaf.UIManager
Loads a theme from the given input stream.
localize(String, String) - Method in class com.sun.dtv.lwuit.plaf.UIManager
Localizes the given string from the resource bundle if such a String exists in the resource bundle.
Log - Class in com.sun.dtv.lwuit.util
Pluggable logging framework that allows a developer to initiate logging output.
Log() - Constructor for class com.sun.dtv.lwuit.util.Log
 
log - Static variable in class com.sun.dtv.test.TestHarness
The default output stream on a given platform to store test reports.
login(Principal, CallbackHandler) - Method in class com.sun.dtv.security.AuthProvider
Log in to this provider.
LoginException - Exception in com.sun.dtv.security
This is the basic login exception.
LoginException() - Constructor for exception com.sun.dtv.security.LoginException
Constructs a LoginException with no detail message.
LoginException(String) - Constructor for exception com.sun.dtv.security.LoginException
Constructs a LoginException with the specified detail message.
logout() - Method in class com.sun.dtv.security.AuthProvider
Log out from this provider.
longKeyPress(int) - Method in class com.sun.dtv.lwuit.Component
If this Component is focused this method is invoked when the user presses and holds the key.
longKeyPress(int) - Method in class com.sun.dtv.lwuit.Form
If this Component is focused this method is invoked when the user presses and holds the key.
LookAndFeel - Class in com.sun.dtv.lwuit.plaf
Allows a UI developer to completely customize the look of the application by overriding drawing/sizing methods appropriately.
LookAndFeel() - Constructor for class com.sun.dtv.lwuit.plaf.LookAndFeel
 
LOOP - Static variable in interface com.sun.dtv.ui.Animated
Value for the repetition mode.

M

makeApplicationId(int, int) - Method in class com.sun.dtv.application.AppManager
Makes an appId for the application with the indicated organization id and application id.
MARGIN - Static variable in class com.sun.dtv.lwuit.plaf.Style
Margin attribute name for the theme hashtable.
Matte - Interface in com.sun.dtv.ui
Basic interface for all Matte classes.
MATTE_SUPPORT - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
MatteEnabled - Interface in com.sun.dtv.ui
The aim of this interface is to enable components for matte compositing.
MatteException - Exception in com.sun.dtv.ui
A MatteException is thrown whenever an application is unable for some reason to realize a desired matte association to a graphical element.
MatteException() - Constructor for exception com.sun.dtv.ui.MatteException
Constructs a MatteException object.
MatteException(String) - Constructor for exception com.sun.dtv.ui.MatteException
Constructs a MatteException object.
MATURITY_RATING - Static variable in exception com.sun.dtv.transport.ConditionalAccessDeniedException
user does not have suitable maturity.
MATURITY_RATING_DIALOG - Static variable in exception com.sun.dtv.transport.ConditionalAccessDeniedException
user dialog needed for maturity.
MediaComponent - Class in com.sun.dtv.lwuit
A component allowing us to embed and control rich media content.
MediaComponent(Player) - Constructor for class com.sun.dtv.lwuit.MediaComponent
Creates a new instance of MediaComponent.
MediaPresentedEvent - Interface in com.sun.dtv.media
This Event is generated after a javax.media.Player has transfered into the Started sate.
MediaTimeChangeEvent - Interface in com.sun.dtv.media.timeline
This event is raised when the media time is changed via the MediaTimePositionControl.
MediaTimeChangeListener - Interface in com.sun.dtv.media.timeline
Listener interface to receive media time change events.
MediaTimeEvent - Interface in com.sun.dtv.media.timeline
Event to inform the application about media time changes.
MediaTimeListener - Interface in com.sun.dtv.media.timeline
Listener interface to receive media time events.
MediaTimePositionControl - Interface in com.sun.dtv.media.timeline
Control to set and retrieve the mediaTime for stream media The maximum duration of the media can be retrieved from the Duration interface if it is implemented by the media type.
merge(Style) - Method in class com.sun.dtv.lwuit.plaf.Style
Merges the new style with the current style without changing the elements that were modified.
modifyAlpha(byte) - Method in class com.sun.dtv.lwuit.Image
Creates a new image instance with the alpha channel of opaque/translucent pixels within the image using the new alpha value.
modifyAlpha(byte, Color) - Method in class com.sun.dtv.lwuit.Image
Creates a new image instance with the alpha channel of opaque/translucent pixels within the image using the new alpha value.
Motion - Class in com.sun.dtv.lwuit.animations
Abstracts the notion of physical motion over time from a numeric location to another.
Motion(int, int, int) - Constructor for class com.sun.dtv.lwuit.animations.Motion
Construct a point/destination motion.
Motion(int, float, float) - Constructor for class com.sun.dtv.lwuit.animations.Motion
Construct a velocity motion.
Mouse - Class in com.sun.dtv.ui
This class represents a mouse which can be used to control a particular Screen as an UserInputDevice.
Mouse() - Constructor for class com.sun.dtv.ui.Mouse
It should not be possible to create a Mouse for everybody.
MOUSE_DRAG - Static variable in class com.sun.dtv.ui.event.MouseEvent
Constant used for specification of a mouse code.
MOUSE_ENTER - Static variable in class com.sun.dtv.ui.event.MouseEvent
Constant used for specification of a mouse code.
MOUSE_EXIT - Static variable in class com.sun.dtv.ui.event.MouseEvent
Constant used for specification of a mouse code.
MOUSE_LEFT_CLICK - Static variable in class com.sun.dtv.ui.event.MouseEvent
Constant used for specification of a mouse code.
MOUSE_LEFT_PRESS - Static variable in class com.sun.dtv.ui.event.MouseEvent
Constant used for specification of a mouse code.
MOUSE_LEFT_RELEASE - Static variable in class com.sun.dtv.ui.event.MouseEvent
Constant used for specification of a mouse code.
MOUSE_MOVE - Static variable in class com.sun.dtv.ui.event.MouseEvent
Constant used for specification of a mouse code.
MOUSE_RIGHT_CLICK - Static variable in class com.sun.dtv.ui.event.MouseEvent
Constant used for specification of a mouse code.
MOUSE_RIGHT_PRESS - Static variable in class com.sun.dtv.ui.event.MouseEvent
Constant used for specification of a mouse code.
MOUSE_RIGHT_RELEASE - Static variable in class com.sun.dtv.ui.event.MouseEvent
Constant used for specification of a mouse code.
MouseEvent - Class in com.sun.dtv.ui.event
This class extends the MouseEvent class by implementing the UserInputEvent interface.
MouseEvent(Component, int, long, int, int, int, int, boolean) - Constructor for class com.sun.dtv.ui.event.MouseEvent
Constructs a MouseEvent object.
MouseEvent(Component, int, long, int, int, int, int, boolean, int) - Constructor for class com.sun.dtv.ui.event.MouseEvent
Constructs a MouseEvent object.
MouseListener - Interface in com.sun.dtv.ui.event
This listener is just a wrapper to introduce java.awt.event.MouseListener into the API as LWUIT does not support mouse event objects and therefore only provides an ActionListener.
move(int, int) - Method in class com.sun.dtv.lwuit.geom.Point
Moves this point to the specified location in the (x, y) coordinate plane.
MpegAudioControl - Interface in com.sun.dtv.media.control
This interface is a Control for retrieving the parameters for MPEG audio.

N

NetworkBoundLocator - Class in com.sun.dtv.locator
Locator referring to entities that are network bound.
NetworkBoundLocator(String) - Constructor for class com.sun.dtv.locator.NetworkBoundLocator
Create a locator from the given url.
NetworkDevice - Class in com.sun.dtv.net
Represents every physical instance of any network mean on which IP (TCP, UDP) communication can be achieved by the platform.
NetworkDevicePermission - Class in com.sun.dtv.net
This class is used for various permissions related to the network device scarce resources.
NetworkDevicePermission(String, String) - Constructor for class com.sun.dtv.net.NetworkDevicePermission
Creates a new NetworkDevicePermission object with the specified name and actions.
NetworkDeviceStatusListener - Interface in com.sun.dtv.net
Defines the listener interface for events related to network devices.
newCircularFilter(int) - Method in class com.sun.dtv.filtering.DataSectionFilterCollection
Creates a new ring section filter within the parent section filter collection.
newCircularFilter(int, int) - Method in class com.sun.dtv.filtering.DataSectionFilterCollection
Creates a new ring section filter within the parent section filter collection.
newListFilter() - Method in class com.sun.dtv.filtering.DataSectionFilterCollection
Creates a new table section filter object within the parent section filter collection.
newListFilter(int) - Method in class com.sun.dtv.filtering.DataSectionFilterCollection
Creates a new table section filter object within the parent section filter collection.
newPermissionCollection() - Method in class com.sun.dtv.platform.UserPropertyPermission
Returns a new PermissionCollection object for storing UserPropertyPermission objects.
newSingleFilter() - Method in class com.sun.dtv.filtering.DataSectionFilterCollection
Creates a new single section filter object within the parent section filter collection.
newSingleFilter(int) - Method in class com.sun.dtv.filtering.DataSectionFilterCollection
Creates a new simple section filter object within the parent section filter collection.
NO_BACKGROUND_IMPACT - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
NO_ENTITLEMENT - Static variable in exception com.sun.dtv.transport.ConditionalAccessDeniedException
user does not have an entitlement.
NO_GRAPHICS_IMPACT - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
NO_STILLVIDEO_IMPACT - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
NO_SUBTITLE_IMPACT - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
NO_VIDEO_IMPACT - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
NON_PREDICTIVE - Static variable in class com.sun.dtv.lwuit.TextArea
Indicates that the text entered does not consist of words that are likely to be found in dictionaries typically used by predictive input schemes.
NORTH - Static variable in class com.sun.dtv.lwuit.layouts.BorderLayout
The north layout constraint (top of container).
NORTH - Static variable in class com.sun.dtv.lwuit.layouts.GroupLayout
Compass-direction North (up).
NOT_LOADED - Static variable in interface com.sun.dtv.application.ApplicationProxy
The application is known to the application manager but has not been loaded.
NOT_POSSIBLE - Static variable in exception com.sun.dtv.transport.ConditionalAccessDeniedException
access possible under certain conditions.
NOT_POSSIBLE_TECHNICAL - Static variable in exception com.sun.dtv.transport.ConditionalAccessDeniedException
not allowed for some technical reason.
NOT_RUN - Static variable in class com.sun.dtv.test.Report
A report type indicating that the test has not yet been run in this context.
notifyTextOverflow(String, ViewOnlyComponent, boolean, boolean) - Method in interface com.sun.dtv.ui.TextOverflowListener
This method is called by the SophisticatedTextLayoutManager if a text string won't fit into a component during an attempt to render it.
notRun(TestCase, String) - Static method in class com.sun.dtv.test.Report
Create a Report to indicate that the test has not yet been run.
NUM_STATES - Static variable in class com.sun.dtv.test.Report
Number of report types which are predefined as "constants".
NUMERIC - Static variable in class com.sun.dtv.lwuit.TextArea
The user is allowed to enter only an integer value.

O

offset - Variable in class com.sun.dtv.filtering.DataSectionDataBuffer
Points to the starting point (offset) into the array where the valid data begins.
onShow() - Method in class com.sun.dtv.lwuit.Form
Allows subclasses to bind functionality that occurs immediately after a specific form or dialog appears on the screen
open(String) - Static method in class com.sun.dtv.lwuit.util.Resources
Creates a resource object from the local JAR resource identifier.
open(InputStream) - Static method in class com.sun.dtv.lwuit.util.Resources
Creates a resource object from the given input stream.
OTHER - Static variable in exception com.sun.dtv.transport.ConditionalAccessDeniedException
Some other reason.
OVERLAY_TEXT_AVAILABLE - Static variable in interface com.sun.dtv.media.text.OverlayTextEvent
Overlay Text available event type.
OVERLAY_TEXT_DESELECTED - Static variable in interface com.sun.dtv.media.text.OverlayTextEvent
Overlay Text deselected event type.
OVERLAY_TEXT_LANGUAGE_CHANGE - Static variable in interface com.sun.dtv.media.text.OverlayTextEvent
Overlay Text language change event type.
OVERLAY_TEXT_NOT_AVAILABLE - Static variable in interface com.sun.dtv.media.text.OverlayTextEvent
Overlay Text not available event type.
OVERLAY_TEXT_SELECTED - Static variable in interface com.sun.dtv.media.text.OverlayTextEvent
Overlay Text selected event type.
OverlayTextControl - Interface in com.sun.dtv.media.text
Interface to provide control for "Subtitles" and "Closed Captioning".
OverlayTextEvent - Interface in com.sun.dtv.media.text
Events that report changes in the OverlayText, Subtitle or CloseCaption.
overlayTextEvent(OverlayTextEvent) - Method in interface com.sun.dtv.media.text.OverlayTextListener
Receives Close Caption events.
OverlayTextListener - Interface in com.sun.dtv.media.text
Listener Interface to receive Overlay Text specific Events.

P

p(String) - Static method in class com.sun.dtv.lwuit.util.Log
Default println method invokes the print instance method, uses DEBUG level.
p(String, int) - Static method in class com.sun.dtv.lwuit.util.Log
Default println method invokes the print instance method, uses given level.
PADDING - Static variable in class com.sun.dtv.lwuit.plaf.Style
Padding attribute name for the theme hashtable.
paint(Graphics) - Method in interface com.sun.dtv.lwuit.animations.Animation
Draws the animation, within a component the standard paint method would be invoked since it bares the exact same signature.
paint(Graphics) - Method in class com.sun.dtv.lwuit.animations.CommonTransitions
 
paint(Graphics) - Method in class com.sun.dtv.lwuit.animations.Transition
 
paint(Graphics) - Method in class com.sun.dtv.lwuit.Button
 
paint(Graphics) - Method in class com.sun.dtv.lwuit.Calendar
 
paint(Graphics) - Method in class com.sun.dtv.lwuit.CheckBox
 
paint(Graphics) - Method in class com.sun.dtv.lwuit.ComboBox
 
paint(Graphics) - Method in class com.sun.dtv.lwuit.Component
This method paints the Component on the screen, it should be overriden by subclasses to perform custom drawing or invoke the UI API's to let the PLAF perform the rendering.
paint(Graphics) - Method in class com.sun.dtv.lwuit.Container
 
paint(Graphics) - Method in class com.sun.dtv.lwuit.Form
This method paints the Component on the screen, it should be overriden by subclasses to perform custom drawing or invoke the UI API's to let the PLAF perform the rendering.
paint(Graphics) - Method in class com.sun.dtv.lwuit.Label
 
paint(Graphics) - Method in class com.sun.dtv.lwuit.List
 
paint(Graphics) - Method in class com.sun.dtv.lwuit.MediaComponent
 
paint(Graphics, Rectangle) - Method in class com.sun.dtv.lwuit.painter.BackgroundPainter
 
paint(Graphics, Rectangle) - Method in interface com.sun.dtv.lwuit.Painter
Draws inside the given rectangle clipping area.
paint(Graphics, Rectangle) - Method in class com.sun.dtv.lwuit.painter.PainterChain
 
paint(Graphics, Component) - Method in class com.sun.dtv.lwuit.plaf.Border
Draws the border for the given component, this method is called before a call to background painting is made.
paint(Graphics) - Method in class com.sun.dtv.lwuit.RadioButton
 
paint(Graphics) - Method in class com.sun.dtv.lwuit.StaticAnimation
 
paint(Graphics) - Method in class com.sun.dtv.lwuit.TabbedPane
 
paint(Graphics) - Method in class com.sun.dtv.lwuit.TextArea
 
paint(Graphics) - Method in class com.sun.dtv.lwuit.TextField
 
paint(Graphics) - Method in class com.sun.dtv.ui.AnimatedMatte
Draws the animation, within a component the standard paint method would be invoked since it bares the exact same signature.
paint(Graphics) - Method in class com.sun.dtv.ui.DTVContainer
This method paints the Component on the screen, it should be overriden by subclasses to perform custom drawing or invoke the UI API's to let the PLAF perform the rendering.
paint(Graphics) - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Method to paint the component.
paintBackground(Graphics) - Method in class com.sun.dtv.lwuit.Form
Exposing the background painting for the benefit of animations.
paintBackgrounds(Graphics) - Method in class com.sun.dtv.lwuit.Component
This method paints all the parents Components Background.
paintBackgrounds(Graphics) - Method in class com.sun.dtv.lwuit.MediaComponent
 
paintBorderBackground(Graphics, Component) - Method in class com.sun.dtv.lwuit.plaf.Border
Has effect when the border demands responsibility for background painting normally the painter will perform this work but in this case the border might do it instead.
paintComponent(Graphics) - Method in class com.sun.dtv.lwuit.Component
Paints this component as a root by going to all the parent components and setting the absolute translation based on coordinates and scroll status.
paintComponent(Graphics, boolean) - Method in class com.sun.dtv.lwuit.Component
Paints this component as a root by going to all the parent components and setting the absolute translation based on coordinates and scroll status.
Painter - Interface in com.sun.dtv.lwuit
Painter can be used to draw on components backgrounds.
PainterChain - Class in com.sun.dtv.lwuit.painter
A painter chain allows us to chain together several painters to provide a "layer" effect where each painter only draws one element.
PainterChain(Painter[]) - Constructor for class com.sun.dtv.lwuit.painter.PainterChain
Create a new painter chain which will paint all of the elements in the chain in sequence from 0 to the last element.
PASSED - Static variable in class com.sun.dtv.test.Report
A report type indicating that the test was executed and was successful.
passed(TestCase, String) - Static method in class com.sun.dtv.test.Report
Create a Report to indicate the successful outcome of a test.
PassThroughAPDUConnection - Interface in com.sun.dtv.smartcard
This is a Tagging Interface to identify a specific APDU connection object for direct communication with a smartcard.
PASSWORD - Static variable in class com.sun.dtv.lwuit.TextArea
Indicates that the text entered is confidential data that should be obscured whenever possible.
pause() - Method in interface com.sun.dtv.application.ApplicationProxy
Requests the application be paused.
PAUSED - Static variable in interface com.sun.dtv.application.ApplicationProxy
The application has been paused.
PHONENUMBER - Static variable in class com.sun.dtv.lwuit.TextArea
The user is allowed to enter a phone number.
PIXEL_ASPECT_RATIO - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
PIXEL_RESOLUTION - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
Plane - Class in com.sun.dtv.ui
An instance of the Screen class represents one video output signal of a TV device.
Plane() - Constructor for class com.sun.dtv.ui.Plane
For use of specific plane classes subclassing Plane.
PlaneSetup - Class in com.sun.dtv.ui
The PlaneSetup class is capable to describe the characteristics of a Plane.
PlaneSetup() - Constructor for class com.sun.dtv.ui.PlaneSetup
 
PlaneSetupEvent - Class in com.sun.dtv.ui.event
This event is sent to all registered PlaneSetupListeners when an Plane modifies its setup.
PlaneSetupEvent(Object) - Constructor for class com.sun.dtv.ui.event.PlaneSetupEvent
Construct an PlaneSetupEvent.
PlaneSetupListener - Interface in com.sun.dtv.ui.event
This listener is used to monitor when the setup of an Plane is modified.
PlaneSetupPattern - Class in com.sun.dtv.ui
This class is a means to describe the setup of a screen plane by specifying various properties and their importance to the application.
PlaneSetupPattern() - Constructor for class com.sun.dtv.ui.PlaneSetupPattern
 
Point - Class in com.sun.dtv.lwuit.geom
A point representing a location in (x, y) coordinate space, specified in integer precision.
Point() - Constructor for class com.sun.dtv.lwuit.geom.Point
Constructs and initializes a point at the origin (0, 0) of the coordinate space.
Point(int, int) - Constructor for class com.sun.dtv.lwuit.geom.Point
Constructs and initializes a point at the specified (x, y) location in the coordinate space.
Point(Point) - Constructor for class com.sun.dtv.lwuit.geom.Point
Constructs and initializes a point with the same location as the specified Point object.
pointerDragged(int, int) - Method in class com.sun.dtv.lwuit.Component
If this Component is focused, the pointer dragged event will call this method.
pointerDragged(int, int) - Method in class com.sun.dtv.lwuit.Form
If this Component is focused, the pointer dragged event will call this method.
pointerDragged(int, int) - Method in class com.sun.dtv.lwuit.List
 
pointerPressed(int, int) - Method in class com.sun.dtv.lwuit.Button
 
pointerPressed(int, int) - Method in class com.sun.dtv.lwuit.Component
If this Component is focused, the pointer pressed event will call this method.
pointerPressed(int, int) - Method in class com.sun.dtv.lwuit.Container
 
pointerPressed(int, int) - Method in class com.sun.dtv.lwuit.Form
If this Component is focused, the pointer pressed event will call this method.
pointerReleased(int, int) - Method in class com.sun.dtv.lwuit.Button
 
pointerReleased(int, int) - Method in class com.sun.dtv.lwuit.ComboBox
 
pointerReleased(int, int) - Method in class com.sun.dtv.lwuit.Component
If this Component is focused, the pointer released event will call this method.
pointerReleased(int, int) - Method in class com.sun.dtv.lwuit.Form
If this Component is focused, the pointer released event will call this method.
pointerReleased(int, int) - Method in class com.sun.dtv.lwuit.List
 
pointerReleased(int, int) - Method in class com.sun.dtv.lwuit.TextArea
 
pointerReleased(int, int) - Method in class com.sun.dtv.lwuit.TextField
 
pop(Component) - Method in class com.sun.dtv.ui.DTVContainer
Moves the specified Component one level up in the Z-order.
popInFrontOf(Component, Component) - Method in class com.sun.dtv.ui.DTVContainer
Moves the specified Component move directly in front of the Component behind.
popToFront(Component) - Method in class com.sun.dtv.ui.DTVContainer
Brings the specified Component to the front of the Z-order in this DTVContainer.
POSSIBLE - Static variable in exception com.sun.dtv.transport.ConditionalAccessDeniedException
access not possible.
PREFERRED - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
PREFERRED_NOT - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
PREFERRED_SIZE - Static variable in class com.sun.dtv.lwuit.layouts.GroupLayout
Possible value for the add methods that takes a Component.
prependPainter(Painter) - Method in class com.sun.dtv.lwuit.painter.PainterChain
Creates a new chain based on the existing chain with the new element added at the beginning.
PRESENTATION_CHANGED - Static variable in class com.sun.dtv.media.format.VideoPresentationEvent
Constant indicating that presentation has changed, but is still available.
print(String, int) - Method in class com.sun.dtv.lwuit.util.Log
Default log implementation prints to the console and the file connector if applicable.
processEvent(AWTEvent) - Method in class com.sun.dtv.lwuit.Label
 
processEvent(AWTEvent) - Method in class com.sun.dtv.lwuit.List
 
processEvent(AWTEvent) - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Handle the specified AWTEvent.
propertyChanged(String, String, String) - Method in interface com.sun.dtv.platform.UserPropertyListener
Reports that the value of the property identified by key has changed from oldValue to newValue.
propertyRemoved(String, String) - Method in interface com.sun.dtv.platform.UserPropertyListener
Reports that the property identified by key has been removed from the user properties.
PROPKEY_LOCATION_COUNTRY - Static variable in class com.sun.dtv.platform.User
Default property name for location country code.
PROPKEY_RATING_PARENTAL - Static variable in class com.sun.dtv.platform.User
Default property name for parental rating.
PROPKEY_UI_FONT_SIZE - Static variable in class com.sun.dtv.platform.User
Default property name for UI font size.
PROPKEY_USER_ADDRESS - Static variable in class com.sun.dtv.platform.User
Default property name for user address.
PROPKEY_USER_EMAIL - Static variable in class com.sun.dtv.platform.User
Default property name for user email.
PROPKEY_USER_LANGUAGES - Static variable in class com.sun.dtv.platform.User
Default property name for user languages.
PROPKEY_USER_NAME - Static variable in class com.sun.dtv.platform.User
Default property name for user name.
push(Component) - Method in class com.sun.dtv.ui.DTVContainer
Moves the specified Component one level down in the Z-order.
pushBehind(Component, Component) - Method in class com.sun.dtv.ui.DTVContainer
Moves the specified Component move directly behind the Component front.
pushToBack(Component) - Method in class com.sun.dtv.ui.DTVContainer
Brings the specified Component to the back of the Z-order in this DTVContainer.
putClientProperty(String, Object) - Method in class com.sun.dtv.lwuit.Component
Client properties allow the association of meta-data with a component, this is useful for some applications that construct GUI's on the fly and need to track the connection between the UI and the data.

R

RadioButton - Class in com.sun.dtv.lwuit
RadioButton is a Button that maintains a selection state exclusively within a specific ButtonGroup.
RadioButton(String) - Constructor for class com.sun.dtv.lwuit.RadioButton
Constructs a radio with the given text.
RadioButton() - Constructor for class com.sun.dtv.lwuit.RadioButton
Creates an empty radio button.
RadioButton(Image) - Constructor for class com.sun.dtv.lwuit.RadioButton
Constructs a radio with the given icon.
RadioButton(String, Image) - Constructor for class com.sun.dtv.lwuit.RadioButton
Constructs a radio with the given text and icon.
REASON_INCONSISTENT_MESSAGE - Static variable in exception com.sun.dtv.broadcast.BroadcastException
This reason code is used when an inconsistent message is received from the broadcast stream.
REASON_INVALID_OPERATION - Static variable in exception com.sun.dtv.broadcast.BroadcastException
This reason code is used if this operation is invalid.
REASON_INVALID_PATH - Static variable in exception com.sun.dtv.broadcast.BroadcastException
This reason code is used if the requested path name does not exist in the broadcast stream.
REASON_NONEXISTENT_OBJECT - Static variable in exception com.sun.dtv.broadcast.BroadcastException
This reason code is used if the requested object does not exist in the broadcast stream.
REASON_OTHER - Static variable in exception com.sun.dtv.broadcast.BroadcastException
This reason code is used if no other reason code applies.
REASON_TIMEOUT - Static variable in exception com.sun.dtv.broadcast.BroadcastException
This reason code is used if timeout occurs while reading from the broadcast stream.
REASON_UNSUPPORTED - Static variable in exception com.sun.dtv.broadcast.BroadcastException
This reason code is used if this operation is not supported.
received(BroadcastReceivedEvent) - Method in interface com.sun.dtv.broadcast.event.BroadcastEventListener
Notifies the BroadcastEventListener that the BroadcastEvent has been received in the broadcast.
receiveTuningEvent(TuningEvent) - Method in interface com.sun.dtv.tuner.TunerListener
Notifies the listener of a tuning event.
Rectangle - Class in com.sun.dtv.lwuit.geom
Represents a Rectangle position (x, y) and Dimension (width, height), this is useful for measuring coordinates within the application.
Rectangle() - Constructor for class com.sun.dtv.lwuit.geom.Rectangle
Creates a new instance of Rectangle.
Rectangle(int, int, Dimension) - Constructor for class com.sun.dtv.lwuit.geom.Rectangle
Creates a new instance of Rectangle at position (x, y) and with predefine dimension.
Rectangle(int, int, int, int) - Constructor for class com.sun.dtv.lwuit.geom.Rectangle
Creates a new instance of Rectangle at position (x, y) and with predefined width and height.
Rectangle(Point, int, int) - Constructor for class com.sun.dtv.lwuit.geom.Rectangle
Create a new instance of Rectangle at a position specified by the Point parameter, and with the predefined width and height.
Rectangle(Rectangle) - Constructor for class com.sun.dtv.lwuit.geom.Rectangle
A copy Constructor.
Rectangle(Rectangle) - Constructor for class com.sun.dtv.lwuit.geom.Rectangle
Creates a new instance of Rectangle with parameters taken from an instance of java.awt.Rectangle.
refreshCache() - Method in class com.sun.dtv.broadcast.BroadcastFile
Requests that the cached contents of this BroadcastFile be updated with the version currently in the broadcast stream.
refreshTheme() - Method in class com.sun.dtv.lwuit.Calendar
 
refreshTheme() - Method in class com.sun.dtv.lwuit.Component
Makes sure the component is up to date with the current style object.
refreshTheme() - Method in class com.sun.dtv.lwuit.Container
 
refreshTheme() - Method in class com.sun.dtv.lwuit.Dialog
 
refreshTheme() - Method in class com.sun.dtv.lwuit.Form
 
refreshTheme() - Method in class com.sun.dtv.lwuit.List
 
refreshTheme() - Method in class com.sun.dtv.lwuit.TabbedPane
 
registerAnimation(Animation) - Method in class com.sun.dtv.lwuit.Form
The given component is interested in animating its appearance and will start receiving callbacks when it is visible in the form allowing it to animate its appearance.
RELATED - Static variable in class com.sun.dtv.lwuit.layouts.LayoutStyle
Possible argument to getPreferredGap.
release() - Method in class com.sun.dtv.filtering.DataSection
This method marks section data object for use because the data is no longer useful or it has been cloned.
release() - Method in class com.sun.dtv.filtering.DataSectionFilterCollection
Releases this resource.
release() - Method in class com.sun.dtv.net.NetworkDevice
Releases this resource.
release() - Method in interface com.sun.dtv.resources.ScarceResource
Releases this resource.
release() - Method in class com.sun.dtv.tuner.Tuner
Releases this resource.
release() - Method in class com.sun.dtv.ui.event.KeyEvent
Releases this resource.
release() - Method in class com.sun.dtv.ui.event.MouseEvent
Releases this resource.
release() - Method in class com.sun.dtv.ui.Plane
Releases this resource.
release() - Method in class com.sun.dtv.ui.Screen
Releases this resource.
released(int) - Method in interface com.sun.dtv.resources.ResourceTypeListener
Reports that a resource has been released.
released(ScarceResource) - Method in interface com.sun.dtv.resources.ScarceResourceListener
Reports that resource has been released by the implementation and is available for a new reservation.
releaseForced(ScarceResource) - Method in interface com.sun.dtv.resources.ScarceResourceListener
Reports that resource is being aggressively requested by another application and gives the current owner the chance to close his task.
releaseRequested(ScarceResource) - Method in interface com.sun.dtv.resources.ScarceResourceListener
Reports that resource is being requested by another application.
RemoteControl - Class in com.sun.dtv.ui
This class represents a TV remote control which can be used to control a particular Screen as an UserInputDevice.
RemoteControl() - Constructor for class com.sun.dtv.ui.RemoteControl
It should not be possible to create a RemoteControl for everybody.
RemoteControlEvent - Class in com.sun.dtv.ui.event
This class extends the KeyEvent class by adding TV remote specific key codes.
RemoteControlEvent(Component, int, long, int, int, char) - Constructor for class com.sun.dtv.ui.event.RemoteControlEvent
Constructs a RemoteControlEvent object.
remove(RadioButton) - Method in class com.sun.dtv.lwuit.ButtonGroup
Removes a RadioButton from the group.
removeActionListener(ActionListener) - Method in class com.sun.dtv.lwuit.Button
Removes the given action listener from the button.
removeActionListener(ActionListener) - Method in class com.sun.dtv.lwuit.Calendar
Fires when a change is made to the month view of this component.
removeActionListener(ActionListener) - Method in class com.sun.dtv.lwuit.List
Allows binding a listener to user selection actions.
removeActionListener(ActionListener) - Method in class com.sun.dtv.lwuit.TextArea
Removes an action listener.
removeAll() - Method in class com.sun.dtv.lwuit.Container
remove all Components from container.
removeAll() - Method in class com.sun.dtv.lwuit.Form
Removes all Components from the Content Pane.
removeAll() - Method in class com.sun.dtv.lwuit.list.DefaultListModel
Removes all elements from the model.
removeAllCommands() - Method in class com.sun.dtv.lwuit.Form
Clear menu commands from the menu bar.
removeAudioListener(AudioListener) - Method in interface com.sun.dtv.media.audio.AudioControl
Removes an audio listener interface.
removeCardTerminalListener(CardTerminalListener) - Method in class com.sun.dtv.smartcard.CardTerminal
Removes a CardTerminalListener to the CardTerminal.
removeCommand(Command) - Method in class com.sun.dtv.lwuit.Form
Removes the command from the menu bar softkeys.
removeComponent(Component) - Method in class com.sun.dtv.lwuit.Container
removes a Component from the Container.
removeComponent(Component) - Method in class com.sun.dtv.lwuit.Form
Removes a component from the Form's Content Pane.
REMOVED - Static variable in interface com.sun.dtv.lwuit.events.DataChangedListener
Type value for removed data in ListModel.
removeDataChangedListener(DataChangedListener) - Method in class com.sun.dtv.lwuit.list.DefaultListModel
 
removeDataChangedListener(DataChangedListener) - Method in interface com.sun.dtv.lwuit.list.ListModel
Invoked to indicate no further interest in future change events.
removeDataChangeListener(DataChangedListener) - Method in class com.sun.dtv.lwuit.TextField
Removes the listener for data change events.
removeFocusListener(FocusListener) - Method in class com.sun.dtv.lwuit.Component
Deregisters interest in receiving callbacks for focus gained events.
removeFreezeResumeListener(FreezeResumeListener) - Method in interface com.sun.dtv.media.FreezeResumeControl
Removes a freeze,resume listener interface.
removeGameKeyListener(int, ActionListener) - Method in class com.sun.dtv.lwuit.Form
Removes a game key listener from the given game keycode.
removeItem(int) - Method in class com.sun.dtv.lwuit.list.DefaultListModel
 
removeItem(int) - Method in interface com.sun.dtv.lwuit.list.ListModel
Removes the item at the specified position in this list.
removeKeyListener(int, ActionListener) - Method in class com.sun.dtv.lwuit.Form
Removes a key listener from the given keycode.
removeLayoutComponent(Component) - Method in class com.sun.dtv.lwuit.layouts.BorderLayout
 
removeLayoutComponent(Component) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Notification that a Component has been removed from the parent container.
removeLayoutComponent(Component) - Method in class com.sun.dtv.lwuit.layouts.Layout
Removes the component from the layout this operation is only useful if the layout maintains references to components within it.
removeListener(AppProxyListener) - Method in interface com.sun.dtv.application.ApplicationProxy
Remove a listener registered for changes.
removeListener(AppManagerListener) - Method in class com.sun.dtv.application.AppManager
Remove a listener registered for changes in available applications.
removeListener(BroadcastFileListener) - Method in class com.sun.dtv.broadcast.BroadcastFile
Unsubscribes a BroadcastFileListener from receiving notifications of changes to this BroadcastFile.
removeListener(BroadcastEventListener) - Method in class com.sun.dtv.broadcast.event.BroadcastEventManager
Unsubscribes a BroadcastEventListener from receiving notifications of received BroadcastEvent.
removeListener(UserPropertyListener) - Static method in class com.sun.dtv.platform.User
Detaches a user property listener that was previously attached using addListener().
removeMediaTimeChangeListener(MediaTimeChangeListener) - Method in interface com.sun.dtv.media.timeline.MediaTimePositionControl
Removes a MediaTimeChangeListener from a player.
removeMediaTimeEventID(int) - Method in interface com.sun.dtv.media.timeline.MediaTimePositionControl
Removes the given ID from the system.
removeMediaTimeListener(MediaTimeListener) - Method in interface com.sun.dtv.media.timeline.MediaTimePositionControl
Removes a MediaTimeListener from a player and all the associated data (times and IDs) from the system.
removeOverlayTextListener(OverlayTextListener) - Method in interface com.sun.dtv.media.text.OverlayTextControl
Removes a overlay text listener interface.
removePlaneSetupListener(PlaneSetupListener) - Method in class com.sun.dtv.ui.Plane
Remove an PlaneSetupListener from this plane.
removeProperties(String) - Static method in class com.sun.dtv.platform.User
Removes this property and all of its descendants, invalidating any properties contained in the removed nodes.
removeResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.filtering.DataSectionFilterCollection
Removes a previously attached listener.
removeResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.net.NetworkDevice
Removes a previously attached listener.
removeResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.tuner.Tuner
Removes a previously attached listener.
removeResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.ui.event.KeyEvent
Removes a previously attached listener.
removeResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.ui.event.MouseEvent
Removes a previously attached listener.
removeResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.ui.event.RemoteControlEvent
Removes a previously attached listener.
removeResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.ui.Plane
Removes a previously attached listener.
removeResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.ui.Screen
Removes a previously attached listener.
removeScarceResourceListener(ScarceResourceListener) - Method in class com.sun.dtv.ui.Plane
Remove a listener for events about changes in the state of the ownership of this plane.
removeScarceResourceListener(ScarceResourceListener) - Method in class com.sun.dtv.ui.Screen
Remove a listener for events about changes in the state of the ownership of this screen.
removeSectionFilterListener(FilterEventListener) - Method in class com.sun.dtv.filtering.DataSectionFilter
Removes the specified the FilterEventListener which will no longer remove events from the DataSectionFilter.
removeSelectionListener(SelectionListener) - Method in class com.sun.dtv.lwuit.list.DefaultListModel
 
removeSelectionListener(SelectionListener) - Method in interface com.sun.dtv.lwuit.list.ListModel
Invoked to indicate no further interest in future selection events.
removeSelectionListener(SelectionListener) - Method in class com.sun.dtv.lwuit.List
Invoked to indicate no further interest in future selection events.
removeStyleListener(StyleListener) - Method in class com.sun.dtv.lwuit.plaf.Style
Removes a Style Listener from the Style Object.
removeTabAt(int) - Method in class com.sun.dtv.lwuit.TabbedPane
Removes the tab at index.
removeTextOverflowListener(TextOverflowListener) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Removes a previously registered TextOverflowListener from this TextLayoutManager.
removeTunerListener(TunerListener) - Method in class com.sun.dtv.tuner.Tuner
Unsubscribes a TunerListener from receiving tuning events from this Tuner.
removeUserInputEventListener(UserInputEventListener) - Method in class com.sun.dtv.ui.event.UserInputEventManager
Remove the specified listener from the UserInputEventManager for this screen.
removeVideoFormatListener(VideoFormatListener) - Method in interface com.sun.dtv.media.format.VideoFormatControl
Removes a VideoFormatListener object.
removeVideoPresentationListener(VideoPresentationListener) - Method in interface com.sun.dtv.media.format.VideoPresentationControl
Removes a VideoFormatListener object.
removeWindowListener(WindowListener) - Method in class com.sun.dtv.ui.DTVContainer
Remove a listener from this DTVContainer so that it no longer receives any java.awt.event.WindowEvents.
render(String, Graphics, ViewOnlyComponent, Insets) - Method in class com.sun.dtv.ui.DefaultTextLayoutManager
Render a string.
render(String, Graphics, ViewOnlyComponent, Insets) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Render a string.
render(String, Graphics, ViewOnlyComponent, Insets) - Method in interface com.sun.dtv.ui.TextLayoutManager
Render a string.
repaint() - Method in class com.sun.dtv.lwuit.Component
Repaint this Component, the repaint call causes a callback of the paint method on the event dispatch thread.
repaint(int, int, int, int) - Method in class com.sun.dtv.lwuit.Component
Repaint the specified area of this Component.
repaint() - Method in class com.sun.dtv.lwuit.list.DefaultListCellRenderer
Overriden to do nothing and remove a performance issue where renderer changes perform needless repaint calls.
REPEATING - Static variable in interface com.sun.dtv.ui.Animated
Value for the animation mode.
replace(Component, Component, Transition) - Method in class com.sun.dtv.lwuit.Container
This method replaces the current Component with the next Component.
replace(Component, Component, Transition) - Method in class com.sun.dtv.lwuit.Form
 
replace(Component, Component) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Removes an existing component replacing it with the specified component.
Report - Class in com.sun.dtv.test
Embodies the result of a test: a code, a reference to the test and a related reason.
Report(int, TestCase, String) - Constructor for class com.sun.dtv.test.Report
Create a Report object.
report(PlaneSetupEvent) - Method in interface com.sun.dtv.ui.event.PlaneSetupListener
This method is called when the setup of an Plane is modified.
requestFocus() - Method in class com.sun.dtv.lwuit.Component
Changes the current component to the focused component, will work only for a component that belongs to a parent form.
requestFocus() - Method in class com.sun.dtv.lwuit.TabbedPane
 
REQUIRED - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
REQUIRED_NOT - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
reserve(boolean, long, ScarceResourceListener) - Method in class com.sun.dtv.filtering.DataSectionFilterCollection
Requests reservation of the given scarce resource instance.
reserve(boolean, long, ScarceResourceListener) - Method in class com.sun.dtv.net.NetworkDevice
Requests reservation of the given scarce resource instance.
reserve(boolean, long, ScarceResourceListener) - Method in interface com.sun.dtv.resources.ScarceResource
Requests reservation of the given scarce resource instance.
reserve(boolean, long, ScarceResourceListener) - Method in class com.sun.dtv.tuner.Tuner
Requests reservation of the given scarce resource instance.
reserve(boolean, long, ScarceResourceListener) - Method in class com.sun.dtv.ui.event.KeyEvent
Requests reservation of the given scarce resource instance.
reserve(boolean, long, ScarceResourceListener) - Method in class com.sun.dtv.ui.event.MouseEvent
Requests reservation of the given scarce resource instance.
reserve(boolean, long, ScarceResourceListener) - Method in class com.sun.dtv.ui.Plane
Requests reservation of the given scarce resource instance.
reserve(boolean, long, ScarceResourceListener) - Method in class com.sun.dtv.ui.Screen
Requests reservation of the given scarce resource instance.
reserved(int) - Method in interface com.sun.dtv.resources.ResourceTypeListener
Reports that a resource has been reserved.
reserveOne(boolean, long, ScarceResourceListener, int) - Static method in class com.sun.dtv.net.NetworkDevice
Returns a reserved instance out of the pool of all NetworkDevice instances of the given type.
reserveOne(boolean, long, ScarceResourceListener) - Static method in class com.sun.dtv.tuner.Tuner
Returns a reserved instance out of the pool of all physical Tuner instances.
reserveOne(int, boolean, long, ScarceResourceListener) - Static method in class com.sun.dtv.ui.event.KeyEvent
Returns a reserved instance out of the pool of all KeyEvent instances matching the specified key code.
reserveOne(boolean, long, ScarceResourceListener, int) - Static method in class com.sun.dtv.ui.event.MouseEvent
Returns a reserved instance out of the pool of all MouseEvent instances.
reserveOne(int, boolean, long, ScarceResourceListener) - Static method in class com.sun.dtv.ui.event.RemoteControlEvent
Returns a reserved instance out of the pool of all RemoteControlEvent instances.
reserveOne(boolean, long, ScarceResourceListener) - Static method in class com.sun.dtv.ui.Plane
Returns a reserved instance out of the pool of all Plane instances.
reserveOne(boolean, long, ScarceResourceListener) - Static method in class com.sun.dtv.ui.Screen
Returns a reserved instance out of the pool of all Screen instances.
resize(DTVContainerPattern) - Method in class com.sun.dtv.ui.DTVContainer
Resizes this DTVContainer so that it best corresponds to the input DTVContainerPattern, or do nothing if not necessary.
Resources - Class in com.sun.dtv.lwuit.util
Loads resources from the binary resource file generated during the build process.
ResourceTypeListener - Interface in com.sun.dtv.resources
Listener to be notified about status changes about resources of the same type of the object to which that listener has been attached to.
restart() - Method in class com.sun.dtv.lwuit.StaticAnimation
Restarts the animation.
resume() - Method in interface com.sun.dtv.application.ApplicationProxy
Requests the application be resumed.
resume() - Method in interface com.sun.dtv.media.FreezeResumeControl
Invocation of this method resumes the decoding of the media stream following a freeze operation.
ResumeEvent - Interface in com.sun.dtv.media
Indicating that a resume action has happen either from an application or from the user.
retrieveHorizontalTabSpacing() - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Retrieve horizontal tabulator spacing.
retrieveLetterSpace() - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Retrieve letter space .
retrieveLineOrientation() - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Retrieve line orientation.
retrieveLineSpace() - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Retrieve line spacing.
retrieveStartCorner() - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Retrieve starting corner.
retrieveTextWrapping() - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Retrieve text wrapping.
revalidate() - Method in class com.sun.dtv.lwuit.Container
Re-layout the container, this is useful when we modify the container hierarchy and need to redo the layout.
RIGHT - Static variable in class com.sun.dtv.lwuit.Component
Box-orientation constant used to specify the right side of a box.
rotate(int) - Method in class com.sun.dtv.lwuit.Image
Returns an instance of this image rotated by the given number of degrees.
run(String[]) - Method in interface com.sun.dtv.test.TestCase
Runs the test embodied by the implementation.

S

SAMPLING_RATE_16 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for 16 KHz audio sampling rate.
SAMPLING_RATE_22_05 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for 22.05 KHz audio sampling rate.
SAMPLING_RATE_24 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for 24 KHz audio sampling rate.
SAMPLING_RATE_32 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for 32 KHz audio sampling rate.
SAMPLING_RATE_44_1 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for 44.1 KHz audio sampling rate.
SAMPLING_RATE_48 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for 48 KHz audio sampling rate.
SCALE_ASPECT_PROOF - Static variable in interface com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with the setScalingMode method of ViewOnlyComponent.
SCALE_NO - Static variable in interface com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with the setScalingMode method of ViewOnlyComponent.
SCALE_NO_ASPECT_PROOF - Static variable in interface com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with the setScalingMode method of ViewOnlyComponent.
scaled(int, int) - Method in class com.sun.dtv.lwuit.Image
Returns a scaled version of this image using the given width and height, this is a fast algorithm that preserves translucent information.
scaled(int, int) - Method in class com.sun.dtv.lwuit.StaticAnimation
Returns a scaled version of this image using the given width and height, this is a fast algorithm that preserves translucent information.
SCALED_IMAGE - Static variable in class com.sun.dtv.lwuit.plaf.Style
Scaled image attribute name for the theme hashtable.
scaledHeight(int) - Method in class com.sun.dtv.lwuit.Image
Scales the image to the given height while updating the width based on the aspect ratio of the height.
scaledSmallerRatio(int, int) - Method in class com.sun.dtv.lwuit.Image
Scales the image while maintaining the aspect ratio to the smaller size image.
scaledWidth(int) - Method in class com.sun.dtv.lwuit.Image
Scales the image to the given width while updating the height based on the aspect ratio of the width.
ScarceResource - Interface in com.sun.dtv.resources
Represents resources that requires special handling for reserving and releasing.
ScarceResourceListener - Interface in com.sun.dtv.resources
Listener to be notified about release status of a given scarce resource.
ScarceResourcePermission - Class in com.sun.dtv.resources
This class is used for various permissions related to scarce resources.
ScarceResourcePermission(String, String) - Constructor for class com.sun.dtv.resources.ScarceResourcePermission
Creates a new ScarceResourcePermission object with the specified name and actions.
Screen - Class in com.sun.dtv.ui
This class is a representation of a TV screen.
scrollComponentToVisible(Component) - Method in class com.sun.dtv.lwuit.Container
Makes sure the component is visible in the scroll if this container is scrollable
scrollComponentToVisible(Component) - Method in class com.sun.dtv.lwuit.Form
Makes sure the component is visible in the scroll if this container is scrollable.
scrollRectToVisible(Rectangle, Component) - Method in class com.sun.dtv.lwuit.Component
Makes sure the component is visible in the scroll if this container is scrollable
scrollRectToVisible(Rectangle) - Method in class com.sun.dtv.lwuit.List
Makes sure the selected index is visible if it is not in the current view rect the list will scroll so it fits within.
selectionChanged(int, int) - Method in interface com.sun.dtv.lwuit.events.SelectionListener
Indicates the selection changed in the underlying list model.
SelectionListener - Interface in com.sun.dtv.lwuit.events
Invoked to indicate a selection change in the list model.
sendReport(int, Report) - Static method in class com.sun.dtv.test.TestHarness
This alias method allows to send the report of the given testcase back to the test server.
sendTrigger(int, int, String) - Static method in class com.sun.dtv.test.TestHarness
This generic method allows to send a specific trigger to the test server.
SENSITIVE - Static variable in class com.sun.dtv.lwuit.TextArea
Indicates that the text entered is sensitive data that the implementation must never store into a dictionary or table for use in predictive, auto-completing, or other accelerated input schemes.
Service - Class in com.sun.dtv.transport
Representation of a service contained in a transport stream.
setAlignment(int) - Method in class com.sun.dtv.lwuit.Label
Convenience method, similar to #setHorizontalAlignment
setAnimateContent(Image[], int) - Method in class com.sun.dtv.lwuit.Label
 
setAnimateContent(Image[], int) - Method in class com.sun.dtv.lwuit.List
 
setAnimateContent(Image[], int) - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Assigns an array of graphical content to be used for animation to this component which is state-dependent.
setAnimationMode(int) - Method in class com.sun.dtv.lwuit.animations.Transition
Sets the animation mode for this animation.
setAnimationMode(int) - Method in class com.sun.dtv.lwuit.Component
Sets the animation mode for this animation.
setAnimationMode(int) - Method in class com.sun.dtv.lwuit.StaticAnimation
Sets the animation mode for this animation.
setAnimationMode(int) - Method in interface com.sun.dtv.ui.Animated
Sets the animation mode for this animation.
setAnimationMode(int) - Method in class com.sun.dtv.ui.AnimatedMatte
Sets the animation mode for the matte's animation.
setAutocreateContainerGaps(boolean) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Sets whether or not gaps between the container and the first/last components should automatically be created.
setAutocreateGaps(boolean) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Sets whether or not a gap between components should automatically be created.
setAutoDegradeMaxSize(boolean) - Static method in class com.sun.dtv.lwuit.TextArea
Indicates whether a high value for default maxSize will be reduced to a lower value if the underlying platform throws an exception.
setAutoDispose(boolean) - Method in class com.sun.dtv.lwuit.Dialog
Determines whether the execution of a command on this dialog implicitly disposes the dialog.
setBackCommand(Command) - Method in class com.sun.dtv.lwuit.Form
Indicates the command that is defined as the back command out of this form.
setBackgroundImage(Image) - Method in class com.sun.dtv.ui.DTVContainer
Sets a background image to be painted in the background of the DTVContainer.
setBackgroundImageRenderMode(int) - Method in class com.sun.dtv.ui.DTVContainer
Set the rendering mode of a background image assigned to this DTVContainer.
setBackgroundMode(int) - Method in class com.sun.dtv.ui.DTVContainer
Set the background mode of this DTVContainer.
setBgColor(Color) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the background color for the component.
setBgColor(Color, boolean) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the background color for the component.
setBgImage(Image) - Method in class com.sun.dtv.lwuit.Form
Sets the background image to show behind the form.
setBgImage(Image) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the background image for the component.
setBgImage(Image, boolean) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the background image for the component.
setBgPainter(Painter) - Method in class com.sun.dtv.lwuit.plaf.Style
Defines the background painter for this style, normally this would be the internal image/color painter but can be user defined.
setBgSelectionColor(Color) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the background selection color for the component.
setBgSelectionColor(Color, boolean) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the background selection color for the component.
setBgTransparency(byte) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the Component transparency level.
setBgTransparency(int) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the Component transparency level.
setBgTransparency(int, boolean) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the Component transparency level.
setBorder(Border) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the border for the style.
setBorder(Border, boolean) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the border for the style.
setBorderGap(int) - Method in class com.sun.dtv.lwuit.List
Setting the surrounding border gap.
setCallbackHandler(CallbackHandler) - Method in class com.sun.dtv.security.AuthProvider
Set a CallbackHandler.
setCellRenderer(boolean) - Method in class com.sun.dtv.lwuit.Component
Used as an optimization to mark that this component is currently being used as a cell renderer.
setCellRenderer(boolean) - Method in class com.sun.dtv.lwuit.Container
 
setCheckBoxImages(Image, Image) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Sets images for checkbox checked/unchecked modes.
setClearCommand(Command) - Method in class com.sun.dtv.lwuit.Form
Indicates the command that is defined as the clear command in this form.
setClearText(String) - Static method in class com.sun.dtv.lwuit.TextField
Set the text that should appear on the clear soft key.
setClip(int, int, int, int) - Method in class com.sun.dtv.lwuit.Graphics
Updates the clipping region to match the given region exactly.
setCoherentPlaneSetups(PlaneSetup[]) - Method in class com.sun.dtv.ui.Screen
Modify the settings for a set of Planes, based on their PlaneSetups supplied.
setColor(Color) - Method in class com.sun.dtv.lwuit.Graphics
Sets the current rgb color while ignoring any potential alpha component within said color value.
setColor(Color) - Method in class com.sun.dtv.ui.PlaneSetup
Set the valid color for the background of the plane associated with this setup to a new value.
setColumns(int) - Method in class com.sun.dtv.lwuit.TextArea
Sets the number of columns in the text area.
setComboBoxImage(Image) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Sets image for the combo box drop down drawing.
setCommandListener(ActionListener) - Method in class com.sun.dtv.lwuit.Form
A listener that is invoked when a command is clicked allowing multiple commands to be handled by a single block.
setCommitTimeout(int) - Method in class com.sun.dtv.lwuit.TextField
The amount of time in milliseconds it will take for a change to get committed into the field.
setComponentStyle(String, Style) - Method in class com.sun.dtv.lwuit.plaf.UIManager
Allows a developer to programmatically install a style into the UI manager.
setConstraint(int) - Method in class com.sun.dtv.lwuit.TextArea
Sets the constraint.
setCursorBlinkTimeOff(int) - Method in class com.sun.dtv.lwuit.TextField
The amount of time in milliseconds in which the cursor is invisible.
setCursorBlinkTimeOn(int) - Method in class com.sun.dtv.lwuit.TextField
The amount of time in milliseconds in which the cursor is visible.
setCursorPosition(int) - Method in class com.sun.dtv.lwuit.TextField
Set the position of the cursor.
setData(byte[]) - Method in class com.sun.dtv.filtering.DataSectionDataBuffer
Sets the internal byte array for this Buffer.
setDefaultBorder(Border) - Static method in class com.sun.dtv.lwuit.plaf.Border
Sets the default border to the given value.
setDefaultCommand(Command) - Method in class com.sun.dtv.lwuit.Form
Default command is invoked when a user presses fire, this functionality works well in some situations but might collide with elements such as navigation and combo boxes.
setDefaultDialogPosition(String) - Static method in class com.sun.dtv.lwuit.Dialog
Default screen orientation position for the upcoming dialog.
setDefaultDialogTransitionIn(Transition) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a dialog.
setDefaultDialogTransitionOut(Transition) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a dialog.
setDefaultFont(Font) - Static method in class com.sun.dtv.lwuit.Font
Sets the global default font instance.
setDefaultFormTintColor(Color) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Tint color is set when a form is partially covered be it by a menu or by a dialog.
setDefaultFormTransitionIn(Transition) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a form.
setDefaultFormTransitionOut(Transition) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a form.
setDefaultInputModeOrder(String[]) - Static method in class com.sun.dtv.lwuit.TextField
Sets the order in which input modes are toggled by default and allows disabling/hiding an input mode.
setDefaultMaxSize(int) - Static method in class com.sun.dtv.lwuit.TextArea
Sets the default limit for the native text box size.
setDefaultMenuTransitionIn(Transition) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for entering a Menu.
setDefaultMenuTransitionOut(Transition) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Allows us to define a default animation that will draw the transition for exiting a Menu.
setDefaultSmoothScrolling(boolean) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Indicates whether lists and containers should have smooth scrolling by default.
setDefaultSmoothScrollingSpeed(int) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Indicates the default speed for smooth scrolling.
setDelay(int) - Method in class com.sun.dtv.lwuit.animations.Transition
Determines the delay after every image when running this animation.
setDelay(int) - Method in class com.sun.dtv.lwuit.Component
Determines the delay after every image when running this animation.
setDelay(int) - Method in class com.sun.dtv.lwuit.StaticAnimation
Determines the delay after every image when running this animation.
setDelay(int) - Method in interface com.sun.dtv.ui.Animated
Determines the delay after every image when running this animation.
setDelay(int) - Method in class com.sun.dtv.ui.AnimatedMatte
Determines the delay after every image when running the matte's animation.
setDialogStyle(Style) - Method in class com.sun.dtv.lwuit.Dialog
Simple setter to set the Dialog Style.
setDisableColor(Color) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Simple setter to disable color.
setEditable(boolean) - Method in class com.sun.dtv.lwuit.TextArea
Sets this text area to be editable or readonly.
setEditable(boolean) - Method in class com.sun.dtv.lwuit.TextField
 
setEnabled(boolean) - Method in class com.sun.dtv.lwuit.Component
Indicates whether component is enabled or disabled thus allowing us to prevent a component from receiving input events and indicate so visually.
setEndsWith3Points(boolean) - Method in class com.sun.dtv.lwuit.Label
If the Label text is too long fit the text to the widget and add "..."
setFG(Graphics, Component) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Sets the foreground color and font for a generic component, reuse-able by most component drawing code.
setFgColor(Color) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the foreground color for the component.
setFgColor(Color, boolean) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the foreground color for the component.
setFgSelectionColor(Color) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the foreground selection color for the component.
setFgSelectionColor(Color, boolean) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the foreground selection color for the component.
setFixedSelection(int) - Method in class com.sun.dtv.lwuit.List
Indicates whether selection is fixable to place in which case all the elements in the list move and selection stays in place.
setFlags(int) - Method in class com.sun.dtv.filtering.DataSectionDataBuffer
Sets the flag mask for this Buffer.
setFocus(boolean) - Method in class com.sun.dtv.lwuit.Component
This flag doesn't really give focus, its a state that determines what colors from the Style should be used when painting the component.
setFocusable(boolean) - Method in class com.sun.dtv.lwuit.Component
A simple setter to determine if this Component can get focused.
setFocusable(boolean) - Method in class com.sun.dtv.lwuit.TabbedPane
 
setFocused(Component) - Method in class com.sun.dtv.lwuit.Form
Sets the focused component and fires the appropriate events to make it so.
setFocusedInstance(Border) - Method in class com.sun.dtv.lwuit.plaf.Border
Allows us to define a border that will act as the focused version of this border.
setFocusPainted(boolean) - Method in class com.sun.dtv.lwuit.Component
Indicates whether focus should be drawn around the component or whether it will handle its own focus painting.
setFont(Font) - Method in class com.sun.dtv.lwuit.Graphics
Sets the font to use with the drawString method calls.
setFont(Font) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the font for the component.
setFont(Font, boolean) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the font for the component.
setGap(int) - Method in class com.sun.dtv.lwuit.Label
Set the gap in pixels between the icon/text to the Label boundaries.
setGlassPane(Painter) - Method in class com.sun.dtv.lwuit.Form
Allows a developer that doesn't derive from the form to draw on top of the form regardless of underlying changes or animations.
setGraphicContent(Image, int) - Method in class com.sun.dtv.lwuit.Label
 
setGraphicContent(Image, int) - Method in class com.sun.dtv.lwuit.List
 
setGraphicContent(Image, int) - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Assigns graphical content to this component which is state-dependent.
setGreaterThanFilter(int, byte[], byte[]) - Method in class com.sun.dtv.filtering.DataSectionFilter
Defines a filter based on specifying of a set of bit positions which, when corresponding values in a data section are concatenated and interpreted as an integer value, will be GREATER THAN the integer generated from the corresponding in the same definition array.
setGrowByContent(boolean) - Method in class com.sun.dtv.lwuit.TextArea
Indicates that the text area should "grow" in height based on the content beyond the limits indicate by the rows variable.
setHandlesInput(boolean) - Method in class com.sun.dtv.lwuit.ComboBox
 
setHandlesInput(boolean) - Method in class com.sun.dtv.lwuit.Component
Prevents key events from being grabbed for focus traversal.
setHandlesInput(boolean) - Method in class com.sun.dtv.lwuit.List
 
setHeight(int) - Method in class com.sun.dtv.lwuit.Component
Sets the Component height, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setHeight(int) - Method in class com.sun.dtv.lwuit.geom.Dimension
Set the height of the dimension.
setHeight(int) - Method in class com.sun.dtv.lwuit.MediaComponent
 
setHonorsVisibility(boolean) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Sets whether component visibility is considered when sizing and positioning components.
setHonorsVisibility(Component, Boolean) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Sets whether the component's visibility is considered for sizing and positioning.
setHorizontalAlignment(int) - Method in class com.sun.dtv.lwuit.Label
 
setHorizontalAlignment(int) - Method in class com.sun.dtv.lwuit.List
 
setHorizontalAlignment(int) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Determine the horizontal alignment.
setHorizontalAlignment(int) - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Set the horizontal alignment for any state-based content in this component.
setHorizontalGroup(GroupLayout.Group) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Sets the Group that is responsible for layout along the horizontal axis.
setHorizontalTabSpacing(int) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Determines the horizontal tabulation spacing.
setIcon(Image) - Method in class com.sun.dtv.lwuit.Label
Sets the Label icon.
setInitialized(boolean) - Method in class com.sun.dtv.lwuit.Component
Needed to support the concept of initialization.
setInputMode(String) - Method in class com.sun.dtv.lwuit.TextField
Sets the current selected input mode matching one of the existing input modes.
setInputModeOrder(String[]) - Method in class com.sun.dtv.lwuit.TextField
Sets the order in which input modes are toggled and allows disabling/hiding an input mode.
setInputOnFocus(boolean) - Method in class com.sun.dtv.lwuit.List
A list can start handling input implicitly upon gaining focus, this can make for a more intuitive UI when no other focus elements exist or when their use case is infrequent.
setInsets(Insets) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Determines the insets to be used by the SophisticatedTextLayoutManager to provide a virtual margin.
setInteractionState(int) - Method in class com.sun.dtv.lwuit.Label
 
setInteractionState(int) - Method in class com.sun.dtv.lwuit.List
 
setInteractionState(int) - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Set the current state of the component with respect to interaction.
setIsScrollVisible(boolean) - Method in class com.sun.dtv.lwuit.Component
Set whether this component scroll is visible.
setItem(int, Object) - Method in class com.sun.dtv.lwuit.list.DefaultListModel
Change the item at the given index.
setItemGap(int) - Method in class com.sun.dtv.lwuit.List
Set the gap between items.
setLanguage(String) - Method in interface com.sun.dtv.media.language.LanguageControl
Sets the language for the player, overrides all previously selected languages.
setLayout(Layout) - Method in class com.sun.dtv.lwuit.Container
Sets the layout manager responsible for arranging this container.
setLayout(Layout) - Method in class com.sun.dtv.lwuit.Form
 
setLayoutStyle(LayoutStyle) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Sets the LayoutStyle this GroupLayout is to use.
setLength(int) - Method in class com.sun.dtv.filtering.DataSectionDataBuffer
Sets the length of the valid data in this Buffer.
setLessThanFilter(int, byte[], byte[]) - Method in class com.sun.dtv.filtering.DataSectionFilter
Defines a filter based on specifying of a set of bit positions which, when corresponding values in a data section are concatenated and interpreted as an integer value, will be LESS THAN the integer generated from the corresponding in the same definition array.
setLetterSpace(int) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Determines the space between letters.
setLevel(int) - Static method in class com.sun.dtv.lwuit.util.Log
Sets the logging level for printing log details, the lower the value the more verbose would the printouts be.
setLineOrientation(int) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Determine the line orientation.
setLineSpace(int) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Determines space between lines.
setListCellRenderer(ListCellRenderer) - Method in class com.sun.dtv.lwuit.List
Sets the renderer which is used to draw list elements.
setLocation(int, int) - Method in class com.sun.dtv.lwuit.geom.Point
Changes the point to have the specified location.
setLocation(Point) - Method in class com.sun.dtv.lwuit.geom.Point
Sets the location of the point to the specified location.
setLookAndFeel(LookAndFeel) - Method in class com.sun.dtv.lwuit.plaf.UIManager
Sets the currently installed look and feel.
setLoop(boolean) - Method in class com.sun.dtv.lwuit.StaticAnimation
Indicates whether the animation will run in a loop or run only once.
setMargin(int, int, int, int) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the Style Margin.
setMargin(int, int) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the Style Margin.
setMargin(int, int, boolean) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the Style Margin.
setMatte(Matte) - Method in class com.sun.dtv.lwuit.Container
 
setMatte(Matte) - Method in class com.sun.dtv.lwuit.Label
 
setMatte(Matte) - Method in class com.sun.dtv.lwuit.List
 
setMatte(Matte) - Method in interface com.sun.dtv.ui.MatteEnabled
Adds an Matte to the component implementing this interface in order to enable matte compositing.
setMaxSize(int) - Method in class com.sun.dtv.lwuit.TextArea
Sets the maximum size of the text area.
setMediaTimePosition(Time) - Method in interface com.sun.dtv.media.timeline.MediaTimePositionControl
Sets the media time as closely as possible to the requested media time.
setMenuCellRenderer(ListCellRenderer) - Method in class com.sun.dtv.lwuit.Form
Determine the cell renderer used to render menu elements for theming the look of the menu options.
setMenuIcons(Image, Image, Image) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Sets globally the Menu icons.
setMenuRenderer(ListCellRenderer) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Sets the Menu default renderer.
setMenuTransitions(Transition, Transition) - Method in class com.sun.dtv.lwuit.Form
Sets the menu transitions for showing/hiding the menu.
setModel(ListModel) - Method in class com.sun.dtv.lwuit.ComboBox
 
setModel(ListModel) - Method in class com.sun.dtv.lwuit.List
Replaces/sets the model underlying the list.
setMonthViewStyle(Style) - Method in class com.sun.dtv.lwuit.Calendar
Sets the style of the month view component within the calendar.
setMotion(Motion) - Method in class com.sun.dtv.lwuit.animations.CommonTransitions
Motion represents the physical movement within a transition, it can be replaced by the user to provide a more appropriate physical feel.
setNextFocusDown(Component) - Method in class com.sun.dtv.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the down key.
setNextFocusLeft(Component) - Method in class com.sun.dtv.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the left key, this method doesn't affect the general focus behavior.
setNextFocusRight(Component) - Method in class com.sun.dtv.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the right key.
setNextFocusUp(Component) - Method in class com.sun.dtv.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the up key, this method doesn't affect the general focus behavior.
setNumericKeyActions(boolean) - Method in class com.sun.dtv.lwuit.List
Indicate whether pressing the number keys should trigger an action.
setOffset(int) - Method in class com.sun.dtv.filtering.DataSectionDataBuffer
Sets the offset of the valid data in this Buffer.
setOffset(int, Dimension) - Method in class com.sun.dtv.ui.AnimatedMatte
Determines the offset for the opacity image to be assigned with this matte for a certain position in the animation.
setOffset(Dimension) - Method in class com.sun.dtv.ui.StaticMatte
Determines the offset for the opacity image to be assigned with this matte.
setOpacity(int[]) - Method in class com.sun.dtv.ui.AnimatedMatte
Sets opacity values for this matte, causing an animation of changing opacity, while the opacity at a certain point of time is unitary for all pixels.
setOpacity(float[]) - Method in class com.sun.dtv.ui.AnimatedMatte
Sets opacity values for this matte, causing an animation of changing opacity, while the opacity at a certain point of time is unitary for all pixels.
setOpacity(Image[]) - Method in class com.sun.dtv.ui.AnimatedMatte
Sets the opacity of the matte to a row of images causing an animation of changing opacity images.
setOpacity(int) - Method in class com.sun.dtv.ui.StaticMatte
Sets the opacity of the matte to a single value, valid for all pixels.
setOpacity(float) - Method in class com.sun.dtv.ui.StaticMatte
Sets the opacity of the matte to a single value, valid for all pixels.
setOpacity(Image) - Method in class com.sun.dtv.ui.StaticMatte
Sets the opacity of the matte.
setOrientation(int) - Method in class com.sun.dtv.lwuit.List
Sets the list orientation HORIZONTAL or VERTICAL.
setPadding(int, int, int, int) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the Style Padding.
setPadding(int, int) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the Style Padding.
setPadding(int, int, boolean) - Method in class com.sun.dtv.lwuit.plaf.Style
Sets the Style Padding.
setPadding(int, int, int, int) - Method in class com.sun.dtv.lwuit.TabbedPane
Sets the padding of the tabbed pane.
setPadding(int, int) - Method in class com.sun.dtv.lwuit.TabbedPane
Sets the padding of the tabbed pane.
setPaintFocusBehindList(boolean) - Method in class com.sun.dtv.lwuit.List
This method determines if the animated focus is drawn on top of the List or behind the List when moving.
setPid(int) - Method in class com.sun.dtv.filtering.DataSectionFilter
Sets or changes the value of the PID for use in filtering packets.
setPlaneSetup(PlaneSetup) - Method in class com.sun.dtv.ui.Plane
Set the setup for this Plane.
setPositiveFilter(int, byte[], byte[]) - Method in class com.sun.dtv.filtering.DataSectionFilter
Defines a filter based on specifying of a set of bit positions which, when corresponding values in section data are concatenated and interpreted as an integer value, will be EQUAL TO the integer generated from the corresponding in the same definition array.
setPreference(int, Object, int) - Method in class com.sun.dtv.ui.DTVContainerPattern
Sets the indicated preference to have the specified value with the specified priority.
setPreference(int, int) - Method in class com.sun.dtv.ui.PlaneSetupPattern
Set the indicated preference to have the specified priority.
setPreference(int, Object, int) - Method in class com.sun.dtv.ui.PlaneSetupPattern
Sets the indicated preference to have the specified value with the specified priority.
setPreferredSize(Dimension) - Method in class com.sun.dtv.lwuit.Component
Sets the Component Preferred Size, there is no guarantee the Component will be sized at its Preferred Size.
setPressedIcon(Image) - Method in class com.sun.dtv.lwuit.Button
Indicates the icon that is displayed on the button when the button is in pressed state.
setPressedInstance(Border) - Method in class com.sun.dtv.lwuit.plaf.Border
Allows us to define a border that will act as the pressed version of this border.
setProperties(Properties) - Static method in class com.sun.dtv.platform.User
Adds new properties and/or replaces existing properties.
setProperty(String, String) - Static method in class com.sun.dtv.platform.User
Sets the user property indicated by the specified key.
setQwertyAutoDetect(boolean) - Static method in class com.sun.dtv.lwuit.TextField
Indicates whether the text field should try to auto detect qwerty and switch the qwerty device flag implicitly.
setQwertyDevice(boolean) - Static method in class com.sun.dtv.lwuit.TextField
The default value for the qwerty flag so it doesn't need setting for every text field individually.
setQwertyInput(boolean) - Method in class com.sun.dtv.lwuit.TextField
Set this device to operate in or no longer operate in qwerty mode.
setRadioButtonImages(Image, Image) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Sets images for radio button selected/unselected modes.
setRegion(Rectangle) - Method in interface com.sun.dtv.media.format.ClippingControl
Sets the Rectangle region to which the video will be clipped.
setRenderingPrototype(Object) - Method in class com.sun.dtv.lwuit.List
The rendering prototype is optionally used in calculating the size of the List and is recommended for performance reasons.
setRepetitionMode(int) - Method in class com.sun.dtv.lwuit.animations.Transition
Determines how often the animation is repeated once it has been started.
setRepetitionMode(int) - Method in class com.sun.dtv.lwuit.Component
Determines how often the animation is repeated once it has been started.
setRepetitionMode(int) - Method in class com.sun.dtv.lwuit.StaticAnimation
Determines how often the animation is repeated once it has been started.
setRepetitionMode(int) - Method in interface com.sun.dtv.ui.Animated
Determines how often the animation is repeated once it has been started.
setRepetitionMode(int) - Method in class com.sun.dtv.ui.AnimatedMatte
Determines how often the matte's animation is repeated once it has been started.
setReplaceMenu(boolean) - Method in class com.sun.dtv.lwuit.TextField
Indicates whether the menu of the form should be replaced with the T9/Clear commands for the duration of interactivity with the text field.
setReplaceMenuDefault(boolean) - Static method in class com.sun.dtv.lwuit.TextField
Indicates whether the menu of the form should be replaced with the T9/Clear commands for the duration of interactivity with the text field.
setResourceBundle(Hashtable) - Method in class com.sun.dtv.lwuit.plaf.UIManager
The resource bundle allows us to implicitly localize the UI on the fly, once its installed all internal application strings query the resource bundle and extract their values from this table if applicable.
setReverseSoftButtons(boolean) - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Indicates whether softbuttons should be reversed from their default orientation.
setRolloverIcon(Image) - Method in class com.sun.dtv.lwuit.Button
Indicates the icon that is displayed on the button when the button is in rolled over state.
setRows(int) - Method in class com.sun.dtv.lwuit.TextArea
Sets the number of rows in the text area.
setRowsGap(int) - Method in class com.sun.dtv.lwuit.TextArea
The gap in pixels between rows.
setScaleImage(boolean) - Method in class com.sun.dtv.lwuit.plaf.Style
Set to true if the image in the background is scaled, false if it is tiled.
setScaleImage(boolean, boolean) - Method in class com.sun.dtv.lwuit.plaf.Style
Set to true if the image in the background is scaled, false if it is tiled.
setScalingMode(int) - Method in class com.sun.dtv.lwuit.Label
 
setScalingMode(int) - Method in class com.sun.dtv.lwuit.List
 
setScalingMode(int) - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Set the scaling mode for this component.
setScrollable(boolean) - Method in class com.sun.dtv.lwuit.Container
The equivalent of calling both setScrollableY and setScrollableX.
setScrollable(boolean) - Method in class com.sun.dtv.lwuit.Form
The equivalent of calling both setScrollableY and setScrollableX.
setScrollableX(boolean) - Method in class com.sun.dtv.lwuit.Container
Sets whether the component should/could scroll on the X axis.
setScrollableX(boolean) - Method in class com.sun.dtv.lwuit.Form
Sets whether the component should/could scroll on the X axis.
setScrollableY(boolean) - Method in class com.sun.dtv.lwuit.Container
Sets whether the component should/could scroll on the Y axis.
setScrollableY(boolean) - Method in class com.sun.dtv.lwuit.Form
Sets whether the component should/could scroll on the Y axis.
setScrollAnimationSpeed(int) - Method in class com.sun.dtv.lwuit.Component
Scroll animation speed in milliseconds allowing a developer to slow down or accelerate the smooth animation mode.
setScrollAnimationSpeed(int) - Method in class com.sun.dtv.lwuit.Form
Scroll animation speed in milliseconds allowing a developer to slow down or accelerate the smooth animation mode.
setScrollX(int) - Method in class com.sun.dtv.lwuit.Component
Indicates the X position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the x position of the component.
setScrollY(int) - Method in class com.sun.dtv.lwuit.Component
Indicates the Y position of the scrolling, this number is relative to the component position and so a position of 0 would indicate the y position of the component.
setSelected(RadioButton) - Method in class com.sun.dtv.lwuit.ButtonGroup
Selects the given radio button.
setSelected(int) - Method in class com.sun.dtv.lwuit.ButtonGroup
Sets the selected Radio button by index.
setSelected(boolean) - Method in class com.sun.dtv.lwuit.CheckBox
Selects the current checkbox.
setSelected(boolean) - Method in class com.sun.dtv.lwuit.RadioButton
Selects the current radio button.
setSelectedIndex(int) - Method in class com.sun.dtv.lwuit.ComboBox
 
setSelectedIndex(int, boolean) - Method in class com.sun.dtv.lwuit.ComboBox
 
setSelectedIndex(int) - Method in class com.sun.dtv.lwuit.list.DefaultListModel
 
setSelectedIndex(int) - Method in interface com.sun.dtv.lwuit.list.ListModel
Sets the selected list offset can be set to -1 to clear selection.
setSelectedIndex(int) - Method in class com.sun.dtv.lwuit.List
Sets the current selected offset in the list, by default this implementation will scroll the list to the selection if the selection is outside of the screen.
setSelectedIndex(int, boolean) - Method in class com.sun.dtv.lwuit.List
Sets the current selected offset in the list.
setSelectedIndex(int) - Method in class com.sun.dtv.lwuit.TabbedPane
Sets the selected index for this tabbedpane.
setSelectedItem(Object) - Method in class com.sun.dtv.lwuit.List
Sets the current selected item in the list.
setSelectionTransparency(int) - Method in class com.sun.dtv.lwuit.list.DefaultListCellRenderer
The background transparency factor to apply to the selection focus.
setSharedInstance(LayoutStyle) - Static method in class com.sun.dtv.lwuit.layouts.LayoutStyle
Sets the LayoutStyle instance to use for this look and feel.
setShiftText(int) - Method in class com.sun.dtv.lwuit.Label
This method shifts the text from it's position in pixels.
setShouldCalcPreferredSize(boolean) - Method in class com.sun.dtv.lwuit.Component
Indicates the values within the component have changed and preferred size should be recalculated
setShowNumbers(boolean) - Method in class com.sun.dtv.lwuit.list.DefaultListCellRenderer
Indicate whether numbering should exist for the default cell renderer.
setSize(Dimension) - Method in class com.sun.dtv.lwuit.Component
Sets the Component size, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setSmoothScrolling(boolean) - Method in class com.sun.dtv.lwuit.Component
Indicates that scrolling through the component should work as an animation.
setSmoothScrolling(boolean) - Method in class com.sun.dtv.lwuit.Form
Indicates that scrolling through the component should work as an animation.
setSoftButtonStyle(Style) - Method in class com.sun.dtv.lwuit.Form
Sets the style of the menu bar programmatically.
setSourceValue(int) - Method in class com.sun.dtv.lwuit.animations.Motion
The number from which we are starting (usually indicating animation start position).
setStartCorner(int) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Determine the starting corner for text writing.
setStyle(Style) - Method in class com.sun.dtv.lwuit.Calendar
 
setStyle(Style) - Method in class com.sun.dtv.lwuit.Component
Changes the Component Style by replacing the Component Style with the given Style.
setStyle(Style) - Method in class com.sun.dtv.lwuit.TabbedPane
 
setSymbolTable(char[]) - Static method in class com.sun.dtv.lwuit.TextField
Sets the symbol table to show when the user clicks the symbol table key.
setT9Text(String) - Static method in class com.sun.dtv.lwuit.TextField
Set the text that should appear on the T9 soft key.
setTabbedPaneBorderWidth(int) - Method in class com.sun.dtv.lwuit.TabbedPane
Setting the TabbedPane surrounded border width.
setTableId(int) - Method in class com.sun.dtv.filtering.DataSectionFilter
Sets or changes the value of the table_id for use in filtering packets.
setTabPlacement(int) - Method in class com.sun.dtv.lwuit.TabbedPane
Sets the tab placement for this tabbedpane.
setTabTitle(String, Image, int) - Method in class com.sun.dtv.lwuit.TabbedPane
Updates the information about the tab details.
setTabTitlePrototype(String) - Method in class com.sun.dtv.lwuit.TabbedPane
The prototype is optionally used in calculating the size of an individual tab and is recommended for performance reasons.
setText(String) - Method in class com.sun.dtv.lwuit.Label
Sets the Label text.
setText(String) - Method in class com.sun.dtv.lwuit.TextArea
Sets the text within this text area.
setText(String) - Method in class com.sun.dtv.lwuit.TextField
 
setTextContent(String, int) - Method in class com.sun.dtv.lwuit.Label
 
setTextContent(String, int) - Method in class com.sun.dtv.lwuit.List
 
setTextContent(String, int) - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Assigns text content to this component which is state-dependent.
setTextLayoutManager(TextLayoutManager) - Method in class com.sun.dtv.lwuit.Label
 
setTextLayoutManager(TextLayoutManager) - Method in class com.sun.dtv.lwuit.List
 
setTextLayoutManager(TextLayoutManager) - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Sets the text layout manager that should be used for text layout in this component.
setTextPosition(int) - Method in class com.sun.dtv.lwuit.Label
Sets the position of the text relative to the icon if exists.
setTextWrapping(boolean) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Determines whether text is wrapped.
setThemeProps(Hashtable) - Method in class com.sun.dtv.lwuit.plaf.UIManager
Allows manual theme loading from a hashtable of key/value pairs.
setTickerEnabled(boolean) - Method in class com.sun.dtv.lwuit.Label
Sets the Label to allow ticking of the text.
setTickerSpeed(long) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
Sets the ticker speed.
setTickWhenFocused(boolean) - Method in class com.sun.dtv.lwuit.plaf.DefaultLookAndFeel
This method allows to set all Labels, Buttons, CheckBoxes, RadioButtons to start ticking when the text is too long.
setTimeOut(long) - Method in class com.sun.dtv.filtering.DataSectionFilter
Sets the timeout of the DataSectionFilter.
setTimeout(long) - Method in class com.sun.dtv.lwuit.Dialog
Indicates the time (in milliseconds) after which the dialog will be disposed implicitly.
setTintColor(Color) - Method in class com.sun.dtv.lwuit.Form
Default color for the screen tint when a dialog or a menu is shown.
setTitle(String) - Method in class com.sun.dtv.lwuit.Form
Sets the Form title to the given text.
setTitleStyle(Style) - Method in class com.sun.dtv.lwuit.Form
Sets the style of the title programmatically.
setToFront() - Method in class com.sun.dtv.ui.DTVContainer
Brings this DTVContainer to the front.
setTransformation(Transformation, boolean) - Method in interface com.sun.dtv.media.format.BackgroundVideoPresentationControl
Sets the Transformations object, the return value is the closest match that is possible for the system.
setTransitionInAnimator(Transition) - Method in class com.sun.dtv.lwuit.Form
This property allows us to define a an animation that will draw the transition for entering this form.
setTransitionLeft(Transition) - Method in class com.sun.dtv.lwuit.TabbedPane
Indicates the transition to use when switching between tabs from right to left.
setTransitionOutAnimator(Transition) - Method in class com.sun.dtv.lwuit.Form
This property allows us to define a an animation that will draw the transition for exiting this form.
setTransitionRight(Transition) - Method in class com.sun.dtv.lwuit.TabbedPane
Indicates the transition to use when switching between tabs from left to right.
setUIID(String) - Method in class com.sun.dtv.lwuit.Component
Sets unique identifier for a component, as it is retrieved using getUIID.
setUnsupportedChars(String) - Method in class com.sun.dtv.lwuit.TextArea
Unsupported characters is a string that contains characters that cause issues when rendering on some problematic fonts.
SetupException - Exception in com.sun.dtv.ui
Exception to be thrown in several situations where an attempt is done to perform an illegal setup change of one or more planes of a Screen.
SetupException() - Constructor for exception com.sun.dtv.ui.SetupException
 
setUseSoftkeys(boolean) - Method in class com.sun.dtv.lwuit.TextField
When set to true softkeys are used to enable delete functionality.
setVerticalAlignment(int) - Method in class com.sun.dtv.lwuit.Label
 
setVerticalAlignment(int) - Method in class com.sun.dtv.lwuit.List
 
setVerticalAlignment(int) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Determine the vertical alignment.
setVerticalAlignment(int) - Method in interface com.sun.dtv.ui.ViewOnlyComponent
Set the vertical alignment for any state-based content in this component.
setVerticalGroup(GroupLayout.Group) - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Sets the Group that is responsible for layout along the vertical axis.
setVisible(boolean) - Method in class com.sun.dtv.lwuit.Component
Toggles visibility of the component.
setVisible(boolean) - Method in class com.sun.dtv.lwuit.Form
Toggles visibility of the component.
setVisible(boolean) - Method in class com.sun.dtv.lwuit.MediaComponent
Display the embedded media component.
setWidth(int) - Method in class com.sun.dtv.lwuit.Component
Sets the Component width, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setWidth(int) - Method in class com.sun.dtv.lwuit.geom.Dimension
Set the width of the dimension.
setWidth(int) - Method in class com.sun.dtv.lwuit.MediaComponent
 
setX(int) - Method in class com.sun.dtv.lwuit.Component
Sets the Component x location relative to the parent container, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setX(int) - Method in class com.sun.dtv.lwuit.geom.Rectangle
Sets the x position of the rectangle.
setX(int) - Method in class com.sun.dtv.lwuit.MediaComponent
 
setXorFilter(int, byte[], byte[], byte[]) - Method in class com.sun.dtv.filtering.DataSectionFilter
Sets xor data and mask arrays such that bits in the section content specified by the xorZeroMask will evaluate to zero when xor'd with the corresponding xorData bits, and bits specified by the xorOneMask will evaluate to one when xor'd with the corresponding xorData bits.
setY(int) - Method in class com.sun.dtv.lwuit.Component
Sets the Component y location relative to the parent container, this method is exposed for the purpose of external layout managers and should not be invoked directly.
setY(int) - Method in class com.sun.dtv.lwuit.geom.Rectangle
Sets the y position of the rectangle.
setY(int) - Method in class com.sun.dtv.lwuit.MediaComponent
 
show(int, int, int, int, boolean) - Method in class com.sun.dtv.lwuit.Dialog
This method shows the form as a modal alert allowing us to produce a behavior of an alert/dialog box.
show(int, int, int, int, boolean, boolean) - Method in class com.sun.dtv.lwuit.Dialog
This method shows the form as a modal alert allowing us to produce a behavior of an alert/dialog box.
show(String, String, int, Image, String, String) - Static method in class com.sun.dtv.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, int, Image, String, String, long) - Static method in class com.sun.dtv.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command[], int, Image, long) - Static method in class com.sun.dtv.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command, Command[], int, Image, long) - Static method in class com.sun.dtv.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command[], int, Image, long, Transition) - Static method in class com.sun.dtv.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, Command, Command[], int, Image, long, Transition) - Static method in class com.sun.dtv.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, String, String) - Static method in class com.sun.dtv.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, Component, Command[]) - Static method in class com.sun.dtv.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command[], int, Image) - Static method in class com.sun.dtv.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command[], int, Image, long) - Static method in class com.sun.dtv.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command[], int, Image, long, Transition) - Static method in class com.sun.dtv.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show(String, Component, Command, Command[], int, Image, long, Transition) - Static method in class com.sun.dtv.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show() - Method in class com.sun.dtv.lwuit.Dialog
The default version of show modal shows the dialog occupying the center portion of the screen.
show() - Method in class com.sun.dtv.lwuit.Form
Displays the current form on the screen.
showDialog() - Method in class com.sun.dtv.lwuit.Dialog
Shows a modal dialog and returns the command pressed within the modal dialog.
showLog() - Static method in class com.sun.dtv.lwuit.util.Log
Places a form with the log as a TextArea on the screen, this method can be attached to appear at a given time or using a fixed global key.
showMenuDialog(Dialog) - Method in class com.sun.dtv.lwuit.Form
If a menu is implemented as a dialog, this method allows to override dialog display in order to customize the dialog menu in various ways
showModeless() - Method in class com.sun.dtv.lwuit.Dialog
Shows a modeless dialog which is useful for some simpler use cases such as progress indication etc...
showNotify() - Method in class com.sun.dtv.lwuit.Form
This method is only invoked when the graphical environment for the form is shown.
showPacked(String, boolean) - Method in class com.sun.dtv.lwuit.Dialog
Convenience method to show a dialog sized to match its content.
SIDatabase - Class in com.sun.dtv.service
 
SIDatabase() - Constructor for class com.sun.dtv.service.SIDatabase
Protected constructor - not to be called directly.
SINGLE_CHANNEL - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for single channel layout.
SingleFilter - Class in com.sun.dtv.filtering
This class defines a section filter intended to be used to capture a single data section.
size() - Method in class com.sun.dtv.lwuit.List
Returns the number of elements in the list, shorthand for getModel().getSize().
SIZE_LARGE - Static variable in class com.sun.dtv.lwuit.Font
Constant allowing us to author portable system fonts.
SIZE_MEDIUM - Static variable in class com.sun.dtv.lwuit.Font
Constant allowing us to author portable system fonts.
SIZE_SMALL - Static variable in class com.sun.dtv.lwuit.Font
Constant allowing us to author portable system fonts.
sizeChanged(int, int) - Method in class com.sun.dtv.lwuit.Form
This method is only invoked when the graphical environment for the form receives a size changed event.
SLIDE_HORIZONTAL - Static variable in class com.sun.dtv.lwuit.animations.CommonTransitions
Slide the transition horizontally.
SLIDE_VERTICAL - Static variable in class com.sun.dtv.lwuit.animations.CommonTransitions
Slide the transition vertically.
SophisticatedTextLayoutManager - Class in com.sun.dtv.ui
This class provides a TextLayoutManager with more features than the DefaultTextLayoutManager in order to enable more sophisticated layout design possibilities for test to be shown in TV components.
SophisticatedTextLayoutManager() - Constructor for class com.sun.dtv.ui.SophisticatedTextLayoutManager
 
SOUTH - Static variable in class com.sun.dtv.lwuit.layouts.BorderLayout
The south layout constraint (bottom of container).
SOUTH - Static variable in class com.sun.dtv.lwuit.layouts.GroupLayout
Compass-direction south (down).
SRC - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Source rule.
Src - Static variable in class com.sun.dtv.ui.AlphaComposite
AlphaComposite object that implements the opaque SRC rule with an alpha of 1.0f.
SRC_ATOP - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Source Atop Destination rule.
SRC_IN - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Source In Destination rule.
SRC_OUT - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Source Held Out By Destination rule.
SRC_OVER - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Source Over Destination rule.
SrcAtop - Static variable in class com.sun.dtv.ui.AlphaComposite
AlphaComposite object that implements the opaque SRC_ATOP rule with an alpha of 1.0f.
SrcIn - Static variable in class com.sun.dtv.ui.AlphaComposite
AlphaComposite object that implements the opaque SRC_IN rule with an alpha of 1.0f.
SrcOut - Static variable in class com.sun.dtv.ui.AlphaComposite
AlphaComposite object that implements the opaque SRC_OUT rule with an alpha of 1.0f.
SrcOver - Static variable in class com.sun.dtv.ui.AlphaComposite
AlphaComposite object that implements the opaque SRC_OVER rule with an alpha of 1.0f.
start(String[]) - Method in interface com.sun.dtv.application.ApplicationProxy
Request the application be ACTIVE with the specified parameters.
start() - Method in class com.sun.dtv.lwuit.animations.Motion
Sets the start time to the current time.
start() - Method in class com.sun.dtv.lwuit.animations.Transition
Starts an animation.
start() - Method in class com.sun.dtv.lwuit.Component
Starts an animation.
start() - Method in class com.sun.dtv.lwuit.StaticAnimation
Starts an animation.
start(TestCase, String[]) - Static method in class com.sun.dtv.test.TestHarness
This method is responsible for launching a given test case, handling the resulting report and ending the current test application.
start() - Method in interface com.sun.dtv.ui.Animated
Starts an animation.
start() - Method in class com.sun.dtv.ui.AnimatedMatte
Starts the matte's animation.
START_LOWER_LEFT - Static variable in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Constant to be used with the setStartCorner method of SophisticatedTextLayoutManager.
START_LOWER_RIGHT - Static variable in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Constant to be used with the setStartCorner method of SophisticatedTextLayoutManager.
START_UPPER_LEFT - Static variable in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Constant to be used with the setStartCorner method of SophisticatedTextLayoutManager.
START_UPPER_RIGHT - Static variable in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Constant to be used with the setStartCorner method of SophisticatedTextLayoutManager.
startFiltering(Object) - Method in class com.sun.dtv.filtering.DataSectionFilter
Sets a filter into the "started" state.
startMedia() - Method in class com.sun.dtv.lwuit.MediaComponent
Start media playback implicitly setting the component to visible.
startTicker(long, boolean) - Method in class com.sun.dtv.lwuit.Label
This method will start the text ticker.
STATE_DEFAULT - Static variable in class com.sun.dtv.lwuit.Button
Indicates the default state of a button which is neither pressed nor focused.
STATE_DISABLED - Static variable in interface com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with several methods of ViewOnlyComponent requiring a state parameter.
STATE_ENABLED - Static variable in interface com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with several methods of ViewOnlyComponent requiring a state parameter.
STATE_PRESSED - Static variable in class com.sun.dtv.lwuit.Button
Indicates the pressed state of a button.
STATE_ROLLOVER - Static variable in class com.sun.dtv.lwuit.Button
Indicates the rollover state of a button which is equivalent to focused for most uses.
StaticAnimation - Class in com.sun.dtv.lwuit
An Image capable of animation.
StaticMatte - Class in com.sun.dtv.ui
This class represents a non-animated matte, i.e. a matte not changing over time.
StaticMatte() - Constructor for class com.sun.dtv.ui.StaticMatte
 
STILL_IMAGE - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the PlaneSetupPattern.setPreference(int, int) and PlaneSetupPattern.getPriority(int) methods in the PlaneSetupPattern.
stop() - Method in interface com.sun.dtv.application.ApplicationProxy
Requests the application to be stopped.
stop() - Method in class com.sun.dtv.lwuit.animations.Transition
Stops an animation.
stop() - Method in class com.sun.dtv.lwuit.Component
Stops an animation.
stop() - Method in class com.sun.dtv.lwuit.StaticAnimation
Stops an animation.
stop() - Method in interface com.sun.dtv.ui.Animated
Stops an animation.
stop() - Method in class com.sun.dtv.ui.AnimatedMatte
Stops the matte's animation.
stopFiltering() - Method in class com.sun.dtv.filtering.DataSectionFilter
Stops filtering of this DataSectionFilter in the parent DataSectionFilterCollection.
stopMedia() - Method in class com.sun.dtv.lwuit.MediaComponent
Stop media playback.
stopTicker() - Method in class com.sun.dtv.lwuit.Label
Stops the text ticker.
store(String, Properties) - Static method in class com.sun.dtv.io.FileProperties
Associates the collection of properties passed in properties to the file identified by path and stores it persistently.
STREAM_IS_CA_PROTECTED - Static variable in class com.sun.dtv.media.format.VideoPresentationEvent
Constant indicating that stream is ca protected.
STREAM_IS_UNAVAILABLE - Static variable in class com.sun.dtv.media.format.VideoPresentationEvent
Constant indicating that stream is not available.
stringWidth(String) - Method in class com.sun.dtv.lwuit.Font
Return the width of the given string in this font instance.
Style - Class in com.sun.dtv.lwuit.plaf
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
Style() - Constructor for class com.sun.dtv.lwuit.plaf.Style
Each component when it draw itself uses this Object to determine in what colors it should use.
Style(Style) - Constructor for class com.sun.dtv.lwuit.plaf.Style
Creates a full copy of the given style.
Style(Color, Color, Color, Color, Font, byte) - Constructor for class com.sun.dtv.lwuit.plaf.Style
Creates a new style with the given attributes.
Style(Color, Color, Color, Color, Font, byte, Image, boolean) - Constructor for class com.sun.dtv.lwuit.plaf.Style
Creates a new style with the given attributes.
STYLE_BOLD - Static variable in class com.sun.dtv.lwuit.Font
Constant allowing us to author portable system fonts.
STYLE_ITALIC - Static variable in class com.sun.dtv.lwuit.Font
Constant allowing us to author portable system fonts.
STYLE_PLAIN - Static variable in class com.sun.dtv.lwuit.Font
Constant allowing us to author portable system fonts.
STYLE_UNDERLINED - Static variable in class com.sun.dtv.lwuit.Font
Constant allowing us to author portable system fonts.
styleChanged(String, Style) - Method in class com.sun.dtv.lwuit.Component
 
styleChanged(String, Style) - Method in interface com.sun.dtv.lwuit.events.StyleListener
Invoked to indicate a change in a propertyName of a Style.
StyleListener - Interface in com.sun.dtv.lwuit.events
Invoked to indicate a change in a Style property.
subImage(int, int, int, int, boolean) - Method in class com.sun.dtv.lwuit.Image
Extracts a subimage from the given image allowing us to breakdown a single large image into multiple smaller images in RAM, this actually creates a standalone version of the image for use.
substringWidth(String, int, int) - Method in class com.sun.dtv.lwuit.Font
Return the width of the given string subset in this font instance.
switchTextOff() - Method in interface com.sun.dtv.media.text.OverlayTextControl
Switches overlay text off.
switchTextOn() - Method in interface com.sun.dtv.media.text.OverlayTextControl
Switches the overlay text on.

T

TabbedPane - Class in com.sun.dtv.lwuit
A component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.
TabbedPane() - Constructor for class com.sun.dtv.lwuit.TabbedPane
Creates an empty TabbedPane with a default tab placement of Component.TOP.
TabbedPane(int) - Constructor for class com.sun.dtv.lwuit.TabbedPane
Creates an empty TabbedPane with the specified tab placement of either: Component.TOP, Component.BOTTOM, Component.LEFT, or Component.RIGHT.
TECHNICAL_DIALOG - Static variable in exception com.sun.dtv.transport.ConditionalAccessDeniedException
user dialog needed for technical purposes.
terminal() - Method in class com.sun.dtv.smartcard.TerminalFactory
Returns a List of CardTerminal objects that are build in or attached via an external interface (e.g.
TerminalFactory - Class in com.sun.dtv.smartcard
Provides access to the Card Terminal(s) implemented or connected to the device.
TestCase - Interface in com.sun.dtv.test
Defines the necessary methods that must be implemented by tests to be able to run in the provided test framework.
TestHarness - Class in com.sun.dtv.test
Provides an entry point and a set of tooling for test cases.
TestHarness() - Constructor for class com.sun.dtv.test.TestHarness
 
TextArea - Class in com.sun.dtv.lwuit
An optionally multi-line editable region that can display text and allow a user to edit it.
TextArea(int, int) - Constructor for class com.sun.dtv.lwuit.TextArea
Creates an area with the given rows and columns.
TextArea(int, int, int) - Constructor for class com.sun.dtv.lwuit.TextArea
Creates an area with the given rows, columns and constraint.
TextArea(String, int, int) - Constructor for class com.sun.dtv.lwuit.TextArea
Creates an area with the given text, rows and columns.
TextArea(String, int, int, int) - Constructor for class com.sun.dtv.lwuit.TextArea
Creates an area with the given text, rows, columns and constraint.
TextArea(String, int) - Constructor for class com.sun.dtv.lwuit.TextArea
Creates an area with the given text and maximum size, this constructor will create a single line text area similar to a text field!
TextArea(String) - Constructor for class com.sun.dtv.lwuit.TextArea
Creates an area with the given text, this constructor will create a single line text area similar to a text field!
TextArea() - Constructor for class com.sun.dtv.lwuit.TextArea
Creates an empty text area, this constructor will create a single line text area similar to a text field!
TextField - Class in com.sun.dtv.lwuit
Allows in place editing using a lightweight API without necessarily moving to the external native text box.
TextField() - Constructor for class com.sun.dtv.lwuit.TextField
Default constructor.
TextField(int) - Constructor for class com.sun.dtv.lwuit.TextField
Construct a text field with space reserved for columns.
TextField(String) - Constructor for class com.sun.dtv.lwuit.TextField
Construct text field.
TextField(String, int) - Constructor for class com.sun.dtv.lwuit.TextField
Construct text field.
TextLayoutManager - Interface in com.sun.dtv.ui
The aim of this interface is to define functionality for the layout of strings and their rendering on the screen.
TextOverflowListener - Interface in com.sun.dtv.ui
The aim of a TextOverflowListener is to be notified if a text string won't fit into a component during an attempt to render it.
THREE_CHANNELS_2_1 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for three channels 2-1 layout: Left, Right and single Surround.
THREE_CHANNELS_3_0 - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for three channels 3-0 layout: Left, Center and Right.
TimeoutException - Exception in com.sun.dtv.resources
Signals that a timeout has occurred.
TimeoutException() - Constructor for exception com.sun.dtv.resources.TimeoutException
Constructs a TimeoutException with no detailed message.
TimeoutException(String) - Constructor for exception com.sun.dtv.resources.TimeoutException
Constructs a TimeoutException with the specified detail message.
timingOut(NetworkDevice) - Method in interface com.sun.dtv.net.NetworkDeviceStatusListener
Reports when device is about to be disconnected because the inactivity timeout period given at construction time has elapsed.
toExternalForm() - Method in class com.sun.dtv.locator.EntityLocator
Generates a canonical, string-based representation of this Locator.
toExternalForm() - Method in class com.sun.dtv.locator.NetworkBoundLocator
Generates a canonical, string-based representation of this Locator.
toExternalForm() - Method in class com.sun.dtv.locator.URLLocator
Generates a canonical, string-based representation of this Locator.
TOP - Static variable in class com.sun.dtv.lwuit.Component
Box-orientation constant used to specify the top of a box.
toString() - Method in class com.sun.dtv.filtering.DataSectionDataBuffer
The String representation of the object.
toString() - Method in class com.sun.dtv.io.FileAccessRights
Returns a string describing the access rights.
toString() - Method in class com.sun.dtv.locator.URLLocator
Returns the string used to create this locator.
toString() - Method in class com.sun.dtv.lwuit.Command
Returns a string representation of the object.
toString() - Method in class com.sun.dtv.lwuit.Component
Overriden to return a useful value for debugging purposes.
toString() - Method in class com.sun.dtv.lwuit.Font
Converts this Font object into a String.
toString() - Method in class com.sun.dtv.lwuit.geom.Dimension
Returns the printable form of this Dimension.
toString() - Method in class com.sun.dtv.lwuit.geom.Point
Returns a string representation of this point and its location in the (x, y) coordinate space.
toString() - Method in class com.sun.dtv.lwuit.geom.Rectangle
toString() - Method in class com.sun.dtv.lwuit.layouts.GroupLayout
Returns a textual description of this GroupLayout.
toString() - Method in class com.sun.dtv.lwuit.RadioButton
 
toString() - Method in class com.sun.dtv.lwuit.TabbedPane
 
toString() - Method in class com.sun.dtv.test.Report
Convert a Report to a string.
TRAILING - Static variable in class com.sun.dtv.lwuit.layouts.GroupLayout
Possible alignment type.
Transformation - Class in com.sun.dtv.media.format
This class represents a container for transformation information for a video transformation.
Transformation(Rectangle, float, float, Point) - Constructor for class com.sun.dtv.media.format.Transformation
Creates a new instance of a Transformation for a video stream.
Transition - Class in com.sun.dtv.lwuit.animations
Represents a transition animation between two forms this class is used internally by DTVContainer to play an animation when moving from one form to the next.
Transition() - Constructor for class com.sun.dtv.lwuit.animations.Transition
 
translate(int, int) - Method in class com.sun.dtv.lwuit.geom.Point
Translates this point, at location (x, y), by dx along the x axis and dy along the y axis so that it now represents the point (x + dx, y + dy).
translate(int, int) - Method in class com.sun.dtv.lwuit.Graphics
Translates the X/Y location for drawing on the underlying surface.
TRANSPARENCY - Static variable in class com.sun.dtv.lwuit.plaf.Style
Transparency attribute name for the theme hashtable.
TransportDependentLocator - Interface in com.sun.dtv.locator
Locator referring to entities on a transport stream.
TransportStream - Class in com.sun.dtv.transport
Representation of a transport stream and its associated services.
TRIGGER_SYNCHRONIZE - Static variable in class com.sun.dtv.test.TestHarness
A triggerType used to request synchronization on a given event between the test client and the test server.
TRIGGER_TERMINATED - Static variable in class com.sun.dtv.test.TestHarness
A triggerType used to signal that the test identified by testId is now considered finished.
tune(TransportStream) - Method in class com.sun.dtv.tuner.Tuner
Tunes the network interface to the specified transport stream.
tune(Locator) - Method in class com.sun.dtv.tuner.Tuner
Tunes the network interface to the transport stream referenced by the specified locator.
Tuner - Class in com.sun.dtv.tuner
A class representing a network interface or "tuner" for the reception of broadcast transport streams.
TunerListener - Interface in com.sun.dtv.tuner
The listener interface for receiving tuning events from a Tuner.
TuningCompletedEvent - Class in com.sun.dtv.tuner
An event that indicates the successful completion of a tuning operation.
TuningCompletedEvent(Tuner) - Constructor for class com.sun.dtv.tuner.TuningCompletedEvent
Constructs a new TuningCompletedEvent.
TuningEvent - Class in com.sun.dtv.tuner
A base class for events generated by tuning operations.
TuningEvent(Tuner) - Constructor for class com.sun.dtv.tuner.TuningEvent
Constructs a new TuningEvent.
TuningException - Exception in com.sun.dtv.tuner
An exception for synchronous reporting of tuning failures.
TuningException() - Constructor for exception com.sun.dtv.tuner.TuningException
Constructs a new TuningException with a null detail message.
TuningException(String) - Constructor for exception com.sun.dtv.tuner.TuningException
Constructs a new TuningException with the specified detail message.
TuningFailedEvent - Class in com.sun.dtv.tuner
An event that indicates the unsuccessful end of a tuning operation.
TuningFailedEvent(Tuner) - Constructor for class com.sun.dtv.tuner.TuningFailedEvent
Constructs a TuningFailedEvent.
TuningFailedEvent(Tuner, String) - Constructor for class com.sun.dtv.tuner.TuningFailedEvent
Constructs a TuningFailedEvent.
TuningInitiatedEvent - Class in com.sun.dtv.tuner
An event that indicates the initiation of a tuning operation.
TuningInitiatedEvent(Tuner) - Constructor for class com.sun.dtv.tuner.TuningInitiatedEvent
Constructs the TuningInitiatedEvent.
TWO_CHANNELS_DUAL - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for two channels dual layout.
TWO_CHANNELS_STEREO - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for two channels stereo layout.
TYPE_ADSL - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: ADSL.
TYPE_ALARM - Static variable in class com.sun.dtv.lwuit.Dialog
Constant indicating the type of alert to indicate the sound to play or icon if none are explicitly set.
TYPE_ANY - Static variable in class com.sun.dtv.net.NetworkDevice
Special type used in reserve representing any possible network device type.
TYPE_CONFIRMATION - Static variable in class com.sun.dtv.lwuit.Dialog
Constant indicating the type of alert to indicate the sound to play or icon if none are explicitly set.
TYPE_DIAL_UP - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: Dial up.
TYPE_DOCSIS - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: DOCSIS.
TYPE_ERROR - Static variable in class com.sun.dtv.lwuit.Dialog
Constant indicating the type of alert to indicate the sound to play or icon if none are explicitly set.
TYPE_ETHERNET_DHCP - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: Ethernet (DHCP).
TYPE_ETHERNET_FIXED_IP - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: Ethernet (Fixed IP).
TYPE_ETHERNET_PPPOE - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: Ethernet (PPPoE).
TYPE_FTTH - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: FTTH.
TYPE_INFO - Static variable in class com.sun.dtv.lwuit.Dialog
Constant indicating the type of alert to indicate the sound to play or icon if none are explicitly set.
TYPE_ISDN - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: ISDN.
TYPE_MOBILE_PHONE - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: mobile phone (in this case, the mobile technology is not informed).
TYPE_MOBILE_PHONE_CDAM_EVDO - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: CDMA/EVDO mobile phone.
TYPE_MOBILE_PHONE_CDMA_1XRTT - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: CDMA/1xRTT mobile phone.
TYPE_MOBILE_PHONE_CDMA_EVDO - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: CDMA/EVDO mobile phone.
TYPE_MOBILE_PHONE_GSM_EDGE - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: GSM/EDGE mobile phone.
TYPE_MOBILE_PHONE_GSM_GPRS - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: GSM/GPRS mobile phone.
TYPE_OTHER - Static variable in class com.sun.dtv.net.NetworkDevice
Other specific types of network device.
TYPE_WARNING - Static variable in class com.sun.dtv.lwuit.Dialog
Constant indicating the type of alert to indicate the sound to play or icon if none are explicitly set.
TYPE_WIFI - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: WiFi.
TYPE_WIMAX - Static variable in class com.sun.dtv.net.NetworkDevice
Specific type of network device: WiMAX.

U

UIManager - Class in com.sun.dtv.lwuit.plaf
Central point singleton managing the look of the application, this class allows us to customize the styles (themes) as well as the look instance.
UNEDITABLE - Static variable in class com.sun.dtv.lwuit.TextArea
Indicates that editing is currently disallowed.
uninstall() - Method in class com.sun.dtv.lwuit.plaf.LookAndFeel
Invoked when a look and feel is removed, allows a look and feel to release resources related to binding components.
unload(String) - Method in class com.sun.dtv.application.AppManager
Unload the application, freeing any resources that can be acquired if needed.
unmount() - Method in class com.sun.dtv.broadcast.BroadcastFilesystem
Unmount this broadcast filesystem from the local filesystem.
UNRELATED - Static variable in class com.sun.dtv.lwuit.layouts.LayoutStyle
Possible argument to getPreferredGap.
UNRESOLVED - Static variable in class com.sun.dtv.test.Report
A report type indicating that the test has produced indecisive results.
unresolved(TestCase, String) - Static method in class com.sun.dtv.test.Report
Create a Report to indicate that the test has produced indecisive results.
UnsupportedCallbackException - Exception in com.sun.dtv.security
Thrown when a callback handler is asked to handle a callback which it cannot handle.
UnsupportedCallbackException(Callback) - Constructor for exception com.sun.dtv.security.UnsupportedCallbackException
Creates a new instance of UnsupportedCallbackException without detail message.
UnsupportedCallbackException(Callback, String) - Constructor for exception com.sun.dtv.security.UnsupportedCallbackException
Constructs a UnsupportedCallbackException with the specified detail message.
URL - Static variable in class com.sun.dtv.lwuit.TextArea
The user is allowed to enter a URL.
URLLocator - Class in com.sun.dtv.locator
Locator based on a URL.
URLLocator(String) - Constructor for class com.sun.dtv.locator.URLLocator
Constructor for a URL based locator.
User - Class in com.sun.dtv.platform
The User class contains several useful class fields and methods that are specific to the consumer of the platform.
UserInputDevice - Class in com.sun.dtv.ui
This abstract class is the base for all input devices which can be used to control a screen.
UserInputDevice() - Constructor for class com.sun.dtv.ui.UserInputDevice
It should not be possible to create instances of subclasses of UserInputDevice by everybody, they are bound to a Screen.
UserInputEvent - Interface in com.sun.dtv.ui.event
This interface is an abstraction for user input events sent to all registered consumers when an input takes place using an UserInputDevice.
UserInputEventListener - Interface in com.sun.dtv.ui.event
This interface must be implemented by classes in order to receive UserInpitEvents.
UserInputEventManager - Class in com.sun.dtv.ui.event
The instances of this class are the event managers handling the user input events to be handled by a widget.
userInputEventReceived(UserInputEvent) - Method in interface com.sun.dtv.ui.event.UserInputEventListener
Called by the platform whenever an UserInputEvent has been received.
UserPropertyListener - Interface in com.sun.dtv.platform
Optionally an application may attach a UserPropertyListener to the user properties sub-system to stay informed about any changes of any user properties.
UserPropertyPermission - Class in com.sun.dtv.platform
This class describes permission for user properties.
UserPropertyPermission(String, String) - Constructor for class com.sun.dtv.platform.UserPropertyPermission
Creates a new UserPropertyPermission object with the specified name and actions.

V

VERTICAL - Static variable in class com.sun.dtv.lwuit.layouts.GroupLayout
Possible argument when linking sizes of components.
VERTICAL - Static variable in class com.sun.dtv.lwuit.List
Indicates the list orientation is VERTICAL.
VERTICAL_ALIGN_BOTTOM - Static variable in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Constant to be used with the setVerticalAlignment method of SophisticatedTextLayoutManager.
VERTICAL_ALIGN_BOTTOM - Static variable in interface com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with the setVerticalAlignment method of ViewOnlyComponent.
VERTICAL_ALIGN_CENTER - Static variable in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Constant to be used with the setVerticalAlignment method of SophisticatedTextLayoutManager.
VERTICAL_ALIGN_CENTER - Static variable in interface com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with the setVerticalAlignment method of ViewOnlyComponent.
VERTICAL_ALIGN_JUSTIFIED - Static variable in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Constant to be used with the setVerticalAlignment method of SophisticatedTextLayoutManager.
VERTICAL_ALIGN_JUSTIFIED - Static variable in interface com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with the setVerticalAlignment method of ViewOnlyComponent.
VERTICAL_ALIGN_TOP - Static variable in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Constant to be used with the setVerticalAlignment method of SophisticatedTextLayoutManager.
VERTICAL_ALIGN_TOP - Static variable in interface com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with the setVerticalAlignment method of ViewOnlyComponent.
VIDEO_GRAPHICS_PIXEL_ALIGNED - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
VIDEO_MIXING - Static variable in class com.sun.dtv.ui.PlaneSetupPattern
A preference value for use in the setPreference and getPriority methods in the PlaneSetupPattern.
videoFormatChange(VideoFormatEvent) - Method in interface com.sun.dtv.media.format.VideoFormatListener
Notified when the video Format changes.
VideoFormatControl - Interface in com.sun.dtv.media.format
Provides the means to retrieve informations about the format and aspect ratio of the video.
VideoFormatEvent - Interface in com.sun.dtv.media.format
Event to inform about changes in the Video Format.
VideoFormatListener - Interface in com.sun.dtv.media.format
Listener interface to receive events about changes in the video presentation.
videoPresentationChange(VideoPresentationEvent) - Method in interface com.sun.dtv.media.format.VideoPresentationListener
Notified when the video presentation changes.
VideoPresentationControl - Interface in com.sun.dtv.media.format
Provides the means to query and manipulate the actual presentation of the Video.
VideoPresentationEvent - Class in com.sun.dtv.media.format
Event to inform about changes in the Video presentation.
VideoPresentationEvent(Controller, int) - Constructor for class com.sun.dtv.media.format.VideoPresentationEvent
Constructor for the VideoPresentationEvent, the Controller is the source of the event.
VideoPresentationListener - Interface in com.sun.dtv.media.format
Listener interface to receive events about changes in the video presentation as well as all sorts of ContollerEvent.
ViewOnlyComponent - Interface in com.sun.dtv.ui
This interface represents any type of non-interactive component in the system and provides them with a pluggable look and feel.
VK_ARROWS - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Any arrow key.
VK_BACK - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Back key code.
VK_BALANCE_LEFT - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Balance left key code.
VK_BALANCE_RIGHT - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Balance right key code.
VK_BASS_DOWN - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Bass down key code.
VK_BASS_UP - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Bass up key code.
VK_CHANNEL_DOWN - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Channel down key code.
VK_CHANNEL_UP - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Channel up key code.
VK_COLORED - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Any colored key.
VK_COLORED_KEY_0 - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Colored key 0 key code.
VK_COLORED_KEY_1 - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Colored key 1 key code.
VK_COLORED_KEY_2 - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Colored key 2 key code.
VK_COLORED_KEY_3 - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Colored key 3 key code.
VK_COLORED_KEY_4 - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Colored key 4 key code.
VK_COLORED_KEY_5 - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Colored key 5 key code.
VK_CONFIRM - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Confirm key code.
VK_DIMMER - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Device dimmer key code.
VK_DISPLAY_SWAP - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Display swap key code.
VK_EJECT - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Eject button key code.
VK_FADER_FRONT - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Fader front key code.
VK_FADER_REAR - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Fader rear key code.
VK_FF - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Fast forward (FF) button key code.
VK_GO_TO_END - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Go to end position key code.
VK_GO_TO_NEXT - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Go to next position key code.
VK_GO_TO_PREV - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Go to previous position key code.
VK_GO_TO_START - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Go to start position key code.
VK_GUIDE - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Program guide key code.
VK_INFO - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Info key code.
VK_MENU - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Menu key code.
VK_MUTE - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Mute key code.
VK_PIP - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Picture in picture (PIP) key code.
VK_PLAY - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Play (PLAY) button key code.
VK_PLAY_SPEED_DOWN - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Decrease media speed key code.
VK_PLAY_SPEED_RESET - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Reset media speed key code.
VK_PLAY_SPEED_UP - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Increase media speed key code.
VK_POWER - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Device power on/off key code.
VK_RANDOM_PLAY - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Random play key code.
VK_RECORD - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Record (REC) button key code.
VK_REWIND - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Rewind (REW) button key code.
VK_SCAN_CHANNEL - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Scan channel key code.
VK_SCREEN_MODE - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Screen mode change key code.
VK_SPLIT_SCREEN - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Split screen key code.
VK_STOP - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Stop (STOP) button key code.
VK_SUBTITLE_MODE - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Subtitle mode change key code.
VK_SURROUND_MODE - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Surround mode change key code.
VK_TELETEXT - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Teletext key code.
VK_VIDEO_MODE - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Video mode change key code.
VK_VOLUME_DOWN - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Volume down key code.
VK_VOLUME_UP - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Volume up key code.
VK_WINK - Static variable in class com.sun.dtv.ui.event.RemoteControlEvent
Device wink key code.

W

WARNING - Static variable in class com.sun.dtv.lwuit.util.Log
Constant indicating the logging level Debug is the default and the lowest level followed by info, warning and error.
WEST - Static variable in class com.sun.dtv.lwuit.layouts.BorderLayout
The west layout constraint (left of container).
WEST - Static variable in class com.sun.dtv.lwuit.layouts.GroupLayout
Compass-direction west (left).

X

X_AXIS - Static variable in class com.sun.dtv.lwuit.layouts.BoxLayout
Horizontal layout where components are arranged from left to right.
XOR - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Source Xor Destination rule.
Xor - Static variable in class com.sun.dtv.ui.AlphaComposite
AlphaComposite object that implements the opaque XOR rule with an alpha of 1.0f.

Y

Y_AXIS - Static variable in class com.sun.dtv.lwuit.layouts.BoxLayout
Vertical layout where components are arranged from top to bottom.

A B C D E F G H I J K L M N O P R S T U V W X Y
Java DTV API 1.3
18-Nov-2009

Copyright © 2008-2009 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved.

U.S. Government Rights - Commercial software. Government users are subject to the Sun Microsystems, Inc. standard license agreement and applicable provisions of the FAR and its supplements. Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.Products covered by and information contained in this service manual are controlled by U.S. Export Control laws and may be subject to the export or import laws in other countries. Nuclear, missile, chemical biological weapons or nuclear maritime end uses or end users, whether direct or indirect, are strictly prohibited. Export or reexport to countries subject to U.S. embargo or to entities identified on U.S. export exclusion lists, including, but not limited to, the denied persons and specially designated nationals lists is strictly prohibited.

DOCUMENTATION IS PROVIDED AS IS AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.

Use of this document is subject to license terms.