|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use CheckBox | |
---|---|
com.sun.dtv.lwuit.plaf | Look of the application can be fully customized via this package, it represents a rendering layer that can be plugged in separately in runtime and themed to provide any custom look. |
Uses of CheckBox in com.sun.dtv.lwuit.plaf |
---|
Methods in com.sun.dtv.lwuit.plaf with parameters of type CheckBox | |
---|---|
void |
DefaultLookAndFeel.drawCheckBox(Graphics g,
CheckBox cb)
Invoked for drawing a checkbox widget. |
abstract void |
LookAndFeel.drawCheckBox(Graphics g,
CheckBox cb)
Invoked for drawing a checkbox widget. |
Dimension |
DefaultLookAndFeel.getCheckBoxPreferredSize(CheckBox cb)
Returns the preferred size for the checkbox. |
abstract Dimension |
LookAndFeel.getCheckBoxPreferredSize(CheckBox cb)
Returns the preferred size for the checkbox. |
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |