| Package | Description |
|---|---|
| org.dvb.application.inner | |
| org.havi.ui |
| Modifier and Type | Method and Description |
|---|---|
HActionable |
DVBScene.getShortcutComponent(int keyCode)
Retrieve the
HActionable
associated with the specified shortcut key. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DVBScene.addShortcut(int keyCode,
HActionable comp)
Adds a shortcut key to action the specified
HActionable. |
int |
DVBScene.getShortcutKeycode(HActionable comp)
Returns the keycode associated with the specified HActionable
component.
|
| Modifier and Type | Interface and Description |
|---|---|
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". |
| Modifier and Type | Method and Description |
|---|---|
HActionable |
HScene.getShortcutComponent(int keyCode)
Retrieve the
HActionable
associated with the specified shortcut key. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HScene.addShortcut(int keyCode,
HActionable comp)
Adds a shortcut key to action the specified
HActionable. |
int |
HScene.getShortcutKeycode(HActionable comp)
Returns the keycode associated with the specified HActionable
component.
|
Copyright © 2012 code4tv.com. All Rights Reserved.