public class JMeterTreeListener extends Object implements TreeSelectionListener, MouseListener, KeyListener
Constructor and Description |
---|
JMeterTreeListener() |
JMeterTreeListener(JMeterTreeModel model)
Constructor for the JMeterTreeListener object.
|
Modifier and Type | Method and Description |
---|---|
JMeterTreeNode |
getCurrentNode()
Gets the CurrentNode attribute of the JMeterTreeListener object.
|
JTree |
getJTree()
Gets the JTree attribute of the JMeterTreeListener object.
|
JMeterTreeNode[] |
getSelectedNodes() |
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
void |
mouseClicked(MouseEvent ev) |
void |
mouseEntered(MouseEvent e) |
void |
mouseExited(MouseEvent ev) |
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(JMeterTreeModel m) |
void |
valueChanged(TreeSelectionEvent e) |
public JMeterTreeListener(JMeterTreeModel model)
public JMeterTreeListener()
public void setModel(JMeterTreeModel 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 JMeterTreeNode getCurrentNode()
public JMeterTreeNode[] 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 void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
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-2014 Apache Software Foundation. All Rights Reserved.