|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.qoppa.pdfViewer.actions.Action
com.qoppa.pdfViewer.actions.GotoPageAction
Action that tells the viewer to go to a page in the current document.
| Field Summary | |
static String |
ACTION_TYPE_DESCRIPTION
|
| Constructor Summary | |
GotoPageAction(int pageNumber)
Constructs a GotoPageAction with a page number. |
|
| Method Summary | |
String |
getActionType()
Returns the action type. |
String |
getActionTypeDesc()
Returns the action type description |
int |
getPageNumber()
Returns the target page number. |
void |
setPageNumber(int pageNumber)
Sets the target page number. |
String |
toString()
Returns the description of the action. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static String ACTION_TYPE_DESCRIPTION
| Constructor Detail |
public GotoPageAction(int pageNumber)
pageNumber - The target page number.| Method Detail |
public int getPageNumber()
public void setPageNumber(int pageNumber)
pageNumber - The target page number.public String getActionType()
getActionType in class Actionpublic String getActionTypeDesc()
getActionTypeDesc in class Actionpublic String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||