|
||||||||||
| 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.GotoIdActionSpec
public class GotoIdActionSpec
This is the a goto action with id for PDF.
| Constructor Summary | |
|---|---|
GotoIdActionSpec(java.lang.String file,
IdSpec id,
java.lang.Boolean newwin)
Creates a new object. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getFile()
Getter for file. |
protected IdSpec |
getId()
Getter for id. |
protected java.lang.Boolean |
getNewWin()
Getter for newWin. |
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 GotoIdActionSpec(java.lang.String file,
IdSpec id,
java.lang.Boolean newwin)
file - the optional file.id - id.newwin - the indicator for the new window| Method Detail |
|---|
protected java.lang.String getFile()
protected IdSpec getId()
protected java.lang.Boolean getNewWin()
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 | |||||||||