|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.photoviewer.client.ui.ScreenImageManager
This class manages the screen size image viewing. Handling, next, previous, pre-fecthing, and caching.
Constructor Summary | |
ScreenImageManager(PhotoViewer thinlet,
TreeManager treeManager)
|
Method Summary | |
void |
first()
Display 1st image. |
void |
last()
Display last image. |
void |
next()
Display the next image |
void |
prev()
Display the previous image |
void |
tabSelected()
Load the mid-size (usually 800x600) image into view. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ScreenImageManager(PhotoViewer thinlet, TreeManager treeManager)
Method Detail |
public void tabSelected()
public void next()
public void prev()
public void first()
public void last()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |