|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Thread
net.sourceforge.rssowl.controller.thread.ImageLoader
Thread to load an image to a CLabel
| Field Summary | |
(package private) org.eclipse.swt.graphics.Image |
image
The image to load |
(package private) org.eclipse.swt.widgets.Label |
imgHolder
The holder for the image |
(package private) org.eclipse.swt.widgets.Composite |
parent
Parent composite |
(package private) ChannelImage |
rssChannelImage
The model for the channel image |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
ImageLoader(ChannelImage rssChannelImage,
org.eclipse.swt.widgets.Label imgHolder,
org.eclipse.swt.widgets.Composite parent)
Instantiate a new ImageLoader Thread |
|
| Method Summary | |
void |
run()
|
private void |
showImage()
Show the image in the imgHolder and configure it to react on Mouseclick to open the link if given. |
| 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 |
org.eclipse.swt.graphics.Image image
org.eclipse.swt.widgets.Label imgHolder
org.eclipse.swt.widgets.Composite parent
ChannelImage rssChannelImage
| Constructor Detail |
public ImageLoader(ChannelImage rssChannelImage,
org.eclipse.swt.widgets.Label imgHolder,
org.eclipse.swt.widgets.Composite parent)
rssChannelImage - The image informationsimgHolder - CLabel to put the image onparent - The parent composite| Method Detail |
public void run()
Runnable.run()private void showImage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||