|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Thread
net.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTreeLabelProvider.ImageLoader
Thread to load the icon Image of a
Favorite in the background. It refreshes the corresponding
Favorite in the TreeViewer as the icon is
available.
| Field Summary | |
private Favorite |
favorite
The Favorite to load the icon Image
for. |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
NewsFeedFavoritesTreeLabelProvider.ImageLoader(Favorite favorite)
Creates a new ImageLoader bound to the specified
Favorite.
|
|
| Method Summary | |
void |
run()
Executed as this ImageLoader starts its work. |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private Favorite favorite
The Favorite to load the icon Image
for.
| Constructor Detail |
public NewsFeedFavoritesTreeLabelProvider.ImageLoader(Favorite favorite)
Creates a new ImageLoader bound to the specified
Favorite.
favorite - the Favorite to load the icon
Image for| Method Detail |
public void run()
Executed as this ImageLoader starts its work. Loads
the icon Image for the Favorite and
updates the TreeVier as the loading process finishes.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||