Apache JMeter

org.apache.jmeter.report.gui.action
Class AbstractAction

java.lang.Object
  extended by org.apache.jmeter.report.gui.action.AbstractAction
All Implemented Interfaces:
Command
Direct Known Subclasses:
ReportCheckDirty, ReportCopy, ReportCut, ReportDragNDrop, ReportPaste, ReportStart

public abstract class AbstractAction
extends java.lang.Object
implements Command

Parent class for implementing Menu item commands


Constructor Summary
AbstractAction()
           
 
Method Summary
 void doAction(java.awt.event.ActionEvent e)
           
abstract  java.util.Set getActionNames()
           
protected  void popupShouldSave(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAction

public AbstractAction()
Method Detail

doAction

public void doAction(java.awt.event.ActionEvent e)
Specified by:
doAction in interface Command
See Also:
Command.doAction(ActionEvent)

getActionNames

public abstract java.util.Set getActionNames()
Specified by:
getActionNames in interface Command
See Also:
Command.getActionNames()

popupShouldSave

protected void popupShouldSave(java.awt.event.ActionEvent e)
Parameters:
e -

Apache JMeter

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