public class CompositeController extends DefaultController
| Modifier and Type | Field and Description |
|---|---|
static String |
CMD_ADD_RECOGNISER |
static String |
CMD_RECOGNISE |
static String |
CMD_RESET |
| Constructor and Description |
|---|
CompositeController(Controller parentController) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addRecogniser() |
TabbedView |
getView()
Returns the view component for this specific controller.
|
protected void |
recognise() |
protected void |
reset() |
addAction, addController, execute, getAction, getControllers, getLocator, getParent, isRoot, propertyChange, removeAllControllers, removeController, setLocator, setParentpublic static final String CMD_RESET
public static final String CMD_RECOGNISE
public static final String CMD_ADD_RECOGNISER
public CompositeController(Controller parentController)
parentController - public TabbedView getView()
Controllerprotected void reset()
protected void recognise()
protected void addRecogniser()
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.