| 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<E>
java.util.LinkedList<Hold>
Spool1
SpoolEDT
@ThreadRestricted(value="AWT event dispatch") public class SpoolEDT
A spool restricted to the AWT event dispatch thread.
| Field Summary | 
|---|
| Fields inherited from class java.util.AbstractList | 
|---|
modCount | 
| Fields inherited from interface Spool | 
|---|
catcher0 | 
| Constructor Summary | |
|---|---|
SpoolEDT()
 | 
|
| Method Summary | |
|---|---|
 boolean | 
add(Hold hold)
Adds the hold to the spool, or releases it immediately.  | 
 boolean | 
unwind(Catcher<Hold> catcher)
Commences to unwind this spool, removing and releasing each of its holds.  | 
| Methods inherited from class Spool1 | 
|---|
addAll, addFirst, addLast, isUnwinding, offer, unwind | 
| Methods inherited from class java.util.LinkedList | 
|---|
add, addAll, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArray | 
| Methods inherited from class java.util.AbstractSequentialList | 
|---|
iterator | 
| Methods inherited from class java.util.AbstractList | 
|---|
equals, hashCode, listIterator, removeRange, subList | 
| Methods inherited from class java.util.AbstractCollection | 
|---|
containsAll, isEmpty, removeAll, retainAll, toString | 
| Methods inherited from class java.lang.Object | 
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface java.util.Collection | 
|---|
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray | 
| Methods inherited from interface java.util.List | 
|---|
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList | 
| Methods inherited from interface java.util.Deque | 
|---|
iterator | 
| Constructor Detail | 
|---|
public SpoolEDT()
| Method Detail | 
|---|
public boolean add(Hold hold)
Spool
add in interface Collection<Hold>add in interface Deque<Hold>add in interface List<Hold>add in interface Queue<Hold>add in interface Spooladd in class Spool1public boolean unwind(Catcher<Hold> catcher)
Spool
unwind in interface Spoolunwind in class Spool1catcher - for any errors or exceptions that occur
         during unwinding
  | 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||