|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HOrientable | |
|---|---|
| org.havi.ui | |
| Uses of HOrientable in org.havi.ui |
|---|
| Subinterfaces of HOrientable in org.havi.ui | |
|---|---|
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. |
| Classes in org.havi.ui that implement HOrientable | |
|---|---|
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. |
| Methods in org.havi.ui with parameters of type HOrientable | |
|---|---|
Integer |
HRangeLook.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. |
Integer |
HListGroupLook.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 |
HAdjustableLook.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||