org.faceless.pdf2.viewer2.feature
Class TextCopyAction
java.lang.Object
org.faceless.pdf2.viewer2.ViewerFeature
org.faceless.pdf2.viewer2.feature.TextSelectionAction
org.faceless.pdf2.viewer2.feature.TextCopyAction
public class TextCopyAction
- extends TextSelectionAction
A TextSelectionAction that will copy the selected text to the
System clipboard.
- Since:
- 2.11.19
TextCopyAction
public TextCopyAction()
getDescription
public String getDescription()
- Description copied from class:
TextSelectionAction
- Get the name of this Action, to appear in the popup menu.
- Specified by:
getDescription in class TextSelectionAction
selectAction
public void selectAction(DocumentPanel docpanel,
TextSelection.RangeList range)
- Description copied from class:
TextSelectionAction
- Run the action.
- Specified by:
selectAction in class TextSelectionAction
- Parameters:
docpanel - the DocumentPanel this action is being run on.range - the TextSelection.RangeList containing the list of selected text items, which may be from multiple pages
Copyright © 2001-2010 Big Faceless Organization