org.ximtec.igesture.tool.view.admin.wrapper
Class GestureSetList
java.lang.Object
org.ximtec.igesture.core.DefaultPropertyChangeNotifier
org.ximtec.igesture.tool.view.admin.wrapper.GestureSetList
- All Implemented Interfaces:
- DataObjectWrapper, PropertyChangeNotifier
public class GestureSetList
- extends DefaultPropertyChangeNotifier
- implements DataObjectWrapper
PROPERTY_SETS
public static final String PROPERTY_SETS
- See Also:
- Constant Field Values
GestureSetList
public GestureSetList(MainModel mainModel)
addGestureSet
public void addGestureSet(GestureSet gestureSet)
removeGestureSet
public void removeGestureSet(GestureSet gestureSet)
getGestureSets
public List<GestureSet> getGestureSets()
getName
public String getName()
toString
public String toString()
- Overrides:
toString in class Object
getDataObjects
public List<DataObject> getDataObjects()
- Description copied from interface:
DataObjectWrapper
- Returns the list of data objects managed by this data object wrapper.
- Specified by:
getDataObjects in interface DataObjectWrapper
- Returns:
- list of data objects.
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.