Uses of Class
com.qoppa.pdfViewer.actions.TriggerActions

Packages that use TriggerActions
com.qoppa.pdf.annotations Classes representing PDF annotations. 
com.qoppa.pdf.form Classes related to PDF Acroform and its form fields. 
 

Uses of TriggerActions in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations that return TriggerActions
 TriggerActions Annotation.getTriggerActions()
          Returns a list of mouse related actions associated with this annotation.
 

Methods in com.qoppa.pdf.annotations with parameters of type TriggerActions
 void Annotation.setTriggerActions(TriggerActions tActions)
          Sets the mouse trigger actions for this annotation.
 

Uses of TriggerActions in com.qoppa.pdf.form
 

Methods in com.qoppa.pdf.form that return TriggerActions
 TriggerActions FormField.getTriggerActions()
          Gets the TriggerActions associated with the field.
 

Methods in com.qoppa.pdf.form with parameters of type TriggerActions
 void FormField.setTriggerActions(TriggerActions triggerActions)
          Sets the TriggerActions for this field.