Package editor.util
Class TextComponentUtil.CustomCutAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- javax.swing.text.TextAction
-
- javax.swing.text.DefaultEditorKit.CutAction
-
- editor.util.TextComponentUtil.CustomCutAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- TextComponentUtil
private static class TextComponentUtil.CustomCutAction extends javax.swing.text.DefaultEditorKit.CutAction
-
-
Constructor Summary
Constructors Modifier Constructor Description privateCustomCutAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class javax.swing.text.TextAction
augmentList, getFocusedComponent, getTextComponent
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-