xworker.javax.swing.JComponent/@ActionMap
事物 ActionMap(ActionMap)点击打开事物点击浏览描述

父事物:
JComponent
描述者:
事物
thing
继承:
ActionMap

字段摘要
           String name
           
 
方法摘要
           create
          
 
子事物摘要
           ActionMap
          ActionMap provides mappings from Objects (called keys or Action names) to Actions. An ActionMap is usually used with an InputMap to locate a particular action when a key is pressed. As with InputMap, an ActionMap can have a parent that is searched for keys not defined in the ActionMap.
           Actions
          
 
字段详细信息

name点击打开事物


 
方法详细信息

create


 
子事物详细信息

ActionMap点击打开事物

ActionMap provides mappings from Objects (called keys or Action names) to Actions. An ActionMap is usually used with an InputMap to locate a particular action when a key is pressed. As with InputMap, an ActionMap can have a parent that is searched for keys not defined in the ActionMap.


Actions点击打开事物