org.apache.jmeter.gui.action

Class AddToTree

Implemented Interfaces:
Command

public class AddToTree
extends Object
implements Command

Constructor Summary

AddToTree()

Method Summary

void
doAction(ActionEvent e)
Adds the specified class to the current node of the tree.
Set
getActionNames()
Gets the Set of actions this Command class responds to.

Constructor Details

AddToTree

public AddToTree()

Method Details

doAction

public void doAction(ActionEvent e)
Adds the specified class to the current node of the tree.
Specified by:
doAction in interface Command

getActionNames

public Set getActionNames()
Gets the Set of actions this Command class responds to.
Specified by:
getActionNames in interface Command
Returns:
the ActionNames value

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