Package | Description |
---|---|
org.tinygroup.menucommand.config | |
org.tinygroup.menucommand.handler |
Modifier and Type | Method and Description |
---|---|
MenuCommand |
MenuConfig.getMatchMenuCommand(String command)
得到匹配的子菜单命令
|
MenuCommand |
MenuConfig.matchEvent(String eventType)
根据事件类型进行命令匹配
|
Modifier and Type | Method and Description |
---|---|
List<MenuCommand> |
MenuConfig.getMenuCommandList() |
Modifier and Type | Method and Description |
---|---|
void |
MenuConfig.setMenuCommandList(List<MenuCommand> menuCommandList) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
MenuCommandHandler.execute(String command,
MenuCommand menuCommand,
Context context)
执行相关菜单逻辑,保存渲染路径和跳转菜单id
|
Copyright © 2006–2018 TinyGroup. All rights reserved.