Package org.xhtmlrenderer.swing
Class SelectionHighlighter.CopyAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- 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
-
-
Constructor Summary
Constructors Constructor Description CopyAction()
Create this object with the appropriate identifier.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
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
-
-