|
||||||||||
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. a range control). |
interface |
HItemValue
This interface is implemented by all HAVi UI components which have some form of selectable content (e.g. a list group). |
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. it can have the input focus. |
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. it can have the input
focus and it can be adjusted. |
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 | |
---|---|
java.lang.Integer |
HAdjustableLook.getValue(HOrientable component,
java.awt.Point pt)
Returns the value of the component which corresponds to the pointer position specified by pt. |
java.lang.Integer |
HListGroupLook.getValue(HOrientable component,
java.awt.Point pt)
Returns the value of the component which corresponds to the pointer position specified by pt. |
java.lang.Integer |
HRangeLook.getValue(HOrientable component,
java.awt.Point pt)
Returns the value of the component which corresponds to the pointer position specified by pt. |
int |
HAdjustableLook.hitTest(HOrientable component,
java.awt.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,
java.awt.Point pt)
Returns a value which indicates the pointer click position in the on-screen representation of the orientable component. |
int |
HRangeLook.hitTest(HOrientable component,
java.awt.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 |