| Package | Description |
|---|---|
| org.havi.ui |
| Modifier and Type | Method and Description |
|---|---|
HToggleGroup |
HToggleButton.getToggleGroup()
Gets the
HToggleGroup the
HToggleButton is associated
with. |
| Modifier and Type | Method and Description |
|---|---|
void |
HToggleButton.setToggleGroup(HToggleGroup group)
Associates the
HToggleButton
with an HToggleGroup. |
| Constructor and Description |
|---|
HToggleButton(Image image,
boolean state,
HToggleGroup group)
Creates an
HToggleButton
object. |
HToggleButton(Image imageNormal,
Image imageFocused,
Image imageActioned,
Image imageNormalActioned,
boolean state,
HToggleGroup group)
Creates an
HToggleButton
object. |
HToggleButton(Image imageNormal,
Image imageFocused,
Image imageActioned,
Image imageNormalActioned,
int x,
int y,
int width,
int height,
boolean state,
HToggleGroup group)
Creates an
HToggleButton
object. |
HToggleButton(Image image,
int x,
int y,
int width,
int height,
boolean state,
HToggleGroup group)
Creates an
HToggleButton
object. |
Copyright © 2012 code4tv.com. All Rights Reserved.