mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
UniqueKey has been defined for all the FBTree's
This commit is contained in:
parent
cbb58c4d11
commit
3b0179460c
14 changed files with 137 additions and 83 deletions
|
@ -36,6 +36,11 @@ public class BookTree extends LibraryTree {
|
|||
return Book.getTitle();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getStringId() {
|
||||
return getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getSummary() {
|
||||
if (!myShowAuthors) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue