|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use List | |
com.sun.lwuit | Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. |
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.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. |
Uses of List in com.sun.lwuit |
Subclasses of List in com.sun.lwuit | |
class |
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. |
Methods in com.sun.lwuit that return List | |
protected List |
Form.createCommandList(Vector commands)
Creates the list component containing the commands within the given vector used for showing the menu dialog. |
Uses of List in com.sun.lwuit.list |
Methods in com.sun.lwuit.list with parameters of type List | |
Component |
DefaultListCellRenderer.getListCellRendererComponent(List list,
Object value,
int index,
boolean isSelected)
|
Component |
DefaultListCellRenderer.getListFocusComponent(List list)
|
Component |
ListCellRenderer.getListCellRendererComponent(List list,
Object value,
int index,
boolean isSelected)
Returns a component instance that is already set to render "value". |
Component |
ListCellRenderer.getListFocusComponent(List list)
Returns a component instance that is painted under the currently focused renderer and is animated to provide smooth scrolling. |
Uses of List in com.sun.lwuit.plaf |
Methods in com.sun.lwuit.plaf with parameters of type List | |
void |
DefaultLookAndFeel.drawList(Graphics g,
List l)
Invoked for drawing a list widget. |
Dimension |
DefaultLookAndFeel.getListPreferredSize(List l)
Returns the preferred size for the list. |
abstract void |
LookAndFeel.drawList(Graphics g,
List l)
Invoked for drawing a list widget. |
abstract Dimension |
LookAndFeel.getListPreferredSize(List l)
Returns the preferred size for the list. |
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |