1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +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

@ -32,6 +32,10 @@ public abstract class LibraryTree extends FBTree {
super(parent);
}
protected LibraryTree(LibraryTree parent, int position) {
super(parent, position);
}
public String getTreeTitle() {
return getName();
}