| Package | Description |
|---|---|
| org.havi.ui | |
| org.havi.ui.event |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HActionable
This interface is implemented by all HAVi UI components that can be
actioned by the user.
|
interface |
HSwitchable
This interface is implemented for all user interface components
that can be actioned such that they "toggle" on and off
and maintain the chosen state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HGraphicButton
The
HGraphicButton is a user interface
component representing a push-button with static read-only graphical
content. |
class |
HTextButton
The
HTextButton is a user interface
component representing a push-button with static read-only textual
content. |
class |
HToggleButton
The
HToggleButton is a user interface
component representing a "check box", or with the support
of the HToggleGroup class,
"radio buttons". |
| Constructor and Description |
|---|
HActionEvent(HActionInputPreferred source,
int id,
String command)
Constructs an
HActionEvent. |
Copyright © 2012 code4tv.com. All Rights Reserved.