Uses of Interface
org.faceless.pdf2.viewer2.DocumentPanelListener

Packages that use DocumentPanelListener
org.faceless.pdf2.viewer2 The "viewer" package contains the classes required to create a Swing application to display PDFs. 
org.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. 
 

Uses of DocumentPanelListener in org.faceless.pdf2.viewer2
 

Classes in org.faceless.pdf2.viewer2 that implement DocumentPanelListener
 class PDFViewerApplet
          An applet wrapping the PDFViewer.
 

Methods in org.faceless.pdf2.viewer2 with parameters of type DocumentPanelListener
 void DocumentPanel.addDocumentPanelListener(DocumentPanelListener listener)
          Add a DocumentPanelListener to this DocumentPanel.
 void PDFViewer.addDocumentPanelListener(DocumentPanelListener listener)
          Add a DocumentPanelListener to any DocumentPanel objects created by this PDFViewer.
 void DocumentPanel.removeDocumentPanelListener(DocumentPanelListener listener)
          Remove a DocumentPanelListener from this DocumentPanel.
 void PDFViewer.removeDocumentPanelListener(DocumentPanelListener listener)
          Add a DocumentPanelListener to any DocumentPanel objects created by this PDFViewer.
 

Uses of DocumentPanelListener in org.faceless.pdf2.viewer2.feature
 

Classes in org.faceless.pdf2.viewer2.feature that implement DocumentPanelListener
 class AbstractRegionSelector
          An abstract superclass for any widgets that require a region to be selected.
 class AnnotationAdd
          A AbstractRegionSelector that allows new annotations to be added to the PDF Page.
 class Coordinates
          Creates a JLabel which displays the total number of pages on the Toolbar.
 class DragScroll
          This widget allows the document to be dragged and scrolled.
 class PageFirst
          Create a button to jump to the first page.
 class PageLast
          Create a button to jump to the last page.
 class PageNext
          Create a button to jump to the next page.
 class PageNumber
          Create a widget that displays the current page number, and allows the user to enter a new pagenumber for display.
 class PagePrevious
          Create a button that jumps to the previous page.
 class Print
          Create a button that opens a print dialog.
 class RotateAntiClockwise
          Create a button that will rotate the page 90 degrees anticlockwise.
 class RotateClockwise
          Create a button that will rotate the page 90 degrees clockwise.
 class Save
          Create a button that will open a dialog allowing the PDF to be saved to disk.
 class TextHighlighter
          A feature that allows the highlighting of text in the viewer.
 class TextTool
          This widget allows the document to be dragged and scrolled.
 class TotalPages
          Creates a JLabel which displays the total number of pages on the Toolbar.
 class ZoomFit
          Creates a button/menu item which zooms the Document to fit the current viewport.
 class ZoomFitHeight
          Creates a menu item which zooms the Document to fit it's height the current viewport.
 class ZoomFitWidth
          Creates a button/menu button which zooms the Document to fit the width to the current viewport.
 class ZoomLevel
          Create a widget which displays the current zoom level, and allows the user to edit it to set the zoom level.
 class ZoomSelection
          Creates a button which will zoom the document to a selected region The name of this feature is "ZoomSelection".
 



Copyright © 2001-2008 Big Faceless Organization