|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPageCursor
Page cursor of a text document.
Method Summary | |
---|---|
short |
getPage()
Returns the number of the page within the document of this cursor. |
void |
jumpToEndOfPage()
Moves the cursor to the end of the current page. |
void |
jumpToFirstPage()
Moves the cursor to the first page. |
void |
jumpToLastPage()
Moves the cursor to the last page. |
void |
jumpToNextPage()
Moves the cursor to the next page. |
void |
jumpToPage(short pageNumber)
Moves the cursor to the specified page. |
void |
jumpToPreviousPage()
Moves the cursor to the previous page. |
void |
jumpToStartOfPage()
Moves the cursor to the start of the current page. |
Method Detail |
---|
void jumpToFirstPage()
void jumpToLastPage()
void jumpToPage(short pageNumber)
pageNumber
- the page number to jump toshort getPage()
void jumpToNextPage()
void jumpToPreviousPage()
void jumpToEndOfPage()
void jumpToStartOfPage()
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |