| Package | Description |
|---|---|
| org.dvb.application.inner | |
| org.havi.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
InnerApplicationContainer.addHFocusListener(HFocusListener l)
Adds the specified
HFocusListener to
receive HFocusEvent events sent from
this HNavigable. |
void |
InnerApplicationContainer.removeHFocusListener(HFocusListener l)
Removes the specified
HFocusListener
so that it no longer receives
HFocusEvent events from this HNavigable. |
| Modifier and Type | Class and Description |
|---|---|
class |
HEventMulticaster
The
HEventMulticaster class is intended to assist
platform or subclass implementers with the handling of HAVi
events. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
static HFocusListener |
HEventMulticaster.add(HFocusListener a,
HFocusListener b)
Adds
HFocusListener-a with HFocusListener-b and
returns the resulting multicast listener. |
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. |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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. |
static HFocusListener |
HEventMulticaster.remove(HFocusListener l,
HFocusListener oldl)
Removes the old
HFocusListener from HFocusListener-l and
returns the resulting multicast listener. |
void |
HTextButton.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 |
HSinglelineEntry.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 |
HRange.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 |
HListGroup.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 |
HGraphicButton.removeHFocusListener(HFocusListener l)
Removes the specified
HFocusListener
so that it no longer receives HFocusEvent events from this HNavigable. |
void |
HAnimation.removeHFocusListener(HFocusListener l)
Removes the specified
HFocusListener
so that it no longer receives HFocusEvent events from this HNavigable. |
Copyright © 2012 code4tv.com. All Rights Reserved.