public class ReportTreeListener
implements TreeSelectionListener, MouseListener, KeyListener, MouseMotionListener
getCurrentNode
public ReportTreeNode getCurrentNode()
Gets the CurrentNode attribute of the JMeterTreeListener object.
getJTree
public JTree getJTree()
Gets the JTree attribute of the JMeterTreeListener object.
- tree the current JTree value.
keyPressed
public void keyPressed(KeyEvent e)
keyReleased
public void keyReleased(KeyEvent e)
keyTyped
public void keyTyped(KeyEvent e)
mouseClicked
public void mouseClicked(MouseEvent ev)
mouseDragged
public void mouseDragged(MouseEvent e)
mouseEntered
public void mouseEntered(MouseEvent e)
mouseExited
public void mouseExited(MouseEvent ev)
mouseMoved
public void mouseMoved(MouseEvent e)
mousePressed
public void mousePressed(MouseEvent e)
mouseReleased
public void mouseReleased(MouseEvent e)
removedSelectedNode
public TreePath removedSelectedNode()
setActionHandler
public void setActionHandler(ActionListener ah)
Sets the ActionHandler attribute of the JMeterTreeListener object.
ah
- the new ActionHandler value
setEndWindow
public void setEndWindow(Container window)
Sets the EndWindow attribute of the JMeterTreeListener object.
window
- the new EndWindow value
setJTree
public void setJTree(JTree tree)
Sets the JTree attribute of the JMeterTreeListener object.
tree
- the new JTree value
valueChanged
public void valueChanged(TreeSelectionEvent e)