public static class EditorKit.CutAction extends PEAction
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY |
Constructor and Description |
---|
EditorKit.CutAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
java.awt.datatransfer.Clipboard clipboard) |
Modifier and Type | Method and Description |
---|---|
void |
undoableActionPerformed(java.awt.event.ActionEvent e)
called by "actionPerformed" ; default implementation does nothing.
|
actionPerformed, getCanvas, getDrawing, getEditorKit, getSelectedObject, setAttribute
public static final java.lang.String KEY
public EditorKit.CutAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer, java.awt.datatransfer.Clipboard clipboard)
public void undoableActionPerformed(java.awt.event.ActionEvent e)
PEAction
Note : this is not an abstract method, since this would force all PEAction's, including those we don't want to be undoable, to implement this method.
undoableActionPerformed
in class PEAction
Submit a bug : syd@jpicedt.org