public class TestClass extends DefaultDataObject
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_GESTURES |
static String |
PROPERTY_NAME |
PROPERTY_IDpropertyChangeSupport| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accepts a visitor.
|
void |
add(Gesture<?> gesture)
Add a gesture to the test class
|
boolean |
equals(Object object) |
List<Gesture<?>> |
getGestures()
Returns a shallow copy of the gesture instances.
|
String |
getName()
Returns the name of the gesture
|
int |
hashCode() |
void |
remove(Gesture<?> gesture)
Remove a gesture from the test class
|
void |
setName(String name) |
int |
size()
Returns the number of gestures in the test set.
|
getId, setIdaddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerpublic static final String PROPERTY_GESTURES
public static final String PROPERTY_NAME
public TestClass(String name)
public String getName()
public void setName(String name)
public List<Gesture<?>> getGestures()
public void add(Gesture<?> gesture)
gesture - public void remove(Gesture<?> gesture)
gesture - public int size()
public void accept(Visitor visitor)
DefaultDataObjectaccept in interface DataObjectaccept in class DefaultDataObjectvisitor - the visitor to be used.Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.