Uses of Class
com.sun.pdfview.action.PDFAction
-
Packages that use PDFAction Package Description com.sun.pdfview com.sun.pdfview.action -
-
Uses of PDFAction in com.sun.pdfview
Methods in com.sun.pdfview that return PDFAction Modifier and Type Method Description PDFAction
OutlineNode. getAction()
Get the PDF action associated with this nodeMethods in com.sun.pdfview with parameters of type PDFAction Modifier and Type Method Description void
OutlineNode. setAction(PDFAction action)
Set the PDF action associated with this node -
Uses of PDFAction in com.sun.pdfview.action
Subclasses of PDFAction in com.sun.pdfview.action Modifier and Type Class Description class
GoToAction
An action which specifies going to a particular destinationMethods in com.sun.pdfview.action that return PDFAction Modifier and Type Method Description static PDFAction
PDFAction. getAction(PDFObject obj, PDFObject root)
Get an action of the appropriate type from a PDFObject
-