Uses of Interface
com.qoppa.pdf.annotations.Widget

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

Uses of Widget in com.qoppa.pdf.annotations
 

Subinterfaces of Widget in com.qoppa.pdf.annotations
 interface WidgetButton
          Interface to a button Widget annotation.
 interface WidgetCheckBox
          Interface to a check box Widget annotation.
 interface WidgetChoice
          Abstract interface to a choice Widget annotation.
 interface WidgetCombo
          Interface to a combo box Widget annotation.
 interface WidgetList
          Interface to a list box Widget annotation.
 interface WidgetPushButton
          Interface to a push button Widget annotation.
 interface WidgetRadioButton
          Interface to a radio button Widget annotation.
 interface WidgetSignature
          Interface to a signature field Widget annotation.
 interface WidgetText
          Interface to a text field Widget annotation.
 

Methods in com.qoppa.pdf.annotations with parameters of type Widget
 void IFlattener.flattenWidget(Widget w)