Uses of Class
org.faceless.pdf2.viewer2.DocumentPanel

Packages that use DocumentPanel
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 DocumentPanel in org.faceless.pdf2.viewer2
 

Methods in org.faceless.pdf2.viewer2 that return DocumentPanel
 DocumentPanel PDFViewer.getActiveDocumentPanel()
          Return the active DocumentPanel
 DocumentPanel DocumentPanelEvent.getDocumentPanel()
          Get the DocumentPanel this event was raised on
 DocumentPanel DocumentViewport.getDocumentPanel()
          Return the DocumentPanel this DocumentViewport is a part of
 DocumentPanel PagePanel.getDocumentPanel()
          Get the DocumentPanel this PagePanel is contained inside, or null if this PagePanel was not created as part of a DocumentPanel.
 DocumentPanel ViewerEvent.getDocumentPanel()
          Return the active DocumentPanel of the PDFViewer, or null if no DocumentPanel is active.
 DocumentPanel[] PDFViewer.getDocumentPanels()
          Return all the DocumentPanels in the viewer
 

Methods in org.faceless.pdf2.viewer2 with parameters of type DocumentPanel
 void PDFViewer.closeDocumentPanel(DocumentPanel panel)
          Close the specified DocumentPanel
abstract  Exporter.ExporterTask Exporter.getExporter(DocumentPanel panel, PDF pdf, JComponent component, OutputStream out)
          Return a new Exporter.ExporterTask that would save a PDF
abstract  boolean ActionHandler.matches(DocumentPanel panel, PDFAction action)
          Return true if this ActionFactory can handle the specified PDFAction
abstract  void ActionHandler.run(DocumentPanel panel, PDFAction action)
          Run the specified action
 boolean JSManager.runEventBatchExec(DocumentPanel panel, PDF pdf, String javascript)
          Raise the Batch/Exec JavaScript method
 void JSManager.runEventBookmarkMouseUp(DocumentPanel panel, PDFBookmark bookmark)
          Raise the Bookmark/MouseUp JavaScript method
 void JSManager.runEventDocDidPrint(DocumentPanel panel)
          Raise the Doc/DidPrint JavaScript method
 void JSManager.runEventDocDidSave(DocumentPanel panel)
          Raise the Doc/DidSave JavaScript method
 void JSManager.runEventDocOpen(DocumentPanel panel, String targetName)
          Raise the Doc/Open JavaScript method
 void JSManager.runEventDocWillClose(DocumentPanel panel)
          Raise the Doc/WillClose JavaScript method
 void JSManager.runEventDocWillPrint(DocumentPanel panel)
          Raise the Doc/WillPrint JavaScript method
 void JSManager.runEventDocWillSave(DocumentPanel panel)
          Raise the Doc/WillSave JavaScript method
 void JSManager.runEventExternalExec(DocumentPanel panel, String javascript)
          Raise the External/Exec JavaScript method
 void JSManager.runEventFieldBlur(DocumentPanel panel, WidgetAnnotation annot, boolean shift, boolean modifier)
          Raise the Field/Blur JavaScript method
 boolean JSManager.runEventFieldCalculate(DocumentPanel panel, WidgetAnnotation target, WidgetAnnotation source)
          Raise the Field/Calculate JavaScript method
 void JSManager.runEventFieldFocus(DocumentPanel panel, WidgetAnnotation annot, boolean shift, boolean modifier)
          Raise the Field/Focus JavaScript method
 void JSManager.runEventFieldFormat(DocumentPanel panel, WidgetAnnotation annot, int commitKey, boolean willCommit)
          Raise the Field/Format JavaScript method
 boolean JSManager.runEventFieldKeystroke(DocumentPanel panel, WidgetAnnotation annot, int commitKey, String change, String changeEx, boolean fieldFull, boolean keyDown, boolean modifier, int selStart, int selEnd, boolean shift, String value, boolean willCommit)
          Raise the Field/Keystroke JavaScript method
 void JSManager.runEventFieldMouseDown(DocumentPanel panel, WidgetAnnotation annot, MouseEvent mevent)
          Raise the Field/Mouse Down JavaScript method
 void JSManager.runEventFieldMouseEnter(DocumentPanel panel, WidgetAnnotation annot, MouseEvent mevent)
          Raise the Field/Mouse Enter JavaScript method
 void JSManager.runEventFieldMouseExit(DocumentPanel panel, WidgetAnnotation annot, MouseEvent mevent)
          Raise the Field/Mouse Exit JavaScript method
 void JSManager.runEventFieldMouseUp(DocumentPanel panel, WidgetAnnotation annot, MouseEvent mevent)
          Raise the Field/Mouse Up JavaScript method
 boolean JSManager.runEventFieldValidate(DocumentPanel panel, WidgetAnnotation annot, String value, boolean shift, boolean modifier, String change, String changeEx, boolean keyDown)
          Raise the Field/Validate JavaScript method
 void JSManager.runEventLinkMouseUp(DocumentPanel panel, AnnotationLink annot)
          Raise the Link/Mouse Up JavaScript method
 void JSManager.runEventPageClose(DocumentPanel panel, PDFPage page)
          Raise the Page/Close JavaScript method
 void JSManager.runEventPageOpen(DocumentPanel panel, PDFPage page)
          Raise the Page/Open JavaScript method
 void SidePanel.setDocumentPanel(DocumentPanel panel)
          Set the DocumentPanel this SidePanel is a member of.
 void SinglePageDocumentViewport.setDocumentPanel(DocumentPanel panel)
           
 

Constructors in org.faceless.pdf2.viewer2 with parameters of type DocumentPanel
ViewerEvent(PDFViewer viewer, DocumentPanel panel)
          Create a new ViewerEvent manually
 

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

Methods in org.faceless.pdf2.viewer2.feature with parameters of type DocumentPanel
 void FormSignedSignatureWidgetFactory.displaySignatureState(FormSignedSignatureWidgetFactory.SignatureState state, DocumentPanel docpanel)
          Display a popup dialog that displays information about the SignatureState
 Exporter.ExporterTask PDFExporter.getExporter(DocumentPanel panel, PDF pdf, JComponent c, OutputStream out)
           
 Exporter.ExporterTask TIFFExporter.getExporter(DocumentPanel panel, PDF pdf, JComponent c, OutputStream out)
           
 boolean AppletURLActionHandler.matches(DocumentPanel panel, PDFAction action)
           
 boolean FormImportDataActionHandler.matches(DocumentPanel panel, PDFAction action)
           
 boolean FormResetActionHandler.matches(DocumentPanel panel, PDFAction action)
           
 boolean FormSubmitActionHandler.matches(DocumentPanel panel, PDFAction action)
           
 boolean GenericNamedActionHandler.matches(DocumentPanel panel, PDFAction action)
           
 boolean GoToActionHandler.matches(DocumentPanel panel, PDFAction action)
           
 boolean ShowHideActionHandler.matches(DocumentPanel panel, PDFAction action)
           
 void AppletURLActionHandler.run(DocumentPanel panel, PDFAction action)
           
 void FormImportDataActionHandler.run(DocumentPanel docpanel, PDFAction action)
           
 void FormResetActionHandler.run(DocumentPanel docpanel, PDFAction action)
           
 void FormSubmitActionHandler.run(DocumentPanel docpanel, PDFAction action)
           
 void GenericNamedActionHandler.run(DocumentPanel docpanel, PDFAction action)
           
 void GoToActionHandler.run(DocumentPanel panel, PDFAction action)
           
 void ShowHideActionHandler.run(DocumentPanel docpanel, PDFAction action)
           
 void FormBlankSignatureWidgetFactory.sign(FormSignature field, DocumentPanel panel)
          Sign the field.
 



Copyright © 2001-2008 Big Faceless Organization