org.ximtec.igesture.core
Class DefaultDescriptor
java.lang.Object
org.ximtec.igesture.core.DefaultPropertyChangeNotifier
org.ximtec.igesture.core.DefaultDataObject
org.ximtec.igesture.core.DefaultDescriptor
- All Implemented Interfaces:
- Serializable, DataObject, Descriptor, PropertyChangeNotifier
- Direct Known Subclasses:
- CompositeDescriptor, DefaultSampleDescriptor, DigitalDescriptor, IconDescriptor, TextDescriptor
public abstract class DefaultDescriptor
- extends DefaultDataObject
- implements Descriptor
Default implementation of a descriptor. It implements the necessary methods
and extends the default implementation of a data object. Normally a new
implementation of a gesture class descriptor will extend this abstract class
to avoid code duplication.
- Version:
- 1.0, Dec 2006
- Author:
- Ueli Kurmann, igesture@uelikurmann.ch, Beat Signer, signer@inf.ethz.ch
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDescriptor
public DefaultDescriptor()
getType
public Class<? extends Descriptor> getType()
- Description copied from interface:
Descriptor
- Returns the type of the descriptor.
- Specified by:
getType in interface Descriptor
- Returns:
- the type of the descriptor.
getName
public abstract String getName()
Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.