Command
CheckDirty
, Copy
, CreateFunctionDialog
, Cut
, Duplicate
, Move
, Paste
, RemoteStart
, ResetSearchCommand
, SearchTreeCommand
, Start
, StopStoppables
, TemplatesCommand
public abstract class AbstractAction extends Object implements Command
Constructor | Description |
---|---|
AbstractAction() |
Modifier and Type | Method | Description |
---|---|---|
void |
doAction(ActionEvent e) |
|
abstract Set<String> |
getActionNames() |
|
protected void |
popupShouldSave(ActionEvent e) |
public void doAction(ActionEvent e)
doAction
in interface Command
Command.doAction(ActionEvent)
public abstract Set<String> getActionNames()
getActionNames
in interface Command
Command.getActionNames()
protected void popupShouldSave(ActionEvent e)
e
- the event that led to the call of this methodCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.