org.faceless.pdf2.viewer2.feature
Class TextCopyAction

java.lang.Object
  extended by org.faceless.pdf2.viewer2.ViewerFeature
      extended by org.faceless.pdf2.viewer2.feature.TextCopyAction
All Implemented Interfaces:
TextSelectionAction

public class TextCopyAction
extends ViewerFeature
implements TextSelectionAction

A TextSelectionAction that will copy the selected text to the System clipboard. The name of this feature is TextCopyAction

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

Constructor Summary
TextCopyAction()
           
 
Method Summary
 String getDescription()
          Get the name of this Action, to appear in the popup menu.
 void selectAction(DocumentPanel docpanel, TextSelection.RangeList range)
          Run the action.
 
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

TextCopyAction

public TextCopyAction()
Method Detail

getDescription

public String getDescription()
Description copied from interface: TextSelectionAction
Get the name of this Action, to appear in the popup menu.

Specified by:
getDescription in interface TextSelectionAction

selectAction

public void selectAction(DocumentPanel docpanel,
                         TextSelection.RangeList range)
Description copied from interface: TextSelectionAction
Run the action.

Specified by:
selectAction in interface 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