|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueItem | |
---|---|
net.sourceforge.jsh3modtool.gui.imagetable.cache |
Uses of QueueItem in net.sourceforge.jsh3modtool.gui.imagetable.cache |
---|
Classes in net.sourceforge.jsh3modtool.gui.imagetable.cache that implement QueueItem | |
---|---|
protected class |
ThumbnailLoader.ThumbnailQueueItem
A queue item that contains a viewer and a image properties object. |
Methods in net.sourceforge.jsh3modtool.gui.imagetable.cache that return QueueItem | |
---|---|
QueueItem |
Queue.getFirst()
Returns the first item in the queue |
QueueItem |
Queue.getLast()
Returns the last item in the queue |
protected QueueItem |
Queue.remove(int index)
Remove the item at the specified index and return it. |
QueueItem |
Queue.remove(QueueItem item)
Removes the queueitem from the queue |
QueueItem |
Queue.removeFirst()
Removes the first item and returns it. |
QueueItem |
Queue.removeLast()
Removes the last item and returns it. |
Methods in net.sourceforge.jsh3modtool.gui.imagetable.cache with parameters of type QueueItem | |
---|---|
boolean |
Queue.add(QueueItem item)
Adds the specified item to the queue. |
protected boolean |
Queue.add(QueueItem item,
int index)
|
boolean |
Queue.addFirst(QueueItem item)
Adds the specified item to the end of the queue. |
boolean |
Queue.addLast(QueueItem item)
Adds the specified item to the end of the queue. |
protected void |
Queue.fireItemAdded(QueueItem item)
Notify all listeners that an item has been added |
protected void |
Queue.fireItemRemoved(QueueItem item)
Notify all listeners that an item has been removed |
void |
QueueListener.queueItemAdded(Queue queue,
QueueItem item)
An item has been added to the queue |
void |
QueueListener.queueItemRemoved(Queue queue,
QueueItem item)
An item has been removed from the queue |
QueueItem |
Queue.remove(QueueItem item)
Removes the queueitem from the queue |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |