public abstract class AbstractAction extends Object implements Command
| Constructor and Description |
|---|
AbstractAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction(ActionEvent e) |
abstract Set<String> |
getActionNames() |
protected boolean |
popupCheckExistingFileListener(HashTree tree) |
protected void |
popupShouldSave(ActionEvent e) |
public void doAction(ActionEvent e) throws IllegalUserActionException
doAction in interface CommandIllegalUserActionExceptionCommand.doAction(ActionEvent)public abstract Set<String> getActionNames()
getActionNames in interface CommandCommand.getActionNames()protected void popupShouldSave(ActionEvent e)
e - the event that led to the call of this methodprotected boolean popupCheckExistingFileListener(HashTree tree)
tree - where check if listener has existing fileCopyright © 1998-2017 Apache Software Foundation. All Rights Reserved.