|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DocumentView
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. |
java.awt.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 |
setToolMode(int viewToolMode)
Sets the tool type/mode that is to be enabled for the particular view. |
void |
updateDocumentView()
Update the child components which make up this view. |
| Methods inherited from interface java.awt.event.AdjustmentListener |
|---|
adjustmentValueChanged |
| Methods inherited from interface java.awt.event.FocusListener |
|---|
focusGained, focusLost |
| Field Detail |
|---|
static final int LEFT_VIEW
static final int RIGHT_VIEW
| Method Detail |
|---|
int getNextPageIncrement()
int getPreviousPageIncrement()
java.awt.Dimension getDocumentSize()
DocumentViewController getParentViewController()
DocumentViewModel getViewModel()
void dispose()
void updateDocumentView()
void setToolMode(int viewToolMode)
viewToolMode - tool mode type.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||