|
||||||||||
| 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.UserActionSpec
public class UserActionSpec
This class represents a user action of PDF.
| Constructor Summary | |
|---|---|
UserActionSpec(java.lang.String user)
Creates a new object. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getUser()
Getter for user. |
static ActionSpec |
parseActionSpec(Context context,
TokenSource source,
Typesetter typesetter,
CodeToken name)
Parse a user action spec. |
java.lang.String |
toString()
Returns a string representation of the object. |
java.lang.Object |
visit(ActionVisitor visitor)
This method is the entry point for the visitor pattern. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UserActionSpec(java.lang.String user)
user - the user| Method Detail |
|---|
public static ActionSpec parseActionSpec(Context context,
TokenSource source,
Typesetter typesetter,
CodeToken name)
throws HelpingException,
TypesetterException
context - the interpreter contextsource - the source for new tokenstypesetter - the typesettername - the name of the primitive
HelpingException - in case of an error
TypesetterException - in case of an error in the typesetterprotected java.lang.String getUser()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()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 | |||||||||