© 2006-2007 ETH Zurich

org.ximtec.igesture.tool.view.composite
Class CompositeController

java.lang.Object
  extended by org.ximtec.igesture.tool.core.DefaultController
      extended by org.ximtec.igesture.tool.view.composite.CompositeController
All Implemented Interfaces:
PropertyChangeListener, EventListener, Controller

public class CompositeController
extends DefaultController

Author:
Bjorn Puype, bpuype@gmail.com

Field Summary
static String CMD_ADD_RECOGNISER
           
static String CMD_RECOGNISE
           
static String CMD_RESET
           
 
Constructor Summary
CompositeController(Controller parentController)
           
 
Method Summary
protected  void addRecogniser()
           
 TabbedView getView()
          Returns the view component for this specific controller.
protected  void recognise()
           
protected  void reset()
           
 
Methods inherited from class org.ximtec.igesture.tool.core.DefaultController
addAction, addController, execute, getAction, getControllers, getLocator, getParent, isRoot, propertyChange, removeAllControllers, removeController, setLocator, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CMD_RESET

public static final String CMD_RESET
See Also:
Constant Field Values

CMD_RECOGNISE

public static final String CMD_RECOGNISE
See Also:
Constant Field Values

CMD_ADD_RECOGNISER

public static final String CMD_ADD_RECOGNISER
See Also:
Constant Field Values
Constructor Detail

CompositeController

public CompositeController(Controller parentController)
Parameters:
parentController -
Method Detail

getView

public TabbedView getView()
Description copied from interface: Controller
Returns the view component for this specific controller.

Returns:
the view component for this specific controller.

reset

protected void reset()

recognise

protected void recognise()

addRecogniser

protected void addRecogniser()

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.