|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The PageViewComponent interaces should be used by any page view
implementation to represent a single page view. The methods defined in this
interface are the most commonly used methods and are used by the
AbstractDocumentView and AbstractDocumentViewModel.
PageViewComponentImpl| Method Summary | |
void |
dispose()
Called to free resources used by this component. |
int |
getPageIndex()
Gets the page index which this PageViewComponent is drawing. |
void |
init()
Called to initialize resources used by this class. |
void |
setDocumentViewCallback(DocumentView parentDocumentView)
Set the parent Document View class which is resbonsible for drawing and the general management of PageViewComponents for a particular view. |
| Method Detail |
public void setDocumentViewCallback(DocumentView parentDocumentView)
parentDocumentView - public int getPageIndex()
public void init()
public void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||