Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
A
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
GotoPageAction
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
GotoPageRemoteAction
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
HideShowAction
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
JSAction
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
LaunchAction
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
NamedAction
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
NullAction
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
ResetForm
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
SetOCGState
ACTION_TYPE_DESCRIPTION
- Static variable in class com.qoppa.pdfViewer.actions.
URLAction
ALIGN_BOTTOM
- Static variable in interface com.qoppa.pdf.annotations.
FreeText
ALIGN_CENTER
- Static variable in interface com.qoppa.pdf.annotations.
FreeText
ALIGN_LEFT
- Static variable in interface com.qoppa.pdf.annotations.
FreeText
ALIGN_RIGHT
- Static variable in interface com.qoppa.pdf.annotations.
FreeText
ALIGN_TOP
- Static variable in interface com.qoppa.pdf.annotations.
FreeText
ANNOTATIONS_IMPORTED
- Static variable in class com.qoppa.pdf.
DocumentEvent
ANNOTATION_ADDED
- Static variable in class com.qoppa.pdf.
DocumentEvent
ANNOTATION_MODIFIED
- Static variable in class com.qoppa.pdf.
DocumentEvent
ANNOTATION_MOVED
- Static variable in class com.qoppa.pdf.
DocumentEvent
ANNOT_REMOVED
- Static variable in class com.qoppa.pdf.
DocumentEvent
APPROVED
- Static variable in interface com.qoppa.pdf.annotations.
RubberStamp
ASIS
- Static variable in interface com.qoppa.pdf.annotations.
RubberStamp
ATTACH_ADDED
- Static variable in class com.qoppa.pdf.
DocumentEvent
ATTACH_REMOVED
- Static variable in class com.qoppa.pdf.
DocumentEvent
AcroForm
- interface com.qoppa.pdf.form.
AcroForm
.
This class represents the AcroForm content in a PDF document.
Action
- class com.qoppa.pdfViewer.actions.
Action
.
Abstract class to define a generic actions.
Action()
- Constructor for class com.qoppa.pdfViewer.actions.
Action
Annotation
- interface com.qoppa.pdf.annotations.
Annotation
.
Interface used to represent a PDF annotation.
AnnotationComponent
- interface com.qoppa.pdf.annotations.
AnnotationComponent
.
This interface is implemented by components that display annotations.
AnnotationFactory
- class com.qoppa.pdf.annotations.
AnnotationFactory
.
AnnotationFactory()
- Constructor for class com.qoppa.pdf.annotations.
AnnotationFactory
AnnotationManager
- class com.qoppa.pdfViewer.
AnnotationManager
.
This object manages the selection cycle for annotations.
AnnotationManager(PDFViewerBean)
- Constructor for class com.qoppa.pdfViewer.
AnnotationManager
Construct a new annotation manager.
AttachmentPanel
- interface com.qoppa.pdfViewer.panels.
AttachmentPanel
.
Interface to the panel that shows file attachments in the current document.
actionPerformed(ActionEvent)
- Method in class com.qoppa.pdfViewer.
AnnotationManager
actionPerformed(ActionEvent)
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
Handles toolbar actions.
addAction(Action)
- Method in interface com.qoppa.pdf.
Bookmark
Adds an Action to this Bookmark
addAnnotToSelection(AnnotationComponent)
- Method in class com.qoppa.pdfViewer.
AnnotationManager
Adds an annotation component to the list of selected annotations.
addAnnotationToSelection(Annotation)
- Method in class com.qoppa.pdfViewer.
PDFViewerBean
Adds the given Annotation's component to the list of selected components.
addChildBookmark(String)
- Method in interface com.qoppa.pdf.
Bookmark
Add a child bookmark.
addDocumentListener(IDocumentListener)
- Method in interface com.qoppa.pdf.dom.
IPDFDocument
Internal method to keep track of document events.
addFieldListener(FieldListener)
- Method in interface com.qoppa.pdf.form.
FormField
Adds a field listener to this field.
addGesture()
- Method in interface com.qoppa.pdf.annotations.
GestureList
Add a new gesture to the gesture list.
addGesture()
- Method in interface com.qoppa.pdf.annotations.
Ink
Creates a new line and returns it to the calling function.
addKeyListener(KeyListener)
- Method in interface com.qoppa.pdf.form.
FormField
Adds a key listener to this field.
addKeyStore(KeyStore)
- Static method in class com.qoppa.pdf.
SignatureSettings
Adds any X509 certificates found in a key store to the trusted certificate list to be used when verifying digital signatures.
addLayerListener(LayerListener)
- Method in class com.qoppa.pdf.
Layer
Adds an object that will listen to changes in the layer's visible state.
addMouseListener(MouseListener)
- Method in interface com.qoppa.pdf.form.
FormField
Adds a mouse listener to this field.
addPolyline()
- Method in interface com.qoppa.pdf.annotations.
Ink
Deprecated.
Please use addGesture
addSelectionListener(IAnnotSelectionListener)
- Method in class com.qoppa.pdfViewer.
AnnotationManager
Adds a selection listener to the manager.
addSubstituteFont(String, Font)
- Static method in class com.qoppa.pdf.
PDFRenderHints
Registers a substitute font to use when a font in a PDF file is not embedded in the file and the font is not registered with the operating system.
addVertex(double, double)
- Method in interface com.qoppa.pdf.annotations.
Vertices
Adds a vertex at the end of the list.
addWidgetToSelection(AnnotationComponent)
- Method in class com.qoppa.pdfViewer.
AnnotationManager
Adds a widget component to the list of selected components.
addX509Certificate(X509Certificate)
- Static method in class com.qoppa.pdf.
SignatureSettings
Adds a X509 certificate to the trusted certificate list to be used when verifying digital signatures.
annotSelected(AnnotationComponent)
- Method in interface com.qoppa.pdfViewer.
IAnnotSelectionListener
This notification is sent when an AnnotationComponent is selected
annotsDeselected(Vector)
- Method in interface com.qoppa.pdfViewer.
IAnnotSelectionListener
This notification is sent when one or more AnnotationComponents are de-selected (or deleted)
annotsGrouped(Vector)
- Method in interface com.qoppa.pdfViewer.
IAnnotSelectionListener
This notification is sent when Annotations are grouped
annotsUngrouped(Vector)
- Method in interface com.qoppa.pdfViewer.
IAnnotSelectionListener
This notification is sent when Annotations are ungrouped
append(byte[])
- Method in interface com.qoppa.pdf.source.
PDFContent
Append content to this PDF.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z