org.apache.jmeter.report.gui.action

Class AbstractAction

Implemented Interfaces:
Command
Known Direct Subclasses:
ReportCheckDirty, ReportCopy, ReportCut, ReportDragNDrop, ReportPaste, ReportStart

public abstract class AbstractAction
extends Object
implements Command

Parent class for implementing Menu item commands

Method Summary

void
doAction(ActionEvent e)
abstract Set
getActionNames()
protected void
popupShouldSave(ActionEvent e)

Method Details

doAction

public void doAction(ActionEvent e)
Specified by:
doAction in interface Command

getActionNames

public abstract Set getActionNames()
Specified by:
getActionNames in interface Command

popupShouldSave

protected void popupShouldSave(ActionEvent e)
Parameters:
e -

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.