|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.event.RepositoryDescriptor
org.dvb.event.UserEventRepository
org.dvb.event.OverallRepository
public class OverallRepository
This class defines a repository which initially contains all the user events which can be delivered to an application. This includes all keycodes for which KEY_PRESSED and KEY_RELEASED events can be generated and all keychars for which KEY_TYPED events can be generated. Note that the set of keycodes and keychars which can be generated is dependent on the input devices of the MHP terminal. For example, this pre-defined repository could be used by an application, which requires a pin code from the user, in order to prevent another applications from receiving events.
UserEvent
,
HKeyCapabilities
Constructor Summary | |
---|---|
OverallRepository()
The constructor for the repository. |
|
OverallRepository(java.lang.String name)
The constructor for the repository with a name. |
Method Summary |
---|
Methods inherited from class org.dvb.event.UserEventRepository |
---|
addAllArrowKeys, addAllColourKeys, addAllNumericKeys, addKey, addUserEvent, getName, getUserEvent, removeAllArrowKeys, removeAllColourKeys, removeAllNumericKeys, removeKey, removeUserEvent |
Methods inherited from class org.dvb.event.RepositoryDescriptor |
---|
getClient |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OverallRepository()
public OverallRepository(java.lang.String name)
name
- the name to use for the repository
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |