com.photoviewer.client.ui
Class ScreenImageManager

java.lang.Object
  extended bycom.photoviewer.client.ui.ScreenImageManager

public class ScreenImageManager
extends java.lang.Object

This class manages the screen size image viewing. Handling, next, previous, pre-fecthing, and caching.

Author:
John De Regnaucourt

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

ScreenImageManager

public ScreenImageManager(PhotoViewer thinlet,
                          TreeManager treeManager)
Method Detail

tabSelected

public void tabSelected()
Load the mid-size (usually 800x600) image into view.


next

public void next()
Display the next image


prev

public void prev()
Display the previous image


first

public void first()
Display 1st image.


last

public void last()
Display last image.