1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 10:19:33 +02:00

list of library items has been moved to a platform-independent code

This commit is contained in:
Nikolay Pultsin 2011-07-14 18:26:26 +01:00
parent be09a18e71
commit f78280c780
8 changed files with 74 additions and 62 deletions

View file

@ -25,8 +25,8 @@ import org.geometerplus.zlibrary.core.filesystem.ZLFile;
import org.geometerplus.fbreader.Paths;
public class FileFirstLevelTree extends FirstLevelTree {
FileFirstLevelTree(Library library, String id) {
super(library, id);
FileFirstLevelTree(RootTree root, String id) {
super(root, id);
addChild(Paths.BooksDirectoryOption().getValue(), "fileTreeLibrary");
addChild("/", "fileTreeRoot");
addChild(Paths.cardDirectory(), "fileTreeCard");