net.sf.ginp.browser
Interface FolderManager
- All Known Implementing Classes:
- FolderManagerImpl
public interface FolderManager
- Author:
- Justin Sher
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.