com.photoviewer.client.ui
Class OrigImageManager

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

public class OrigImageManager
extends java.lang.Object

This class implements the panel that shows a thumb of the current image, and provides a "View" button that will send the user's browser to the full-size version of the thumb image.

Author:
John De Regnaucourt

Constructor Summary
OrigImageManager(PhotoViewer thinlet, TreeManager treeMgr)
           
 
Method Summary
 void tabSelected()
          The Original Image tab was just selected.
 void viewFullImage()
          Show the current image full-screen in the browser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrigImageManager

public OrigImageManager(PhotoViewer thinlet,
                        TreeManager treeMgr)
Method Detail

tabSelected

public void tabSelected()
The Original Image tab was just selected. Initialize it.


viewFullImage

public void viewFullImage()
Show the current image full-screen in the browser.