Package org.faceless.pdf2.viewer2.feature

Contains a list of all the features that are available to the PDFViewer.

See:
          Description

Class Summary
About Create a simple "About" dialog displaying information about the PDFViewer and the runtime environment.
AbstractRegionSelector An abstract superclass for any widgets that require a region to be selected.
AnnotationAdd A AbstractRegionSelector that allows new annotations to be added to the PDF Page.
AnnotationLinkFactory Create annotations that handle AnnotationLink objects.
AnnotationNoteFactory Create annotations that handle AnnotationNote objects The name of this feature is "AnnotationNote".
AnnotationStampFactory Create annotations that handle AnnotationStamp objects.
AnnotationTextFactory Create annotations that handle AnnotationText objects The name of this feature is "AnnotationText".
AppletURLActionHandler Create an action handler for "URL" actions which will work if this feature is being run inside an Applet.
Close Create a "File : Close" menu item to close the current document.
ContinuousPageView This widget allows text to be selected from the DocumentViewport.
Coordinates Creates a JLabel which displays the total number of pages on the Toolbar.
DragAndDrop A feature which will add the ability to drag and drop files into the PDFViewer in a standard way.
DragScroll This widget allows the document to be dragged and scrolled.
EditMenu This features adds an "Edit" menu to the application, which provides a familiar interface for those components allowing cut, copy, paste and text selection in the viewer - although those actions will still be available if this feature is not added to the viewer.
FormBlankSignatureWidgetFactory Create annotations to handle WidgetAnnotation objects belonging to unsigned FormSignature fields.
FormButtonWidgetFactory Create annotations to handle WidgetAnnotation objects belonging to a FormButton.
FormChoiceWidgetFactory Create annotations to handle WidgetAnnotation objects belonging to a FormChoice.
FormImportDataActionHandler Create an action handler to deal with "FormImportData" PDFAction.
FormRadioButtonWidgetFactory Create annotations to handle WidgetAnnotation objects belonging to FormRadioButton and FormCheckbox objects.
FormResetActionHandler Create a handler to handler "FormReset" actions.
FormSignedSignatureWidgetFactory Create annotations to handle WidgetAnnotation objects belonging to signed FormSignature fields.
FormSubmitActionHandler Create a handler to handler "FormSubmit" actions.
FormTextWidgetFactory Create annotations to handle WidgetAnnotation objects belonging to a FormText.
FullScreenMode Create a menu item that will display the Document in "Full Screen" mode.
GenericNamedActionHandler Create an action handler to handle "Named" actions.
GoToActionHandler Create an action handler for "GoTo" actions and the named actions that move between pages.
ImageImporter A subclass of Importer that allows bitmap images to be converted to PDF documents and loaded directly into the PDFViewer.
Info Create a button and menu item to display information about the PDF.
InvisiblySignDocument Creates a new, invisible FormSignature field and then sign it.
ManageIdentities Create a button that opens a dialog to manage digital identities.
Menus A special feature to enable the Menubar.
MultiWindow A special feature to enable internal frames inside the viewer.
Open Create a button and menu item to load a document from the filesystem.
OpenRecent This feature adds a most-recently-used menu listing the n most recently opened documents.
OutlinePanel Create a SidePanel that will display the document bookmarks, as returned by PDF.getBookmarks().
PageFirst Create a button to jump to the first page.
PageLast Create a button to jump to the last page.
PageNext Create a button to jump to the next page.
PageNumber Create a widget that displays the current page number, and allows the user to enter a new pagenumber for display.
PagePrevious Create a button that jumps to the previous page.
PDFExporter A subclass of Exporter that handles exporting a PDF as a PDF file.
PDFImporter A subclass of Importer that allows PDF files to be loaded into the viewer.
Print Create a button that opens a print dialog.
Quit Create a menu item that will quit the application - ie. it calls System.exit(0).
ReadOnlyThumbnailPanel Creates a SidePanel that displays the page thumbnails.
RotateAntiClockwise Create a button that will rotate the page 90 degrees anticlockwise.
RotateClockwise Create a button that will rotate the page 90 degrees clockwise.
Save Create a button that will open a dialog allowing the PDF to be saved to disk.
SearchField Create a widget that displays a Search field in the Toolbar.
SearchPanel Creates a SidePanel that displays search results.
SearchPanel.Field A subclass of JTextField customized for searching - it has a setProgress() method to report the progress of the search, and an icon in the background
SearchPanel.Results This class is the SidePanel returned by the parent factory, and represents the search results panel.
ShowConsole Create a menu item to display the JavaScript Console The name of this feature is "ShowConsole".
ShowHideActionHandler Handles the "ShowWidget" and "HideWidget" types of PDFAction.
SignaturePanel Create a SidePanel that will display the document Signatures.
SinglePageView This widget allows text to be selected from the DocumentViewport.
SplashScreen Create a splash screen which displays an "About" dialog when the PDFViewer is first displayed.
TextExporter A subclass of Exporter that handles saving a PDF as a Text file.
TextHighlighter A feature that allows the highlighting of text in the viewer.
TextTool This widget allows text to be selected from the DocumentViewport.
ThumbnailPanel Creates a SidePanel that displays the page thumbnails.
TIFFExporter A subclass of Exporter that handles saving a PDF as a TIFF file.
ToolbarDisabling A special feature that creates a menu option allowing the user to enable or disable toolbars.
ToolbarFloating A special feature that allows the toolbars to float or not.
Toolbars A special feature that creates the toolbars in the PDFViewer.
TotalPages Creates a JLabel which displays the total number of pages on the Toolbar.
XFA A class which suppressed warnings about missing XFA support in the PDF Viewer when JavaScript is supported.
ZoomFit Creates a button/menu item which zooms the Document to fit the current viewport.
ZoomFitHeight Creates a menu item which zooms the Document to fit it's height the current viewport.
ZoomFitWidth Creates a button/menu button which zooms the Document to fit the width to the current viewport.
ZoomIn Creates a button whcih will zoom the document in to the next level.
ZoomLevel Create a widget which displays the current zoom level, and allows the user to edit it to set the zoom level.
ZoomOut Create a button which zooms the document out to the next level.
ZoomSelection Creates a button which will zoom the document to a selected region The name of this feature is "ZoomSelection".
 

Package org.faceless.pdf2.viewer2.feature Description

Contains a list of all the features that are available to the PDFViewer. See the viewer tutorial for more information on how to use this package.



Copyright © 2001-2008 Big Faceless Organization