Java DTV API 1.0
12-Dec-2008
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

ACTIVE - Static variable in interface com.sun.dtv.application.ApplicationProxy
The application is active.
ADDED - Static variable in interface com.sun.lwuit.events.DataChangedListener
Type value for added data in ListModel.
AF_149 - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of Box 14:9.
AF_149_CENTRAL - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of Box 14:9 (central).
AF_149_UPPER - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of 14:9 (upper).
AF_169 - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of Box 16:9.
AF_169_BOX_CENTRAL - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of Box 16:9 (central).
AF_169_CENTRAL - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of Box 16:9 (central).
AF_169_UPPER - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of 16:9 (upper).
AF_43 - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of Box 4:3.
AF_43_CENTRAL - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing an active format description of Box 4:3 (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_NOT_PRESENT - Static variable in interface com.sun.dtv.media.format.VideoFormatControl
Constant representing a not present active format description.
ALTERNATING - Static variable in interface com.sun.dtv.ui.Animated
Value for the animation mode.
ANY - Static variable in class com.sun.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.
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.
AWTComponent - class com.sun.lwuit.AWTComponent.
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.lwuit.AWTComponent
Constructs an instance of AWTComponent, wrapping the specified java.awt.Component.
Accessor - class com.sun.lwuit.plaf.Accessor.
This tool exposes some internal border functionality from the package.
Accessor() - Constructor for class com.sun.lwuit.plaf.Accessor
 
ActionEvent - class com.sun.lwuit.events.ActionEvent.
Event object delivered when an ActionListener callback is invoked.
ActionEvent(Object) - Constructor for class com.sun.lwuit.events.ActionEvent
Creates a new instance of ActionEvent.
ActionEvent(Object, int) - Constructor for class com.sun.lwuit.events.ActionEvent
Creates a new instance of ActionEvent.
ActionListener - interface com.sun.lwuit.events.ActionListener.
Event callback interface invoked when a component action occurs.
ActiveFormatEvent - interface com.sun.dtv.media.format.ActiveFormatEvent.
A VideoFormatEvent that informs about changes in the Active Format.
AlphaComposite - class com.sun.dtv.ui.AlphaComposite.
This AlphaComposite class implements all alpha compositing rules for combining source and destination pixels to achieve blending and transparency effects with graphics and images.
Animated - interface com.sun.dtv.ui.Animated.
This interface provides methods to set and retrieve parameters of an animation effect.
AnimatedMatte - class com.sun.dtv.ui.AnimatedMatte.
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
 
AppFilter - class com.sun.dtv.application.AppFilter.
AppFilter is called to accept an Application in a filter or not.
AppManager - class com.sun.dtv.application.AppManager.
AppManager provides control and access to Applications.
AppManagerListener - interface com.sun.dtv.application.AppManagerListener.
Listener to be notified of changes in available applications.
AppManagerPermission - class com.sun.dtv.application.AppManagerPermission.
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 com.sun.dtv.application.AppProxyListener.
Listener to be notified of changes to the application state.
Application - interface com.sun.dtv.application.Application.
Get attributes of an Application.
ApplicationProxy - interface com.sun.dtv.application.ApplicationProxy.
Control an Application via the application manager.
ArbitraryVideoScalingControl - interface com.sun.dtv.media.format.ArbitraryVideoScalingControl.
Control to retrieve the arbitrary scaling factor intervals of the video.
AspectRatioEvent - interface com.sun.dtv.media.format.AspectRatioEvent.
A VideoFormatEvent that informs about changes in the Aspect Ratio.
AudioControl - interface com.sun.dtv.media.audio.AudioControl.
Provides control for the Audio to register for Audio specific events.
AudioEvent - interface com.sun.dtv.media.audio.AudioEvent.
Indicating a change with respect to the Audio language selection.
AudioListener - interface com.sun.dtv.media.audio.AudioListener.
Listener for changes in Audio.
AuthProvider - class com.sun.dtv.security.AuthProvider.
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.
accepts(Application) - Method in class com.sun.dtv.application.AppFilter
Determine if an Application should be accepted in the filter or not.
actionCommand(Command) - Method in class com.sun.lwuit.Dialog
Invoked to allow subclasses of form to handle a command from one point rather than implementing many command instances.
actionCommand(Command) - Method in class com.sun.lwuit.Form
Invoked to allow subclasses of form to handle a command from one point rather than implementing many command instances.
actionPerformed(ActionEvent) - Method in class com.sun.lwuit.Command
This method is called when the soft button/Menu item is clicked.
actionPerformed(ActionEvent) - Method in interface com.sun.lwuit.events.ActionListener
Invoked when an action occurred on a component.
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.lwuit.ButtonGroup
Adds a RadioButton to the group.
add(GroupLayout.Group) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
Adds the specified Group.
add(Component) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
Adds the specified Component.
add(Component, int, int, int) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
Adds the specified Component.
add(int) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
Adds a rigid gap.
add(int, int, int) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
Adds a gap with the specified size.
add(int, GroupLayout.Group) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
Adds the specified Group as a child of this group.
add(int, Component) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
Adds the specified Component.
add(int, Component, int, int, int) - Method in class com.sun.lwuit.layouts.GroupLayout.ParallelGroup
Adds the specified Component.
add(GroupLayout.Group) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
Adds the specified Group to this SequentialGroup.
add(boolean, GroupLayout.Group) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
Adds a Group to this Group.
add(Component) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
Adds the specified Component.
add(boolean, Component) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
Adds a Component to this Group.
add(Component, int, int, int) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
Adds the specified Component.
add(boolean, Component, int, int, int) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
Adds a Component to this Group with the specified size.
add(int) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
Adds a rigid gap.
add(int, int, int) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
Adds a gap with the specified size.
addActionListener(ActionListener) - Method in class com.sun.lwuit.Button
Adds a listener to the button which will cause an event to dispatch on click.
addActionListener(ActionListener) - Method in class com.sun.lwuit.Calendar
Fires when a change is made to the month view of this component.
addActionListener(ActionListener) - Method in class com.sun.lwuit.List
Allows binding a listener to user selection actions.
addActionListener(ActionListener) - Method in class com.sun.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.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.lwuit.Form
Adds a command to the menu bar softkeys.
addComponent(Component) - Method in class com.sun.lwuit.Container
Adds a Component to the Container.
addComponent(Object, Component) - Method in class com.sun.lwuit.Container
Adds a Component to the Container.
addComponent(int, Component) - Method in class com.sun.lwuit.Container
This method adds the Component at a specific index location in the Container Components array.
addComponent(Component) - Method in class com.sun.lwuit.Form
Adds Component to the Form's Content Pane.
addComponent(Object, Component) - Method in class com.sun.lwuit.Form
Adds Component to the Form's Content Pane.
addComponent(int, Component) - Method in class com.sun.lwuit.Form
Adds Component to the Form's Content Pane.
addContainerGap() - Method in class com.sun.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.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.lwuit.Font
Increase the contrast of the bitmap font for rendering on top of a surface whose color is darker.
addDataChangeListener(DataChangedListener) - Method in class com.sun.lwuit.TextField
Adds a listener for data change events it will be invoked for every change made to the text field.
addDataChangedListener(DataChangedListener) - Method in class com.sun.lwuit.list.DefaultListModel
 
addDataChangedListener(DataChangedListener) - Method in interface com.sun.lwuit.list.ListModel
Invoked to indicate interest in future change events.
addFocusListener(FocusListener) - Method in class com.sun.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.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.lwuit.TextField
Adds a new input mode hashtable with the given name and set of values.
addItem(Object) - Method in class com.sun.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.lwuit.list.DefaultListModel
 
addItem(Object) - Method in interface com.sun.lwuit.list.ListModel
Adds the specified item to the end of this list.
addItemAtIndex(Object, int) - Method in class com.sun.lwuit.list.DefaultListModel
Adding an item to list at given index.
addKeyListener(int, ActionListener) - Method in class com.sun.lwuit.Form
Add a key listener to the given keycode for a callback when the key is released.
addKeyboardToScreen() - Method in class com.sun.dtv.ui.Screen
Add a keyboard as user input device to this Screen.
addLayoutComponent(Object, Component, Container) - Method in class com.sun.lwuit.layouts.BorderLayout
 
addLayoutComponent(Object, Component, Container) - Method in class com.sun.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(AppManagerListener) - Method in class com.sun.dtv.application.AppManager
Adds a listener for changes in the available applications.
addListener(AppProxyListener) - Method in interface com.sun.dtv.application.ApplicationProxy
Adds a listener for changes in the application state.
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.
addMediaTimeListener(MediaTimeListener, Time) - Method in interface com.sun.dtv.media.timeline.MediaTimePositionControl
Adds a mediaTimeListener to the Control, the player will raise an event with 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.
addMouseToScreen() - Method in class com.sun.dtv.ui.Screen
Add a mouse as user input device to this Screen.
addOverlayTextListener(OverlayTextListener) - Method in interface com.sun.dtv.media.text.OverlayTextControl
Add a overlay text listener interface.
addPainter(Painter) - Method in class com.sun.lwuit.painter.PainterChain
Creates a new chain based on the existing chain with the new element added at the end.
addPlane(Plane) - Method in class com.sun.dtv.ui.Screen
Adds the specified plane to this screen.
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.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.lwuit.layouts.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between the two components.
addPreferredGap(int) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
Adds an element representing the preferred gap between the nearest components.
addPreferredGap(int, int, int) - Method in class com.sun.lwuit.layouts.GroupLayout.SequentialGroup
Adds an element for the preferred gap between the nearest components.
addRemoteControlToScreen() - Method in class com.sun.dtv.ui.Screen
Add a remote control as user input device to this Screen.
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.Plane
Adds a ResourceTypeListener to the implementation.
addResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.ui.Screen
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.
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.
addScreen(Screen) - Method in class com.sun.dtv.ui.Device
Adds a Screen to this Device.
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.lwuit.List
Invoked to indicate interest in future selection events.
addSelectionListener(SelectionListener) - Method in class com.sun.lwuit.list.DefaultListModel
 
addSelectionListener(SelectionListener) - Method in interface com.sun.lwuit.list.ListModel
Invoked to indicate interest in future selection events.
addStyleListener(StyleListener) - Method in class com.sun.lwuit.plaf.Style
Adds a Style Listener to the Style Object.
addTab(String, Image, Component) - Method in class com.sun.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.lwuit.TabbedPane
Adds a component represented by a title and no icon.
addTabsListener(SelectionListener) - Method in class com.sun.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 VideoFormatControl.
addWindowListener(WindowListener) - Method in class com.sun.dtv.ui.DTVContainer
Add a listener to receive any java.awt.event.WindowEvents sent to this DTVContainer.
animate() - Method in interface com.sun.dtv.ui.Animated
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.sun.dtv.ui.AnimatedMatte
Allows the animation to reduce "repaint" calls when it returns false.
animate() - Method in class com.sun.lwuit.Component
 
animate() - Method in class com.sun.lwuit.Dialog
 
animate() - Method in class com.sun.lwuit.Label
 
animate() - Method in class com.sun.lwuit.List
 
animate() - Method in class com.sun.lwuit.StaticAnimation
 
animate() - Method in class com.sun.lwuit.TextField
 
animate() - Method in class com.sun.lwuit.animations.CommonTransitions
 
animate() - Method in class com.sun.lwuit.animations.Transition
 
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.
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.
audioChange(AudioEvent) - Method in interface com.sun.dtv.media.audio.AudioListener
Receives Audio events.

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.
BASELINE - Static variable in class com.sun.lwuit.layouts.GroupLayout
Possible alignment type.
BG_COLOR - Static variable in class com.sun.lwuit.plaf.Style
Background color attribute name for the theme hashtable.
BG_IMAGE - Static variable in class com.sun.lwuit.plaf.Style
Background image attribute name for the theme hashtable.
BG_SELECTION_COLOR - Static variable in class com.sun.lwuit.plaf.Style
Background selection color attribute name for the theme hashtable.
BORDER - Static variable in class com.sun.lwuit.plaf.Style
Border attribute name for the theme hashtable.
BOTTOM - Static variable in class com.sun.lwuit.Component
Box-orientation constant used to specify the bottom of a box.
BRB_CENTER_OFFSET - Static variable in class com.sun.lwuit.Component
Baseline resize behavior constant used to properly align components.
BRB_CONSTANT_ASCENT - Static variable in class com.sun.lwuit.Component
Baseline resize behavior constant used to properly align components.
BRB_CONSTANT_DESCENT - Static variable in class com.sun.lwuit.Component
Baseline resize behavior constant used to properly align components.
BRB_OTHER - Static variable in class com.sun.lwuit.Component
Baseline resize behavior constant used to properly align components.
BackgroundPainter - class com.sun.lwuit.painter.BackgroundPainter.
A painter that draws the background of a component based on its style.
BackgroundPainter(Component) - Constructor for class com.sun.lwuit.painter.BackgroundPainter
Construct a background painter for the given component.
BackgroundVideoPresentationControl - interface com.sun.dtv.media.format.BackgroundVideoPresentationControl.
Video control for background players.
BitRateControl - interface com.sun.dtv.media.control.BitRateControl.
This interface is a Control for retrieving the bit rate.
Border - class com.sun.lwuit.plaf.Border.
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.lwuit.plaf.Border
 
BorderLayout - class com.sun.lwuit.layouts.BorderLayout.
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.lwuit.layouts.BorderLayout
Creates a new instance of BorderLayout.
BoxLayout - class com.sun.lwuit.layouts.BoxLayout.
Layout manager that places elements in a row or column according to box orientation.
BoxLayout(int) - Constructor for class com.sun.lwuit.layouts.BoxLayout
Creates a new instance of BoxLayout.
BroadcastEventListener - interface com.sun.dtv.broadcast.event.BroadcastEventListener.
The BroadcastEventListener interface is implemented by application classes which require notification of received BroadcastEvent data.
BroadcastEventManager - class com.sun.dtv.broadcast.event.BroadcastEventManager.
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 com.sun.dtv.broadcast.BroadcastException.
All broadcast related exceptions MUST use this subclass of java.io.IOException in order to make different reason easier to distinguish.
BroadcastException() - Constructor for class com.sun.dtv.broadcast.BroadcastException
 
BroadcastFile - class com.sun.dtv.broadcast.BroadcastFile.
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.
BroadcastFileEvent - class com.sun.dtv.broadcast.BroadcastFileEvent.
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 com.sun.dtv.broadcast.BroadcastFileListener.
The BroadcastFileListener interface is implemented by application classes which require notification of changes to BroadcastFile data.
BroadcastFilesystem - class com.sun.dtv.broadcast.BroadcastFilesystem.
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 com.sun.dtv.broadcast.event.BroadcastReceivedEvent.
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 com.sun.dtv.broadcast.BroadcastStream.
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 com.sun.lwuit.Button.
Button is the base class for several UI widgets allowing clickability.
Button() - Constructor for class com.sun.lwuit.Button
Constructs a button with an empty string for its text.
Button(String) - Constructor for class com.sun.lwuit.Button
Constructs a button with the specified text.
Button(Command) - Constructor for class com.sun.lwuit.Button
Allows binding a command to a button for ease of use.
Button(Image) - Constructor for class com.sun.lwuit.Button
Constructs a button with the specified image.
Button(String, Image) - Constructor for class com.sun.lwuit.Button
Constructor a button with text and image.
ButtonGroup - class com.sun.lwuit.ButtonGroup.
This class is used to create a multiple-exclusion scope for a set of RadioButtons.
ButtonGroup() - Constructor for class com.sun.lwuit.ButtonGroup
Creates a new instance of ButtonsGroup.
bind(Component) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Every component binds itself to the look and feel thus allowing the look and feel to customize the component. Binding occurs at the end of the constructor when the component is in a valid state and ready to be used. Notice that a component might be bound twice or more and it is the responsibility of the LookAndFeel to protect against that.
bind(Component) - Method in class com.sun.lwuit.plaf.LookAndFeel
Every component binds itself to the look and feel thus allowing the look and feel to customize the component.
broadcastFileChanged(BroadcastFileEvent) - Method in interface com.sun.dtv.broadcast.BroadcastFileListener
Notifies the BroadcastFileListener that the BroadcastFile has changed in the broadcast.
broadcastFileLost(BroadcastFileEvent) - Method in interface com.sun.dtv.broadcast.BroadcastFileListener
Notifies the BroadcastFileListener that the BroadcastFile has been lost from the broadcast.

C

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.
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.lwuit.Component
Indicates a Component center alignment.
CENTER - Static variable in class com.sun.lwuit.layouts.BorderLayout
The center layout constraint (middle of container).
CENTER - Static variable in class com.sun.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.lwuit.events.DataChangedListener
Type value for changed data in ListModel.
CLEAR - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Clear rule.
COMMERCIAL_DIALOG - Static variable in class com.sun.dtv.transport.ConditionalAccessDeniedException
user dialog needed for payment.
Calendar - class com.sun.lwuit.Calendar.
Date widget for selecting a date/time value.
Calendar(long) - Constructor for class com.sun.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.lwuit.Calendar
Constructs a calendar with the current date and time.
Callback - interface com.sun.dtv.security.Callback.
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 com.sun.dtv.security.CallbackHandler.
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.
Capabilities - class com.sun.dtv.ui.Capabilities.
Describes the capabilities of a plane.
Capabilities() - Constructor for class com.sun.dtv.ui.Capabilities
 
CardTerminal - class com.sun.dtv.smartcard.CardTerminal.
Encapsulates the functionality of a physical card terminal.
CardTerminal() - Constructor for class com.sun.dtv.smartcard.CardTerminal
 
CardTerminalEvent - class com.sun.dtv.smartcard.CardTerminalEvent.
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 com.sun.dtv.smartcard.CardTerminalListener.
Listener interface to receive card terminal events.
CheckBox - class com.sun.lwuit.CheckBox.
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.lwuit.CheckBox
Constructs a checkbox with the given text.
CheckBox() - Constructor for class com.sun.lwuit.CheckBox
Constructs a checkbox with no text.
CheckBox(Image) - Constructor for class com.sun.lwuit.CheckBox
Constructs a checkbox with the given icon.
CheckBox(String, Image) - Constructor for class com.sun.lwuit.CheckBox
Constructs a checkbox with the given text and icon.
CircularFilter - class com.sun.dtv.filtering.CircularFilter.
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.
Clear - Static variable in class com.sun.dtv.ui.AlphaComposite
AlphaComposite object that implements the opaque CLEAR rule with an alpha of 1.0f.
ClippingControl - interface com.sun.dtv.media.format.ClippingControl.
Control to retrieve and set the clipping rectangle of the video.
ComboBox - class com.sun.lwuit.ComboBox.
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.lwuit.ComboBox
Creates a new instance of ComboBox.
ComboBox(Object[]) - Constructor for class com.sun.lwuit.ComboBox
Creates a new instance of ComboBox.
ComboBox() - Constructor for class com.sun.lwuit.ComboBox
Constructs an empty combo box.
ComboBox(ListModel) - Constructor for class com.sun.lwuit.ComboBox
Creates a new instance of ComboBox.
Command - class com.sun.lwuit.Command.
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.lwuit.Command
Creates a new instance of Command.
Command(String, Image) - Constructor for class com.sun.lwuit.Command
Creates a new instance of Command.
Command(String, int) - Constructor for class com.sun.lwuit.Command
Creates a new instance of Command.
Command(String, Image, int) - Constructor for class com.sun.lwuit.Command
Creates a new instance of Command.
CommonTransitions - class com.sun.lwuit.animations.CommonTransitions.
Contains common transition animations including the following.
Component - class com.sun.lwuit.Component.
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.lwuit.Component
Creates a new instance of Component.
ConditionalAccessDeniedException - exception com.sun.dtv.transport.ConditionalAccessDeniedException.
This class is thrown by Filtering APIs when access is requested to information which is scrambled and to which access is not permitted by the security system.
ConditionalAccessDeniedException() - Constructor for class com.sun.dtv.transport.ConditionalAccessDeniedException
Constructs a ConditionalAccessDeniedException with no detail message.
ConditionalAccessDeniedException(String) - Constructor for class com.sun.dtv.transport.ConditionalAccessDeniedException
Constructs a ConditionalAccessDeniedException with the specified detail message.
ConditionalAccessException - exception com.sun.dtv.media.ConditionalAccessException.
Indicates that the media under the control of the Player or DataSource is protected by conditional access.
ConditionalAccessException() - Constructor for class com.sun.dtv.media.ConditionalAccessException
Constructor without a reason information.
ConditionalAccessException(String) - Constructor for class com.sun.dtv.media.ConditionalAccessException
Constructor with a reason information.
Container - class com.sun.lwuit.Container.
A composite pattern with Component, allows nesting and arranging multiple components using a pluggable layout manager architecture.
Container(Layout) - Constructor for class com.sun.lwuit.Container
Constructs a new Container with a new layout manager.
Container() - Constructor for class com.sun.lwuit.Container
Constructs a new Container, with a FlowLayout.
CoordinateLayout - class com.sun.lwuit.layouts.CoordinateLayout.
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.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.lwuit.layouts.CoordinateLayout
This constructor accepts a Dimension object in order to define the aspect ratio of the Container.
calcPreferredSize() - Method in class com.sun.lwuit.Button
 
calcPreferredSize() - Method in class com.sun.lwuit.CheckBox
 
calcPreferredSize() - Method in class com.sun.lwuit.ComboBox
 
calcPreferredSize() - Method in class com.sun.lwuit.Component
Calculates the preferred size based on component content.
calcPreferredSize() - Method in class com.sun.lwuit.Container
 
calcPreferredSize() - Method in class com.sun.lwuit.Label
 
calcPreferredSize() - Method in class com.sun.lwuit.List
 
calcPreferredSize() - Method in class com.sun.lwuit.MediaComponent
 
calcPreferredSize() - Method in class com.sun.lwuit.RadioButton
 
calcPreferredSize() - Method in class com.sun.lwuit.TabbedPane
 
calcPreferredSize() - Method in class com.sun.lwuit.TextArea
 
calcPreferredSize() - Method in class com.sun.lwuit.TextField
 
cardTerminalStateChange(CardTerminalEvent) - Method in interface com.sun.dtv.smartcard.CardTerminalListener
Sends a CardTerminalEvent to the listener.
charWidth(char) - Method in class com.sun.lwuit.Font
Return the width of the specific character when rendered alone.
charsWidth(char[], int, int) - Method in class com.sun.lwuit.Font
Return the width of the given characters in this font instance.
cleanSource() - Method in class com.sun.lwuit.animations.Transition
Allows setting the source form to null to save memory if the transition doesn't need it in memory.
cleanup() - Method in class com.sun.lwuit.animations.CommonTransitions
 
cleanup() - Method in class com.sun.lwuit.animations.Transition
Optional operation to cleanup the garbage left over by a running transition.
clearBitmapCache() - Static method in class com.sun.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.lwuit.Graphics
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clearSelection() - Method in class com.sun.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.
clipRect(int, int, int, int) - Method in class com.sun.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.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.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.
com.sun.lwuit - package com.sun.lwuit
Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT.
com.sun.lwuit.animations - package com.sun.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.lwuit.events - package com.sun.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.lwuit.geom - package com.sun.lwuit.geom
Contains classes related to geometry locations and calculations such as rectangle and size.
com.sun.lwuit.layouts - package com.sun.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.lwuit.list - package com.sun.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.lwuit.painter - package com.sun.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.lwuit.plaf - package com.sun.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.lwuit.util - package com.sun.lwuit.util
Utility features that are either too domain specific or don't "fit" into any other packages.
commitChange() - Method in class com.sun.lwuit.TextField
Commit the changes made to the text field as a complete edit operation.
connect(TransportStream, Object) - Method in class com.sun.dtv.filtering.DataSectionFilterCollection
Connects a DataSectionFilterCollection to a 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.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.
contains(int, int) - Method in class com.sun.lwuit.Component
Returns true if the given absolute coordinate is contained in the Component.
contains(Component) - Method in class com.sun.lwuit.Container
Returns true if the given component is within the hierarchy of this container.
contains(Rectangle) - Method in class com.sun.lwuit.geom.Rectangle
Checks whether or not this Rectangle entirely contains the specified Rectangle.
contains(int, int, int, int) - Method in class com.sun.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.lwuit.geom.Rectangle
Checks whether or not this Rectangle contains the point at the specified location (rX, rY).
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.
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.lwuit.animations.CommonTransitions
 
copy() - Method in class com.sun.lwuit.animations.Transition
Copies a transitions.
copyArea(int, int, int, int, int, int) - Method in class com.sun.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.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.lwuit.layouts.GroupLayout
Creates and returns a ParallelGroup that aligns its elements along the baseline.
createBevelLowered() - Static method in class com.sun.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(int, int, int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a raised bevel border with the given colors.
createBevelRaised() - Static method in class com.sun.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(int, int, int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a raised bevel border with the given colors.
createBitmapFont(String, Image, int[], int[], String) - Static method in class com.sun.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.lwuit.Font
Creates a bitmap font with the given arguments.
createCommandList(Vector) - Method in class com.sun.lwuit.Form
Creates the list component containing the commands within the given vector used for showing the menu dialog.
createEmpty() - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates an empty transition that does nothing.
createEmpty() - Static method in class com.sun.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.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(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a raised etched border with the given colors.
createEtchedRaised() - Static method in class com.sun.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(int, int) - Static method in class com.sun.lwuit.plaf.Border
Creates a raised etched border with the given colors.
createFade(int) - Static method in class com.sun.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.lwuit.animations.Motion
Creates a friction motion starting from source with initial speed and the friction.
createImage(String) - Static method in class com.sun.lwuit.Image
Creates an image from the given path.
createImage(InputStream) - Static method in class com.sun.lwuit.Image
Creates an image from an InputStream.
createImage(int[], int, int) - Static method in class com.sun.lwuit.Image
Creates an image from an RGB image.
createImage(int, int) - Static method in class com.sun.lwuit.Image
Creates a buffered Image.
createImage(byte[], int, int) - Static method in class com.sun.lwuit.Image
Creates an image from a given byte array data.
createImage(Image) - Static method in class com.sun.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.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.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.
createLineBorder(int) - Static method in class com.sun.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.lwuit.plaf.Border
Creates a line border that uses the given color for the component.
createLinearMotion(int, int, int) - Static method in class com.sun.lwuit.animations.Motion
Creates a linear motion starting from source value all the way to destination value.
createParallelGroup() - Method in class com.sun.lwuit.layouts.GroupLayout
Creates and returns a ParallelGroup with a LEADING alignment.
createParallelGroup(int) - Method in class com.sun.lwuit.layouts.GroupLayout
Creates and returns an ParallelGroup.
createParallelGroup(int, boolean) - Method in class com.sun.lwuit.layouts.GroupLayout
Creates and returns an ParallelGroup.
createPressedVersion() - Method in class com.sun.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.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.lwuit.plaf.Border
Creates a rounded border that uses the given color for the component.
createSequentialGroup() - Method in class com.sun.lwuit.layouts.GroupLayout
Creates and returns a SequentialGroup.
createSlide(int, boolean, int) - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates a slide transition with the given duration and direction.
createSlide(int, boolean, int, boolean) - Static method in class com.sun.lwuit.animations.CommonTransitions
Creates a slide transition with the given duration and direction.
createSplineMotion(int, int, int) - Static method in class com.sun.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.lwuit.Font
Creates a system native font in a similar way to common MIDP fonts.
createWriter() - Method in class com.sun.lwuit.util.Log
Default method for creating the output writer into which we write, this method creates a simple log file using the file connector.
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

DEBUG - Static variable in class com.sun.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.lwuit.TextArea
The user is allowed to enter numeric values with optional decimal fractions, for example "-123", "0.123", or ".5".
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.lwuit.layouts.GroupLayout
Possible value for the add methods that takes a Component.
DESTROYED - Static variable in interface com.sun.dtv.application.ApplicationProxy
The application has been destroyed.
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.
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.
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.
DST - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Destination rule.
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.
DTVContainer - class com.sun.dtv.ui.DTVContainer.
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.
DTVContainer() - Constructor for class com.sun.dtv.ui.DTVContainer
 
DTVContainerPattern - class com.sun.dtv.ui.DTVContainerPattern.
The DTVContainerPattern is a means to describe the characteristics of a valid DTVContainer.
DTVContainerPattern() - Constructor for class com.sun.dtv.ui.DTVContainerPattern
 
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.
DataChangedListener - interface com.sun.lwuit.events.DataChangedListener.
Event callback interface invoked when a ListModel changes its state thus indicating to the view that it should refresh.
DataSection - class com.sun.dtv.filtering.DataSection.
This class encapsulates a Transport Stream data section This object is cloneable.
DataSectionAvailableEvent - class com.sun.dtv.filtering.DataSectionAvailableEvent.
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 com.sun.dtv.filtering.DataSectionDataBuffer.
This class encapsulates a portion of a Transport Stream Section payload.
DataSectionDataBuffer() - Constructor for class com.sun.dtv.filtering.DataSectionDataBuffer
 
DataSectionFilter - class com.sun.dtv.filtering.DataSectionFilter.
This class is the root of all filters classes.
DataSectionFilterCollection - class com.sun.dtv.filtering.DataSectionFilterCollection.
This class represents a collection of data section filters to be activated and de-activated as an atomic operation.
DataSectionFilterCollection(int) - Constructor for class com.sun.dtv.filtering.DataSectionFilterCollection
Creates a section filter collection object with an associated number of data section filters needed to be reserved when the object is to be connected to an active source of section data.
DataSectionFilterCollection(int, boolean) - Constructor for class com.sun.dtv.filtering.DataSectionFilterCollection
Creates a section filter collection object with an associated number of section filters needed to be reserved when the object is to be connected to an active source of data sections.
DataSectionFilterEvent - class com.sun.dtv.filtering.DataSectionFilterEvent.
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 com.sun.dtv.filtering.DataSectionFilterException.
The base class for exceptions thrown by the data section filtering APIs.
DataSectionFilterException() - Constructor for class com.sun.dtv.filtering.DataSectionFilterException
Constructs a DataSectionFilterException.
DataSectionFilterException(String) - Constructor for class com.sun.dtv.filtering.DataSectionFilterException
Constructs a DataSectionFilterException with a detailed message.
DataUnavailableException - exception com.sun.dtv.filtering.DataUnavailableException.
Signals that no data is available from a DataSection object.
DataUnavailableException() - Constructor for class com.sun.dtv.filtering.DataUnavailableException
Constructs a DataUnavailableException with no detail message.
DataUnavailableException(String) - Constructor for class com.sun.dtv.filtering.DataUnavailableException
Constructs a DataUnavailableException with the specified detail message.
DebugController - class com.sun.lwuit.DebugController.
Allows us to instrument LWUIT with tools to debug and test LWUIT applications.
DebugController() - Constructor for class com.sun.lwuit.DebugController
 
DebugController.Script - class com.sun.lwuit.DebugController.Script.
A script is an instance of a recording that can be stored/loaded and manipulated by a test agent.
DebugController.Script() - Constructor for class com.sun.lwuit.DebugController.Script
 
DebugController.ScriptStore - interface com.sun.lwuit.DebugController.ScriptStore.
A test application should implement this interface to store and load and list scripts for the automation UI.
DecoderFormatEvent - interface com.sun.dtv.media.format.DecoderFormatEvent.
Event to inform that the decoder format conversion has changed.
DefaultListCellRenderer - class com.sun.lwuit.list.DefaultListCellRenderer.
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.lwuit.list.DefaultListCellRenderer
Creates a new instance of DefaultCellRenderer.
DefaultListCellRenderer(boolean) - Constructor for class com.sun.lwuit.list.DefaultListCellRenderer
Creates a new instance of DefaultCellRenderer.
DefaultListModel - class com.sun.lwuit.list.DefaultListModel.
Default implementation of the list model based on a vector of elements.
DefaultListModel() - Constructor for class com.sun.lwuit.list.DefaultListModel
Creates a new instance of DefaultListModel.
DefaultListModel(Vector) - Constructor for class com.sun.lwuit.list.DefaultListModel
Creates a new instance of DefaultListModel.
DefaultListModel(Object[]) - Constructor for class com.sun.lwuit.list.DefaultListModel
Creates a new instance of DefaultListModel.
DefaultLookAndFeel - class com.sun.lwuit.plaf.DefaultLookAndFeel.
Used to render the default look of LWUIT.
DefaultLookAndFeel() - Constructor for class com.sun.lwuit.plaf.DefaultLookAndFeel
Creates a new instance of DefaultLookAndFeel.
DefaultTextLayoutManager - class com.sun.dtv.ui.DefaultTextLayoutManager.
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
 
Device - class com.sun.dtv.ui.Device.
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.
Dialog - class com.sun.lwuit.Dialog.
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.lwuit.Dialog
Constructs a Dialog with a title.
Dialog() - Constructor for class com.sun.lwuit.Dialog
Constructs a Dialog with a title.
Dimension - class com.sun.lwuit.geom.Dimension.
Utility class that holds a width and height that represents a dimension of a component or element.
Dimension() - Constructor for class com.sun.lwuit.geom.Dimension
Creates a new instance of Dimension.
Dimension(Dimension) - Constructor for class com.sun.lwuit.geom.Dimension
Creates a new instance of Dimension with a predefine dimension.
Dimension(Dimension) - Constructor for class com.sun.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.lwuit.geom.Dimension
Creates a new instance of Dimension with width and height.
DisconnectedException - exception com.sun.dtv.filtering.DisconnectedException.
Indicates that a DataSectionFilterCollection has lost its connection causing a startFiltering call to fail.
DisconnectedException() - Constructor for class com.sun.dtv.filtering.DisconnectedException
Constructs a DisconnectedException.
DisconnectedException(String) - Constructor for class com.sun.dtv.filtering.DisconnectedException
Constructs a DisconnectedException with a detailed message.
DownloadableFont - class com.sun.dtv.ui.DownloadableFont.
This class introduces the possibility to download fonts.
DownloadableFont() - Constructor for class com.sun.dtv.ui.DownloadableFont
 
DripFeedControl - interface com.sun.dtv.media.dripfeed.DripFeedControl.
This Control allows to feed in progressively parts of a clip into a Player.
DripFeedPermission - class com.sun.dtv.media.dripfeed.DripFeedPermission.
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
AlphaComposite object that implements the opaque DST rule with an alpha of 1.0f.
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.
darkerColor(int) - Method in class com.sun.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.lwuit.events.DataChangedListener
Invoked when there was a change in the underlying model.
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.
decode(String) - Static method in class com.sun.lwuit.Font
Returns the Font described by the argument.
deinitialize() - Method in class com.sun.lwuit.Component
Invoked to indicate that the component initialization is being reversed since the component was detached from the container hierarchy.
deinitialize() - Method in class com.sun.lwuit.MediaComponent
 
deleteChar() - Method in class com.sun.lwuit.TextField
Performs a backspace operation.
deregisterAnimated(Animated) - Method in class com.sun.lwuit.Form
Indicate that cmp would no longer like to receive animation events.
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.
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.ui.DTVContainer
Disposes of this DTVContainer.
dispose() - Method in class com.sun.lwuit.Dialog
Closes the current form and returns to the previous form, releasing the EDT in the process.
doLayout() - Method in class com.sun.lwuit.Container
Lays out the container.
dragPointer(int, int) - Method in class com.sun.lwuit.DebugController
Allows a developer to manually deliver an event to LWUIT, this method is thread safe.
draw3DRect(int, int, int, int, boolean) - Method in class com.sun.lwuit.Graphics
Draws a 3D highlighted outline of the specified rectangle.
drawArc(int, int, int, int, int, int) - Method in class com.sun.lwuit.Graphics
Draws a circular or elliptical arc based on the given angles and bounding box.
drawButton(Graphics, Button) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing a button widget.
drawButton(Graphics, Button) - Method in class com.sun.lwuit.plaf.LookAndFeel
Invoked for drawing a button widget.
drawBytes(byte[], int, int, int, int) - Method in class com.sun.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.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.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.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.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing a checkbox widget.
drawCheckBox(Graphics, CheckBox) - Method in class com.sun.lwuit.plaf.LookAndFeel
Invoked for drawing a checkbox widget.
drawComboBox(Graphics, ComboBox) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing a combo box widget.
drawComboBox(Graphics, ComboBox) - Method in class com.sun.lwuit.plaf.LookAndFeel
Invoked for drawing a combo box widget.
drawHorizontalScroll(Graphics, Component, float, float) - Method in class com.sun.lwuit.plaf.LookAndFeel
Draws a horizontal scroll bar in the given component.
drawImage(Image, int, int) - Method in class com.sun.lwuit.Graphics
Draws the image so its top left coordinate corresponds to x/y.
drawLabel(Graphics, Label) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing a label widget.
drawLabel(Graphics, Label) - Method in class com.sun.lwuit.plaf.LookAndFeel
Invoked for drawing a label widget.
drawLabelText(Graphics, Label, String, int, int, int) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Draws label text.
drawLine(int, int, int, int) - Method in class com.sun.lwuit.Graphics
Draws a line between the 2 X/Y coordinates.
drawList(Graphics, List) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing a list widget.
drawList(Graphics, List) - Method in class com.sun.lwuit.plaf.LookAndFeel
Invoked for drawing a list widget.
drawMonthView(Graphics, Calendar, Component) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing a month view widget.
drawMonthView(Graphics, Calendar, Component) - Method in class com.sun.lwuit.plaf.LookAndFeel
Invoked for drawing a month view widget.
drawOval(int, int, int, int) - Method in class com.sun.lwuit.Graphics
Draws the outline of an oval into the bounds of the given rectangle.
drawPolygon(int[], int[], int) - Method in class com.sun.lwuit.Graphics
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolyline(int[], int[], int) - Method in class com.sun.lwuit.Graphics
Draws a sequence of connected lines defined by arrays of x and y coordinates.
drawRadioButton(Graphics, RadioButton) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing the radio button widget.
drawRadioButton(Graphics, RadioButton) - Method in class com.sun.lwuit.plaf.LookAndFeel
Invoked for drawing the radio button widget.
drawRect(int, int, int, int) - Method in class com.sun.lwuit.Graphics
Draws a rectangle in the given coordinates.
drawRoundRect(int, int, int, int, int, int) - Method in class com.sun.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.lwuit.Graphics
Draw a string using the current font and color in the x,y coordinates.
drawTabbedPane(Graphics, TabbedPane) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing the Tab Pane widget.
drawTabbedPane(Graphics, TabbedPane) - Method in class com.sun.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.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.lwuit.plaf.LookAndFeel
Draws and return the TabbedPane content pane painter.
drawTextArea(Graphics, TextArea) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Invoked for drawing the text area widget.
drawTextArea(Graphics, TextArea) - Method in class com.sun.lwuit.plaf.LookAndFeel
Invoked for drawing the text area widget.
drawTextField(Graphics, TextField) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Draws the text field without its cursor which is drawn in a separate method. Input mode indication can also be drawn using this method.
drawTextField(Graphics, TextField) - Method in class com.sun.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.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.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.lwuit.plaf.LookAndFeel
Draws a vertical scroll bar in the given component.

E

EAST - Static variable in class com.sun.lwuit.layouts.BorderLayout
The east layout constraint (right of container).
EAST - Static variable in class com.sun.lwuit.layouts.GroupLayout
Compass-direction east (right).
EDT_VIOLATION_IGNORE - Static variable in class com.sun.lwuit.DebugController
Indicates that LWUIT calls that are not on the EDT should be ignored.
EDT_VIOLATION_RUNTIME_EXCEPTION - Static variable in class com.sun.lwuit.DebugController
Indicates that LWUIT calls that are not on the EDT should throw an exception.
EDT_VIOLATION_WARN - Static variable in class com.sun.lwuit.DebugController
Indicates that LWUIT calls that are not on the EDT should produce a log warning.
EMAILADDR - Static variable in class com.sun.lwuit.TextArea
The user is allowed to enter an e-mail address.
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 - Static variable in class com.sun.lwuit.util.Log
Constant indicating the logging level Debug is the default and the lowest level followed by info, warning and error.
ElementaryStream - class com.sun.dtv.transport.ElementaryStream.
Representation of an elementary stream.
EntityLocator - class com.sun.dtv.locator.EntityLocator.
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.
editScript(DebugController.Script) - Method in class com.sun.lwuit.DebugController
Shows the script editor dialog allowing a developer/tester to modify the scripts flow and behavior.
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.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.
equals(Object) - Method in class com.sun.lwuit.Command
Compare two commands.
equals(Object) - Method in class com.sun.lwuit.Font
Compares this Font object to the specified.
equals(Object) - Method in class com.sun.lwuit.geom.Point
Determines whether or not two points are equal.
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.lwuit.Font
Constant allowing us to author portable system fonts.
FACE_PROPORTIONAL - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts.
FACE_SYSTEM - Static variable in class com.sun.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.
FG_COLOR - Static variable in class com.sun.lwuit.plaf.Style
Foreground color attribute name for the theme hashtable.
FG_SELECTION_COLOR - Static variable in class com.sun.lwuit.plaf.Style
Foreground color attribute name for the theme hashtable.
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.lwuit.List
Indicates the list selection is fixed into place at the center of the list.
FIXED_LEAD - Static variable in class com.sun.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.lwuit.List
Indicates the list isn't fixed and that selection is movable.
FIXED_NONE_CYCLIC - Static variable in class com.sun.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.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.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.
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.
FONT - Static variable in class com.sun.lwuit.plaf.Style
Font attribute name for the theme hashtable.
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.
FREE_PREVIEW_DIALOG - Static variable in class com.sun.dtv.transport.ConditionalAccessDeniedException
user dialog needed to explain about free preview.
FileAccessRights - class com.sun.dtv.io.FileAccessRights.
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 com.sun.dtv.io.FileProperties.
Used to associate properties (or meta data) with a file identified by its pathname on a given file system.
FilterEventListener - interface com.sun.dtv.filtering.FilterEventListener.
This listener interface can be implemented by classes requiring filtering events.
FilterInterruptException - exception com.sun.dtv.filtering.FilterInterruptException.
Signals that a filter was interrupted before the required amount of data was filtered.
FilterInterruptException() - Constructor for class com.sun.dtv.filtering.FilterInterruptException
Constructs a FilterInterruptException.
FilterInterruptException(String) - Constructor for class com.sun.dtv.filtering.FilterInterruptException
Constructs a FilterInterruptException with a detailed message.
FilterResourceUnavailableException - exception com.sun.dtv.filtering.FilterResourceUnavailableException.
Signals that resource requirements cannot be met by a filter operation.
FilterResourceUnavailableException() - Constructor for class com.sun.dtv.filtering.FilterResourceUnavailableException
Constructs a FilterResourceUnavailableException.
FilterResourceUnavailableException(String) - Constructor for class com.sun.dtv.filtering.FilterResourceUnavailableException
Constructs a FilterResourceUnavailableException with a detailed message.
FilterTimedOutEvent - class com.sun.dtv.filtering.FilterTimedOutEvent.
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.
FilteringStoppedEvent - class com.sun.dtv.filtering.FilteringStoppedEvent.
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.
FlowLayout - class com.sun.lwuit.layouts.FlowLayout.
Flows elements in a row so they can spill over when reaching line end.
FlowLayout() - Constructor for class com.sun.lwuit.layouts.FlowLayout
Creates a new instance of FlowLayout with left alignment.
FlowLayout(int) - Constructor for class com.sun.lwuit.layouts.FlowLayout
Creates a new instance of FlowLayout with the given orientation one of LEFT, RIGHT or CENTER.
FocusListener - interface com.sun.lwuit.events.FocusListener.
Observes focus change events for a given form and invokes the callbacks to enable us to assign functionality based on current focused component.
Font - class com.sun.lwuit.Font.
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.lwuit.Font
Constructs a Font object.
Font(String, int, int) - Constructor for class com.sun.lwuit.Font
Constructs a Font object.
Font(Font) - Constructor for class com.sun.lwuit.Font
Create a LWUIT Font object using an AWT Font instance to be wrapped.
FontFileException - exception com.sun.dtv.ui.FontFileException.
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 class com.sun.dtv.ui.FontFileException
Constructs a FontFileException object.
FontFileException(String) - Constructor for class com.sun.dtv.ui.FontFileException
Constructs a FontFileException object.
FontSpecificationException - exception com.sun.dtv.ui.FontSpecificationException.
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 class com.sun.dtv.ui.FontSpecificationException
Constructs a FontSpecificationException object.
FontSpecificationException(String) - Constructor for class com.sun.dtv.ui.FontSpecificationException
Constructs a FontSpecificationException object.
Form - class com.sun.lwuit.Form.
Top level component that serves as the root for the UI, this Container handles the menus and title while placing content between them.
Form() - Constructor for class com.sun.lwuit.Form
Default constructor creates a simple form.
Form(String) - Constructor for class com.sun.lwuit.Form
Sets the title after invoking the constructor.
FrameRateControl - interface com.sun.dtv.media.control.FrameRateControl.
This interface is a Control for retrieving the frame rate.
FreezeEvent - interface com.sun.dtv.media.FreezeEvent.
Indicating a freeze action has happened either from an application or from the user.
FreezeResumeControl - interface com.sun.dtv.media.FreezeResumeControl.
This interface must be implemented to enable the application to freeze the player.
FreezeResumeEvent - interface com.sun.dtv.media.FreezeResumeEvent.
Indicating a freeze or resume action has happened either from an application or from the user.
FreezeResumeException - exception com.sun.dtv.media.FreezeResumeException.
This exception indicates that either the freeze method or the resume method was unsuccessful.
FreezeResumeException() - Constructor for class com.sun.dtv.media.FreezeResumeException
Construct an exception without a reason.
FreezeResumeException(String) - Constructor for class com.sun.dtv.media.FreezeResumeException
Construct an exception with a reason.
FreezeResumeListener - interface com.sun.dtv.media.FreezeResumeListener.
Listener Interface to enable the application to receive Freeze and Resume events.
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.
fetchEDTException() - Method in class com.sun.lwuit.DebugController
Fetches any exception thrown on the EDT, returns null if no exception was thrown on the EDT.
fill3DRect(int, int, int, int, boolean) - Method in class com.sun.lwuit.Graphics
Fills a 3D highlighted rectangle filled with the current color.
fill3DRect(int, int, int, int, boolean, byte) - Method in class com.sun.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.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.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.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.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.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.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.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.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.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.lwuit.Graphics
Fills a rectangle with an optionally translucent fill color.
fillRoundRect(int, int, int, int, int, int) - Method in class com.sun.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.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.lwuit.Graphics
Draws a filled triangle with the given coordinates.
fillTriangle(int, int, int, int, int, int, byte) - Method in class com.sun.lwuit.Graphics
Draws a filled triangle with the given coordinates with an optionally translucent fill color.
findDayAt(int, int, Calendar, Component) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Returns the day of the month in the month view at the given relative component X/Y offsets. This is important for touch screen interaction.
findDayAt(int, int, Calendar, Component) - Method in class com.sun.lwuit.plaf.LookAndFeel
Returns the day of the month in the month view at the given relative component X/Y offsets.
finishRecording() - Method in class com.sun.lwuit.DebugController
Returns the "script" of events that occurred in LWUIT since recording started allowing us to preserve this script for playback in testing.
fireActionEvent() - Method in class com.sun.lwuit.List
This method allows us to detect an action event internally without implementing the action listener interface.
fireClicked() - Method in class com.sun.lwuit.Button
 
fireClicked() - Method in class com.sun.lwuit.Component
When working in 3 softbutton mode "fire" key (center softbutton) is sent to this method in order to allow 3 button devices to work properly.
fireClicked() - Method in class com.sun.lwuit.List
 
fireClicked() - Method in class com.sun.lwuit.TextArea
 
flags - Variable in class com.sun.dtv.filtering.DataSectionDataBuffer
A flag mask that describes the boolean attributes enabled for this Buffer.
focusGained(Component) - Method in interface com.sun.lwuit.events.FocusListener
Invoked when component gains focus.
focusGained(Component) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Invoked when component gains focus.
focusLost(Component) - Method in interface com.sun.lwuit.events.FocusListener
Invoked when component loses focus.
focusLost(Component) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Invoked when component loses focus.
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.
freezeResumeChange(FreezeResumeEvent) - Method in interface com.sun.dtv.media.FreezeResumeListener
Receives subtitle events.

G

GEOGRAPHICAL_BLACKOUT - Static variable in class com.sun.dtv.transport.ConditionalAccessDeniedException
not allowed for geographical reasons.
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.
Graphics - class com.sun.lwuit.Graphics.
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.lwuit.Graphics
Create a LWUIT Graphics object using a Graphics instance of the underlying Graphics library to be wrapped.
GridLayout - class com.sun.lwuit.layouts.GridLayout.
Components are arranged in an equally sized grid based on available space.
GridLayout(int, int) - Constructor for class com.sun.lwuit.layouts.GridLayout
Creates a new instance of GridLayout with the given rows and columns.
GroupLayout - class com.sun.lwuit.layouts.GroupLayout.
GroupLayout is a LayoutManager that hierarchically groups components to achieve common, and not so common, layouts.
GroupLayout(Container) - Constructor for class com.sun.lwuit.layouts.GroupLayout
Creates a GroupLayout for the specified JComponent.
GroupLayout.Group - class com.sun.lwuit.layouts.GroupLayout.Group.
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 com.sun.lwuit.layouts.GroupLayout.ParallelGroup.
A Group that lays out its elements on top of each other.
GroupLayout.SequentialGroup - class com.sun.lwuit.layouts.GroupLayout.SequentialGroup.
A Group that lays out its elements sequentially, one after another.
getAWTFont() - Method in class com.sun.lwuit.Font
Obtains the java.awt.Font object wrapped by this Font instance.
getAWTGraphics() - Method in class com.sun.lwuit.Graphics
Obtains the java.awt.Graphics2D object wrapped by this Graphics instance.
getAWTImage() - Method in class com.sun.lwuit.Image
Obtains the java.awt.Image wrapped by this Image.
getAbsoluteX() - Method in class com.sun.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.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 video that is used on the screen without any areas used 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 actual video without any areas used 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, effects like clipping and scaling are taking into account.
getAlignment() - Method in class com.sun.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.ui.ViewOnlyComponent
Returns the animated content for this component, depending on the current state.
getAnimation(String) - Method in class com.sun.lwuit.util.Resources
Returns the animation resource from the file.
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.
getAnimationMode() - Method in class com.sun.lwuit.Component
Obtains the animation mode for this animation. The animation mode determines how the animation is running: always forwards, or forwards and backwards alternating.
getAnimationMode() - Method in class com.sun.lwuit.StaticAnimation
Obtains the animation mode for this animation. The animation mode determines how the animation is running: always forwards, or forwards and backwards alternating.
getAnimationMode() - Method in class com.sun.lwuit.animations.Transition
Obtains the animation mode for this animation. The animation mode determines how the animation is running: always forwards, or forwards and backwards alternating.
getAnimationResourceNames() - Method in class com.sun.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 active 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.
getArcHeight(Border) - Static method in class com.sun.lwuit.plaf.Accessor
Returns the border's arc height.
getArcWidth(Border) - Static method in class com.sun.lwuit.plaf.Accessor
Returns the border's arc width.
getAspectRatio() - Method in interface com.sun.dtv.media.format.VideoFormatControl
Gives the aspect ratio defined for the media under the control of this Player.
getAttributes() - Method in class com.sun.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.
getAutocreateContainerGaps() - Method in class com.sun.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.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 in this system.
getAvailableTransportStreams() - Method in class com.sun.dtv.tuner.Tuner
Provides the transport streams that can be accessed through this tuner
getBackCommand() - Method in class com.sun.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.lwuit.ComboBox
 
getBaseline(int, int) - Method in class com.sun.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.lwuit.Component
Returns a constant indicating how the baseline varies with the size of the component.
getBaselineResizeBehavior() - Method in class com.sun.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.lwuit.plaf.Style
Returns the background color for the component.
getBgImage() - Method in class com.sun.lwuit.plaf.Style
Returns the background image for the component.
getBgPainter() - Method in class com.sun.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.lwuit.plaf.Style
Returns the background selection color for the component.
getBgTransparency() - Method in class com.sun.lwuit.plaf.Style
Returns the transparency level of the Component.
getBitRate() - Method in interface com.sun.dtv.media.control.BitRateControl
Returns the current bit rate of the owning object.
getBitmapFont(String) - Static method in class com.sun.lwuit.Font
Returns a previously loaded bitmap font from cache.
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.lwuit.Button
 
getBorder() - Method in class com.sun.lwuit.Component
Normally returns getStyle().getBorder() but some subclasses might use this to programmatically replace the border in runtime e.g. for a pressed border effect
getBorder() - Method in class com.sun.lwuit.plaf.Style
Returns the border for the style.
getBorderGap() - Method in class com.sun.lwuit.List
Getting the surrounding border gap.
getBottomGap() - Method in class com.sun.lwuit.Component
Returns the gap to be left for the bottom scrollbar on the X axis.
getBounds() - Method in class com.sun.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.lwuit.ButtonGroup
Returns the number of buttons in the group.
getButtonPreferredSize(Button) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the button.
getButtonPreferredSize(Button) - Method in class com.sun.lwuit.plaf.LookAndFeel
Returns the preferred size for the button.
getCallback() - Method in class 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.
getCharPerKeyCode(int, int, boolean) - Method in class com.sun.lwuit.TextField
Returns the character matching the given key code after the given amount of user presses.
getCharset() - Method in class com.sun.lwuit.Font
Returns a string containing all the characters supported by this font.
getCheckBoxPreferredSize(CheckBox) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the checkbox.
getCheckBoxPreferredSize(CheckBox) - Method in class com.sun.lwuit.plaf.LookAndFeel
Returns the preferred size for the checkbox.
getClearCommand() - Method in class com.sun.lwuit.Form
Indicates the command that is defined as the clear command in this form.
getClientProperty(String) - Method in class com.sun.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.lwuit.Graphics
Returns the bounding rectangle of the current clipping area.
getClipBounds(Rectangle) - Method in class com.sun.lwuit.Graphics
Returns the bounding rectangle of the current clipping area.
getClipHeight() - Method in class com.sun.lwuit.Graphics
Returns the clip height.
getClipWidth() - Method in class com.sun.lwuit.Graphics
Returns the clip width.
getClipX() - Method in class com.sun.lwuit.Graphics
Returns the x clipping position.
getClipY() - Method in class com.sun.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.ui.PlaneSetup
Provide the currently valid background color of this plane if any.
getColor() - Method in class com.sun.lwuit.Graphics
Returns the current color.
getColorA(Border) - Static method in class com.sun.lwuit.plaf.Accessor
Returns color a of the border.
getColorB(Border) - Static method in class com.sun.lwuit.plaf.Accessor
Returns color b of the border.
getColorC(Border) - Static method in class com.sun.lwuit.plaf.Accessor
Returns color c of the border.
getColorCodingModel() - Method in class com.sun.dtv.ui.Capabilities
Indicate the color coding model used by the plane associated with this instance of Capabilities.
getColorD(Border) - Static method in class com.sun.lwuit.plaf.Accessor
Returns color d of the border.
getColumns() - Method in class com.sun.lwuit.TextArea
Returns the number of columns in the text area.
getComboBoxPreferredSize(ComboBox) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the combo box.
getComboBoxPreferredSize(ComboBox) - Method in class com.sun.lwuit.plaf.LookAndFeel
Returns the preferred size for the combo box.
getCommand(int) - Method in class com.sun.lwuit.Form
Returns the command occupying the given index.
getCommand() - Method in class com.sun.lwuit.events.ActionEvent
If this event was sent as a result of a command action this method returns that command.
getCommandCount() - Method in class com.sun.lwuit.Form
A helper method to check the amount of commands within the form menu.
getCommandName() - Method in class com.sun.lwuit.Command
Gets the Command Name.
getCommitTimeout() - Method in class com.sun.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.lwuit.Container
Returns the Component at a given index.
getComponentAt(int, int) - Method in class com.sun.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.lwuit.layouts.BorderLayout
 
getComponentConstraint(Component) - Method in class com.sun.lwuit.layouts.Layout
Returns the component's constraint.
getComponentCount() - Method in class com.sun.lwuit.Container
Returns the number of components.
getComponentForm() - Method in class com.sun.lwuit.Component
Returns the Component Form or null if this Component is not added yet to a form.
getComponentForm() - Method in class com.sun.lwuit.Form
Returns the Component Form or null if this Component is not added yet to a form.
getComponentIndex(Component) - Method in class com.sun.lwuit.Container
Returns the Component index in the Container.
getComponentStyle(String) - Method in class com.sun.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.lwuit.TextArea
Returns the editing constraint value.
getContainerGap(Component, int, Container) - Method in class com.sun.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.lwuit.Form
This method returns the Content pane instance.
getContents() - Method in class com.sun.lwuit.Popup
Returns the component within the current popup.
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.lwuit.TextField
The amount of time in milliseconds in which the cursor is invisible.
getCursorBlinkTimeOn() - Method in class com.sun.lwuit.TextField
The amount of time in milliseconds in which the cursor is visible.
getCursorPosition() - Method in class com.sun.lwuit.TextField
Returns the position of the cursor.
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.
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.lwuit.util.Resources
Returns the data resource from the file.
getDataResourceNames() - Method in class com.sun.lwuit.util.Resources
Returns the names of the data resources within this bundle.
getDate() - Method in class com.sun.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.lwuit.plaf.Border
Gets the default border to the given value.
getDefaultCommand() - Method in class com.sun.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.lwuit.Dialog
Default screen orientation position for the upcoming dialog.
getDefaultDialogTransitionIn() - Method in class com.sun.lwuit.plaf.LookAndFeel
Retrieves default animation that will draw the transition for entering a dialog.
getDefaultDialogTransitionOut() - Method in class com.sun.lwuit.plaf.LookAndFeel
Retrieves the default animation that will draw the transition for exiting a dialog.
getDefaultFont() - Static method in class com.sun.lwuit.Font
Return the global default font instance.
getDefaultFormTintColor() - Method in class com.sun.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.lwuit.plaf.LookAndFeel
Retrieves the default animation that will draw the transition for entering a form.
getDefaultFormTransitionOut() - Method in class com.sun.lwuit.plaf.LookAndFeel
Retrieves the default animation that will draw the transition for entering a form.
getDefaultInputModeOrder() - Static method in class com.sun.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.lwuit.plaf.LookAndFeel
Retrieves default animation that will draw the transition for entering a Menu.
getDefaultMenuTransitionOut() - Method in class com.sun.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.lwuit.plaf.LookAndFeel
Indicates the default speed for smooth scrolling.
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.
getDelay() - Method in class com.sun.lwuit.Component
Obtains the delay after every image for this animation when running.
getDelay() - Method in class com.sun.lwuit.StaticAnimation
Obtains the delay after every image for this animation when running.
getDelay() - Method in class com.sun.lwuit.animations.Transition
Obtains the delay after every image for this 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.lwuit.animations.Transition
Returns the destination form that should be set once animation is completed.
getDialogStyle() - Method in class com.sun.lwuit.Dialog
Simple getter to get the Dialog Style.
getDisableColor() - Method in class com.sun.lwuit.plaf.LookAndFeel
This color is used to paint disable mode text color.
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.
getEdtMode() - Method in class com.sun.lwuit.DebugController
Indicates the behavior of LWUIT when an EDT violation is detected (not all edt violations can be detected!)
getElementaryStreams() - Method in class com.sun.dtv.transport.Service
get all elementary streams of this service.
getEmpty() - Static method in class com.sun.lwuit.plaf.Border
Returns an empty border, this is mostly useful for overriding components that have a border by default.
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.
getEventId() - Method in class com.sun.dtv.locator.EntityLocator
Get the event Id of this locator.
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.lwuit.Font
Return Optional operation returning the font face for system fonts.
getFamily() - Method in class com.sun.lwuit.Font
Returns the family name of this Font.
getFgColor() - Method in class com.sun.lwuit.plaf.Style
Returns the foreground color for the component.
getFgSelectionColor() - Method in class com.sun.lwuit.plaf.Style
Returns the foreground selection color for the component.
getFixedSelection() - Method in class com.sun.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.
getFocusOwnerComponent() - Method in class com.sun.dtv.ui.DTVContainer
Obtains the Component contained by this DTVContainer which currently owns the input focus.
getFocused() - Method in class com.sun.lwuit.Form
Returns the current focus component for this form.
getFocusedInstance() - Method in class com.sun.lwuit.plaf.Border
Returns the focused version of the border if one is installed.
getFont(Map) - Static method in class com.sun.lwuit.Font
Returns a Font appropriate to this attribute set.
getFont(String) - Static method in class com.sun.lwuit.Font
Returns a Font object from the system properties list.
getFont(String, Font) - Static method in class com.sun.lwuit.Font
Gets the specified Font from the system.
getFont() - Method in class com.sun.lwuit.Graphics
Returns the font used with the drawString method calls.
getFont() - Method in class com.sun.lwuit.plaf.Style
Returns the font for the component.
getFont(String) - Method in class com.sun.lwuit.util.Resources
Returns the font resource from the file.
getFontResourceNames() - Method in class com.sun.lwuit.util.Resources
Returns the names of the fonts within this bundle.
getFrameCount() - Method in class com.sun.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.lwuit.StaticAnimation
The time in which the given frame should appear.
getGap() - Method in class com.sun.lwuit.Label
Returns the gap in pixels between the icon/text to the Label boundaries.
getGlassPane() - Method in class com.sun.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.ui.ViewOnlyComponent
Returns the graphical content for this component, depending on the current state.
getGraphics() - Method in class com.sun.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.lwuit.Component
Returns the component height.
getHeight() - Method in class com.sun.lwuit.Font
Return the total height of the font.
getHeight() - Method in class com.sun.lwuit.Image
Returns the height of the image.
getHeight() - Method in class com.sun.lwuit.geom.Dimension
Returns the height of the dimension.
getHonorsVisibility() - Method in class com.sun.lwuit.layouts.GroupLayout
Returns whether component visibility is considered when sizing and positioning components.
getHorizontalAlignment() - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Retrieve horizontal alignment.
getHorizontalAlignment() - Method in class com.sun.dtv.ui.ViewOnlyComponent
Retrieve the horizontal alignment for any state-based content in this component.
getHorizontalGroup() - Method in class com.sun.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.
getHorizontalScrollHeight() - Method in class com.sun.lwuit.plaf.LookAndFeel
Returns the default height of a horizontal scroll bar.
getID() - Method in class com.sun.dtv.ui.Plane
Returns this Plane's identification string.
getIcon() - Method in class com.sun.lwuit.Command
Returns the icon representing the command.
getIcon() - Method in class com.sun.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.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.lwuit.Command
Return the command ID.
getIdentifier() - Method in class com.sun.dtv.broadcast.event.BroadcastReceivedEvent
Returns the identifier this BroadcastReceivedEvent.
getImage(String) - Method in class com.sun.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.lwuit.util.Resources
Returns the names of the images within this bundle.
getImages(Border) - Static method in class com.sun.lwuit.plaf.Accessor
Returns the images of the border.
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.lwuit.TextField
Returns the currently selected input mode.
getInputModeOrder() - Method in class com.sun.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.
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(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.
getInstance() - Static method in class com.sun.lwuit.DebugController
Returns the singleton instance of the debug controller.
getInstance() - Static method in class com.sun.lwuit.plaf.UIManager
Singleton instance method.
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.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.
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.
getInteractionState() - Method in class com.sun.dtv.ui.ViewOnlyComponent
Return the current interaction state of the component.
getItemAt(int) - Method in class com.sun.lwuit.list.DefaultListModel
 
getItemAt(int) - Method in interface com.sun.lwuit.list.ListModel
Returns the item at the given offset.
getItemGap() - Method in class com.sun.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.
getKeyEvent() - Method in class com.sun.lwuit.events.ActionEvent
If this event was triggered by a key press this method will return the appropriate keycode.
getKeyboard() - Method in class com.sun.dtv.ui.Screen
Returns the keyboard which can be used to control this screen if any.
getL10N(String, String) - Method in class com.sun.lwuit.util.Resources
Returns a hashmap containing localized String key/value pairs for the given locale name.
getL10NResourceNames() - Method in class com.sun.lwuit.util.Resources
Returns the names of the localization bundles within this bundle.
getLabelPreferredSize(Label) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the label.
getLabelPreferredSize(Label) - Method in class com.sun.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.lwuit.Container
Returns the layout manager responsible for arranging this container.
getLayoutHeight() - Method in class com.sun.lwuit.Container
Returns the height for layout manager purposes, this takes scrolling into consideration unlike the getWidth method.
getLayoutStyle() - Method in class com.sun.lwuit.layouts.GroupLayout
Returns the LayoutStyle instance to use.
getLayoutWidth() - Method in class com.sun.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.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.lwuit.TextArea
Returns the number of text lines in the TextArea.
getListCellRendererComponent(List, Object, int, boolean) - Method in class com.sun.lwuit.list.DefaultListCellRenderer
 
getListCellRendererComponent(List, Object, int, boolean) - Method in interface com.sun.lwuit.list.ListCellRenderer
Returns a component instance that is already set to render "value".
getListFocusComponent(List) - Method in class com.sun.lwuit.list.DefaultListCellRenderer
 
getListFocusComponent(List) - Method in interface com.sun.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.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the list.
getListPreferredSize(List) - Method in class com.sun.lwuit.plaf.LookAndFeel
Returns the preferred size for the list.
getLocation() - Method in class com.sun.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.
getLongClickDuration() - Method in class com.sun.lwuit.TextField
The amount of time considered as a "long click" causing the long click method to be invoked.
getLongClickInputMode() - Method in class com.sun.lwuit.TextField
Returns the input mode for the ong click mode.
getLookAndFeel() - Method in class com.sun.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.lwuit.plaf.Style
Returns the Margin.
getMatte() - Method in interface com.sun.dtv.ui.MatteEnabled
Return the Matte currently associated with the component implementing this interface.
getMatte() - Method in class com.sun.dtv.ui.MatteEnabledComponent
Return the Matte currently associated with the component.
getMatte() - Method in class com.sun.lwuit.Container
 
getMaxSize() - Method in class com.sun.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.
getMaxSupportedFrameRate() - Method in interface com.sun.dtv.media.control.FrameRateControl
Returns the maximum output frame rate.
getMaximumSize(ViewOnlyComponent, String) - Method in class com.sun.dtv.ui.DefaultTextLayoutManager
Provides the maximum size required to render the provided text content in the specified ViewOnlyComponent.
getMaximumSize(ViewOnlyComponent, String, Insets) - Method in class com.sun.dtv.ui.DefaultTextLayoutManager
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.
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.lwuit.plaf.LookAndFeel
Simple getter for the menu icons.
getMenuRenderer() - Method in class com.sun.lwuit.plaf.LookAndFeel
Returns the Menu default renderer.
getMinSupportedBitRate() - Method in interface com.sun.dtv.media.control.BitRateControl
Returns the lowest bit rate that this object can encode the media to.
getMinimumSize(ViewOnlyComponent, String) - Method in class com.sun.dtv.ui.DefaultTextLayoutManager
Provides the minimum size required to render the provided text content in the specified ViewOnlyComponent.
getMinimumSize(ViewOnlyComponent, String, Insets) - Method in class com.sun.dtv.ui.DefaultTextLayoutManager
Provides the minimum size required to render the provided text content in the specified ViewOnlyComponent.
getModel() - Method in class com.sun.lwuit.List
Returns the model underlying the list.
getMonthViewPreferredSize(Component) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the month view component.
getMonthViewPreferredSize(Component) - Method in class com.sun.lwuit.plaf.LookAndFeel
Returns the preferred size for the month view component.
getMonthViewStyle() - Method in class com.sun.lwuit.Calendar
Sets the style of the month view component within the calendar.
getMotion() - Method in class com.sun.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.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, 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.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the down key.
getNextFocusLeft() - Method in class com.sun.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the left key.
getNextFocusRight() - Method in class com.sun.lwuit.Component
Allows us to determine which component will receive focus next when traversing with the right key.
getNextFocusUp() - Method in class com.sun.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.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.
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.lwuit.plaf.Style
Returns the Padding.
getParent() - Method in class com.sun.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.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.audio.AudioEvent
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.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.
getPosition() - Method in class com.sun.lwuit.Component
Obtains the current position the animation is at the point of time of th method call. An animation can be considered as a row of images, this method provides the index within this row.
getPosition() - Method in class com.sun.lwuit.StaticAnimation
Obtains the current position the animation is at the point of time of th method call. An animation can be considered as a row of images, this method provides the index within this row.
getPosition() - Method in class com.sun.lwuit.animations.Transition
Obtains the current position the animation is at the point of time of th method call. An animation can be considered as a row of images, this method provides the index within this row.
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.lwuit.layouts.LayoutStyle
Returns the amount of space to use between two components.
getPreferredSize(ViewOnlyComponent, String) - Method in class com.sun.dtv.ui.DefaultTextLayoutManager
Provides the preferred size required to render the provided text content in the specified ViewOnlyComponent.
getPreferredSize(ViewOnlyComponent, String, Insets) - Method in class com.sun.dtv.ui.DefaultTextLayoutManager
Provides the preferred size required to render the provided text content in the specified ViewOnlyComponent.
getPreferredSize() - Method in class com.sun.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.lwuit.layouts.BorderLayout
 
getPreferredSize(Container) - Method in class com.sun.lwuit.layouts.BoxLayout
 
getPreferredSize(Container) - Method in class com.sun.lwuit.layouts.CoordinateLayout
 
getPreferredSize(Container) - Method in class com.sun.lwuit.layouts.FlowLayout
 
getPreferredSize(Container) - Method in class com.sun.lwuit.layouts.GridLayout
 
getPreferredSize(Container) - Method in class com.sun.lwuit.layouts.GroupLayout
Returns the preferred size for the specified container.
getPreferredSize(Container) - Method in class com.sun.lwuit.layouts.Layout
Returns the container preferred size.
getPressed(Border) - Static method in class com.sun.lwuit.plaf.Accessor
Indicates whether this border is pressed.
getPressedIcon() - Method in class com.sun.lwuit.Button
Indicates the icon that is displayed on the button when the button is in pressed state.
getPressedInstance() - Method in class com.sun.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.
getRGB() - Method in class com.sun.lwuit.Image
Returns the content of this image as a newly created ARGB array.
getRadioButton(int) - Method in class com.sun.lwuit.ButtonGroup
Returns the radio button at the given group index.
getRadioButtonPreferredSize(RadioButton) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the radio button.
getRadioButtonPreferredSize(RadioButton) - Method in class com.sun.lwuit.plaf.LookAndFeel
Returns the preferred size for the radio button.
getReason() - Method in class com.sun.dtv.broadcast.BroadcastException
Retrieves the reason of this exception.
getReason(int) - Method in class 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.
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.lwuit.List
Returns the renderer which is used to draw list elements.
getRenderingPrototype() - Method in class com.sun.lwuit.List
See set rendering prototype.
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.
getRepetitionMode() - Method in class com.sun.lwuit.Component
Returns the repetition mode of this animation in form of a number. The number reads how many repetitions have been determined for this animation.
getRepetitionMode() - Method in class com.sun.lwuit.StaticAnimation
Returns the repetition mode of this animation in form of a number. The number reads how many repetitions have been determined for this animation.
getRepetitionMode() - Method in class com.sun.lwuit.animations.Transition
Returns the repetition mode of this animation in form of a number. The number reads how many repetitions have been determined for this animation.
getResourceBundle() - Method in class com.sun.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.lwuit.util.Resources
Returns the names of the resources within this bundle.
getRolloverIcon() - Method in class com.sun.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.lwuit.TextArea
Returns the number of rows in the text area.
getRowsGap() - Method in class com.sun.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.
getSICodingFormat() - Method in class com.sun.dtv.service.SIDatabase
Returns the coding format of the service information database.
getSIDatabase(Tuner) - Static method in class com.sun.dtv.service.SIDatabase
Returns the SIDatabase instance which corresponds to the native system.
getScalingMode() - Method in class 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 the video output signal represented by 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.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.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.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.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.
getSectionSyntaxIndicator() - 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.
getSelectedDay() - Method in class com.sun.lwuit.Calendar
Returns the time for the current calendar.
getSelectedIndex() - Method in class com.sun.lwuit.ButtonGroup
Return the index of the selected button within the group.
getSelectedIndex() - Method in class com.sun.lwuit.List
Returns the current selected offset in the list.
getSelectedIndex() - Method in class com.sun.lwuit.TabbedPane
Returns the currently selected index for this tabbedpane.
getSelectedIndex() - Method in class com.sun.lwuit.list.DefaultListModel
 
getSelectedIndex() - Method in interface com.sun.lwuit.list.ListModel
Returns the selected list offset.
getSelectedItem() - Method in class com.sun.lwuit.List
Returns the current selected item in the list or null for no selection.
getSelectionTransparency() - Method in class com.sun.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.lwuit.layouts.LayoutStyle
Factory methods for obtaining the current LayoutStyle object appropriate for the current look and feel.
getShiftText() - Method in class com.sun.lwuit.Label
Simple getter to return how many pixels to shift the text inside the Label.
getSideGap() - Method in class com.sun.lwuit.Component
Returns the gap to be left for the side scrollbar on the Y axis.
getSize() - Method in class com.sun.lwuit.Font
Return Optional operation returning the font size for system fonts.
getSize() - Method in class com.sun.lwuit.geom.Rectangle
Return the dimension of the rectangle.
getSize() - Method in class com.sun.lwuit.list.DefaultListModel
 
getSize() - Method in interface com.sun.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.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.lwuit.Form
Returns the number of buttons on the menu bar for use with getSoftButton().
getSoftButtonStyle() - Method in class com.sun.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 to which a DataSectionFilterCollection is currently connected.
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.lwuit.animations.Transition
Returns the source form which is the form from which the animation is starting.
getSource() - Method in class com.sun.lwuit.events.ActionEvent
The element that triggered the action event, useful for decoupling event handling code.
getSourceValue() - Method in class com.sun.lwuit.animations.Motion
The number from which we are starting (usually indicating animation start position).
getSources() - Method in class 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.
getStartTime() - Method in class com.sun.lwuit.animations.Motion
The value of System.currentTimemillis() when motion was started.
getState() - Method in interface com.sun.dtv.application.ApplicationProxy
Gets the state of the Application.
getState() - Method in class com.sun.lwuit.Button
Returns the button state.
getStyle() - Method in class com.sun.lwuit.Component
Returns the Component Style allowing us to manipulate the look of the component.
getStyle() - Method in class com.sun.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.lwuit.TextField
Returns the symbol table for the device.
getTabComponentAt(int) - Method in class com.sun.lwuit.TabbedPane
Returns the tab at index.
getTabCount() - Method in class com.sun.lwuit.TabbedPane
Returns the number of tabs in this tabbedpane.
getTabPlacement() - Method in class com.sun.lwuit.TabbedPane
Returns the placement of the tabs for this tabbedpane.
getTabbedPaneBorderWidth() - Method in class com.sun.lwuit.TabbedPane
The TabbedPane surrounded border width.
getTabbedPaneCell(TabbedPane, String, Image, boolean, boolean, Style, Style, int, int, Dimension, Dimension) - Method in class com.sun.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.lwuit.plaf.LookAndFeel
Draws and return the TabbedPane cell component (renderer) according to each tab orientation, the borders are getting draws.
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.
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.lwuit.Label
Returns the label text.
getText() - Method in class com.sun.lwuit.TextArea
Returns the text in the text area.
getTextAreaPreferredSize(TextArea) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the text area.
getTextAreaPreferredSize(TextArea) - Method in class com.sun.lwuit.plaf.LookAndFeel
Returns the preferred size for the text area.
getTextAt(int) - Method in class com.sun.lwuit.TextArea
Returns the text at the given row of the text box.
getTextContent(int) - Method in class com.sun.dtv.ui.ViewOnlyComponent
Returns the text content for this component, depending on the current state.
getTextFieldPreferredSize(TextField) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Returns the preferred size for the text field.
getTextFieldPreferredSize(TextField) - Method in class com.sun.lwuit.plaf.LookAndFeel
Returns the preferred size for the text field.
getTextLayoutManager() - Method in class 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.lwuit.Label
Returns The position of the text relative to the icon.
getTheme(String) - Method in class com.sun.lwuit.util.Resources
Returns the theme resource from the file.
getThemeName() - Method in class com.sun.lwuit.plaf.UIManager
Returns the name of the current theme for theme switching UI's.
getThemeResourceNames() - Method in class com.sun.lwuit.util.Resources
Returns the names of the images within this bundle.
getThickness(Border) - Static method in class com.sun.lwuit.plaf.Accessor
Returns the border's thickness.
getThreadAndTimeStamp() - Method in class com.sun.lwuit.util.Log
Returns a simple string containing a timestamp and thread name.
getTickerSpeed() - Method in class com.sun.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.lwuit.Form
Default color for the screen tint when a dialog or a menu is shown.
getTitle() - Method in class com.sun.lwuit.Form
Returns the Form title text.
getTitleComponent() - Method in class com.sun.lwuit.Form
Allows modifying the title attributes beyond style (like setting icon/alignment etc).
getTitleStyle() - Method in class com.sun.lwuit.Form
Returns the style of the title.
getTotalAnimationTime() - Method in class com.sun.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.
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.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.lwuit.TabbedPane
Indicates the transition to use when switching between tabs from right to left.
getTransitionOutAnimator() - Method in class com.sun.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.lwuit.TabbedPane
Indicates the transition to use when switching between tabs from left to right.
getTranslateX() - Method in class com.sun.lwuit.Graphics
Returns the current x translate value.
getTranslateY() - Method in class com.sun.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.
getType(Border) - Static method in class com.sun.lwuit.plaf.Accessor
Returns the border type.
getUIID() - Method in class com.sun.lwuit.Button
 
getUIID() - Method in class com.sun.lwuit.Calendar
 
getUIID() - Method in class com.sun.lwuit.CheckBox
 
getUIID() - Method in class com.sun.lwuit.ComboBox
 
getUIID() - Method in class com.sun.lwuit.Component
Unique identifier for a component, must be overriden for a component so a style can be applied to the component.
getUIID() - Method in class com.sun.lwuit.Container
 
getUIID() - Method in class com.sun.lwuit.Form
 
getUIID() - Method in class com.sun.lwuit.Label
 
getUIID() - Method in class com.sun.lwuit.List
 
getUIID() - Method in class com.sun.lwuit.RadioButton
 
getUIID() - Method in class com.sun.lwuit.TabbedPane
 
getUIID() - Method in class com.sun.lwuit.TextArea
 
getUIID() - Method in class com.sun.lwuit.TextField
getUnsupportedChars() - Method in class com.sun.lwuit.TextArea
Unsupported characters is a string that contains characters that cause issues when rendering on some problematic fonts.
getUserInputEventManager() - Method in class com.sun.dtv.ui.Screen
Return the UserInputEventManager of this screen.
getUserInputEventManager(Screen) - Static method in class com.sun.dtv.ui.event.UserInputEventManager
Returns the unique UserInputEventManager for the specified Screen.
getValue() - Method in class com.sun.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.ui.SophisticatedTextLayoutManager
Retrieve vertical alignment.
getVerticalAlignment() - Method in class com.sun.dtv.ui.ViewOnlyComponent
Retrieve the vertical alignment for any state-based content in this component.
getVerticalAlignment() - Method in class com.sun.lwuit.Label
Returns the vertical alignment of the Label, this will only work when the icon is in the side of the text and not above or below it.
getVerticalGroup() - Method in class com.sun.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.
getVerticalScrollWidth() - Method in class com.sun.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.lwuit.Component
Returns the component width.
getWidth() - Method in class com.sun.lwuit.Image
Returns the width of the image.
getWidth() - Method in class com.sun.lwuit.geom.Dimension
Returns the width of the dimension.
getX() - Method in class com.sun.lwuit.Component
Returns the current component x location relatively to its parent container.
getX() - Method in class com.sun.lwuit.geom.Rectangle
Return the x coordinate of the rectangle.
getY() - Method in class com.sun.lwuit.Component
Returns the component y location relatively to its parent container.
getY() - Method in class com.sun.lwuit.geom.Rectangle
Return the y coordinate of the rectangle.
getrefObj() - Method in class com.sun.dtv.filtering.DataSectionFilterEvent
Returns the application data that was passed to the startFiltering method.

H

HORIZONTAL - Static variable in class com.sun.lwuit.List
Indicates the list orientation is HORIZONTAL.
HORIZONTAL - Static variable in class com.sun.lwuit.layouts.GroupLayout
Possible argument when linking sizes of components.
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 class 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 class 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 class 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 class com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with the setHorizontalAlignment method of ViewOnlyComponent.
handle(Callback[]) - Method in interface com.sun.dtv.security.CallbackHandler
Called when a callback needs handling.
handlesInput() - Method in class com.sun.lwuit.Component
Prevents key events from being grabbed for focus traversal.
hasFocus() - Method in class com.sun.lwuit.Component
Returns true if the component has focus.
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.
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.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.
hashCode() - Method in class com.sun.lwuit.Command
 
hashCode() - Method in class com.sun.lwuit.Font
Returns a hash code for this Font.
hashCode() - Method in class com.sun.lwuit.geom.Point
Returns the hashcode for this Point.
hideNotify() - Method in class com.sun.lwuit.Form
This method is only invoked when the underlying canvas for the form is hidden this method isn't called for form based events and is generally usable for suspend/resume based behavior.
hitClip(int, int, int, int) - Method in class com.sun.lwuit.Graphics
Returns true if the specified rectangular area might intersect the current clipping area.

I

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.
INDENT - Static variable in class com.sun.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.
INFO - Static variable in class com.sun.lwuit.util.Log
Constant indicating the logging level Debug is the default and the lowest level followed by info, warning and error.
INITIAL_CAPS_SENTENCE - Static variable in class com.sun.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.lwuit.TextArea
This flag is a hint to the implementation that during text editing, the initial letter of each word should be capitalized.
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.
Image - class com.sun.lwuit.Image.
Abstracts the underlying platform images allowing us to treat them as a uniform object.
Image(Image) - Constructor for class com.sun.lwuit.Image
Creates a new instance of Image out of the java.awt.Image to be wrapped.
IncompatibleSourceException - exception com.sun.dtv.filtering.IncompatibleSourceException.
Signals that the source stream provided is incompatible.
IncompatibleSourceException() - Constructor for class com.sun.dtv.filtering.IncompatibleSourceException
Constructs a IncompatibleSourceException.
IncompatibleSourceException(String) - Constructor for class com.sun.dtv.filtering.IncompatibleSourceException
Constructs a IncompatibleSourceException with a detailed message.
InvalidFilterException - exception com.sun.dtv.filtering.InvalidFilterException.
Signals that a filter has been improperly defined.
InvalidFilterException() - Constructor for class com.sun.dtv.filtering.InvalidFilterException
Constructs a InvalidFilterException.
InvalidFilterException(String) - Constructor for class com.sun.dtv.filtering.InvalidFilterException
Constructs a InvalidFilterException with a detailed message.
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.
indexOfComponent(Component) - Method in class com.sun.lwuit.TabbedPane
Returns the index of the tab for the specified component.
init(Object) - Static method in class com.sun.lwuit.DebugController
Initializes the debug controller.
init(Object, DebugController.ScriptStore) - Static method in class com.sun.lwuit.DebugController
Initializes the debug controller.
init(Component, Component) - Method in class com.sun.lwuit.animations.Transition
Invoked to set the source and destination forms.
initComponent() - Method in class com.sun.lwuit.Component
Allows subclasses to bind functionality that relies on fully initialized and "ready for action" component state.
initComponent() - Method in class com.sun.lwuit.List
 
initComponent() - Method in class com.sun.lwuit.MediaComponent
 
initComponent() - Method in class com.sun.lwuit.TextField
 
initTransition() - Method in class com.sun.lwuit.animations.CommonTransitions
 
initTransition() - Method in class com.sun.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.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.lwuit.util.Log
Installs a log subclass that can replace the logging destination/behavior.
installCommands(Command, Command) - Method in class com.sun.lwuit.TextField
Installs the clear and t9 commands onto the parent form, this method can be overriden to provide device specific placement for these commands.
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.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.
intersects(int, int, int, int) - Method in class com.sun.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.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.lwuit.geom.Rectangle
Helper method allowing us to determine if two coordinate sets intersect.
invalidate() - Method in class com.sun.lwuit.Container
Same as setShouldCalcPreferredSize(true) but made accessible for layout managers.
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.lwuit.Image
Returns true if this is an animated image.
isAnimation() - Method in class com.sun.lwuit.StaticAnimation
Returns true if this is an animated image.
isAnimation(String) - Method in class com.sun.lwuit.util.Resources
Returns true if this is an animation resource.
isAutoDegradeMaxSize() - Static method in class com.sun.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.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. The returned value gives the current situation and does not guarantee that the resource will still be available at a later moment e.g. at reservation time: another application may have taken that resource in the meantime.
isAvailable() - Method in class com.sun.dtv.net.NetworkDevice
Checks whether the given resource is currently available for reservation. The returned value gives the current situation and does not guarantee that the resource will still be available at a later moment e.g. at reservation time: another application may have taken that resource in the meantime.
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. The returned value gives the current situation and does not guarantee that the resource will still be available at a later moment e.g. at reservation time: another application may have taken that resource in the meantime.
isAvailable() - Method in class com.sun.dtv.ui.Plane
Checks whether the given resource is currently available for reservation. The returned value gives the current situation and does not guarantee that the resource will still be available at a later moment e.g. at reservation time: another application may have taken that resource in the meantime.
isAvailable() - Method in class com.sun.dtv.ui.Screen
Checks whether the given resource is currently available for reservation. The returned value gives the current situation and does not guarantee that the resource will still be available at a later moment e.g. at reservation time: another application may have taken that resource in the meantime.
isAvailable() - Method in class com.sun.dtv.ui.event.KeyEvent
Checks whether the given resource is currently available for reservation. The returned value gives the current situation and does not guarantee that the resource will still be available at a later moment e.g. at reservation time: another application may have taken that resource in the meantime.
isAvailable() - Method in class com.sun.dtv.ui.event.MouseEvent
Checks whether the given resource is currently available for reservation. The returned value gives the current situation and does not guarantee that the resource will still be available at a later moment e.g. at reservation time: another application may have taken that resource in the meantime.
isBackgroundPainter() - Method in class com.sun.lwuit.plaf.Border
Returns true if installing this border will override the painting of the component background.
isBold() - Method in class com.sun.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.
isChangeInputMode(int) - Method in class com.sun.lwuit.TextField
Indicates whether the key changes the current input mode.
isClearKey(int) - Method in class com.sun.lwuit.TextField
Returns true if this is the clear key on the device, many devices don't contain a clear key and even in those that contain it this might be an issue.
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.lwuit.events.ActionEvent
Returns true if the event was consumed thus indicating that it was handled.
isCursorPositionCycle() - Method in class com.sun.lwuit.TextField
Returns true if the cursor should cycle to the beginning of the text when the user navigates beyond the edge of the text and visa versa.
isData(String) - Method in class com.sun.lwuit.util.Resources
Returns true if this is a data resource.
isDefaultSmoothScrolling() - Method in class com.sun.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.ui.DTVContainer
Obtains whether all drawing operations performed for this DTVContainer are automatically double buffered.
isDoubleBuffered() - Method in class com.sun.dtv.ui.MatteEnabledComponent
Returns true if double buffering is available and activated.
isEditable() - Method in class com.sun.lwuit.TextArea
Returns true if this area is editable.
isEditingEndTrigger(int) - Method in class com.sun.lwuit.TextField
Indicates whether the given key code should be ignored or should trigger cause editing to end.
isEditingTrigger(int) - Method in class com.sun.lwuit.TextField
Indicates whether the given key code should be ignored or should trigger editing, by default fire or any numeric key should trigger editing implicitly.
isEnabled() - Method in class com.sun.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.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.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.
isFocusPainted() - Method in class com.sun.lwuit.Component
Indicates whether focus should be drawn around the component or whether it will handle its own focus painting.
isFocusable() - Method in class com.sun.lwuit.Component
Returns true if this component can receive focus and is enabled.
isFont(String) - Method in class com.sun.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.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.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.lwuit.Component
Indicates if the component is in the initialized state, a component is initialized when its initComponent() method was invoked.
isInterlaced() - Method in class com.sun.dtv.ui.PlaneSetup
Return whether this setup is interlaced.
isItalic() - Method in class com.sun.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.lwuit.util.Resources
Returns true if this is a generic data resource.
isLoop() - Method in class com.sun.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.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.lwuit.List
Indicate whether pressing the number keys should trigger an action.
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 class com.sun.dtv.ui.MatteEnabledComponent
Returns true if the whole area of the Component (as returned by the com.sun.lwuit.Component#getBounds method, is opaque.
isOpaque() - Method in class com.sun.dtv.ui.ViewOnlyComponent
Obtain information whether the whole area of the component is fully opaque, i.e. all pixels are painted in an opaque color.
isOpaque() - Method in class com.sun.lwuit.Image
Indicates whether this image is opaque or not.
isOverlapSupported() - Method in class com.sun.lwuit.layouts.CoordinateLayout
 
isOverlapSupported() - Method in class com.sun.lwuit.layouts.Layout
This method returns true if the Layout allows Components to Overlap.
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.
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.lwuit.TextField
Returns true if the text field is waiting for a commit on editing.
isPlain() - Method in class com.sun.lwuit.Font
Indicates whether this Font is PLAIN.
isQwertyAutoDetect() - Static method in class com.sun.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.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.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.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.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.lwuit.Form
Allows an individual form to reverse the layout direction of the softbuttons.
isReverseSoftButtons() - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates whether softbuttons should be reversed from their default orientation.
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.
isRunning() - Method in class com.sun.lwuit.Component
Obtains the running mode of an animation. Returns true if the animation is running, false otherwise.
isRunning() - Method in class com.sun.lwuit.StaticAnimation
Obtains the running mode of an animation. Returns true if the animation is running, false otherwise.
isRunning() - Method in class com.sun.lwuit.animations.Transition
Obtains the running mode of an animation. Returns true if the animation is running, false otherwise.
isScaleImage() - Method in class com.sun.lwuit.plaf.Style
Indicates whether the image in the background is scaled.
isScrollVisible() - Method in class com.sun.lwuit.Component
Indicate whether this component scroll is visible.
isScrollable() - Method in class com.sun.lwuit.Component
Indicates whether the component should/could scroll by default a component is not scrollable.
isScrollableX() - Method in class com.sun.lwuit.Component
Indicates whether the component should/could scroll on the X axis.
isScrollableX() - Method in class com.sun.lwuit.Container
 
isScrollableX() - Method in class com.sun.lwuit.List
 
isScrollableY() - Method in class com.sun.lwuit.Component
Indicates whether the component should/could scroll on the Y axis.
isScrollableY() - Method in class com.sun.lwuit.Container
 
isScrollableY() - Method in class com.sun.lwuit.List
 
isScrollableY() - Method in class com.sun.lwuit.TextArea
 
isSelectableInteraction() - Method in class com.sun.lwuit.Button
 
isSelectableInteraction() - Method in class com.sun.lwuit.Component
This method allows a component to indicate that it is interested in an "implicit" select command to appear in the "fire" button when 3 softbuttons are defined in a device.
isSelectableInteraction() - Method in class com.sun.lwuit.List
 
isSelectableInteraction() - Method in class com.sun.lwuit.TextArea
 
isSelected() - Method in class com.sun.lwuit.ButtonGroup
Returns whether a radio button in the group is selected.
isSelected() - Method in class com.sun.lwuit.CheckBox
Return true if the checkbox is selected.
isSelected() - Method in class com.sun.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 background plane that supports the features set in this pattern.
isShowNumbers() - Method in class com.sun.lwuit.list.DefaultListCellRenderer
Indicate whether numbering should exist for the default cell renderer.
isSingleFocusMode() - Method in class com.sun.lwuit.Form
Returns true if there is only one focusable member in this form.
isSmoothScrolling() - Method in class com.sun.lwuit.Component
Indicates that scrolling through the component should work as an animation.
isSmoothScrolling() - Method in class com.sun.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.
isSymbolDialogKey(int) - Method in class com.sun.lwuit.TextField
Returns true if this keycode is the one mapping to the symbol dialog popup.
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.lwuit.util.Resources
Returns true if this is a theme resource.
isThemeColors(Border) - Static method in class com.sun.lwuit.plaf.Accessor
Indicates whether border is in theme colors.
isTickerEnabled() - Method in class com.sun.lwuit.Label
This method return true if the ticker is enabled on this Label.
isTickerRunning() - Method in class com.sun.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.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.
isVisibile() - Method in class com.sun.lwuit.Popup
Returns true if the popup is currently set to visible.
isVisible() - Method in interface com.sun.dtv.application.Application
Gets the visibility of the application to users.
isVisible() - Method in class com.sun.dtv.ui.DTVContainer
Obtains whether a DTVContainer is shown or hidden.
isVisible() - Method in class com.sun.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 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.
jumpTo(int) - Method in class com.sun.lwuit.Component
Forces an animation to jump to the position indicated by the parameter. An animation can be considered as a row of images, the parameter of this method provides the index within this row. If the animation is stopped, a call to this method causes the animation to show the image at the indicated position, but not to start. If the animation is running, a call to this method causes the animation to jump to the image at the indicated position and continue running immediately.
jumpTo(int) - Method in class com.sun.lwuit.StaticAnimation
Forces an animation to jump to the position indicated by the parameter. An animation can be considered as a row of images, the parameter of this method provides the index within this row. If the animation is stopped, a call to this method causes the animation to show the image at the indicated position, but not to start. If the animation is running, a call to this method causes the animation to jump to the image at the indicated position and continue running immediately.
jumpTo(int) - Method in class com.sun.lwuit.animations.Transition
Forces an animation to jump to the position indicated by the parameter. An animation can be considered as a row of images, the parameter of this method provides the index within this row. If the animation is stopped, a call to this method causes the animation to show the image at the indicated position, but not to start. If the animation is running, a call to this method causes the animation to jump to the image at the indicated position and continue running immediately.

K

KeyEvent - class com.sun.dtv.ui.event.KeyEvent.
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 com.sun.dtv.ui.event.KeyListener.
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.
Keyboard - class com.sun.dtv.ui.Keyboard.
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.
keyPressed(int) - Method in class com.sun.lwuit.Button
 
keyPressed(int) - Method in class com.sun.lwuit.Component
If this Component is focused, the key pressed event will call this method.
keyPressed(int) - Method in class com.sun.lwuit.Form
If this Component is focused, the key pressed event will call this method.
keyPressed(int) - Method in class com.sun.lwuit.List
 
keyPressed(int) - Method in class com.sun.lwuit.TextArea
 
keyPressed(int) - Method in class com.sun.lwuit.TextField
 
keyReleased(int) - Method in class com.sun.lwuit.Button
 
keyReleased(int) - Method in class com.sun.lwuit.Component
If this Component is focused, the key released event will call this method.
keyReleased(int) - Method in class com.sun.lwuit.Form
If this Component is focused, the key released event will call this method.
keyReleased(int) - Method in class com.sun.lwuit.List
 
keyReleased(int) - Method in class com.sun.lwuit.TextArea
 
keyReleased(int) - Method in class com.sun.lwuit.TextField
 
keyRepeated(int) - Method in class com.sun.lwuit.Component
If this Component is focused, the key repeat event will call this method.
keyRepeated(int) - Method in class com.sun.lwuit.Form
If this Component is focused, the key repeat event will call this method. Calls key pressed/released by default.

L

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.
LEADING - Static variable in class com.sun.lwuit.layouts.GroupLayout
Possible alignment type.
LEFT - Static variable in class com.sun.lwuit.Component
Box-orientation constant used to specify the left side of a box.
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.
LOADED - Static variable in interface com.sun.dtv.application.ApplicationProxy
The application has been loaded.
LOOP - Static variable in interface com.sun.dtv.ui.Animated
Value for the repetition mode.
Label - class com.sun.lwuit.Label.
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.lwuit.Label
Constructs a new label with the specified string of text, left justified.
Label() - Constructor for class com.sun.lwuit.Label
Construct an empty label.
Label(Image) - Constructor for class com.sun.lwuit.Label
Constructs a new label with the specified icon.
LanguageControl - interface com.sun.dtv.media.language.LanguageControl.
Control to query the supported languages and to set a specific language for a player.
LanguageNotSupportedException - exception com.sun.dtv.media.language.LanguageNotSupportedException.
Exception thrown then a requested language is not supported.
LanguageNotSupportedException() - Constructor for class com.sun.dtv.media.language.LanguageNotSupportedException
Empty Constructor for this exception.
LanguageNotSupportedException(String) - Constructor for class com.sun.dtv.media.language.LanguageNotSupportedException
Constructor for the language exception with a reason code.
Layout - class com.sun.lwuit.layouts.Layout.
Abstract class that can be used to arrange components in a container using a predefined algorithm.
Layout() - Constructor for class com.sun.lwuit.layouts.Layout
 
LayoutStyle - class com.sun.lwuit.layouts.LayoutStyle.
LayoutStyle is used to determine how much space to place between components during layout.
LayoutStyle() - Constructor for class com.sun.lwuit.layouts.LayoutStyle
 
List - class com.sun.lwuit.List.
A set of elements that is rendered using a ListCellRenderer and are extracted via the ListModel.
List(Vector) - Constructor for class com.sun.lwuit.List
Creates a new instance of List.
List(Object[]) - Constructor for class com.sun.lwuit.List
Creates a new instance of List.
List() - Constructor for class com.sun.lwuit.List
Creates a new instance of List with an empty default model.
List(ListModel) - Constructor for class com.sun.lwuit.List
Creates a new instance of List with the given model.
ListCellRenderer - interface com.sun.lwuit.list.ListCellRenderer.
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.
ListFilter - class com.sun.dtv.filtering.ListFilter.
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 com.sun.lwuit.list.ListModel.
Represents the data structure of the list, thus allowing a list to represent any potential data source by referencing different implementations of this interface.
Log - class com.sun.lwuit.util.Log.
Pluggable logging framework that allows a developer to log into storage using the file connector API.
Log() - Constructor for class com.sun.lwuit.util.Log
 
LoginException - exception com.sun.dtv.security.LoginException.
This is the basic login exception.
LoginException() - Constructor for class com.sun.dtv.security.LoginException
Constructs a LoginException with no detail message.
LoginException(String) - Constructor for class com.sun.dtv.security.LoginException
Constructs a LoginException with the specified detail message.
LookAndFeel - class com.sun.lwuit.plaf.LookAndFeel.
Allows a UI developer to completely customize the look of the application by overriding drawing/sizing methods appropriately.
LookAndFeel() - Constructor for class com.sun.lwuit.plaf.LookAndFeel
 
layoutContainer() - Method in class com.sun.lwuit.Container
Performs the layout of the container if a layout is necessary.
layoutContainer(Container) - Method in class com.sun.lwuit.layouts.BorderLayout
 
layoutContainer(Container) - Method in class com.sun.lwuit.layouts.BoxLayout
 
layoutContainer(Container) - Method in class com.sun.lwuit.layouts.CoordinateLayout
 
layoutContainer(Container) - Method in class com.sun.lwuit.layouts.FlowLayout
 
layoutContainer(Container) - Method in class com.sun.lwuit.layouts.GridLayout
 
layoutContainer(Container) - Method in class com.sun.lwuit.layouts.GroupLayout
Lays out the specified container.
layoutContainer(Container) - Method in class com.sun.lwuit.layouts.Layout
Layout the given parent container children.
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.lwuit.Graphics
Makes the current color slightly lighter, this is useful for many visual effects.
linkSize(Component[]) - Method in class com.sun.lwuit.layouts.GroupLayout
Forces the set of components to have the same size.
linkSize(Component[], int) - Method in class com.sun.lwuit.layouts.GroupLayout
Forces the set of components to have the same size.
listDirectory() - Method in class com.sun.dtv.broadcast.BroadcastFile
Lists the directory contents of this BroadcastFile object.
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.
loadScript(InputStream) - Static method in class com.sun.lwuit.DebugController
Allows loading a script from an arbitrary stream.
loadTheme(InputStream) - Method in class com.sun.lwuit.plaf.UIManager
Loads a theme from the given input stream.
localize(String, String) - Method in class com.sun.lwuit.plaf.UIManager
Localizes the given string from the resource bundle if such a String exists in the resource bundle.
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.
logout() - Method in class com.sun.dtv.security.AuthProvider
Log out from this provider.
longKeyPress(int) - Method in class com.sun.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.lwuit.Form
If this Component is focused this method is invoked when the user presses and holds the key.

M

MARGIN - Static variable in class com.sun.lwuit.plaf.Style
Margin attribute name for the theme hashtable.
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.
MATURITY_RATING - Static variable in class com.sun.dtv.transport.ConditionalAccessDeniedException
user does not have suitable maturity.
MATURITY_RATING_DIALOG - Static variable in class com.sun.dtv.transport.ConditionalAccessDeniedException
user dialog needed for maturity.
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.
Matte - interface com.sun.dtv.ui.Matte.
Basic interface for all Matte classes.
MatteEnabled - interface com.sun.dtv.ui.MatteEnabled.
The aim of this interface is to enable components for matte compositing.
MatteEnabledComponent - class com.sun.dtv.ui.MatteEnabledComponent.
This class extends the com.sun.lwuit.Component class by implementing the MatteEnabled interface.
MatteEnabledComponent() - Constructor for class com.sun.dtv.ui.MatteEnabledComponent
 
MatteException - exception com.sun.dtv.ui.MatteException.
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 class com.sun.dtv.ui.MatteException
Constructs a MatteException object.
MatteException(String) - Constructor for class com.sun.dtv.ui.MatteException
Constructs a MatteException object.
MediaComponent - class com.sun.lwuit.MediaComponent.
A component allowing us to embed and control rich media content.
MediaComponent(Player) - Constructor for class com.sun.lwuit.MediaComponent
Creates a new instance of MediaComponent.
MediaPresentedEvent - interface com.sun.dtv.media.MediaPresentedEvent.
This Event is generated after a javax.media.Player has transfered into the Started sate.
MediaTimeEvent - interface com.sun.dtv.media.timeline.MediaTimeEvent.
Event to inform the application about media time changes.
MediaTimeListener - interface com.sun.dtv.media.timeline.MediaTimeListener.
Listener interface to receive media time events.
MediaTimePositionControl - interface com.sun.dtv.media.timeline.MediaTimePositionControl.
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.
Motion - class com.sun.lwuit.animations.Motion.
Abstracts the notion of physical motion over time from a numeric location to another.
Motion(int, int, int) - Constructor for class com.sun.lwuit.animations.Motion
Construct a point/destination motion.
Motion(int, float, float) - Constructor for class com.sun.lwuit.animations.Motion
Construct a velocity motion.
Mouse - class com.sun.dtv.ui.Mouse.
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.
MouseEvent - class com.sun.dtv.ui.event.MouseEvent.
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 com.sun.dtv.ui.event.MouseListener.
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.
MpegAudioControl - interface com.sun.dtv.media.control.MpegAudioControl.
This interface is a Control for retrieving the parameters for MPEG audio.
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.
merge(Style) - Method in class com.sun.lwuit.plaf.Style
Merges the new style with the current style without changing the elements that were modified.
modelChanged(int) - Method in class com.sun.lwuit.ComboBox
Reset popup data on model change to allow the popup to refresh with the right details.
modelChanged(int, int) - Method in class com.sun.lwuit.List
Callback to allow subclasses to react to a change in the model.
modifyAlpha(byte) - Method in class com.sun.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.lwuit.Image
Creates a new image instance with the alpha channel of opaque/translucent pixels within the image using the new alpha value.
month - Variable in class com.sun.lwuit.Calendar
The month.
move(int, int) - Method in class com.sun.lwuit.geom.Point
Moves this point to the specified location in the (x, y) coordinate plane.

N

NON_PREDICTIVE - Static variable in class com.sun.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.lwuit.layouts.BorderLayout
The north layout constraint (top of container).
NORTH - Static variable in class com.sun.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 class com.sun.dtv.transport.ConditionalAccessDeniedException
access possible under certain conditions.
NOT_POSSIBLE_TECHNICAL - Static variable in class 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.
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 class 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.
NUMERIC - Static variable in class com.sun.lwuit.TextArea
The user is allowed to enter only an integer value.
NUM_STATES - Static variable in class com.sun.dtv.test.Report
Number of report types which are predefined as "constants".
NetworkBoundLocator - class com.sun.dtv.locator.NetworkBoundLocator.
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 com.sun.dtv.net.NetworkDevice.
Represents every physical instance of any network mean on which IP (TCP, UDP) communication can be achieved by the platform.
NetworkDevicePermission - class com.sun.dtv.net.NetworkDevicePermission.
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 com.sun.dtv.net.NetworkDeviceStatusListener.
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.
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.
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.

O

OTHER - Static variable in class 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.
OverlayTextControl - interface com.sun.dtv.media.text.OverlayTextControl.
Interface to provide control for "Subtitles" and "Closed Captioning".
OverlayTextEvent - interface com.sun.dtv.media.text.OverlayTextEvent.
Events that report changes in the OverlayText, Subtitle or CloseCaption.
OverlayTextListener - interface com.sun.dtv.media.text.OverlayTextListener.
Listener Interface to receive Overlay Text specific Events.
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.lwuit.Dialog
 
onShow() - Method in class com.sun.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.lwuit.util.Resources
Creates a resource object from the local JAR resource identifier.
open(InputStream) - Static method in class com.sun.lwuit.util.Resources
Creates a resource object from the given input stream.
overlayTextEvent(OverlayTextEvent) - Method in interface com.sun.dtv.media.text.OverlayTextListener
Receives Close Caption events.

P

PADDING - Static variable in class com.sun.lwuit.plaf.Style
Padding attribute name for the theme hashtable.
PASSED - Static variable in class com.sun.dtv.test.Report
A report type indicating that the test was executed and was successful.
PASSWORD - Static variable in class com.sun.lwuit.TextArea
Indicates that the text entered is confidential data that should be obscured whenever possible.
PAUSED - Static variable in interface com.sun.dtv.application.ApplicationProxy
The application has been paused.
PHONENUMBER - Static variable in class com.sun.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.
POSSIBLE - Static variable in class 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.lwuit.layouts.GroupLayout
Possible value for the add methods that takes a Component.
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.
Painter - interface com.sun.lwuit.Painter.
Painter can be used to draw on components backgrounds.
PainterChain - class com.sun.lwuit.painter.PainterChain.
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.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.
PassThroughAPDUConnection - interface com.sun.dtv.smartcard.PassThroughAPDUConnection.
This is a Tagging Interface to identify a specific APDU connection object for direct communication with a smartcard.
Plane - class com.sun.dtv.ui.Plane.
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 com.sun.dtv.ui.PlaneSetup.
The PlaneSetup class is capable to describe the characteristics of a Plane.
PlaneSetup() - Constructor for class com.sun.dtv.ui.PlaneSetup
 
PlaneSetupEvent - class com.sun.dtv.ui.event.PlaneSetupEvent.
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 com.sun.dtv.ui.event.PlaneSetupListener.
This listener is used to monitor when the setup of an Plane is modified.
PlaneSetupPattern - class com.sun.dtv.ui.PlaneSetupPattern.
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 com.sun.lwuit.geom.Point.
A point representing a location in (x, y) coordinate space, specified in integer precision.
Point() - Constructor for class com.sun.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.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.lwuit.geom.Point
Constructs and initializes a point with the same location as the specified Point object.
Popup - class com.sun.lwuit.Popup.
Used to pop up a Component on the screen, this element is used for the combo box pulldown and the menu.
Popup(Form, Component) - Constructor for class com.sun.lwuit.Popup
Creates a new popup with with the given parent form and content.
Popup(Component) - Constructor for class com.sun.lwuit.Popup
Uses the current form as default for this popup.
p(String) - Static method in class com.sun.lwuit.util.Log
Default println method invokes the print instance method, uses DEBUG level.
p(String, int) - Static method in class com.sun.lwuit.util.Log
Default println method invokes the print instance method, uses given level.
paint(Graphics) - Method in interface com.sun.dtv.ui.Animated
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.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
If the current background mode is BACKGROUND_FILL, the whole area of the DTVContainer is filled with the current background color first.
paint(Graphics) - Method in class com.sun.dtv.ui.ViewOnlyComponent
Method to paint the component.
paint(Graphics) - Method in class com.sun.lwuit.Button
 
paint(Graphics) - Method in class com.sun.lwuit.Calendar
 
paint(Graphics) - Method in class com.sun.lwuit.CheckBox
 
paint(Graphics) - Method in class com.sun.lwuit.ComboBox
 
paint(Graphics) - Method in class com.sun.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.lwuit.Container
 
paint(Graphics) - Method in class com.sun.lwuit.Form
paint(Graphics) - Method in class com.sun.lwuit.Label
 
paint(Graphics) - Method in class com.sun.lwuit.List
 
paint(Graphics) - Method in class com.sun.lwuit.MediaComponent
 
paint(Graphics, Rectangle) - Method in interface com.sun.lwuit.Painter
Draws inside the given rectangle clipping area.
paint(Graphics) - Method in class com.sun.lwuit.RadioButton
 
paint(Graphics) - Method in class com.sun.lwuit.StaticAnimation
 
paint(Graphics) - Method in class com.sun.lwuit.TabbedPane
 
paint(Graphics) - Method in class com.sun.lwuit.TextArea
 
paint(Graphics) - Method in class com.sun.lwuit.TextField
 
paint(Graphics) - Method in class com.sun.lwuit.animations.CommonTransitions
 
paint(Graphics) - Method in class com.sun.lwuit.animations.Transition
 
paint(Graphics, Rectangle) - Method in class com.sun.lwuit.painter.BackgroundPainter
 
paint(Graphics, Rectangle) - Method in class com.sun.lwuit.painter.PainterChain
 
paint(Graphics, Component) - Method in class com.sun.lwuit.plaf.Border
Draws the border for the given component, this method is called before a call to background painting is made.
paintBackground(Graphics) - Method in class com.sun.lwuit.Component
Paints the background of the component, invoked with the clipping region and appropriate scroll translation.
paintBackground(Graphics) - Method in class com.sun.lwuit.Form
Exposing the background painting for the benefit of animations.
paintBackground(Graphics) - Method in class com.sun.lwuit.MediaComponent
 
paintBackgrounds(Graphics) - Method in class com.sun.lwuit.Component
This method paints all the parents Components Background.
paintBackgrounds(Graphics) - Method in class com.sun.lwuit.MediaComponent
 
paintBorder(Graphics) - Method in class com.sun.lwuit.Component
Draws the component border if such a border exists.
paintBorderBackground(Graphics, Component) - Method in class com.sun.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.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.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.
paintScrollbarX(Graphics) - Method in class com.sun.lwuit.Component
Paints the UI for the scrollbar on the X axis, this method allows component subclasses to customize the look of a scrollbar.
paintScrollbarY(Graphics) - Method in class com.sun.lwuit.Component
Paints the UI for the scrollbar on the Y axis, this method allows component subclasses to customize the look of a scrollbar.
paintScrollbarY(Graphics) - Method in class com.sun.lwuit.TextArea
 
paintScrollbars(Graphics) - Method in class com.sun.lwuit.Component
Paints the UI for the scrollbars on the component, this will be invoked only for scrollable components.
paramString() - Method in class com.sun.lwuit.CheckBox
 
paramString() - Method in class com.sun.lwuit.Component
Returns a string representing the state of this component.
paramString() - Method in class com.sun.lwuit.Container
 
paramString() - Method in class com.sun.lwuit.Form
paramString() - Method in class com.sun.lwuit.Label
 
paramString() - Method in class com.sun.lwuit.List
 
passed(TestCase, String) - Static method in class com.sun.dtv.test.Report
Create a Report to indicate the successful outcome of a test.
pause() - Method in interface com.sun.dtv.application.ApplicationProxy
Requests the application be paused.
pointerDragged(int, int) - Method in class com.sun.lwuit.Component
If this Component is focused, the pointer dragged event will call this method.
pointerDragged(int, int) - Method in class com.sun.lwuit.Form
If this Component is focused, the pointer dragged event will call this method.
pointerDragged(int, int) - Method in class com.sun.lwuit.List
 
pointerPressed(int, int) - Method in class com.sun.lwuit.Button
 
pointerPressed(int, int) - Method in class com.sun.lwuit.Component
If this Component is focused, the pointer pressed event will call this method.
pointerPressed(int, int) - Method in class com.sun.lwuit.Container
 
pointerPressed(int, int) - Method in class com.sun.lwuit.Form
pointerReleased(int, int) - Method in class com.sun.lwuit.Button
 
pointerReleased(int, int) - Method in class com.sun.lwuit.ComboBox
 
pointerReleased(int, int) - Method in class com.sun.lwuit.Component
If this Component is focused, the pointer released event will call this method.
pointerReleased(int, int) - Method in class com.sun.lwuit.Form
If this Component is focused, the pointer released event will call this method.
pointerReleased(int, int) - Method in class com.sun.lwuit.List
 
pointerReleased(int, int) - Method in class com.sun.lwuit.TextArea
 
pointerReleased(int, int) - Method in class com.sun.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.
prependPainter(Painter) - Method in class com.sun.lwuit.painter.PainterChain
Creates a new chain based on the existing chain with the new element added at the beginning.
pressKey(int) - Method in class com.sun.lwuit.DebugController
Allows a developer to manually deliver an event to LWUIT, this method is thread safe.
pressPointer(int, int) - Method in class com.sun.lwuit.DebugController
Allows a developer to manually deliver an event to LWUIT, this method is thread safe.
print(String, int) - Method in class com.sun.lwuit.util.Log
Default log implementation prints to the console and the file connector if applicable.
processEvent(AWTEvent) - Method in class com.sun.dtv.ui.MatteEnabledComponent
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.
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.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

REASON_INCONSISTENT_MESSAGE - Static variable in class 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 class com.sun.dtv.broadcast.BroadcastException
This reason code is used if this operation is not supported.
REASON_INVALID_PATH - Static variable in class 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 class 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 class com.sun.dtv.broadcast.BroadcastException
This reason code is used if no other reason code applies.
REASON_TIMEOUT - Static variable in class com.sun.dtv.broadcast.BroadcastException
This reason code is used if timeout occurs while reading from the broadcast stream.
REASON_UNSUPPORTED - Static variable in class com.sun.dtv.broadcast.BroadcastException
This reason code is used if this operation is not supported.
RELATED - Static variable in class com.sun.lwuit.layouts.LayoutStyle
Possible argument to getPreferredGap.
REMOVED - Static variable in interface com.sun.lwuit.events.DataChangedListener
Type value for removed data in ListModel.
REPEATING - Static variable in interface com.sun.dtv.ui.Animated
Value for the animation mode.
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.
RIGHT - Static variable in class com.sun.lwuit.Component
Box-orientation constant used to specify the right side of a box.
RadioButton - class com.sun.lwuit.RadioButton.
RadioButton is a Button that maintains a selection state exclusively within a specific ButtonGroup.
RadioButton(String) - Constructor for class com.sun.lwuit.RadioButton
Constructs a radio with the given text.
RadioButton() - Constructor for class com.sun.lwuit.RadioButton
Creates an empty radio button.
RadioButton(Image) - Constructor for class com.sun.lwuit.RadioButton
Constructs a radio with the given icon.
RadioButton(String, Image) - Constructor for class com.sun.lwuit.RadioButton
Constructs a radio with the given text and icon.
Rectangle - class com.sun.lwuit.geom.Rectangle.
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.lwuit.geom.Rectangle
Creates a new instance of Rectangle.
Rectangle(int, int, Dimension) - Constructor for class com.sun.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.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.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.lwuit.geom.Rectangle
A copy Constructor.
Rectangle(Rectangle) - Constructor for class com.sun.lwuit.geom.Rectangle
Creates a new instance of Rectangle with parameters taken from an instance of java.awt.Rectangle.
RemoteControl - class com.sun.dtv.ui.RemoteControl.
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 com.sun.dtv.ui.event.RemoteControlEvent.
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.
Report - class com.sun.dtv.test.Report.
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.
ResourceTypeListener - interface com.sun.dtv.resources.ResourceTypeListener.
Listener to be notified about status changes about resources of the same type of the object to which that listener has been attached to.
Resources - class com.sun.lwuit.util.Resources.
Loads resources from the binary resource file generated during the build process.
ResumeEvent - interface com.sun.dtv.media.ResumeEvent.
Indicating that a resume action has happen either from an application or from the user.
receiveTuningEvent(TuningEvent) - Method in interface com.sun.dtv.tuner.TunerListener
Notifies the listener of a tuning event.
received(BroadcastReceivedEvent) - Method in interface com.sun.dtv.broadcast.event.BroadcastEventListener
Notifies the BroadcastEventListener that the BroadcastEvent has been received in the broadcast.
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.lwuit.Calendar
 
refreshTheme() - Method in class com.sun.lwuit.Component
Makes sure the component is up to date with the current style object.
refreshTheme(String) - Method in class com.sun.lwuit.Component
Makes sure the component is up to date with the given UIID.
refreshTheme() - Method in class com.sun.lwuit.Container
 
refreshTheme() - Method in class com.sun.lwuit.Dialog
 
refreshTheme() - Method in class com.sun.lwuit.Form
 
refreshTheme() - Method in class com.sun.lwuit.List
 
refreshTheme() - Method in class com.sun.lwuit.TabbedPane
 
registerAnimated(Animated) - Method in class com.sun.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.
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.

The resource will be made available to another application across the platform. After calling this method, it is no more possible to interact with the given resource: calls to critical methods of that scarce resource must be ignored and may throw IllegalStateException. This assertion is valid and the behavior required for any class implementing the ScarceResource interface. In order to interact again with the given resource, the application must call the reserve() method and become the owner again.

The implementation may dispose any system resources that this object is using. After the implementation must not call any of the methods of the listener that was attached at reservation time.

If the resource was already available (i.e. not reserved), this method does nothing.

release() - Method in class com.sun.dtv.net.NetworkDevice
Releases this resource.

The resource will be made available to another application across the platform. After calling this method, it is no more possible to interact with the given resource: calls to critical methods of that scarce resource must be ignored and may throw IllegalStateException. This assertion is valid and the behavior required for any class implementing the ScarceResource interface. In order to interact again with the given resource, the application must call the reserve() method and become the owner again.

The implementation may dispose any system resources that this object is using. After the implementation must not call any of the methods of the listener that was attached at reservation time.

If the resource was already available (i.e. not reserved), this method does nothing.

In the case the network device is connected when this method is being called, the implementation must call implicitly NetworkDevice.disconnect() before returning.
release() - Method in interface com.sun.dtv.resources.ScarceResource
Releases this resource.
release() - Method in class com.sun.dtv.tuner.Tuner
Releases this resource.

The resource will be made available to another application across the platform. After calling this method, it is no more possible to interact with the given resource: calls to critical methods of that scarce resource must be ignored and may throw IllegalStateException. This assertion is valid and the behavior required for any class implementing the ScarceResource interface. In order to interact again with the given resource, the application must call the reserve() method and become the owner again.

The implementation may dispose any system resources that this object is using. After the implementation must not call any of the methods of the listener that was attached at reservation time.

If the resource was already available (i.e. not reserved), this method does nothing.

release() - Method in class com.sun.dtv.ui.Plane
Releases this resource.

The resource will be made available to another application across the platform. After calling this method, it is no more possible to interact with the given resource: calls to critical methods of that scarce resource must be ignored and may throw IllegalStateException. This assertion is valid and the behavior required for any class implementing the ScarceResource interface. In order to interact again with the given resource, the application must call the reserve() method and become the owner again.

The implementation may dispose any system resources that this object is using. After the implementation must not call any of the methods of the listener that was attached at reservation time.

If the resource was already available (i.e. not reserved), this method does nothing.

release() - Method in class com.sun.dtv.ui.Screen
Releases this resource.

The resource will be made available to another application across the platform. After calling this method, it is no more possible to interact with the given resource: calls to critical methods of that scarce resource must be ignored and may throw IllegalStateException. This assertion is valid and the behavior required for any class implementing the ScarceResource interface. In order to interact again with the given resource, the application must call the reserve() method and become the owner again.

The implementation may dispose any system resources that this object is using. After the implementation must not call any of the methods of the listener that was attached at reservation time.

If the resource was already available (i.e. not reserved), this method does nothing.

release() - Method in class com.sun.dtv.ui.event.KeyEvent
Releases this resource.

The resource will be made available to another application across the platform. After calling this method, it is no more possible to interact with the given resource: calls to critical methods of that scarce resource must be ignored and may throw IllegalStateException. This assertion is valid and the behavior required for any class implementing the ScarceResource interface. In order to interact again with the given resource, the application must call the reserve() method and become the owner again.

The implementation may dispose any system resources that this object is using. After the implementation must not call any of the methods of the listener that was attached at reservation time.

If the resource was already available (i.e. not reserved), this method does nothing.

release() - Method in class com.sun.dtv.ui.event.MouseEvent
Releases this resource.

The resource will be made available to another application across the platform. After calling this method, it is no more possible to interact with the given resource: calls to critical methods of that scarce resource must be ignored and may throw IllegalStateException. This assertion is valid and the behavior required for any class implementing the ScarceResource interface. In order to interact again with the given resource, the application must call the reserve() method and become the owner again.

The implementation may dispose any system resources that this object is using. After the implementation must not call any of the methods of the listener that was attached at reservation time.

If the resource was already available (i.e. not reserved), this method does nothing.

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.
releaseKey(int) - Method in class com.sun.lwuit.DebugController
Allows a developer to manually deliver an event to LWUIT, this method is thread safe.
releasePointer(int, int) - Method in class com.sun.lwuit.DebugController
Allows a developer to manually deliver an event to LWUIT, this method is thread safe.
releaseRequested(ScarceResource) - Method in interface com.sun.dtv.resources.ScarceResourceListener
Reports that resource is being requested by another application.
released(int) - Method in interface com.sun.dtv.resources.ResourceTypeListener
Reports that a resource has been reserved.
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.
remove(RadioButton) - Method in class com.sun.lwuit.ButtonGroup
Removes a RadioButton from the group.
removeActionListener(ActionListener) - Method in class com.sun.lwuit.Button
Removes the given action listener from the button.
removeActionListener(ActionListener) - Method in class com.sun.lwuit.Calendar
Fires when a change is made to the month view of this component.
removeActionListener(ActionListener) - Method in class com.sun.lwuit.List
Allows binding a listener to user selection actions.
removeActionListener(ActionListener) - Method in class com.sun.lwuit.TextArea
Removes an action listener.
removeAll() - Method in class com.sun.lwuit.Container
remove all Components from container.
removeAll() - Method in class com.sun.lwuit.Form
Removes all Components from the Content Pane.
removeAll() - Method in class com.sun.lwuit.list.DefaultListModel
Removes all elements from the model.
removeAllCommands() - Method in class com.sun.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.lwuit.Form
Removes the command from the menu bar softkeys.
removeCommands(Command, Command, Command) - Method in class com.sun.lwuit.TextField
Removes the clear and t9 commands from the parent form, this method can be overriden to provide device specific placement for these commands.
removeComponent(Component) - Method in class com.sun.lwuit.Container
removes a Component from the Container.
removeComponent(Component) - Method in class com.sun.lwuit.Form
Removes a component from the Form's Content Pane.
removeDataChangeListener(DataChangedListener) - Method in class com.sun.lwuit.TextField
Removes the listener for data change events.
removeDataChangedListener(DataChangedListener) - Method in class com.sun.lwuit.list.DefaultListModel
 
removeDataChangedListener(DataChangedListener) - Method in interface com.sun.lwuit.list.ListModel
Invoked to indicate no further interest in future change events.
removeFocusListener(FocusListener) - Method in class com.sun.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.lwuit.Form
Removes a game key listener from the given game keycode.
removeItem(int) - Method in class com.sun.lwuit.list.DefaultListModel
 
removeItem(int) - Method in interface com.sun.lwuit.list.ListModel
Removes the item at the specified position in this list.
removeKeyListener(int, ActionListener) - Method in class com.sun.lwuit.Form
Removes a key listener from the given keycode.
removeLayoutComponent(Component) - Method in class com.sun.lwuit.layouts.BorderLayout
 
removeLayoutComponent(Component) - Method in class com.sun.lwuit.layouts.GroupLayout
Notification that a Component has been removed from the parent container.
removeLayoutComponent(Component) - Method in class com.sun.lwuit.layouts.Layout
Removes the component from the layout this operation is only useful if the layout maintains references to components within it.
removeListener(AppManagerListener) - Method in class com.sun.dtv.application.AppManager
Remove a listener registered for changes in available applications.
removeListener(AppProxyListener) - Method in interface com.sun.dtv.application.ApplicationProxy
Remove a listener registered for changes.
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().
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.Plane
Removes a previously attached listener.
removeResourceTypeListener(ResourceTypeListener) - Static method in class com.sun.dtv.ui.Screen
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.
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.
removeScreen(Screen) - Method in class com.sun.dtv.ui.Device
Removes the specified Screen from this Device.
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.lwuit.List
Invoked to indicate no further interest in future selection events.
removeSelectionListener(SelectionListener) - Method in class com.sun.lwuit.list.DefaultListModel
 
removeSelectionListener(SelectionListener) - Method in interface com.sun.lwuit.list.ListModel
Invoked to indicate no further interest in future selection events.
removeStyleListener(StyleListener) - Method in class com.sun.lwuit.plaf.Style
Removes a Style Listener from the Style Object.
removeTabAt(int) - Method in class com.sun.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.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.lwuit.Component
Repaint the specified area of this Component.
repaint() - Method in class com.sun.lwuit.list.DefaultListCellRenderer
Overriden to do nothing and remove a performance issue where renderer changes perform needless repaint calls.
replace(Component, Component, Transition) - Method in class com.sun.lwuit.Container
This method replaces the current Component with the next Component.
replace(Component, Component, Transition) - Method in class com.sun.lwuit.Form
 
replace(Component, Component) - Method in class com.sun.lwuit.layouts.GroupLayout
Removes an existing component replacing it with the specified component.
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.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.lwuit.TabbedPane
 
reserve(boolean, long, ScarceResourceListener) - Method in class com.sun.dtv.filtering.DataSectionFilterCollection
Requests reservation of the given scarce resource instance. The method will block until this instance is available. The method returns normally only if the reservation succeeded. All other cases are handled by exceptions.

First, if there is a security manager, its checkPermission method is called with the permission ScarceResourcePermission(name, "reserve"). If force is moreover set to true, then the permission is also checked on ScarceResourcePermission(name, "force").

During the reservation process, if that resource instance is already allocated, the implementation must notify the current owner of that resource about the reservation request via the ScarceResourceListener interface:

The listener will be used for such notification only until this resource is released. After releasing, the implementation must not call any of the listener's interface methods.

After that first event, the implementation will proceed accordingly and release (or not) the requested resource. In case the implementation releases the resource, it will trigger a ScarceResourceListener.released() event to the original listening owner of the resource to inform him that the resource does not belong to him anymore.

The application may control the time to wait for such a resource to be available by setting timeoutms. In case the duration of the reservation exceeds the time expressed in timeoutms, a TimeoutException is thrown.

Under normal operation, resources are released using the release method. However, in the case where the application does not release resources when requested or the application is terminated, the implementation must release all resources allocated to the application to allow other applications to be notified of changes in resource allocation and to be able to reserve them. See the Resource Cleanup section of the application lifecycle.

reserve(boolean, long, ScarceResourceListener) - Method in class com.sun.dtv.net.NetworkDevice
Requests reservation of the given scarce resource instance. The method will block until this instance is available. The method returns normally only if the reservation succeeded. All other cases are handled by exceptions.

First, if there is a security manager, its checkPermission method is called with the permission ScarceResourcePermission(name, "reserve"). If force is moreover set to true, then the permission is also checked on ScarceResourcePermission(name, "force").

During the reservation process, if that resource instance is already allocated, the implementation must notify the current owner of that resource about the reservation request via the ScarceResourceListener interface:

The listener will be used for such notification only until this resource is released. After releasing, the implementation must not call any of the listener's interface methods.

After that first event, the implementation will proceed accordingly and release (or not) the requested resource. In case the implementation releases the resource, it will trigger a ScarceResourceListener.released() event to the original listening owner of the resource to inform him that the resource does not belong to him anymore.

The application may control the time to wait for such a resource to be available by setting timeoutms. In case the duration of the reservation exceeds the time expressed in timeoutms, a TimeoutException is thrown.

Under normal operation, resources are released using the release method. However, in the case where the application does not release resources when requested or the application is terminated, the implementation must release all resources allocated to the application to allow other applications to be notified of changes in resource allocation and to be able to reserve them. See the Resource Cleanup section of the application lifecycle.

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. The method will block until this instance is available. The method returns normally only if the reservation succeeded. All other cases are handled by exceptions.

First, if there is a security manager, its checkPermission method is called with the permission ScarceResourcePermission(name, "reserve"). If force is moreover set to true, then the permission is also checked on ScarceResourcePermission(name, "force").

During the reservation process, if that resource instance is already allocated, the implementation must notify the current owner of that resource about the reservation request via the ScarceResourceListener interface:

The listener will be used for such notification only until this resource is released. After releasing, the implementation must not call any of the listener's interface methods.

After that first event, the implementation will proceed accordingly and release (or not) the requested resource. In case the implementation releases the resource, it will trigger a ScarceResourceListener.released() event to the original listening owner of the resource to inform him that the resource does not belong to him anymore.

The application may control the time to wait for such a resource to be available by setting timeoutms. In case the duration of the reservation exceeds the time expressed in timeoutms, a TimeoutException is thrown.

Under normal operation, resources are released using the release method. However, in the case where the application does not release resources when requested or the application is terminated, the implementation must release all resources allocated to the application to allow other applications to be notified of changes in resource allocation and to be able to reserve them. See the Resource Cleanup section of the application lifecycle.

* * * @throws SecurityException If the caller does not have * ScarceResourcePermission("tuner", "reserve"), * or if force is true * and the caller does not have * ScarceResourcePermission("tuner", "force").
reserve(boolean, long, ScarceResourceListener) - Method in class com.sun.dtv.ui.Plane
Requests reservation of the given scarce resource instance. The method will block until this instance is available. The method returns normally only if the reservation succeeded. All other cases are handled by exceptions.

First, if there is a security manager, its checkPermission method is called with the permission ScarceResourcePermission(name, "reserve"). If force is moreover set to true, then the permission is also checked on ScarceResourcePermission(name, "force").

During the reservation process, if that resource instance is already allocated, the implementation must notify the current owner of that resource about the reservation request via the ScarceResourceListener interface:

The listener will be used for such notification only until this resource is released. After releasing, the implementation must not call any of the listener's interface methods.

After that first event, the implementation will proceed accordingly and release (or not) the requested resource. In case the implementation releases the resource, it will trigger a ScarceResourceListener.released() event to the original listening owner of the resource to inform him that the resource does not belong to him anymore.

The application may control the time to wait for such a resource to be available by setting timeoutms. In case the duration of the reservation exceeds the time expressed in timeoutms, a TimeoutException is thrown.

Under normal operation, resources are released using the release method. However, in the case where the application does not release resources when requested or the application is terminated, the implementation must release all resources allocated to the application to allow other applications to be notified of changes in resource allocation and to be able to reserve them. See the Resource Cleanup section of the application lifecycle.

reserve(boolean, long, ScarceResourceListener) - Method in class com.sun.dtv.ui.Screen
Requests reservation of the given scarce resource instance. The method will block until this instance is available. The method returns normally only if the reservation succeeded. All other cases are handled by exceptions.

First, if there is a security manager, its checkPermission method is called with the permission ScarceResourcePermission(name, "reserve"). If force is moreover set to true, then the permission is also checked on ScarceResourcePermission(name, "force").

During the reservation process, if that resource instance is already allocated, the implementation must notify the current owner of that resource about the reservation request via the ScarceResourceListener interface:

The listener will be used for such notification only until this resource is released. After releasing, the implementation must not call any of the listener's interface methods.

After that first event, the implementation will proceed accordingly and release (or not) the requested resource. In case the implementation releases the resource, it will trigger a ScarceResourceListener.released() event to the original listening owner of the resource to inform him that the resource does not belong to him anymore.

The application may control the time to wait for such a resource to be available by setting timeoutms. In case the duration of the reservation exceeds the time expressed in timeoutms, a TimeoutException is thrown.

Under normal operation, resources are released using the release method. However, in the case where the application does not release resources when requested or the application is terminated, the implementation must release all resources allocated to the application to allow other applications to be notified of changes in resource allocation and to be able to reserve them. See the Resource Cleanup section of the application lifecycle.

reserve(boolean, long, ScarceResourceListener) - Method in class com.sun.dtv.ui.event.KeyEvent
Requests reservation of the given scarce resource instance. The method will block until this instance is available. The method returns normally only if the reservation succeeded. All other cases are handled by exceptions.

First, if there is a security manager, its checkPermission method is called with the permission ScarceResourcePermission(name, "reserve"). If force is moreover set to true, then the permission is also checked on ScarceResourcePermission(name, "force").

During the reservation process, if that resource instance is already allocated, the implementation must notify the current owner of that resource about the reservation request via the ScarceResourceListener interface:

The listener will be used for such notification only until this resource is released. After releasing, the implementation must not call any of the listener's interface methods.

After that first event, the implementation will proceed accordingly and release (or not) the requested resource. In case the implementation releases the resource, it will trigger a ScarceResourceListener.released() event to the original listening owner of the resource to inform him that the resource does not belong to him anymore.

The application may control the time to wait for such a resource to be available by setting timeoutms. In case the duration of the reservation exceeds the time expressed in timeoutms, a TimeoutException is thrown.

Under normal operation, resources are released using the release method. However, in the case where the application does not release resources when requested or the application is terminated, the implementation must release all resources allocated to the application to allow other applications to be notified of changes in resource allocation and to be able to reserve them. See the Resource Cleanup section of the application lifecycle.

reserve(boolean, long, ScarceResourceListener) - Method in class com.sun.dtv.ui.event.MouseEvent
Requests reservation of the given scarce resource instance. The method will block until this instance is available. The method returns normally only if the reservation succeeded. All other cases are handled by exceptions.

First, if there is a security manager, its checkPermission method is called with the permission ScarceResourcePermission(name, "reserve"). If force is moreover set to true, then the permission is also checked on ScarceResourcePermission(name, "force").

During the reservation process, if that resource instance is already allocated, the implementation must notify the current owner of that resource about the reservation request via the ScarceResourceListener interface:

The listener will be used for such notification only until this resource is released. After releasing, the implementation must not call any of the listener's interface methods.

After that first event, the implementation will proceed accordingly and release (or not) the requested resource. In case the implementation releases the resource, it will trigger a ScarceResourceListener.released() event to the original listening owner of the resource to inform him that the resource does not belong to him anymore.

The application may control the time to wait for such a resource to be available by setting timeoutms. In case the duration of the reservation exceeds the time expressed in timeoutms, a TimeoutException is thrown.

Under normal operation, resources are released using the release method. However, in the case where the application does not release resources when requested or the application is terminated, the implementation must release all resources allocated to the application to allow other applications to be notified of changes in resource allocation and to be able to reserve them. See the Resource Cleanup section of the application lifecycle.

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(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.
reserveOne(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.
reserveOne(boolean, long, ScarceResourceListener) - Static method in class com.sun.dtv.ui.event.MouseEvent
Returns a reserved instance out of the pool of all MouseEvent instances.
reserveOne(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.
reserved(int) - Method in interface com.sun.dtv.resources.ResourceTypeListener
Reports that a resource has been reserved.
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.
restart() - Method in class com.sun.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.
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.lwuit.Container
Re-layout the container, this is useful when we modify the container hierarchy and need to redo the layout.
rotate(int) - Method in class com.sun.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.
runScript(DebugController.Script) - Method in class com.sun.lwuit.DebugController
Plays a LWUIT script recorded using the start/finishRecording methods, this method will block the calling thread unless it is called on the EDT.

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.
SCALED_IMAGE - Static variable in class com.sun.lwuit.plaf.Style
Scaled image attribute name for the theme hashtable.
SCALE_ASPECT_PROOF - Static variable in class com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with the setScalingMode method of ViewOnlyComponent.
SCALE_NO - Static variable in class com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with the setScalingMode method of ViewOnlyComponent.
SCALE_NO_ASPECT_PROOF - Static variable in class com.sun.dtv.ui.ViewOnlyComponent
Constant to be used with the setScalingMode method of ViewOnlyComponent.
SENSITIVE - Static variable in class com.sun.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.
SHORTCUT_ASSERTION_MANAGER - Static variable in class com.sun.lwuit.DebugController
Shortcut for opening the assertion manager.
SHORTCUT_FINISH_RECORDING - Static variable in class com.sun.lwuit.DebugController
Shortcut for finishing the recording feature.
SHORTCUT_SCRIPT_MANAGER - Static variable in class com.sun.lwuit.DebugController
Shortcut for opening the script manager.
SHORTCUT_START_RECORDING - Static variable in class com.sun.lwuit.DebugController
Shortcut for activating the recording feature.
SIDatabase - class com.sun.dtv.service.SIDatabase.
This class provides a generic means to access the low level SI (Service Information) database, which resides on the platform.
SIDatabase() - Constructor for class com.sun.dtv.service.SIDatabase
Protected constructor - not to be called directly.
SIFormatARIB - Static variable in class com.sun.dtv.service.SIDatabase
Format of the SIDatabase: ARIB service information.
SIFormatDVB - Static variable in class com.sun.dtv.service.SIDatabase
Format of the SIDatabase: DVB service information.
SIFormatSBTVD - Static variable in class com.sun.dtv.service.SIDatabase
Format of the SIDatabase: SBTVD service information.
SINGLE_CHANNEL - Static variable in interface com.sun.dtv.media.control.MpegAudioControl
Indicates support for single channel layout.
SIZE_LARGE - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts.
SIZE_MEDIUM - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts.
SIZE_SMALL - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts.
SLIDE_HORIZONTAL - Static variable in class com.sun.lwuit.animations.CommonTransitions
Slide the transition horizontally.
SLIDE_VERTICAL - Static variable in class com.sun.lwuit.animations.CommonTransitions
Slide the transition vertically.
SOUTH - Static variable in class com.sun.lwuit.layouts.BorderLayout
The south layout constraint (bottom of container).
SOUTH - Static variable in class com.sun.lwuit.layouts.GroupLayout
Compass-direction south (down).
SRC - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Source rule.
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.
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.
STATE_DEFAULT - Static variable in class com.sun.lwuit.Button
Indicates the default state of a button which is neither pressed nor focused.
STATE_PRESSED - Static variable in class com.sun.lwuit.Button
Indicates the pressed state of a button.
STATE_ROLLOVER - Static variable in class com.sun.lwuit.Button
Indicates the rollover state of a button which is equivalent to focused for most uses.
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.
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.
STYLE_BOLD - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts.
STYLE_ITALIC - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts.
STYLE_PLAIN - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts.
STYLE_UNDERLINED - Static variable in class com.sun.lwuit.Font
Constant allowing us to author portable system fonts.
ScarceResource - interface com.sun.dtv.resources.ScarceResource.
Represents resources that requires special handling for reserving and releasing.
ScarceResourceListener - interface com.sun.dtv.resources.ScarceResourceListener.
Listener to be notified about release status of a given scarce resource.
ScarceResourcePermission - class com.sun.dtv.resources.ScarceResourcePermission.
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 com.sun.dtv.ui.Screen.
This class is a representation of a TV screen.
SelectionListener - interface com.sun.lwuit.events.SelectionListener.
Invoked to indicate a selection change in the list model.
Service - class com.sun.dtv.transport.Service.
Representation of a service contained in a transport stream.
SetupException - exception com.sun.dtv.ui.SetupException.
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 class com.sun.dtv.ui.SetupException
 
SingleFilter - class com.sun.dtv.filtering.SingleFilter.
This class defines a section filter intended to be used to capture a single data section.
SophisticatedTextLayoutManager - class com.sun.dtv.ui.SophisticatedTextLayoutManager.
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
 
Src - Static variable in class com.sun.dtv.ui.AlphaComposite
AlphaComposite object that implements the opaque SRC rule with an alpha of 1.0f.
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.
StaticAnimation - class com.sun.lwuit.StaticAnimation.
An Image capable of animation.
StaticMatte - class com.sun.dtv.ui.StaticMatte.
This class represents a non-animated matte, i.e. a matte not changing over time.
StaticMatte() - Constructor for class com.sun.dtv.ui.StaticMatte
 
Style - class com.sun.lwuit.plaf.Style.
Represents the look of a given component: colors, fonts, transparency, margin and padding & images.
Style() - Constructor for class com.sun.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.lwuit.plaf.Style
Creates a full copy of the given style.
Style(Color, Color, Color, Color, Font, byte) - Constructor for class com.sun.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.lwuit.plaf.Style
Creates a new style with the given attributes.
StyleListener - interface com.sun.lwuit.events.StyleListener.
Invoked to indicate a change in a Style property.
scaled(int, int) - Method in class com.sun.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.lwuit.StaticAnimation
Returns a scaled version of this image using the given width and height, this is a fast algorithm that preserves translucent information.
scaledHeight(int) - Method in class com.sun.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.lwuit.Image
Scales the image while maintaining the aspect ratio to the smaller size image.
scaledWidth(int) - Method in class com.sun.lwuit.Image
Scales the image to the given width while updating the height based on the aspect ratio of the width.
scriptFromBytes(byte[]) - Static method in class com.sun.lwuit.DebugController
Allows loading a script from an arbitrary stream.
scriptToBytes(DebugController.Script) - Static method in class com.sun.lwuit.DebugController
Allows storing a script in a byte array which is useful for RMS storage.
scrollComponentToVisible(Component) - Method in class com.sun.lwuit.Container
Makes sure the component is visible in the scroll if this container is scrollable.
scrollComponentToVisible(Component) - Method in class com.sun.lwuit.Form
Makes sure the component is visible in the scroll if this container is scrollable.
scrollRectToVisible(Rectangle, Component) - Method in class com.sun.lwuit.Component
Makes sure the component is visible in the scroll if this container is scrollable.
scrollRectToVisible(Rectangle) - Method in class com.sun.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.lwuit.events.SelectionListener
Indicates the selection changed in the underlying 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.
setAlignment(int) - Method in class com.sun.lwuit.Label
Sets the Alignment of the Label to one of: CENTER, LEFT, RIGHT.
setAnimateContent(Image[], int) - Method in class 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 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.
setAnimationMode(int) - Method in class com.sun.lwuit.Component
Sets the animation mode for this animation. The animation mode determines how the animation is running: always forwards, or forwards and backwards alternating.
setAnimationMode(int) - Method in class com.sun.lwuit.StaticAnimation
Sets the animation mode for this animation. The animation mode determines how the animation is running: always forwards, or forwards and backwards alternating.
setAnimationMode(int) - Method in class com.sun.lwuit.animations.Transition
Sets the animation mode for this animation. The animation mode determines how the animation is running: always forwards, or forwards and backwards alternating.
setAutoDegradeMaxSize(boolean) - Static method in class com.sun.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.lwuit.Dialog
Determines whether the execution of a command on this dialog implicitly disposes the dialog.
setAutocreateContainerGaps(boolean) - Method in class com.sun.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.lwuit.layouts.GroupLayout
Sets whether or not a gap between components should automatically be created.
setBackCommand(Command) - Method in class com.sun.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.lwuit.plaf.Style
Sets the background color for the component.
setBgColor(Color, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the background color for the component.
setBgImage(Image) - Method in class com.sun.lwuit.Form
Sets the background image to show behind the form.
setBgImage(Image) - Method in class com.sun.lwuit.plaf.Style
Sets the background image for the component.
setBgImage(Image, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the background image for the component.
setBgPainter(Painter) - Method in class com.sun.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.lwuit.plaf.Style
Sets the background selection color for the component.
setBgSelectionColor(Color, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the background selection color for the component.
setBgTransparency(byte) - Method in class com.sun.lwuit.plaf.Style
Sets the Component transparency level.
setBgTransparency(int) - Method in class com.sun.lwuit.plaf.Style
Sets the Component transparency level.
setBgTransparency(int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the Component transparency level.
setBorder(Border) - Method in class com.sun.lwuit.plaf.Style
Sets the border for the style.
setBorder(Border, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the border for the style.
setBorderGap(int) - Method in class com.sun.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.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.lwuit.Container
 
setCheckBoxImages(Image, Image) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Sets images for checkbox checked/unchecked modes.
setClearCommand(Command) - Method in class com.sun.lwuit.Form
Indicates the command that is defined as the clear command in this form.
setClearText(String) - Static method in class com.sun.lwuit.TextField
Set the text that should appear on the clear soft key.
setClip(int, int, int, int) - Method in class com.sun.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.ui.PlaneSetup
Set the valid color for the background of the plane associated with this setup to a new value.
setColor(Color) - Method in class com.sun.lwuit.Graphics
Sets the current rgb color while ignoring any potential alpha component within said color value.
setColumns(int) - Method in class com.sun.lwuit.TextArea
Sets the number of columns in the text area.
setComboBoxImage(Image) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Sets image for the combo box drop down drawing.
setCommandListener(ActionListener) - Method in class com.sun.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.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.lwuit.plaf.UIManager
Allows a developer to programmatically install a style into the UI manager.
setConstraint(int) - Method in class com.sun.lwuit.TextArea
Sets the constraint.
setCursorBlinkTimeOff(int) - Method in class com.sun.lwuit.TextField
The amount of time in milliseconds in which the cursor is invisible.
setCursorBlinkTimeOn(int) - Method in class com.sun.lwuit.TextField
The amount of time in milliseconds in which the cursor is visible.
setCursorPosition(int) - Method in class com.sun.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.lwuit.plaf.Border
Sets the default border to the given value.
setDefaultCommand(Command) - Method in class com.sun.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.lwuit.Dialog
Default screen orientation position for the upcoming dialog.
setDefaultDialogTransitionIn(Transition) - Method in class com.sun.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.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.lwuit.Font
Sets the global default font instance.
setDefaultFormTintColor(Color) - Method in class com.sun.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.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.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.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.lwuit.TextArea
Sets the default limit for the native text box size.
setDefaultMenuTransitionIn(Transition) - Method in class com.sun.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.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.lwuit.plaf.LookAndFeel
Indicates whether lists and containers should have smooth scrolling by default.
setDefaultSmoothScrollingSpeed(int) - Method in class com.sun.lwuit.plaf.LookAndFeel
Indicates the default speed for smooth scrolling.
setDelay(long) - Method in interface com.sun.dtv.ui.Animated
Determines the delay after every image when running this animation.
setDelay(long) - Method in class com.sun.dtv.ui.AnimatedMatte
Determines the delay after every image when running the matte's animation.
setDelay(long) - Method in class com.sun.lwuit.Component
Determines the delay after every image when running this animation.
setDelay(long) - Method in class com.sun.lwuit.StaticAnimation
Determines the delay after every image when running this animation.
setDelay(long) - Method in class com.sun.lwuit.animations.Transition
Determines the delay after every image when running this animation.
setDialogStyle(Style) - Method in class com.sun.lwuit.Dialog
Simple setter to set the Dialog Style.
setDisableColor(Color) - Method in class com.sun.lwuit.plaf.LookAndFeel
Simple setter to disable color.
setEditable(boolean) - Method in class com.sun.lwuit.TextArea
Sets this text area to be editable or readonly.
setEditable(boolean) - Method in class com.sun.lwuit.TextField
 
setEdtMode(int) - Method in class com.sun.lwuit.DebugController
Indicates the behavior of LWUIT when an EDT violation is detected (not all edt violations can be detected!)
setEnabled(boolean) - Method in class com.sun.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.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.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.lwuit.plaf.Style
Sets the foreground color for the component.
setFgColor(Color, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the foreground color for the component.
setFgSelectionColor(Color) - Method in class com.sun.lwuit.plaf.Style
Sets the foreground selection color for the component.
setFgSelectionColor(Color, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the foreground selection color for the component.
setFixedSelection(int) - Method in class com.sun.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.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.
setFocusPainted(boolean) - Method in class com.sun.lwuit.Component
Indicates whether focus should be drawn around the component or whether it will handle its own focus painting.
setFocusable(boolean) - Method in class com.sun.lwuit.Component
A simple setter to determine if this Component can get focused.
setFocusable(boolean) - Method in class com.sun.lwuit.TabbedPane
 
setFocused(Component) - Method in class com.sun.lwuit.Form
Sets the focused component and fires the appropriate events to make it so.
setFocusedInstance(Border) - Method in class com.sun.lwuit.plaf.Border
Allows us to define a border that will act as the focused version of this border.
setFont(Font) - Method in class com.sun.lwuit.Graphics
Sets the font to use with the drawString method calls.
setFont(Font) - Method in class com.sun.lwuit.plaf.Style
Sets the font for the component.
setFont(Font, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the font for the component.
setGap(int) - Method in class com.sun.lwuit.Label
Set the gap in pixels between the icon/text to the Label boundaries.
setGlassPane(Painter) - Method in class com.sun.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.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.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.lwuit.ComboBox
 
setHandlesInput(boolean) - Method in class com.sun.lwuit.Component
Prevents key events from being grabbed for focus traversal.
setHandlesInput(boolean) - Method in class com.sun.lwuit.List
 
setHeight(int) - Method in class com.sun.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.lwuit.MediaComponent
 
setHeight(int) - Method in class com.sun.lwuit.geom.Dimension
Set the height of the dimension.
setHonorsVisibility(boolean) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets whether component visibility is considered when sizing and positioning components.
setHonorsVisibility(Component, Boolean) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets whether the component's visibility is considered for sizing and positioning.
setHorizontalAlignment(int) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Determine the horizontal alignment.
setHorizontalAlignment(int) - Method in class 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.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.lwuit.Label
Sets the Label icon.
setInitialized(boolean) - Method in class com.sun.lwuit.Component
Indicates if the component is in the initialized state, a component is initialized when its initComponent() method was invoked.
setInputMode(String) - Method in class com.sun.lwuit.TextField
Sets the current selected input mode matching one of the existing input modes.
setInputModeOrder(String[]) - Method in class com.sun.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.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.ui.ViewOnlyComponent
Set the current state of the component with respect to interaction.
setIsScrollVisible(boolean) - Method in class com.sun.lwuit.Component
Set whether this component scroll is visible.
setItem(int, Object) - Method in class com.sun.lwuit.list.DefaultListModel
Change the item at the given index.
setItemGap(int) - Method in class com.sun.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.lwuit.Container
Sets the layout manager responsible for arranging this container.
setLayout(Layout) - Method in class com.sun.lwuit.Form
 
setLayoutStyle(LayoutStyle) - Method in class com.sun.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.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.lwuit.List
Sets the renderer which is used to draw list elements.
setLocation(int, int) - Method in class com.sun.lwuit.geom.Point
Changes the point to have the specified location.
setLocation(Point) - Method in class com.sun.lwuit.geom.Point
Sets the location of the point to the specified location.
setLookAndFeel(LookAndFeel) - Method in class com.sun.lwuit.plaf.UIManager
Sets the currently installed look and feel.
setLoop(boolean) - Method in class com.sun.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.lwuit.plaf.Style
Sets the Style Margin.
setMargin(int, int) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Margin.
setMargin(int, int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Margin.
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.
setMatte(Matte) - Method in class com.sun.dtv.ui.MatteEnabledComponent
Adds an Matte to this component in order to enable matte compositing.
setMatte(Matte) - Method in class com.sun.lwuit.Container
 
setMaxSize(int) - Method in class com.sun.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.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.lwuit.plaf.LookAndFeel
Sets globally the Menu icons.
setMenuRenderer(ListCellRenderer) - Method in class com.sun.lwuit.plaf.LookAndFeel
Sets the Menu default renderer.
setMenuTransitions(Transition, Transition) - Method in class com.sun.lwuit.Form
Sets the menu transitions for showing/hiding the menu.
setModel(ListModel) - Method in class com.sun.lwuit.ComboBox
 
setModel(ListModel) - Method in class com.sun.lwuit.List
Replaces/sets the model underlying the list.
setMonthViewStyle(Style) - Method in class com.sun.lwuit.Calendar
Sets the style of the month view component within the calendar.
setMotion(Motion) - Method in class com.sun.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.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.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.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.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.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.lwuit.List
Sets the list orientation HORIZONTAL or VERTICAL.
setPadding(int, int, int, int) - Method in class com.sun.lwuit.TabbedPane
Sets the padding of the tabbed pane.
setPadding(int, int) - Method in class com.sun.lwuit.TabbedPane
Sets the padding of the tabbed pane.
setPadding(int, int, int, int) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Padding.
setPadding(int, int) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Padding.
setPadding(int, int, boolean) - Method in class com.sun.lwuit.plaf.Style
Sets the Style Padding.
setPaintFocusBehindList(boolean) - Method in class com.sun.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.
setPlaybackSpeed(float) - Method in class com.sun.lwuit.DebugController
Sets the ratio for playback of scripts, this defaults to 1 but can be slowed down or sped up.
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.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.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.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.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.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.lwuit.TextField
Set this device to operate in or no longer operate in qwerty mode.
setRadioButtonImages(Image, Image) - Method in class com.sun.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.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 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.
setRepetitionMode(int) - Method in class com.sun.lwuit.Component
Determines how often the animation is repeated once it has been started.
setRepetitionMode(int) - Method in class com.sun.lwuit.StaticAnimation
Determines how often the animation is repeated once it has been started.
setRepetitionMode(int) - Method in class com.sun.lwuit.animations.Transition
Determines how often the animation is repeated once it has been started.
setReplaceMenu(boolean) - Method in class com.sun.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.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.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.lwuit.plaf.LookAndFeel
Indicates whether softbuttons should be reversed from their default orientation.
setRolloverIcon(Image) - Method in class com.sun.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.lwuit.TextArea
Sets the number of rows in the text area.
setRowsGap(int) - Method in class com.sun.lwuit.TextArea
The gap in pixels between rows.
setScaleImage(boolean) - Method in class com.sun.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.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.ui.ViewOnlyComponent
Set the scaling mode for this component.
setScriptStore(DebugController.ScriptStore) - Method in class com.sun.lwuit.DebugController
Install a script store into the controller to allow it to save the scripts and load them for later usage.
setScrollAnimationSpeed(int) - Method in class com.sun.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.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.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.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.
setScrollable(boolean) - Method in class com.sun.lwuit.Container
The equivalent of calling both setScrollableY and setScrollableX.
setScrollable(boolean) - Method in class com.sun.lwuit.Form
The equivalent of calling both setScrollableY and setScrollableX.
setScrollableX(boolean) - Method in class com.sun.lwuit.Container
Sets whether the component should/could scroll on the X axis.
setScrollableX(boolean) - Method in class com.sun.lwuit.Form
Sets whether the component should/could scroll on the X axis.
setScrollableY(boolean) - Method in class com.sun.lwuit.Container
Sets whether the component should/could scroll on the Y axis.
setScrollableY(boolean) - Method in class com.sun.lwuit.Form
Sets whether the component should/could scroll on the Y axis.
setSelected(RadioButton) - Method in class com.sun.lwuit.ButtonGroup
Selects the given radio button.
setSelected(int) - Method in class com.sun.lwuit.ButtonGroup
Sets the selected Radio button by index.
setSelected(boolean) - Method in class com.sun.lwuit.CheckBox
Selects the current checkbox.
setSelected(boolean) - Method in class com.sun.lwuit.RadioButton
Selects the current radio button.
setSelectedIndex(int) - Method in class com.sun.lwuit.ComboBox
 
setSelectedIndex(int, boolean) - Method in class com.sun.lwuit.ComboBox
 
setSelectedIndex(int) - Method in class com.sun.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.lwuit.List
Sets the current selected offset in the list.
setSelectedIndex(int) - Method in class com.sun.lwuit.TabbedPane
Sets the selected index for this tabbedpane.
setSelectedIndex(int) - Method in class com.sun.lwuit.list.DefaultListModel
 
setSelectedIndex(int) - Method in interface com.sun.lwuit.list.ListModel
Sets the selected list offset can be set to -1 to clear selection.
setSelectedItem(Object) - Method in class com.sun.lwuit.List
Sets the current selected item in the list.
setSelectionTransparency(int) - Method in class com.sun.lwuit.list.DefaultListCellRenderer
The background transparency factor to apply to the selection focus.
setSharedInstance(LayoutStyle) - Static method in class com.sun.lwuit.layouts.LayoutStyle
Sets the LayoutStyle instance to use for this look and feel.
setShiftText(int) - Method in class com.sun.lwuit.Label
This method shifts the text from it's position in pixels.
setShortcut(int, boolean, int) - Method in class com.sun.lwuit.DebugController
A shortcut is a key binding which will be triggered when something happens.
setShouldCalcPreferredSize(boolean) - Method in class com.sun.lwuit.Component
Indicates the values within the component have changed and preferred size should be recalculated.
setShouldCalcPreferredSize(boolean) - Method in class com.sun.lwuit.Container
 
setShowNumbers(boolean) - Method in class com.sun.lwuit.list.DefaultListCellRenderer
Indicate whether numbering should exist for the default cell renderer.
setSize(Dimension) - Method in class com.sun.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.lwuit.Component
Indicates that scrolling through the component should work as an animation.
setSmoothScrolling(boolean) - Method in class com.sun.lwuit.Form
Indicates that scrolling through the component should work as an animation.
setSoftButtonStyle(Style) - Method in class com.sun.lwuit.Form
Sets the style of the menu bar programmatically.
setSourceValue(int) - Method in class com.sun.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.lwuit.Calendar
 
setStyle(Style) - Method in class com.sun.lwuit.Component
Changes the Component Style by replacing the Component Style with the given Style.
setStyle(Style) - Method in class com.sun.lwuit.TabbedPane
 
setSymbolTable(char[]) - Static method in class com.sun.lwuit.TextField
Sets the symbol table to show when the user clicks the symbol table key.
setT9Text(String) - Static method in class com.sun.lwuit.TextField
Set the text that should appear on the T9 soft key.
setTabPlacement(int) - Method in class com.sun.lwuit.TabbedPane
Sets the tab placement for this tabbedpane.
setTabTitle(String, Image, int) - Method in class com.sun.lwuit.TabbedPane
Updates the information about the tab details.
setTabTitlePrototype(String) - Method in class com.sun.lwuit.TabbedPane
The prototype is optionally used in calculating the size of an individual tab and is recommended for performance reasons.
setTabbedPaneBorderWidth(int) - Method in class com.sun.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.
setText(String) - Method in class com.sun.lwuit.Label
Sets the Label text.
setText(String) - Method in class com.sun.lwuit.TextArea
Sets the text within this text area.
setText(String) - Method in class com.sun.lwuit.TextField
 
setTextContent(String, int) - Method in class com.sun.dtv.ui.ViewOnlyComponent
Assigns text content to this component which is state-dependent.
setTextLayoutManager(TextLayoutManager) - Method in class 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.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.
setTheme(Hashtable) - Static method in class com.sun.lwuit.plaf.Accessor
Sets the theme.
setThemeProps(Hashtable) - Method in class com.sun.lwuit.plaf.UIManager
Allows manual theme loading from a hashtable of key/value pairs.
setTickWhenFocused(boolean) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
This method allows to set all Labels, Buttons, CheckBoxes, RadioButtons to start ticking when the text is too long.
setTickerEnabled(boolean) - Method in class com.sun.lwuit.Label
Sets the Label to allow ticking of the text.
setTickerSpeed(long) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
Sets the ticker speed.
setTimeOut(long) - Method in class com.sun.dtv.filtering.DataSectionFilter
Sets the timeout of the DataSectionFilter.
setTimeout(long) - Method in class com.sun.lwuit.Dialog
Indicates the time (in milliseconds) after which the dialog will be disposed implicitly.
setTintColor(Color) - Method in class com.sun.lwuit.Form
Default color for the screen tint when a dialog or a menu is shown.
setTitle(String) - Method in class com.sun.lwuit.Form
Sets the Form title to the given text.
setTitleStyle(Style) - Method in class com.sun.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.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.lwuit.TabbedPane
Indicates the transition to use when switching between tabs from right to left.
setTransitionOutAnimator(Transition) - Method in class com.sun.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.lwuit.TabbedPane
Indicates the transition to use when switching between tabs from left to right.
setUnsupportedChars(String) - Method in class com.sun.lwuit.TextArea
Unsupported characters is a string that contains characters that cause issues when rendering on some problematic fonts.
setUseSoftkeys(boolean) - Method in class com.sun.lwuit.TextField
When set to true softkeys are used to enable delete functionality.
setVerticalAlignment(int) - Method in class com.sun.dtv.ui.SophisticatedTextLayoutManager
Determine the vertical alignment.
setVerticalAlignment(int) - Method in class com.sun.dtv.ui.ViewOnlyComponent
Set the vertical alignment for any state-based content in this component.
setVerticalAlignment(int) - Method in class com.sun.lwuit.Label
Sets the vertical alignment of the Label to one of: CENTER, TOP, BOTTOM.
setVerticalGroup(GroupLayout.Group) - Method in class com.sun.lwuit.layouts.GroupLayout
Sets the Group that is responsible for layout along the vertical axis.
setVisibility(boolean) - Method in class com.sun.dtv.ui.DTVContainer
Set visibility of the DTVContainer to true or false, depended on the argument's value.
setVisible(boolean) - Method in class com.sun.lwuit.Component
Toggles visibility of the component.
setVisible(boolean) - Method in class com.sun.lwuit.Form
Toggles visibility of the component.
setVisible(boolean) - Method in class com.sun.lwuit.MediaComponent
Display the embedded media component.
setVisible(boolean) - Method in class com.sun.lwuit.Popup
Displays the popup on the screen.
setWidth(int) - Method in class com.sun.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.lwuit.MediaComponent
 
setWidth(int) - Method in class com.sun.lwuit.geom.Dimension
Set the width of the dimension.
setX(int) - Method in class com.sun.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.lwuit.MediaComponent
 
setX(int) - Method in class com.sun.lwuit.geom.Rectangle
Sets the x position of the rectangle.
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.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.lwuit.MediaComponent
 
setY(int) - Method in class com.sun.lwuit.geom.Rectangle
Sets the y position of the rectangle.
show(int, int, int, int, boolean) - Method in class com.sun.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.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.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.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.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.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.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.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, String, String, String) - Static method in class com.sun.lwuit.Dialog
Shows a modal prompt dialog with the given title and text.
show(String, Component, Command[]) - Static method in class com.sun.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.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.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.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.lwuit.Dialog
Shows a modal dialog with the given component as its "body" placed in the center.
show() - Method in class com.sun.lwuit.Dialog
The default version of show modal shows the dialog occupying the center portion of the screen.
show() - Method in class com.sun.lwuit.Form
Displays the current form on the screen.
showDialog() - Method in class com.sun.lwuit.Dialog
Shows a modal dialog and returns the command pressed within the modal dialog.
showLog() - Static method in class com.sun.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.lwuit.Form
A menu is implemented as a dialog, this method allows you to override dialog display in order to customize the dialog menu in various ways.
showModeless() - Method in class com.sun.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.lwuit.Form
This method is only invoked when the underlying canvas for the form is shown this method isn't called for form based events and is generally usable for suspend/resume based behavior.
showPacked(String, boolean) - Method in class com.sun.lwuit.Dialog
Convenience method to show a dialog sized to match its content.
size() - Method in class com.sun.lwuit.List
Returns the number of elements in the list, shorthand for getModel().getSize().
sizeChanged(int, int) - Method in class com.sun.lwuit.Dialog
 
sizeChanged(int, int) - Method in class com.sun.lwuit.Form
This method is only invoked when the underlying canvas for the form gets a size changed event.
start(String[]) - Method in interface com.sun.dtv.application.ApplicationProxy
Request the application be ACTIVE with the specified parameters.
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() - Method in class com.sun.lwuit.Component
Starts an animation. Please consider that an animation is in the stopped mode per default, so it has to be started explicitly once it has been created. In case the animation is already running, a call to start() causes a restart of the animation.
start() - Method in class com.sun.lwuit.StaticAnimation
Starts an animation. Please consider that an animation is in the stopped mode per default, so it has to be started explicitly once it has been created. In case the animation is already running, a call to start() causes a restart of the animation.
start() - Method in class com.sun.lwuit.animations.Motion
Sets the start time to the current time.
start() - Method in class com.sun.lwuit.animations.Transition
Starts an animation. Please consider that an animation is in the stopped mode per default, so it has to be started explicitly once it has been created. In case the animation is already running, a call to start() causes a restart of the animation.
startFiltering(Object) - Method in class com.sun.dtv.filtering.DataSectionFilter
Sets a filter into the "started" state.
startMedia() - Method in class com.sun.lwuit.MediaComponent
Start media playback implicitly setting the component to visible.
startRecording() - Method in class com.sun.lwuit.DebugController
Allows a user to record a test script which consists of the events sent internally in LWUIT.
startTicker(long, boolean) - Method in class com.sun.lwuit.Label
This method will start the text ticker.
stop() - Method in interface com.sun.dtv.application.ApplicationProxy
Requests the application to be stopped.
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.
stop() - Method in class com.sun.lwuit.Component
Stops an animation. In case the animation is already stopped, the call to stop() has no effect.
stop() - Method in class com.sun.lwuit.StaticAnimation
Stops an animation. In case the animation is already stopped, the call to stop() has no effect.
stop() - Method in class com.sun.lwuit.animations.Transition
Stops an animation. In case the animation is already stopped, the call to stop() has no effect.
stopFiltering() - Method in class com.sun.dtv.filtering.DataSectionFilter
Stops filtering of this DataSectionFilter in the parent DataSectionFilterCollection.
stopMedia() - Method in class com.sun.lwuit.MediaComponent
Stop media playback.
stopTicker() - Method in class com.sun.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.
storeScript(OutputStream, DebugController.Script) - Static method in class com.sun.lwuit.DebugController
Allows storing a script in an arbitrary stream.
stringWidth(String) - Method in class com.sun.lwuit.Font
Return the width of the given string in this font instance.
styleChanged(String, Style) - Method in class com.sun.lwuit.Component
 
styleChanged(String, Style) - Method in interface com.sun.lwuit.events.StyleListener
Invoked to indicate a change in a propertyName of a Style.
subImage(int, int, int, int, boolean) - Method in class com.sun.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.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

TECHNICAL_DIALOG - Static variable in class com.sun.dtv.transport.ConditionalAccessDeniedException
user dialog needed for technical purposes.
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.
TOP - Static variable in class com.sun.lwuit.Component
Box-orientation constant used to specify the top of a box.
TRAILING - Static variable in class com.sun.lwuit.layouts.GroupLayout
Possible alignment type.
TRANSPARENCY - Static variable in class com.sun.lwuit.plaf.Style
Transparency attribute name for the theme hashtable.
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.
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.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_BEVEL_LOWERED - Static variable in class com.sun.lwuit.plaf.Accessor
The bevel lowered border.
TYPE_BEVEL_RAISED - Static variable in class com.sun.lwuit.plaf.Accessor
The bevel raised border.
TYPE_CONFIRMATION - Static variable in class com.sun.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_EMPTY - Static variable in class com.sun.lwuit.plaf.Accessor
The empty border.
TYPE_ERROR - Static variable in class com.sun.lwuit.Dialog
Constant indicating the type of alert to indicate the sound to play or icon if none are explicitly set.
TYPE_ETCHED_LOWERED - Static variable in class com.sun.lwuit.plaf.Accessor
The etched lowered border.
TYPE_ETCHED_RAISED - Static variable in class com.sun.lwuit.plaf.Accessor
The etched raised border.
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_IMAGE - Static variable in class com.sun.lwuit.plaf.Accessor
The image border.
TYPE_INFO - Static variable in class com.sun.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_LINE - Static variable in class com.sun.lwuit.plaf.Accessor
The line border.
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_ROUNDED - Static variable in class com.sun.lwuit.plaf.Accessor
The rounded border.
TYPE_ROUNDED_PRESSED - Static variable in class com.sun.lwuit.plaf.Accessor
The rounded pressed border.
TYPE_WARNING - Static variable in class com.sun.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.
TabbedPane - class com.sun.lwuit.TabbedPane.
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.lwuit.TabbedPane
Creates an empty TabbedPane with a default tab placement of Component.TOP.
TabbedPane(int) - Constructor for class com.sun.lwuit.TabbedPane
Creates an empty TabbedPane with the specified tab placement of either: Component.TOP, Component.BOTTOM, Component.LEFT, or Component.RIGHT.
TerminalFactory - class com.sun.dtv.smartcard.TerminalFactory.
Provides access to the Card Terminal(s) implemented or connected to the device.
TestCase - interface com.sun.dtv.test.TestCase.
Defines the necessary methods that must be implemented by tests to be able to run in the provided test framework.
TestHarness - class com.sun.dtv.test.TestHarness.
Provides an entry point and a set of tooling for test cases.
TestHarness() - Constructor for class com.sun.dtv.test.TestHarness
 
TextArea - class com.sun.lwuit.TextArea.
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.lwuit.TextArea
Creates an area with the given rows and columns.
TextArea(int, int, int) - Constructor for class com.sun.lwuit.TextArea
Creates an area with the given rows, columns and constraint.
TextArea(String, int, int) - Constructor for class com.sun.lwuit.TextArea
Creates an area with the given text, rows and columns.
TextArea(String, int, int, int) - Constructor for class com.sun.lwuit.TextArea
Creates an area with the given text, rows, columns and constraint.
TextArea(String, int) - Constructor for class com.sun.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.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.lwuit.TextArea
Creates an empty text area, this constructor will create a single line text area similar to a text field!
TextField - class com.sun.lwuit.TextField.
Allows in place editing using a lightweight API without necessarily moving to the external native text box.
TextField() - Constructor for class com.sun.lwuit.TextField
Default constructor.
TextField(int) - Constructor for class com.sun.lwuit.TextField
Construct a text field with space reserved for columns.
TextField(String) - Constructor for class com.sun.lwuit.TextField
Construct text field.
TextField(String, int) - Constructor for class com.sun.lwuit.TextField
Construct text field.
TextLayoutManager - interface com.sun.dtv.ui.TextLayoutManager.
The aim of this interface is to define functionality for the layout of strings and their rendering on the screen.
TextOverflowListener - interface com.sun.dtv.ui.TextOverflowListener.
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.
TimeoutException - exception com.sun.dtv.resources.TimeoutException.
Signals that a timeout has occurred.
TimeoutException() - Constructor for class com.sun.dtv.resources.TimeoutException
Constructs a TimeoutException with no detailed message.
TimeoutException(String) - Constructor for class com.sun.dtv.resources.TimeoutException
Constructs a TimeoutException with the specified detail message.
Transformation - class com.sun.dtv.media.format.Transformation.
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 com.sun.lwuit.animations.Transition.
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.lwuit.animations.Transition
 
TransportDependentLocator - interface com.sun.dtv.locator.TransportDependentLocator.
Locator referring to entities on a transport stream.
TransportStream - class com.sun.dtv.transport.TransportStream.
Representation of a transport stream and its associated services.
Tuner - class com.sun.dtv.tuner.Tuner.
A class representing a network interface or "tuner" for the reception of * broadcast transport streams
TunerListener - interface com.sun.dtv.tuner.TunerListener.
The listener interface for receiving tuning events from a Tuner.
TuningCompletedEvent - class com.sun.dtv.tuner.TuningCompletedEvent.
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 com.sun.dtv.tuner.TuningEvent.
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 com.sun.dtv.tuner.TuningException.
An exception for synchronous reporting of tuning failures.
TuningException() - Constructor for class com.sun.dtv.tuner.TuningException
Constructs a new TuningException with a null detail message.
TuningException(String) - Constructor for class com.sun.dtv.tuner.TuningException
Constructs a new TuningException with the specified detail message.
TuningFailedEvent - class com.sun.dtv.tuner.TuningFailedEvent.
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 com.sun.dtv.tuner.TuningInitiatedEvent.
An event that indicates the initiation of a tuning operation.
TuningInitiatedEvent(Tuner) - Constructor for class com.sun.dtv.tuner.TuningInitiatedEvent
Constructs the TuningInitiatedEvent.
takeScreenshot() - Method in class com.sun.lwuit.DebugController
Returns a LWUIT image containing a screen shot of the current UI, this method is not 100% accurate and might cause a refresh and ignore some artifacts such as the ones created during transition.
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.
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. The string returned may be entirely platform-dependent. If two locators have identical external forms, they refer to the same resource. However, two locators that refer to the same resource may have different external forms.

This method returns the canonical form of the string that was used to create the Locator (via LocatorFactory.createLocator()). In generating canonical external forms, the implementation will make its best effort at resolving locators to one-to-one relationships with the resources that they reference.

The result of this method can be used to create new Locator instances as well as other types of locators, such as JMF MediaLocators and URLs.

toExternalForm() - Method in class com.sun.dtv.locator.NetworkBoundLocator
Generates a canonical, string-based representation of this Locator. The string returned may be entirely platform-dependent. If two locators have identical external forms, they refer to the same resource. However, two locators that refer to the same resource may have different external forms.

This method returns the canonical form of the string that was used to create the Locator (via LocatorFactory.createLocator()). In generating canonical external forms, the implementation will make its best effort at resolving locators to one-to-one relationships with the resources that they reference.

The result of this method can be used to create new Locator instances as well as other types of locators, such as JMF MediaLocators and URLs.

toExternalForm() - Method in class com.sun.dtv.locator.URLLocator
Generates a canonical, string-based representation of this Locator.
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.test.Report
Convert a Report to a string.
toString() - Method in class com.sun.lwuit.Command
Returns a string representation of the object.
toString() - Method in class com.sun.lwuit.Component
Overriden to return a useful value for debugging purposes.
toString() - Method in class com.sun.lwuit.Font
Converts this Font object into a String.
toString() - Method in class com.sun.lwuit.RadioButton
 
toString() - Method in class com.sun.lwuit.TabbedPane
 
toString() - Method in class com.sun.lwuit.geom.Dimension
Returns the printable form of this Dimension.
toString() - Method in class com.sun.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.lwuit.geom.Rectangle
toString() - Method in class com.sun.lwuit.layouts.GroupLayout
Returns a textual description of this GroupLayout.
toString(Border) - Static method in class com.sun.lwuit.plaf.Accessor
Returns the string representation of the border object.
translate(int, int) - Method in class com.sun.lwuit.Graphics
Translates the X/Y location for drawing on the underlying surface.
translate(int, int) - Method in class com.sun.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).
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

U

UIManager - class com.sun.lwuit.plaf.UIManager.
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.lwuit.TextArea
Indicates that editing is currently disallowed.
UNRELATED - Static variable in class com.sun.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.
URL - Static variable in class com.sun.lwuit.TextArea
The user is allowed to enter a URL.
URLLocator - class com.sun.dtv.locator.URLLocator.
Locator based on a URL.
URLLocator(String) - Constructor for class com.sun.dtv.locator.URLLocator
Constructor for a URL based locator.
UnsupportedCallbackException - exception com.sun.dtv.security.UnsupportedCallbackException.
Thrown when a callback handler is asked to handle a callback which it cannot handle.
UnsupportedCallbackException(Callback) - Constructor for class com.sun.dtv.security.UnsupportedCallbackException
Creates a new instance of UnsupportedCallbackException without detail message.
UnsupportedCallbackException(Callback, String) - Constructor for class com.sun.dtv.security.UnsupportedCallbackException
Constructs a UnsupportedCallbackException with the specified detail message.
User - class com.sun.dtv.platform.User.
The User class contains several useful class fields and methods that are specific to the consumer of the platform.
UserInputDevice - class com.sun.dtv.ui.UserInputDevice.
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 com.sun.dtv.ui.event.UserInputEvent.
This interface is an abstraction for user input events sent to all registered consumers when an input takes place using an UserInputDevice.
UserInputEventListener - interface com.sun.dtv.ui.event.UserInputEventListener.
This interface must be implemented by classes in order to receive UserInpitEvents.
UserInputEventManager - class com.sun.dtv.ui.event.UserInputEventManager.
The instances of this class are the event managers handling the user input events to be handled by a widget.
UserPropertyListener - interface com.sun.dtv.platform.UserPropertyListener.
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 com.sun.dtv.platform.UserPropertyPermission.
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.
uninstall() - Method in class com.sun.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.
unresolved(TestCase, String) - Static method in class com.sun.dtv.test.Report
Create a Report to indicate that the test has produced indecisive results.
userInputEventReceived(UserInputEvent) - Method in interface com.sun.dtv.ui.event.UserInputEventListener
Called by the platform whenever an UserInputEvent has been received.

V

VERTICAL - Static variable in class com.sun.lwuit.List
Indicates the list orientation is VERTICAL.
VERTICAL - Static variable in class com.sun.lwuit.layouts.GroupLayout
Possible argument when linking sizes of components.
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 class 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 class 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 class 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 class 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.
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.
VideoFormatControl - interface com.sun.dtv.media.format.VideoFormatControl.
Provides the means to retrieve informations about the format and aspect ratio of the video.
VideoFormatEvent - interface com.sun.dtv.media.format.VideoFormatEvent.
Event to inform about changes in the Video Format.
VideoFormatListener - interface com.sun.dtv.media.format.VideoFormatListener.
Listener interface to receive events about changes in the video presentation.
VideoPresentationControl - interface com.sun.dtv.media.format.VideoPresentationControl.
Provides the means to query and manipulate the actual presentation of the Video.
VideoPresentationEvent - class com.sun.dtv.media.format.VideoPresentationEvent.
Event to inform about changes in the Video presentation.
VideoPresentationEvent(Controller) - Constructor for class com.sun.dtv.media.format.VideoPresentationEvent
Constructor for the VideoPresentationEvent, the Controller is the source of the event.
VideoPresentationListener - interface com.sun.dtv.media.format.VideoPresentationListener.
Listener interface to receive events about changes in the video presentation as well as all sorts of ContollerEvent.
ViewOnlyComponent - class com.sun.dtv.ui.ViewOnlyComponent.
This class represents any type of non-interactive component in the system and provides them with a pluggable look and feel.
ViewOnlyComponent() - Constructor for class com.sun.dtv.ui.ViewOnlyComponent
 
videoFormatChange(VideoFormatEvent) - Method in interface com.sun.dtv.media.format.VideoFormatListener
Notified when the video Format changes.
videoPresentationChange(VideoPresentationEvent) - Method in interface com.sun.dtv.media.format.VideoPresentationListener
Notified when the video presentation changes.

W

WARNING - Static variable in class com.sun.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.lwuit.layouts.BorderLayout
The west layout constraint (left of container).
WEST - Static variable in class com.sun.lwuit.layouts.GroupLayout
Compass-direction west (left).
waitForLWUIT() - Method in class com.sun.lwuit.DebugController
Holds and waits for LWUIT to complete pending urgent events in its queue such as running transitions etc.

X

XOR - Static variable in class com.sun.dtv.ui.AlphaComposite
Porter-Duff Source Xor Destination rule.
X_AXIS - Static variable in class com.sun.lwuit.layouts.BoxLayout
Horizontal layout where components are arranged from left to right.
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.lwuit.layouts.BoxLayout
Vertical layout where components are arranged from top to bottom.
year - Variable in class com.sun.lwuit.Calendar
The year.

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.0
12-Dec-2008

Copyright © 2008 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.