|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractAction | +--javax.swing.text.TextAction | +--javax.swing.text.DefaultEditorKit.CutAction
Cuts the selected region and place its contents into the system clipboard.
Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.
DefaultEditorKit.cutAction
,
DefaultEditorKit.getActions()
, Serialized FormFields inherited from class javax.swing.AbstractAction |
changeSupport,
enabled |
Constructor Summary | |
DefaultEditorKit.CutAction()
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. |
Methods inherited from class javax.swing.text.TextAction |
augmentList,
getFocusedComponent,
getTextComponent |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener,
clone,
firePropertyChange,
getValue,
isEnabled,
putValue,
removePropertyChangeListener,
setEnabled |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public DefaultEditorKit.CutAction()
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
e
- the action event
|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |