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

Packages that use ToggleViewerWidget
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
 ToggleViewerWidget ToggleViewerWidget.getGroupSelection(String groupname)
          Return the selected item in the specified group, or null if none of the items in that group are selected or no such group exists.
 

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

Subclasses of ToggleViewerWidget in org.faceless.pdf2.viewer2.feature
 class AbstractRegionSelector
          An abstract superclass for any widgets that require a region to be selected.
 class AnnotationAdd
          An AbstractRegionSelector 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 the DocumentViewport of the current DocumentPanel to a MultiPageDocumentViewport.
 class DragScroll
          This widget allows the document to be dragged and scrolled.
 class SelectArea
          An AbstractRegionSelector that allows a rectangular to be selected for PDF operations.
 class SinglePageView
          This Widget changes the DocumentViewport of the current DocumentPanel to a SinglePageDocumentViewport.
 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 The name of this feature is ZoomSelection This code is copyright the Big Faceless Organization.
 



Copyright © 2001-2010 Big Faceless Organization