|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A Space is a dynamic collection of members. A Space also has a Timer and a collection of Controllers. The Timer provides the parent TimeBase for all members and controllers within the Space that are themselves Spaces or objects that have a TimeBase. The getSource method returns the source object which the Space has been addedTo (ie. the Space is also a Listener).
The tickleList is the list of TicklishControllers that have been added to ths Space and will be tickled by the Space when the Space itself is tickled by its Timer.
A default implementation of the Space interface is provided in the SimpleSpace class - refer to the documentation for details of that implementation.
SimpleSpace| Field Summary |
| Fields inherited from interface quicktime.app.time.Ticklish |
kScale |
| Method Summary | |
void |
addController(Controller c)
Deprecated. since QTJava 6.1 |
java.util.Enumeration |
controllers()
Deprecated. since QTJava 6.1 |
java.lang.Object |
getSource()
Deprecated. since QTJava 6.1 |
Timer |
getTimer()
Deprecated. since QTJava 6.1 |
void |
removeController(Controller c)
Deprecated. since QTJava 6.1 |
java.util.Enumeration |
tickleList()
Deprecated. since QTJava 6.1 |
| Methods inherited from interface quicktime.app.spaces.Listener |
addedTo, removedFrom |
| Methods inherited from interface quicktime.app.spaces.DynamicCollection |
getProtocol |
| Methods inherited from interface quicktime.app.spaces.Collection |
addMember, hasMember, isAppropriate, isEmpty, members, removeMember, size |
| Methods inherited from interface quicktime.app.time.Ticklish |
tickle, timeChanged |
| Method Detail |
public void addController(Controller c)
throws QTException
c - the Controller to add to the Space.
QTException
public void removeController(Controller c)
throws QTException
c - the Controller to remove from the Space.
QTExceptionpublic java.util.Enumeration controllers()
public java.util.Enumeration tickleList()
public Timer getTimer()
public java.lang.Object getSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||