Uses of Class
com.sun.pdfview.PDFDestination

Packages that use PDFDestination
com.sun.pdfview   
com.sun.pdfview.action   
 

Uses of PDFDestination in com.sun.pdfview
 

Methods in com.sun.pdfview that return PDFDestination
static PDFDestination PDFDestination.getDestination(PDFObject obj, PDFObject root)
          Get a destination from either an array (explicit destination), a name (named destination) or a string (name tree destination).
 

Uses of PDFDestination in com.sun.pdfview.action
 

Methods in com.sun.pdfview.action that return PDFDestination
 PDFDestination GoToAction.getDestination()
          Get the destination this action refers to
 

Constructors in com.sun.pdfview.action with parameters of type PDFDestination
GoToAction(PDFDestination dest)
          Create a new GoToAction from a destination