© 2006-2007 ETH Zurich

org.ximtec.igesture.tool.view.batch
Class BatchController

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

public class BatchController
extends DefaultController

Comment

Version:
1.0 17.04.2008
Author:
Ueli Kurmann

Field Summary
static String CMD_CANCEL_BATCH
           
static String CMD_RUN_BATCH
           
 
Constructor Summary
BatchController(Controller parentController)
           
 
Method Summary
protected  void executeBatchCancel()
           
protected  void executeBatchRun()
           
 TabbedView getView()
          Returns the view component for this specific controller.
 void propertyChange(PropertyChangeEvent event)
           
 
Methods inherited from class org.ximtec.igesture.tool.core.DefaultController
addAction, addController, execute, getAction, getControllers, getLocator, getParent, isRoot, 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_RUN_BATCH

public static final String CMD_RUN_BATCH
See Also:
Constant Field Values

CMD_CANCEL_BATCH

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

BatchController

public BatchController(Controller 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.

executeBatchRun

protected void executeBatchRun()

executeBatchCancel

protected void executeBatchCancel()

propertyChange

public void propertyChange(PropertyChangeEvent event)
Specified by:
propertyChange in interface PropertyChangeListener
Overrides:
propertyChange in class DefaultController

© 2006-2007 ETH Zurich

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