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 |
---|
JPicEdt.FragmentInsertAction()
prompt user for fragment file name
|
JPicEdt.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, setAttribute
public static final java.lang.String KEY
public JPicEdt.FragmentInsertAction(java.lang.String fileName)
public JPicEdt.FragmentInsertAction()
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