org.faceless.pdf2.viewer2.feature
Class ReadOnlyThumbnailPanel

java.lang.Object
  extended by org.faceless.pdf2.viewer2.ViewerFeature
      extended by org.faceless.pdf2.viewer2.SidePanelFactory
          extended by org.faceless.pdf2.viewer2.feature.ThumbnailPanel
              extended by org.faceless.pdf2.viewer2.feature.ReadOnlyThumbnailPanel

public class ReadOnlyThumbnailPanel
extends ThumbnailPanel

Creates a SidePanel that displays the page thumbnails. This is simply a subclass of ThumbnailPanel which cals the ThumbnailPanel.setEditable(boolean) method to turn off the editing feature, and is here so it can be specified by name in Applets.

This code is copyright the Big Faceless Organization. You're welcome to use, modify and distribute it in any form in your own projects, provided those projects continue to make use of the Big Faceless PDF library.

Since:
2.10.2

Constructor Summary
ReadOnlyThumbnailPanel()
          Create a new read-only ThumbnailPanel
 
Method Summary
 
Methods inherited from class org.faceless.pdf2.viewer2.feature.ThumbnailPanel
createSidePanel, getInstance, setEditable
 
Methods inherited from class org.faceless.pdf2.viewer2.SidePanelFactory
getDisplayName, isSidePanelRequired, toString
 
Methods inherited from class org.faceless.pdf2.viewer2.ViewerFeature
getAllFeatures, getName, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReadOnlyThumbnailPanel

public ReadOnlyThumbnailPanel()
Create a new read-only ThumbnailPanel



Copyright © 2001-2008 Big Faceless Organization