Apache JMeter

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

java.lang.Object
  extended by org.apache.jmeter.report.gui.action.ReportEnableComponent
All Implemented Interfaces:
Command

public class ReportEnableComponent
extends java.lang.Object
implements Command


Field Summary
static java.lang.String DISABLE
           
static java.lang.String ENABLE
           
 
Constructor Summary
ReportEnableComponent()
           
 
Method Summary
 void doAction(java.awt.event.ActionEvent e)
           
 java.util.Set getActionNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENABLE

public static final java.lang.String ENABLE
See Also:
Constant Field Values

DISABLE

public static final java.lang.String DISABLE
See Also:
Constant Field Values
Constructor Detail

ReportEnableComponent

public ReportEnableComponent()
Method Detail

doAction

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

getActionNames

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

Apache JMeter

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