|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action | |
|---|---|
| com.qoppa.pdf | General classes used by different objects throughout the library. |
| com.qoppa.pdfNotes | PDFNotesBean, toolbar and related classes. |
| com.qoppa.pdfViewer | PDFViewerBean and related classes. |
| com.qoppa.pdfViewer.actions | Classes that represent user actions. |
| Uses of Action in com.qoppa.pdf |
|---|
| Methods in com.qoppa.pdf with parameters of type Action | |
|---|---|
void |
Bookmark.addAction(Action action)
Adds an Action to this Bookmark |
| Uses of Action in com.qoppa.pdfNotes |
|---|
| Methods in com.qoppa.pdfNotes with parameters of type Action | |
|---|---|
void |
PDFNotesBean.handleAction(Action action)
This method overrides the PDFViewerBean handleAction to take care of actions that are specific to jPDFNotes, such as saving the document. |
| Uses of Action in com.qoppa.pdfViewer |
|---|
| Methods in com.qoppa.pdfViewer with parameters of type Action | |
|---|---|
void |
PDFViewerBean.handleAction(Action action)
This method will handle PDF actions initiated by a click on a link. |
| Uses of Action in com.qoppa.pdfViewer.actions |
|---|
| Subclasses of Action in com.qoppa.pdfViewer.actions | |
|---|---|
class |
GotoPageAction
A GotoPageAction can be used to position the display a page in a PDF document. |
class |
GotoPageRemoteAction
Action that tells the viewer to go to a page in a different PDF document. |
class |
HideShowAction
Action that tells the viewer to show or hide fields. |
class |
JSAction
Action that executes a JavaScript. |
class |
LaunchAction
Action that tells the viewer to go to 'launch' a given file. |
class |
NamedAction
Actions in a document defined by "name". |
class |
NullAction
NO-OP Action |
class |
ResetForm
Action that tells the viewer to reset the fields in the form (if there is any) to their default values. |
class |
SetOCGState
Action that changes an optional content group's (layer) visibility. |
class |
SubmitFormAction
Action that submits a form. |
class |
URLAction
Action that tells the viewer to open a web page from the URL. |
| Methods in com.qoppa.pdfViewer.actions with parameters of type Action | |
|---|---|
void |
IPDFActionHandler.handleAction(Action action)
Handle an action |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||