© 2006-2007 ETH Zurich

Uses of Class
org.ximtec.igesture.geco.mapping.GestureToActionMapping

Packages that use GestureToActionMapping
org.ximtec.igesture.geco.gui   
org.ximtec.igesture.geco.xml   
 

Uses of GestureToActionMapping in org.ximtec.igesture.geco.gui
 

Methods in org.ximtec.igesture.geco.gui that return GestureToActionMapping
 GestureToActionMapping MainView.getSelectedMapping()
          Return the selected mapping
 GestureToActionMapping MainView.getSelectedMappping()
          Return the selected GestureToAction mapping
 

Methods in org.ximtec.igesture.geco.gui that return types with arguments of type GestureToActionMapping
 SortedListModel<GestureToActionMapping> MainModel.getMappingListModel()
          Returns the model for the mapping List
 Hashtable<GestureClass,GestureToActionMapping> MainModel.getMappings()
           
 

Methods in org.ximtec.igesture.geco.gui with parameters of type GestureToActionMapping
 void MainModel.addMapping(GestureToActionMapping gm)
          Adds a gesture-action mapping
 void MainModel.removeMapping(GestureToActionMapping gm)
          Removes a gesture-action mapping
 

Uses of GestureToActionMapping in org.ximtec.igesture.geco.xml
 

Methods in org.ximtec.igesture.geco.xml that return types with arguments of type GestureToActionMapping
 List<GestureToActionMapping> XMLImportGeco.getMappings()
          Returns the mappings saved in the xml file.
 

Method parameters in org.ximtec.igesture.geco.xml with type arguments of type GestureToActionMapping
static void XMLGeco.exportProject(Collection<GestureToActionMapping> mappings, GestureSet gestureSet, String gestureSetFileName, File file)
          Exports a gesture set.
 

Constructors in org.ximtec.igesture.geco.xml with parameters of type GestureToActionMapping
JdomGestureMapping(GestureToActionMapping map, GestureSet gestureSet)
           
 


© 2006-2007 ETH Zurich

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