| Package | Description |
|---|---|
| org.havi.ui |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HAdjustableLook
The
HAdjustableLook interface is implemented by
all platform looks which support orientable components (i.e. |
interface |
HExtendedLook
The
HExtendedLook interface is derived
from the HLook interface and abstracts
out the drawing of the look into separate background, border
and visible data components. |
| Modifier and Type | Class and Description |
|---|---|
class |
HAnimateLook
The HAnimateLook
class is used by any
HVisible
component to display animated graphical content. |
class |
HGraphicLook
The
HGraphicLook
class is used by any HVisible component to display static graphical content. |
class |
HListGroupLook
The
HListGroupLook class is used by the HListGroup component to display both the
HListGroup itself (potentially
including a scrollbar component) and graphical or textual list
content held on the HListGroup. |
class |
HMultilineEntryLook
The
HMultilineEntryLook
class is used by the HMultilineEntry component to display the entering of text. |
class |
HRangeLook
The
HRangeLook class is used to
display a slider or scrollbar type range control on screen. |
class |
HSinglelineEntryLook
The
HSinglelineEntryLook
class is used by the HSinglelineEntry component to display the entering of text. |
class |
HTextLook
|
| Modifier and Type | Method and Description |
|---|---|
HLook |
HVisible.getLook()
Gets the
HLook for this component. |
| Modifier and Type | Method and Description |
|---|---|
void |
HVisible.setLook(HLook hlook)
Sets the
HLook for this component. |
void |
HStaticText.setLook(HLook hlook)
Sets the
HLook for this component. |
void |
HStaticRange.setLook(HLook hlook)
Sets the
HLook for this component. |
void |
HStaticIcon.setLook(HLook hlook)
Sets the
HLook for this component. |
void |
HStaticAnimation.setLook(HLook hlook)
Sets the
HLook for this component. |
void |
HSinglelineEntry.setLook(HLook hlook)
Sets the
HLook for this component. |
void |
HMultilineEntry.setLook(HLook hlook)
Sets the
HLook for this component. |
void |
HListGroup.setLook(HLook hlook)
Sets the
HLook for this component. |
| Constructor and Description |
|---|
HVisible(HLook hlook)
|
HVisible(HLook hlook,
int x,
int y,
int width,
int height)
|
Copyright © 2012 code4tv.com. All Rights Reserved.