JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
G
I
O
R
S
V
C
com.senter.support.openapi
- package com.senter.support.openapi
G
getAvailableShortcutKeys()
- Static method in class com.senter.support.openapi.
StKeyManager.ShortcutKeyMonitor
Get all shortcut keys available on current product
getInstanceOfShortcutKeyMonitor(StKeyManager.ShortcutKey)
- Static method in class com.senter.support.openapi.
StKeyManager
Get an instance of shortcut key Monitor,using to monitor key event of specified shortcut key
getKeycode()
- Method in enum com.senter.support.openapi.
StKeyManager.ShortcutKey
get the keycode of the specified shortcut key
I
isExists()
- Method in enum com.senter.support.openapi.
StKeyManager.ShortcutKey
whether current shortcut key exist
isMonitoring()
- Method in class com.senter.support.openapi.
StKeyManager.ShortcutKeyMonitor
whether it is monitoring
isShortcutKeyAvailable(StKeyManager.ShortcutKey)
- Static method in class com.senter.support.openapi.
StKeyManager.ShortcutKeyMonitor
whether the shortcut key exists on current product
O
onKeyDown(int, int, StKeyManager.ShortcutKeyMonitor.ShortcutKeyEvent)
- Method in class com.senter.support.openapi.
StKeyManager.ShortcutKeyMonitor.ShortcutKeyListener
This method would be called on shortcut key down
onKeyUp(int, int, StKeyManager.ShortcutKeyMonitor.ShortcutKeyEvent)
- Method in class com.senter.support.openapi.
StKeyManager.ShortcutKeyMonitor.ShortcutKeyListener
This method would be called on shortcut key up
R
reset(Context, StKeyManager.ShortcutKeyMonitor.ShortcutKeyListener, Handler)
- Method in class com.senter.support.openapi.
StKeyManager.ShortcutKeyMonitor
Reset shortcut key monitor.if
StKeyManager.ShortcutKeyMonitor.stopMonitor()
has been called,this method should be called befor
StKeyManager.ShortcutKeyMonitor.startMonitor()
again
S
ShortcutKeyEvent()
- Constructor for class com.senter.support.openapi.
StKeyManager.ShortcutKeyMonitor.ShortcutKeyEvent
ShortcutKeyListener()
- Constructor for class com.senter.support.openapi.
StKeyManager.ShortcutKeyMonitor.ShortcutKeyListener
ShortcutKeyMonitor()
- Constructor for class com.senter.support.openapi.
StKeyManager.ShortcutKeyMonitor
startMonitor()
- Method in class com.senter.support.openapi.
StKeyManager.ShortcutKeyMonitor
start monitor
StKeyManager
- Class in
com.senter.support.openapi
Physical button manager,including a shortcut key monitor
StKeyManager.ShortcutKey
- Enum in
com.senter.support.openapi
Shortcut key,including all shortcut keys on all products,even some shortcut key only exites on specified product
StKeyManager.ShortcutKeyMonitor
- Class in
com.senter.support.openapi
shortcut key monitor,,using to monitor key event of specified shortcut key
StKeyManager.ShortcutKeyMonitor.ShortcutKeyEvent
- Class in
com.senter.support.openapi
Shortcut key event placeholder,reserved for future
StKeyManager.ShortcutKeyMonitor.ShortcutKeyListener
- Class in
com.senter.support.openapi
shortcut key listener
stopMonitor()
- Method in class com.senter.support.openapi.
StKeyManager.ShortcutKeyMonitor
stop monitor
V
valueOf(String)
- Static method in enum com.senter.support.openapi.
StKeyManager.ShortcutKey
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.senter.support.openapi.
StKeyManager.ShortcutKey
Returns an array containing the constants of this enum type, in the order they are declared.
C
G
I
O
R
S
V
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes