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
          A AbstractRegionSelector that allows new annotations to be added to the PDF Page.
 class DragScroll
          This widget allows the document to be dragged and scrolled.
 class TextTool
          This widget allows the document to be dragged and scrolled.
 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".
 



Copyright © 2001-2008 Big Faceless Organization