public interface IForesterBook
You can get the current instance of the guide book from IBookLoader.loadBook().
| Modifier and Type | Method and Description |
|---|---|
IBookCategory |
addCategory(java.lang.String name)
Creates a category, add it to this book and returns it.
|
java.util.Collection<IBookCategory> |
getCategories() |
IBookCategory |
getCategory(java.lang.String name) |
java.util.Collection<java.lang.String> |
getCategoryNames() |
java.util.Collection<IBookEntry> |
getEntries(java.lang.String category) |
IBookEntry |
getEntry(java.lang.String name) |
IBookCategory addCategory(java.lang.String name)
name - A unique identifier for the category.@Nullable IBookCategory getCategory(java.lang.String name)
java.util.Collection<IBookCategory> getCategories()
java.util.Collection<java.lang.String> getCategoryNames()
java.util.Collection<IBookEntry> getEntries(java.lang.String category)
@Nullable IBookEntry getEntry(java.lang.String name)