|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsky.navigator.Navigator.NavigatorImageLoader
protected class Navigator.NavigatorImageLoader
This local class is used to load an image in the event dispatching thread. Doing it in the calling thread could cause the window to hang, since it needs to create and show a top level window and the calling thread (from CatalogNavigator) is already a background thread. The url is only needed for the image history, in case the file is deleted.
Constructor Summary | |
---|---|
Navigator.NavigatorImageLoader(java.lang.String filename,
java.net.URL url)
|
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Navigator.NavigatorImageLoader(java.lang.String filename, java.net.URL url)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |