Uses of Class
net.kbox.ActionController

Packages that use ActionController
net.kbox This package contains the core classes. 
net.kbox.component This package contains some component classes. 
 

Uses of ActionController in net.kbox
 

Methods in net.kbox that return ActionController
static ActionController ActionController.getInstance()
          Create an ActionController(if necessary) without cache configuration data.
static ActionController ActionController.getInstance(boolean isCacheConfig)
          Create an ActionController(if necessary).
static ActionController ActionController.getInstance(boolean isCacheConfig, boolean gcCmdEvent, boolean gcKeyEvent, boolean gcItemEvent)
          Create an ActionController(if necessary).
 

Uses of ActionController in net.kbox.component
 

Fields in net.kbox.component declared as ActionController
protected  ActionController KGameCanvas.controller
          the event forward controller.