org.tinygroup.menucommand.config
类 MenuCommand

java.lang.Object
  继承者 org.tinygroup.menucommand.config.BaseObject
      继承者 org.tinygroup.menucommand.config.BaseCommand
          继承者 org.tinygroup.menucommand.config.MenuCommand

public class MenuCommand
extends BaseCommand

菜单命令(仅在当前菜单有效)

作者:
yancheng11334

构造方法摘要
MenuCommand()
           
 
方法摘要
 String getEventType()
           
 MenuConfig getMenuConfig()
           
 boolean isSystemEnable()
           
 void setEventType(String eventType)
           
 void setMenuConfig(MenuConfig menuConfig)
           
 void setSystemEnable(boolean systemEnable)
           
 
从类 org.tinygroup.menucommand.config.BaseCommand 继承的方法
createCommandObject, getBeanName, getClassName, setBeanName, setClassName
 
从类 org.tinygroup.menucommand.config.BaseObject 继承的方法
compile, getDescription, getId, getName, getPath, getPattern, getRegex, getTitle, match, setDescription, setId, setName, setPath, setPattern, setRegex, setTitle
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MenuCommand

public MenuCommand()
方法详细信息

getEventType

public String getEventType()

setEventType

public void setEventType(String eventType)

getMenuConfig

public MenuConfig getMenuConfig()

setMenuConfig

public void setMenuConfig(MenuConfig menuConfig)

isSystemEnable

public boolean isSystemEnable()

setSystemEnable

public void setSystemEnable(boolean systemEnable)


Copyright © 2006–2016 TinyGroup. All rights reserved.