Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.swing
Class SelectionHighlighter.CopyAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.xhtmlrenderer.swing.SelectionHighlighter.CopyAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
Enclosing class:
SelectionHighlighter

public static class SelectionHighlighter.CopyAction
extends javax.swing.AbstractAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
SelectionHighlighter.CopyAction()
          Create this object with the appropriate identifier.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          The operation to perform when this action is triggered.
 void install(SelectionHighlighter caret)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionHighlighter.CopyAction

public SelectionHighlighter.CopyAction()
Create this object with the appropriate identifier.

Method Detail

install

public void install(SelectionHighlighter caret)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
The operation to perform when this action is triggered.

Parameters:
e - the action event

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home