| Package | Description |
|---|---|
| org.havi.ui |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HAdjustmentInputPreferred
A component which implements
HAdjustmentInputPreferred
indicates that this component expects to receive HAdjustmentEvent input events. |
interface |
HAdjustmentValue
This interface is implemented by all HAVi UI components which have
some form of adjustable numerical value (e.g.
|
interface |
HItemValue
This interface is implemented by all HAVi UI components which have
some form of selectable content (e.g.
|
interface |
HSelectionInputPreferred
A component which implements
HSelectionInputPreferred indicates
that this component expects to receive HItemEvent input events. |
| Modifier and Type | Class and Description |
|---|---|
class |
HListGroup
The
HListGroup is a user interface
component representing a list of selectable items (HListElements) which contain
graphical and / or textual content. |
class |
HRange
The
HRange is a user interface
component used to display a value within a fixed range (as
org.havi.ui.HStaticRange HStaticRange}) which also enables a user to
navigate to it, i.e. |
class |
HRangeValue
The
HRangeValue is a user interface
component used to display a value within a fixed range (as
org.havi.ui.HStaticRange HStaticRange}) which enables a user to
navigate to and alter the value of it, i.e. |
class |
HStaticRange
The
HStaticRange is a user interface
component used to display a static value which is within a fixed
range, but does not permit the user to navigate (focus) upon it. |
| Modifier and Type | Method and Description |
|---|---|
Integer |
HRangeLook.getValue(HOrientable component,
Point pt)
Returns the value of the component which corresponds to the pointer
position specified by pt.
|
Integer |
HListGroupLook.getValue(HOrientable component,
Point pt)
Returns the value of the component which corresponds to the pointer
position specified by pt.
|
Integer |
HAdjustableLook.getValue(HOrientable component,
Point pt)
Returns the value of the component which corresponds to the pointer
position specified by pt.
|
int |
HRangeLook.hitTest(HOrientable component,
Point pt)
Returns a value which indicates the pointer click position in the
on-screen representation of the orientable component.
|
int |
HListGroupLook.hitTest(HOrientable component,
Point pt)
Returns a value which indicates the pointer click position in the
on-screen representation of the orientable component.
|
int |
HAdjustableLook.hitTest(HOrientable component,
Point pt)
Returns a value which indicates the pointer click position in the
on-screen representation of the orientable component.
|
Copyright © 2012 code4tv.com. All Rights Reserved.