public static class JPicEdt.FileReloadAction extends PEAction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY |
| Constructor and Description |
|---|
FileReloadAction() |
| 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 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