|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.pdf.api.action.ActionSpec
org.extex.pdf.api.action.GotoActionSpec
org.extex.pdf.api.action.GotoPageActionSpec
public class GotoPageActionSpec
This class represents the action to address a certain page.
| Constructor Summary | |
|---|---|
GotoPageActionSpec(java.lang.String file,
long page,
java.lang.String text,
java.lang.Boolean newwin)
Creates a new object. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getFile()
Getter for file. |
protected java.lang.Boolean |
getNewWin()
Getter for newWin. |
protected long |
getPage()
Getter for page. |
protected java.lang.String |
getText()
Getter for text. |
java.lang.Object |
visit(ActionVisitor visitor)
This method is the entry point for the visitor pattern. |
| Methods inherited from class org.extex.pdf.api.action.GotoActionSpec |
|---|
parseActionSpec |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GotoPageActionSpec(java.lang.String file,
long page,
java.lang.String text,
java.lang.Boolean newwin)
file - the file namepage - the page numbertext - the plain textnewwin - the window indicator| Method Detail |
|---|
protected java.lang.String getFile()
protected java.lang.Boolean getNewWin()
protected long getPage()
protected java.lang.String getText()
public java.lang.Object visit(ActionVisitor visitor)
visit in class ActionSpecvisitor - the visitor to call back
ActionSpec.visit(
org.extex.pdf.api.action.ActionVisitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||