|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.photoviewer.client.ui.ThumbManager
This class loads the thumbnails for a given directory into the main view area next to the Tree widget.
Constructor Summary | |
ThumbManager(PhotoViewer thinlet)
Construct a ThumbManager instance |
Method Summary | |
void |
firstPage()
Move to the 1st page of thumbnails. |
int |
getPos()
|
void |
lastPage()
Move to the last page of thumbnails. |
void |
loadThumbs(java.util.Vector files,
java.lang.String note,
boolean reset)
Begin the process of loading all of the thumbs for a given node in the tree. |
void |
nextPage()
Goto the next page of thumbnails |
void |
prevPage()
Goto the previous page of thumbnails |
void |
tabSelected()
Called when the thumbnail (explore) tab is selected. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ThumbManager(PhotoViewer thinlet)
thinlet
- Thinlet referenceMethod Detail |
public void tabSelected()
public void loadThumbs(java.util.Vector files, java.lang.String note, boolean reset)
files
- Vector of FileObjects for the current selected tree nodenote
- String that will be displayed in the title area above the thumb list. Willreset
- boolean indicating whether or not the 'current position' should be reset.public void nextPage()
public void prevPage()
public void firstPage()
public void lastPage()
public int getPos()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |