Interface ThumbnailPanel.ThumbnailSelectionAction
-
- All Known Implementing Classes:
RotateAntiClockwise
,RotateClockwise
,ThumbnailCopyAction
,ThumbnailCutAction
,ThumbnailDeleteAction
,ThumbnailExtractAction
,ThumbnailPasteAction
- Enclosing class:
- ThumbnailPanel
public static interface ThumbnailPanel.ThumbnailSelectionAction
This interface should be implemented by anyViewerFeature
that should be available as an action on theThumbnailPanel.View
, either by the popup menu or by keypress.- Since:
- 2.12
- See Also:
ThumbnailPanel.View
,TextSelectionAction
,AreaSelectionAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Action
getAction(ThumbnailPanel.View view)
Return an Action for the specified View, ornull
if this action is not appropriate for the View (for example, because it edits the Document and theThumbnailPanel.View.isEditable()
method returns false
-
-
-
Method Detail
-
getAction
Action getAction(ThumbnailPanel.View view)
Return an Action for the specified View, ornull
if this action is not appropriate for the View (for example, because it edits the Document and theThumbnailPanel.View.isEditable()
method returns false
-
-