跳过导航链接
C G I O R S V 

C

com.senter.support.openapi - 程序包 com.senter.support.openapi
 

G

getAvailableShortcutKeys() - 类 中的静态方法com.senter.support.openapi.StKeyManager.ShortcutKeyMonitor
获取当前产品上可以用到的所有快捷键
getInstanceOfShortcutKeyMonitor(StKeyManager.ShortcutKey) - 类 中的静态方法com.senter.support.openapi.StKeyManager
获取一个针对指定快捷键的监视器
getKeycode() - 枚举 中的方法com.senter.support.openapi.StKeyManager.ShortcutKey
获取快捷键值的键值

I

isExists() - 枚举 中的方法com.senter.support.openapi.StKeyManager.ShortcutKey
当前快捷键值是否存在
isMonitoring() - 类 中的方法com.senter.support.openapi.StKeyManager.ShortcutKeyMonitor
当前是否正在监视
isShortcutKeyAvailable(StKeyManager.ShortcutKey) - 类 中的静态方法com.senter.support.openapi.StKeyManager.ShortcutKeyMonitor
当前快捷键在当前产品上是否存在

O

onKeyDown(int, int, StKeyManager.ShortcutKeyMonitor.ShortcutKeyEvent) - 类 中的方法com.senter.support.openapi.StKeyManager.ShortcutKeyMonitor.ShortcutKeyListener
有快捷键按下时的通知
onKeyUp(int, int, StKeyManager.ShortcutKeyMonitor.ShortcutKeyEvent) - 类 中的方法com.senter.support.openapi.StKeyManager.ShortcutKeyMonitor.ShortcutKeyListener
有快捷键抬起时的通知

R

reset(Context, StKeyManager.ShortcutKeyMonitor.ShortcutKeyListener, Handler) - 类 中的方法com.senter.support.openapi.StKeyManager.ShortcutKeyMonitor
重置监听器,当执行了()函数后,需要调用此函数,以对监视器进行重新配置

S

ShortcutKeyEvent() - 类 的构造器com.senter.support.openapi.StKeyManager.ShortcutKeyMonitor.ShortcutKeyEvent
 
ShortcutKeyListener() - 类 的构造器com.senter.support.openapi.StKeyManager.ShortcutKeyMonitor.ShortcutKeyListener
 
ShortcutKeyMonitor() - 类 的构造器com.senter.support.openapi.StKeyManager.ShortcutKeyMonitor
 
startMonitor() - 类 中的方法com.senter.support.openapi.StKeyManager.ShortcutKeyMonitor
开始监视
StKeyManager - com.senter.support.openapi中的类
快捷键管理,当前功能为快捷键的监听器
StKeyManager.ShortcutKey - com.senter.support.openapi中的枚举
具体快捷键,本类包括所有可能会用到的快捷键,因产品设计不同,有些快捷键可能只出现在某些产品上
StKeyManager.ShortcutKeyMonitor - com.senter.support.openapi中的类
快捷键监视器,本类用于对某一指定的快捷键进行监视,若检测到快捷键动作,则会通过回调的方式通知监听器
StKeyManager.ShortcutKeyMonitor.ShortcutKeyEvent - com.senter.support.openapi中的类
快捷键事件的占位符,当前未用到
StKeyManager.ShortcutKeyMonitor.ShortcutKeyListener - com.senter.support.openapi中的类
快捷键监听器
stopMonitor() - 类 中的方法com.senter.support.openapi.StKeyManager.ShortcutKeyMonitor
停止监视

V

valueOf(String) - 枚举 中的静态方法com.senter.support.openapi.StKeyManager.ShortcutKey
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.senter.support.openapi.StKeyManager.ShortcutKey
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
C G I O R S V 
跳过导航链接