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:
parent
be09a18e71
commit
f78280c780
8 changed files with 74 additions and 62 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue