|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HFocusListener | |
---|---|
org.havi.ui |
Uses of HFocusListener in org.havi.ui |
---|
Classes in org.havi.ui that implement HFocusListener | |
---|---|
class |
HEventMulticaster
The HEventMulticaster class is intended to assist
platform or subclass implementers with the handling of HAVi
events. |
Methods in org.havi.ui that return HFocusListener | |
---|---|
static HFocusListener |
HEventMulticaster.add(HFocusListener a,
HFocusListener b)
Adds HFocusListener -a with HFocusListener -b and
returns the resulting multicast listener. |
static HFocusListener |
HEventMulticaster.remove(HFocusListener l,
HFocusListener oldl)
Removes the old HFocusListener from HFocusListener -l and
returns the resulting multicast listener. |
Methods in org.havi.ui with parameters of type HFocusListener | |
---|---|
static HFocusListener |
HEventMulticaster.add(HFocusListener a,
HFocusListener b)
Adds HFocusListener -a with HFocusListener -b and
returns the resulting multicast listener. |
void |
HAnimation.addHFocusListener(HFocusListener l)
Adds the specified HFocusListener to
receive HFocusEvent events sent from
this HNavigable : If the listener has
already been added further calls will add further references to the listener,
which will then receive multiple copies of a single event. |
void |
HGraphicButton.addHFocusListener(HFocusListener l)
Adds the specified HFocusListener to
receive HFocusEvent events sent from
this HNavigable : If the listener has
already been added further calls will add further references to the listener,
which will then receive multiple copies of a single event. |
void |
HIcon.addHFocusListener(HFocusListener l)
Adds the specified HFocusListener to
receive HFocusEvent events sent from
this HNavigable : If the listener has
already been added further calls will add further references to the listener,
which will then receive multiple copies of a single event. |
void |
HListGroup.addHFocusListener(HFocusListener l)
Adds the specified HFocusListener to
receive HFocusEvent events sent from
this HNavigable : If the listener has
already been added further calls will add further references to the listener,
which will then receive multiple copies of a single event. |
void |
HNavigable.addHFocusListener(HFocusListener l)
Adds the specified HFocusListener to
receive HFocusEvent events sent from
this HNavigable : If the listener has
already been added further calls will add further references to the listener,
which will then receive multiple copies of a single event. |
void |
HRange.addHFocusListener(HFocusListener l)
Adds the specified HFocusListener to
receive HFocusEvent events sent from
this HNavigable : If the listener has
already been added further calls will add further references to the listener,
which will then receive multiple copies of a single event. |
void |
HRangeValue.addHFocusListener(HFocusListener l)
Adds the specified HFocusListener to
receive HFocusEvent events sent from
this HNavigable : If the listener has
already been added further calls will add further references to the listener,
which will then receive multiple copies of a single event. |
void |
HSinglelineEntry.addHFocusListener(HFocusListener l)
Adds the specified HFocusListener to
receive HFocusEvent events sent from
this HNavigable : If the listener has
already been added further calls will add further references to the listener,
which will then receive multiple copies of a single event. |
void |
HText.addHFocusListener(HFocusListener l)
Adds the specified HFocusListener to
receive HFocusEvent events sent from
this HNavigable : If the listener has
already been added further calls will add further references to the listener,
which will then receive multiple copies of a single event. |
void |
HTextButton.addHFocusListener(HFocusListener l)
Adds the specified HFocusListener to
receive HFocusEvent events sent from
this HNavigable : If the listener has
already been added further calls will add further references to the listener,
which will then receive multiple copies of a single event. |
static HFocusListener |
HEventMulticaster.remove(HFocusListener l,
HFocusListener oldl)
Removes the old HFocusListener from HFocusListener -l and
returns the resulting multicast listener. |
void |
HAnimation.removeHFocusListener(HFocusListener l)
Removes the specified HFocusListener
so that it no longer receives HFocusEvent events from this HNavigable . |
void |
HGraphicButton.removeHFocusListener(HFocusListener l)
Removes the specified HFocusListener
so that it no longer receives HFocusEvent events from this HNavigable . |
void |
HIcon.removeHFocusListener(HFocusListener l)
Removes the specified HFocusListener
so that it no longer receives HFocusEvent events from this HNavigable . |
void |
HListGroup.removeHFocusListener(HFocusListener l)
Removes the specified HFocusListener
so that it no longer receives HFocusEvent events from this HNavigable . |
void |
HNavigable.removeHFocusListener(HFocusListener l)
Removes the specified HFocusListener
so that it no longer receives HFocusEvent events from this HNavigable . |
void |
HRange.removeHFocusListener(HFocusListener l)
Removes the specified HFocusListener
so that it no longer receives HFocusEvent events from this HNavigable . |
void |
HRangeValue.removeHFocusListener(HFocusListener l)
Removes the specified HFocusListener
so that it no longer receives HFocusEvent events from this HNavigable . |
void |
HSinglelineEntry.removeHFocusListener(HFocusListener l)
Removes the specified HFocusListener
so that it no longer receives HFocusEvent events from this HNavigable . |
void |
HText.removeHFocusListener(HFocusListener l)
Removes the specified HFocusListener
so that it no longer receives HFocusEvent events from this HNavigable . |
void |
HTextButton.removeHFocusListener(HFocusListener l)
Removes the specified HFocusListener
so that it no longer receives HFocusEvent events from this HNavigable . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |