|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISDPagingProvider
Sequence Diagram loaders which implement this class provide the actions for sequence diagram page navigation. Action provider are associated to a Sequence Diagram SDWidget calling SDViewer.setSDPagingProvider()
| Method Summary | |
|---|---|
boolean |
hasNextPage()
Return true to enable the next page button in the coolBar, false otherwise |
boolean |
hasPrevPage()
Return true to enable the previous page button in the coolBar, false otherwise |
void |
nextPage()
Called back when next page button is pressed in the coolBar |
void |
prevPage()
Called back when previous page button is pressed in the coolBar |
| Method Detail |
|---|
boolean hasNextPage()
boolean hasPrevPage()
void nextPage()
void prevPage()
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||