|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An advanced paging provider is able to compute number of pages, and to display the number
of items it treats on each page and for total counts.
An item can be a message, a node or anything meaningful from loader standpoint.
Items are only here for information to the user.
| Method Summary | |
|---|---|
int |
currentPage()
|
java.lang.String |
itemsText()
Deprecated. |
int |
itemsTotalCount()
Deprecated. |
int |
maxItemsByPageCount()
Deprecated. |
java.lang.String |
noItemsText()
Deprecated. |
java.lang.String |
oneItemText()
Deprecated. |
void |
pageNumberChanged(int pageNumber_)
Instructs a load of the <pageNumber_>th page. Note that first page has the index 0 (indexes are from 0 to pagesCount()-1). |
int |
pagesCount()
|
void |
pageSettingsChanged(int maxItemsByPage_,
int pageNumber_)
Deprecated. |
| Methods inherited from interface org.eclipse.hyades.uml2sd.ui.actions.provider.ISDPagingProvider |
|---|
hasNextPage, hasPrevPage, nextPage, prevPage |
| Method Detail |
public int maxItemsByPageCount()
public int itemsTotalCount()
public java.lang.String noItemsText()
public java.lang.String oneItemText()
public java.lang.String itemsText()
public int currentPage()
public int pagesCount()
public void pageSettingsChanged(int maxItemsByPage_,
int pageNumber_)
maxItemsByPage_ - index of the page to loadpageNumber_ - index of the page to loadpublic void pageNumberChanged(int pageNumber_)
pageNumber_ - index of the page to load
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||