Uses of Interface
org.extex.pdf.api.action.ActionVisitor

Packages that use ActionVisitor
org.extex.pdf.api.action This package contains classes for action spec. 
 

Uses of ActionVisitor in org.extex.pdf.api.action
 

Methods in org.extex.pdf.api.action with parameters of type ActionVisitor
 java.lang.Object GotoPageActionSpec.visit(ActionVisitor visitor)
          This method is the entry point for the visitor pattern.
 java.lang.Object GotoIdActionSpec.visit(ActionVisitor visitor)
          This method is the entry point for the visitor pattern.
abstract  java.lang.Object ActionSpec.visit(ActionVisitor visitor)
          This method is the entry point for the visitor pattern.
 java.lang.Object UserActionSpec.visit(ActionVisitor visitor)
          This method is the entry point for the visitor pattern.
 java.lang.Object ThreadActionSpec.visit(ActionVisitor visitor)
          This method is the entry point for the visitor pattern.