public static class JPicEdt.FragmentInsertAction extends PEAction
This action is undoable.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY |
| Constructor and Description |
|---|
FragmentInsertAction()
prompt user for fragment file name
|
FragmentInsertAction(java.lang.String fileName)
insert a fragment from the given file name
|
| 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
public FragmentInsertAction(java.lang.String fileName)
public FragmentInsertAction()
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