org.faceless.pdf2.viewer2.feature
Class ThumbnailDeleteAction

java.lang.Object
  extended by org.faceless.pdf2.viewer2.ViewerFeature
      extended by org.faceless.pdf2.viewer2.feature.ThumbnailDeleteAction
All Implemented Interfaces:
ThumbnailPanel.ThumbnailSelectionAction

public class ThumbnailDeleteAction
extends ViewerFeature
implements ThumbnailPanel.ThumbnailSelectionAction

This feature will allow pages to be deleted via the ThumbnailPanel. The name of this feature is ThumbnailDeleteAction

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.12

Constructor Summary
ThumbnailDeleteAction()
           
 
Method Summary
 Action getAction(ThumbnailPanel.View view)
          Return an Action for the specified View, or null if this action is not appropriate for the View (for example, because it edits the Document and the ThumbnailPanel.View.isEditable() method returns false
 
Methods inherited from class org.faceless.pdf2.viewer2.ViewerFeature
getAllEnabledFeatures, getAllFeatures, getCustomJavaScript, getFeatureProperty, getFeatureURLProperty, getName, initialize, isEnabledByDefault, setFeatureName, teardown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThumbnailDeleteAction

public ThumbnailDeleteAction()
Method Detail

getAction

public Action getAction(ThumbnailPanel.View view)
Description copied from interface: ThumbnailPanel.ThumbnailSelectionAction
Return an Action for the specified View, or null if this action is not appropriate for the View (for example, because it edits the Document and the ThumbnailPanel.View.isEditable() method returns false

Specified by:
getAction in interface ThumbnailPanel.ThumbnailSelectionAction


Copyright © 2001-2013 Big Faceless Organization