|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The DocumentView interface should be used when create a new multipage view.
AbstractDocumentView| Field Summary | |
static int |
LEFT_VIEW
Indicates that a two column view will have odd-numbered pages on the left. |
static int |
RIGHT_VIEW
Indicates that a two column view will have odd-numbered pages on the right. |
| Method Summary | |
void |
dispose()
Dispose all resources associated with this views. |
Dimension |
getDocumentSize()
Gets the total size of the document view. |
int |
getNextPageIncrement()
Get the next page index. |
DocumentViewController |
getParentViewController()
Parent document view controller |
int |
getPreviousPageIncrement()
Get the previous page index. |
DocumentViewModel |
getViewModel()
Gets the view model associated with this document view. |
void |
updateDocumentView()
Update the child components which make up this view. |
| Methods inherited from interface java.awt.event.MouseListener |
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased |
| Methods inherited from interface java.awt.event.MouseMotionListener |
mouseDragged, mouseMoved |
| Methods inherited from interface java.awt.event.AdjustmentListener |
adjustmentValueChanged |
| Methods inherited from interface java.awt.event.FocusListener |
focusGained, focusLost |
| Field Detail |
public static final int LEFT_VIEW
public static final int RIGHT_VIEW
| Method Detail |
public int getNextPageIncrement()
public int getPreviousPageIncrement()
public Dimension getDocumentSize()
public DocumentViewController getParentViewController()
public DocumentViewModel getViewModel()
public void dispose()
public void updateDocumentView()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||