Uses of Interface
com.qoppa.pdfViewer.actions.IPDFActionHandler

Packages that use IPDFActionHandler
com.qoppa.pdf.annotations Classes used to represent PDF annotations. 
com.qoppa.pdfNotes PDFNotesBean, toolbar and related classes. 
com.qoppa.pdfViewer PDFViewerBean and related classes. 
 

Uses of IPDFActionHandler in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations with parameters of type IPDFActionHandler
 JComponent WidgetText.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 JComponent WidgetSignature.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 JComponent WidgetRadioButton.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
           
 JComponent WidgetPushButton.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
           
 JComponent WidgetList.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 JComponent WidgetCombo.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 JComponent WidgetCheckBox.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
           
 JComponent Text.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 JComponent Square.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 JComponent Sound.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 JComponent RubberStamp.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 JComponent Popup.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 JComponent Polyline.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 JComponent MarkUpText.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
           
 JComponent Link.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 JComponent Line.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 JComponent Ink.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 JComponent FreeText.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 JComponent FileAttachment.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 JComponent Circle.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
abstract  JComponent Annotation.createComponent(Point2D cropOrigin, IPDFActionHandler actionHandler)
          Creates a JComponent object capable of displaying this annotation.
 

Uses of IPDFActionHandler in com.qoppa.pdfNotes
 

Classes in com.qoppa.pdfNotes that implement IPDFActionHandler
 class PDFNotesBean
          PDFNotesBean is a component that can be used to display and annotate PDF documents within an application or an applet.
 

Uses of IPDFActionHandler in com.qoppa.pdfViewer
 

Classes in com.qoppa.pdfViewer that implement IPDFActionHandler
 class PDFViewerBean
          PDFViewer bean is a component that can be used to display PDF documents within an application or an applet.