Uses of Class
org.faceless.pdf2.viewer2.ToggleViewerWidget
-
Packages that use ToggleViewerWidget Package Description 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 ToggleViewerWidget in org.faceless.pdf2.viewer2
Methods in org.faceless.pdf2.viewer2 that return ToggleViewerWidget Modifier and Type Method Description ToggleViewerWidget
ToggleViewerWidget. getGroupSelection(String groupname)
Return the selected item in the specified group, ornull
if none of the items in that group are selected or no such group exists.Methods in org.faceless.pdf2.viewer2 that return types with arguments of type ToggleViewerWidget Modifier and Type Method Description Collection<ToggleViewerWidget>
ToggleViewerWidget. getWidgets(String groupname)
Return a Collection of otherToggleViewerWidget
objects in the specified group. -
Uses of ToggleViewerWidget in org.faceless.pdf2.viewer2.feature
Subclasses of ToggleViewerWidget in org.faceless.pdf2.viewer2.feature Modifier and Type Class Description class
AbstractRegionSelector
An abstract superclass for any widgets that require a region to be selected.class
AnnotationAdd
AnAbstractRegionSelector
that allows new annotations to be added to the PDF Page.class
AnnotationAddLine
A feature that allows new line annotations to be drawn directly onto the PDF Page.class
ContinuousPageView
This Widget changes theDocumentViewport
of the currentDocumentPanel
to aMultiPageDocumentViewport
.class
DragScroll
This widget allows the document to be dragged and scrolled.class
DualPageView
This Widget changes theDocumentViewport
of the currentDocumentPanel
to aDualPageDocumentViewport
.class
SelectArea
AnAbstractRegionSelector
that allows a rectangular to be selected for PDF operations.class
SinglePageView
This Widget changes theDocumentViewport
of the currentDocumentPanel
to aSinglePageDocumentViewport
.class
TextTool
This widget allows text to be selected from the DocumentViewport.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
ZoomSelection
Creates a button which will zoom the document to a selected region
-