|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bookmark | |
---|---|
it.stefanochizzolini.clown.documents.interaction.navigation.document | Features that allow a PDF viewer application to present the user with an interactive, global overview of a document [PDF:1.6:8.2]. |
Uses of Bookmark in it.stefanochizzolini.clown.documents.interaction.navigation.document |
---|
Methods in it.stefanochizzolini.clown.documents.interaction.navigation.document that return Bookmark | |
---|---|
Bookmark |
Bookmark.clone(Document context)
|
Bookmark |
Bookmarks.get(int index)
|
Bookmark |
Bookmark.getParent()
Gets the parent bookmark. |
Bookmark |
Bookmarks.remove(int index)
|
Bookmark |
Bookmarks.set(int index,
Bookmark bookmark)
|
Bookmark[] |
Bookmarks.toArray()
|
Methods in it.stefanochizzolini.clown.documents.interaction.navigation.document that return types with arguments of type Bookmark | |
---|---|
Iterator<Bookmark> |
Bookmarks.iterator()
|
ListIterator<Bookmark> |
Bookmarks.listIterator()
|
ListIterator<Bookmark> |
Bookmarks.listIterator(int index)
|
List<Bookmark> |
Bookmarks.subList(int fromIndex,
int toIndex)
|
Methods in it.stefanochizzolini.clown.documents.interaction.navigation.document with parameters of type Bookmark | |
---|---|
boolean |
Bookmarks.add(Bookmark bookmark)
|
void |
Bookmarks.add(int index,
Bookmark bookmark)
|
Bookmark |
Bookmarks.set(int index,
Bookmark bookmark)
|
Method parameters in it.stefanochizzolini.clown.documents.interaction.navigation.document with type arguments of type Bookmark | |
---|---|
boolean |
Bookmarks.addAll(Collection<? extends Bookmark> bookmarks)
|
boolean |
Bookmarks.addAll(int index,
Collection<? extends Bookmark> bookmarks)
|
|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |