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 TreeSelectionListenerpublic void mouseClicked(MouseEvent ev)
mouseClicked in interface MouseListenerpublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenerpublic ReportTreeNode[] getDraggedNodes()
public void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenerpublic void mousePressed(MouseEvent e)
mousePressed in interface MouseListenerpublic void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenerpublic void mouseMoved(MouseEvent e)
mouseMoved in interface MouseMotionListenerpublic void mouseExited(MouseEvent ev)
mouseExited in interface MouseListenerpublic void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerCopyright © 1998-2015 Apache Software Foundation. All Rights Reserved.