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 PDFActionOutlineNode. getAction()Get the PDF action associated with this nodeMethods in com.sun.pdfview with parameters of type PDFAction Modifier and Type Method Description voidOutlineNode. 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 classGoToActionAn action which specifies going to a particular destinationMethods in com.sun.pdfview.action that return PDFAction Modifier and Type Method Description static PDFActionPDFAction. getAction(PDFObject obj, PDFObject root)Get an action of the appropriate type from a PDFObject
-