|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.app.actions.TickleList
|
+--quicktime.app.actions.SimpleActionList
The SimpleActionList class extends the TickleList to provide a list of Targetable objects. The Targetable interface extends the Ticklish interface providing a Ticklish object with the concept of a target which will be acted upon by in its tickle method. By providing a List that requires members to be Targetable objects, the list can remove all of the actions that are associated with a particular target and return an enumeration that is capable of enumerating over the list's targets.
Targetable| Field Summary |
| Fields inherited from class quicktime.app.actions.TickleList |
list |
| Fields inherited from interface quicktime.app.time.Ticklish |
kScale |
| Constructor Summary | |
SimpleActionList()
Deprecated. since QTJava 6.1 |
|
| Method Summary | |
boolean |
isAppropriate(java.lang.Object object)
Deprecated. since QTJava 6.1 |
void |
removeTarget(java.lang.Object target)
Deprecated. since QTJava 6.1 |
java.util.Enumeration |
targets()
Deprecated. since QTJava 6.1 |
| Methods inherited from class quicktime.app.actions.TickleList |
addedToSpace, addMember, findNode, hasMember, isEmpty, isMemberActive, isWholespace, makeTickleNode, members, nodes, removedFromSpace, removeMember, setMemberActive, setWholespace, size, tickle, timeChanged, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SimpleActionList()
| Method Detail |
public java.util.Enumeration targets()
public boolean isAppropriate(java.lang.Object object)
isAppropriate in interface CollectionisAppropriate in class TickleListobject - an object to test for appropriateness of this list
public void removeTarget(java.lang.Object target)
target - the target which determines which actions to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||