|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Controller | |
---|---|
com.croftsoft.core.gui.controller | The controller updates the model based on user input. |
Uses of Controller in com.croftsoft.core.gui.controller |
---|
Classes in com.croftsoft.core.gui.controller that implement Controller | |
---|---|
class |
NilController
A Controller implementation that does nothing. |
class |
RelayController
Relays user input events and updates to a delegate Controller. |
Fields in com.croftsoft.core.gui.controller declared as Controller | |
---|---|
static Controller |
NilController.INSTANCE
|
Methods in com.croftsoft.core.gui.controller that return Controller | |
---|---|
Controller |
RelayController.getDelegateController()
|
Controller |
RelayController.setDelegateController(Controller delegateController)
|
Methods in com.croftsoft.core.gui.controller with parameters of type Controller | |
---|---|
Controller |
RelayController.setDelegateController(Controller delegateController)
|
Constructors in com.croftsoft.core.gui.controller with parameters of type Controller | |
---|---|
RelayController(Controller delegateController)
|
|
CroftSoft Javadoc | |||||||||
PREV NEXT | FRAMES NO FRAMES |