public class ReportTreeListener extends Object implements TreeSelectionListener, MouseListener, KeyListener, MouseMotionListener
Constructor and Description |
---|
ReportTreeListener() |
ReportTreeListener(ReportTreeModel model)
Constructor for the JMeterTreeListener object.
|
Modifier and Type | Method and Description |
---|---|
ReportTreeNode |
getCurrentNode()
Gets the CurrentNode attribute of the JMeterTreeListener object.
|
ReportTreeNode[] |
getDraggedNodes() |
JTree |
getJTree()
Gets the JTree attribute of the JMeterTreeListener object.
|
ReportTreeNode[] |
getSelectedNodes() |
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
void |
mouseClicked(MouseEvent ev) |
void |
mouseDragged(MouseEvent e) |
void |
mouseEntered(MouseEvent e) |
void |
mouseExited(MouseEvent ev) |
void |
mouseMoved(MouseEvent e) |
void |
mousePressed(MouseEvent e) |
void |
mouseReleased(MouseEvent e) |
TreePath |
removedSelectedNode() |
void |
setActionHandler(ActionListener ah)
Sets the ActionHandler attribute of the JMeterTreeListener object.
|
void |
setEndWindow(Container window)
Sets the EndWindow attribute of the JMeterTreeListener object.
|
void |
setJTree(JTree tree)
Sets the JTree attribute of the JMeterTreeListener object.
|
void |
setModel(ReportTreeModel m) |
void |
valueChanged(TreeSelectionEvent e) |
public ReportTreeListener(ReportTreeModel model)
public ReportTreeListener()
public void setModel(ReportTreeModel m)
public void setActionHandler(ActionListener ah)
ah
- the new ActionHandler valuepublic void setJTree(JTree tree)
tree
- the new JTree valuepublic void setEndWindow(Container window)
window
- the new EndWindow valuepublic JTree getJTree()
public ReportTreeNode getCurrentNode()
public ReportTreeNode[] getSelectedNodes()
public TreePath removedSelectedNode()
public void valueChanged(TreeSelectionEvent e)
valueChanged
in interface TreeSelectionListener
public void mouseClicked(MouseEvent ev)
mouseClicked
in interface MouseListener
public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
public ReportTreeNode[] getDraggedNodes()
public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
public void mouseMoved(MouseEvent e)
mouseMoved
in interface MouseMotionListener
public void mouseExited(MouseEvent ev)
mouseExited
in interface MouseListener
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
Copyright © 1998-2016 Apache Software Foundation. All Rights Reserved.