public static class EditorKit.PasteAction extends PEAction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_PASTE |
static java.lang.String |
KEY_PASTE_SPECIAL |
| Constructor and Description |
|---|
PasteAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer)
paste from System clipboard ; action name = "PasteSpecial"
|
PasteAction(ActionDispatcher actionDispatcher,
ActionLocalizer localizer,
java.awt.datatransfer.Clipboard clipboard)
paste from the given 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, setAttributepublic static final java.lang.String KEY_PASTE
public static final java.lang.String KEY_PASTE_SPECIAL
public PasteAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer, java.awt.datatransfer.Clipboard clipboard)
public PasteAction(ActionDispatcher actionDispatcher, ActionLocalizer localizer)
public void undoableActionPerformed(java.awt.event.ActionEvent e)
PEActionNote : 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 PEActionSubmit a bug : syd@jpicedt.org