org.apache.jmeter.gui.action
Class AbstractAction
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
- All Implemented Interfaces:
- Command
- Direct Known Subclasses:
- CheckDirty, Copy, CreateFunctionDialog, Cut, DragNDrop, Duplicate, Paste, RemoteStart, ResetSearchCommand, SearchTreeCommand, Start, StopStoppables
public abstract class AbstractAction
- extends Object
- implements Command
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAction
public AbstractAction()
doAction
public void doAction(ActionEvent e)
- Specified by:
doAction
in interface Command
- See Also:
Command.doAction(ActionEvent)
getActionNames
public abstract Set<String> getActionNames()
- Specified by:
getActionNames
in interface Command
- See Also:
Command.getActionNames()
popupShouldSave
protected void popupShouldSave(ActionEvent e)
- Parameters:
e
-
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.