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

Packages that use TriggerActions
com.qoppa.pdf.annotations Classes representing PDF annotations. 
 

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.