|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Label | |
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 Label in com.sun.lwuit |
Subclasses of Label in com.sun.lwuit | |
class |
Button
Button is the base class for several UI widgets allowing clickability. |
class |
CheckBox
Checkbox is a button that can be selected or deselected, and which displays its state to the user. |
class |
RadioButton
RadioButton is a Button that maintains a selection state exclusively
within a specific ButtonGroup . |
Fields in com.sun.lwuit declared as Label | |
protected Label |
Calendar.month
The month. |
protected Label |
Calendar.year
The year. |
Methods in com.sun.lwuit that return Label | |
Label |
Form.getTitleComponent()
Allows modifying the title attributes beyond style (like setting icon/alignment etc). |
Uses of Label in com.sun.lwuit.list |
Subclasses of Label in com.sun.lwuit.list | |
class |
DefaultListCellRenderer
Default implementation of the renderer based on a label see the ListCellRenderer
for more information about the use and purpose of this class. |
Uses of Label in com.sun.lwuit.plaf |
Methods in com.sun.lwuit.plaf with parameters of type Label | |
void |
DefaultLookAndFeel.drawLabel(Graphics g,
Label l)
Invoked for drawing a label widget. |
Dimension |
DefaultLookAndFeel.getLabelPreferredSize(Label l)
Returns the preferred size for the label. |
protected int |
DefaultLookAndFeel.drawLabelText(Graphics g,
Label l,
String text,
int x,
int y,
int textSpaceW)
Draws label text. |
abstract void |
LookAndFeel.drawLabel(Graphics g,
Label l)
Invoked for drawing a label widget. |
abstract Dimension |
LookAndFeel.getLabelPreferredSize(Label l)
Returns the preferred size for the label. |
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |