Uses of Interface
org.faceless.pdf2.viewer2.feature.ThumbnailPanel.ThumbnailSelectionAction
-
Packages that use ThumbnailPanel.ThumbnailSelectionAction Package Description org.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. -
-
Uses of ThumbnailPanel.ThumbnailSelectionAction in org.faceless.pdf2.viewer2.feature
Classes in org.faceless.pdf2.viewer2.feature that implement ThumbnailPanel.ThumbnailSelectionAction Modifier and Type Class Description class
RotateAntiClockwise
Create a button that will rotate the page 90 degrees anticlockwise.class
RotateClockwise
Create a button that will rotate the page 90 degrees clockwise.class
ThumbnailCopyAction
Store a copy of the currently selected pages in the thumbnail panel for a subsequent move operation.class
ThumbnailCutAction
Store the currently selected pages in the thumbnail panel for a subsequent move operation.class
ThumbnailDeleteAction
This feature will allow pages to be deleted via theThumbnailPanel
.class
ThumbnailExtractAction
This feature will allow pages to be extracted to a new Document via theThumbnailPanel
.class
ThumbnailPasteAction
Moves the pages that have previously been stored with a cut operation to before the currently selected page in the thumbnail panel, and clears the list of such pages.Methods in org.faceless.pdf2.viewer2.feature with parameters of type ThumbnailPanel.ThumbnailSelectionAction Modifier and Type Method Description void
ThumbnailPanel. addAction(ThumbnailPanel.ThumbnailSelectionAction action)
/** If this ThumbnailPanel is part of a DocumentPanel with no viewer, use this method add addThumbnailPanel.ThumbnailSelectionAction
actions to the panel.
-