|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HLook | |
|---|---|
| org.havi.ui | |
| Uses of HLook in org.havi.ui |
|---|
| Subinterfaces of HLook in org.havi.ui | |
|---|---|
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. |
| Classes in org.havi.ui that implement HLook | |
|---|---|
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
The HTextLook
class is used by any HVisible component to display static text content. |
| Methods in org.havi.ui that return HLook | |
|---|---|
HLook |
HVisible.getLook()
Gets the HLook for this component. |
| Methods in org.havi.ui with parameters of type HLook | |
|---|---|
void |
HStaticText.setLook(HLook hlook)
Sets the HLook for this component. |
void |
HListGroup.setLook(HLook hlook)
Sets the HLook for this component. |
void |
HStaticRange.setLook(HLook hlook)
Sets the HLook for this component. |
void |
HStaticAnimation.setLook(HLook hlook)
Sets the HLook for this component. |
void |
HStaticIcon.setLook(HLook hlook)
Sets the HLook for this component. |
void |
HMultilineEntry.setLook(HLook hlook)
Sets the HLook for this component. |
void |
HVisible.setLook(HLook hlook)
Sets the HLook for this component. |
void |
HSinglelineEntry.setLook(HLook hlook)
Sets the HLook for this component. |
| Constructors in org.havi.ui with parameters of type HLook | |
|---|---|
HVisible(HLook hlook)
Creates an HVisible component with
the given HLook. |
|
HVisible(HLook hlook,
int x,
int y,
int width,
int height)
Creates an HVisible component with
the given HLook and the specified
location and size. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||