| Package | Description |
|---|---|
| org.tinygroup.menucommand | |
| org.tinygroup.menucommand.config | |
| org.tinygroup.menucommand.handler | |
| org.tinygroup.menucommand.impl |
| Modifier and Type | Method and Description |
|---|---|
SystemCommand |
MenuConfigManager.getSystemCommand(String command)
匹配系统命令
|
| Modifier and Type | Method and Description |
|---|---|
List<SystemCommand> |
MenuConfigManager.getSystemCommandList()
获得支持的系统命令列表
|
| Modifier and Type | Method and Description |
|---|---|
void |
MenuConfigManager.addSystemCommand(SystemCommand command)
添加系统命令
|
void |
MenuConfigManager.removeSystemCommand(SystemCommand command)
删除系统命令
|
| Modifier and Type | Method and Description |
|---|---|
List<SystemCommand> |
MenuConfigs.getSystemCommandList() |
| Modifier and Type | Method and Description |
|---|---|
void |
MenuConfigs.setSystemCommandList(List<SystemCommand> systemCommandList) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
SystemCommandHandler.execute(String command,
SystemCommand systemCommand,
MenuConfig config,
Context context)
执行相关菜单逻辑,保存渲染路径和跳转菜单id
|
protected void |
HelpCommandHandler.execute(String command,
SystemCommand systemCommand,
MenuConfig config,
Context context) |
protected void |
BackCommandHandler.execute(String command,
SystemCommand systemCommand,
MenuConfig config,
Context context) |
protected void |
ExitCommandHandler.execute(String command,
SystemCommand systemCommand,
MenuConfig config,
Context context) |
protected void |
HomeCommandHandler.execute(String command,
SystemCommand systemCommand,
MenuConfig config,
Context context) |
protected void |
QueryCommandHandler.execute(String command,
SystemCommand systemCommand,
MenuConfig config,
Context context) |
protected void |
ShowCommandHandler.execute(String command,
SystemCommand systemCommand,
MenuConfig config,
Context context) |
protected String |
SystemCommandHandler.getRenderPath(SystemCommand systemCommand,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
SystemCommand |
MenuConfigManagerDefault.getSystemCommand(String command)
根据命令匹配处理系统级命令,如home、back、exit
|
| Modifier and Type | Method and Description |
|---|---|
List<SystemCommand> |
MenuConfigManagerDefault.getSystemCommandList() |
| Modifier and Type | Method and Description |
|---|---|
void |
MenuConfigManagerDefault.addSystemCommand(SystemCommand command) |
void |
MenuConfigManagerDefault.removeSystemCommand(SystemCommand command) |
Copyright © 2006–2018 TinyGroup. All rights reserved.