Package jade.tools.introspector.gui
Class TreePopupMenuListener
- java.lang.Object
-
- jade.tools.introspector.gui.TreePopupMenuListener
-
- All Implemented Interfaces:
ActionListener,EventListener
public class TreePopupMenuListener extends Object implements ActionListener
This class adds or removes behaviours to/from the given agent.- Author:
- Andrea Squeri,Corti Denis,Ballestracci Paolo - Universita` di Parma
-
-
Constructor Summary
Constructors Constructor Description TreePopupMenuListener(JTree tree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(ActionEvent e)
-
-
-
Constructor Detail
-
TreePopupMenuListener
public TreePopupMenuListener(JTree tree)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformedin interfaceActionListener
-
-