net.sf.ginp.browser
Interface FolderManager

All Known Implementing Classes:
FolderManagerImpl

public interface FolderManager

Author:
Justin Sher

Method Summary
 java.lang.String getFolder(PicCollection collection, int count)
           
 java.lang.String[] getFoldersInDirectory(PicCollection collection, java.lang.String string)
           
 int getFoldersLength(PicCollection collection)
           
 java.lang.String getNextPictureName(java.lang.String picName, PicCollection collection)
           
 java.lang.String[] getPictures(PicCollection collection)
           
 java.lang.String[] getPicturesInDirectory(PicCollection collection, java.lang.String path)
           
 int getPicturesInDirectoryLength(PicCollection collection, java.lang.String selectedFolder)
           
 int getPicturesLength(PicCollection collection)
           
 int getPicturesLength(PicCollection collection, java.lang.String path)
           
 java.lang.String getPrevPictureName(java.lang.String picName, PicCollection collection)
           
 java.lang.String[] sortPictures(java.lang.String[] tst1)
           
 

Method Detail

getPicturesLength

int getPicturesLength(PicCollection collection)
Parameters:
collection -
Returns:

getFolder

java.lang.String getFolder(PicCollection collection,
                           int count)
Parameters:
collection -
count -
Returns:

getFoldersLength

int getFoldersLength(PicCollection collection)
Parameters:
collection -
Returns:

getPicturesInDirectoryLength

int getPicturesInDirectoryLength(PicCollection collection,
                                 java.lang.String selectedFolder)
Parameters:
selectedFolder -
Returns:

getFoldersInDirectory

java.lang.String[] getFoldersInDirectory(PicCollection collection,
                                         java.lang.String string)
Parameters:
string -
Returns:

getPicturesInDirectory

java.lang.String[] getPicturesInDirectory(PicCollection collection,
                                          java.lang.String path)
Parameters:
path -
Returns:

getPrevPictureName

java.lang.String getPrevPictureName(java.lang.String picName,
                                    PicCollection collection)
Parameters:
picName -
collection -

getNextPictureName

java.lang.String getNextPictureName(java.lang.String picName,
                                    PicCollection collection)
Parameters:
picName -
collection -
Returns:

getPicturesLength

int getPicturesLength(PicCollection collection,
                      java.lang.String path)
Parameters:
path -
Returns:

getPictures

java.lang.String[] getPictures(PicCollection collection)
Parameters:
collection -

sortPictures

java.lang.String[] sortPictures(java.lang.String[] tst1)
Parameters:
tst1 -


Copyright © 2004-2007 null. All Rights Reserved.