org.faceless.pdf2.viewer2.feature
Interface ThumbnailPanel.ThumbnailSelectionAction
- All Known Implementing Classes:
- RotateAntiClockwise, RotateClockwise, ThumbnailDeleteAction, ThumbnailExtractAction
- Enclosing class:
- ThumbnailPanel
public static interface ThumbnailPanel.ThumbnailSelectionAction
This interface should be implemented by any ViewerFeature
that
should be available as an action on the ThumbnailPanel.View
, either by the popup
menu or by keypress.
- Since:
- 2.12
- See Also:
ThumbnailPanel.View
,
TextSelectionAction
,
AreaSelectionAction
getAction
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
Copyright © 2001-2013 Big Faceless Organization