Apache JMeter
1.9

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, Paste, RemoteStart, Start

public abstract class AbstractAction
extends Object
implements Command

Version:
$Revision: 1.9 $
Author:
mstover

Field Summary
protected static org.apache.log.Logger log
           
 
Constructor Summary
AbstractAction()
           
 
Method Summary
protected  void convertSubTree(org.apache.jorphan.collections.HashTree tree)
           
 void doAction(ActionEvent e)
           
abstract  Set getActionNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.log.Logger log
Constructor Detail

AbstractAction

public AbstractAction()
Method Detail

doAction

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

getActionNames

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

convertSubTree

protected void convertSubTree(org.apache.jorphan.collections.HashTree tree)

Apache JMeter
1.9

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