|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageNavigationListener
Interface that has to be implemented by every class that listens to page navigation features; keys that are pressed, buttons that are pushed,...
Method Summary | |
---|---|
int |
getCurrentPageNumber()
Returns the current page number of a document. |
int |
getTotalNumberOfPages()
Returns the total number of pages in a document. |
int |
gotoFirstPage()
Goes to the first page in a document. |
int |
gotoLastPage()
Goes to the last page in a document. |
int |
gotoNextPage()
Goes to the previous page in a document. |
int |
gotoPage(int pageNumber)
Goes to a specific page number in a document. |
int |
gotoPreviousPage()
Goes to the previous page in a document. |
Method Detail |
---|
int getTotalNumberOfPages()
int getCurrentPageNumber()
int gotoFirstPage()
int gotoPreviousPage()
int gotoPage(int pageNumber)
pageNumber
-
int gotoNextPage()
int gotoLastPage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |