Package ptolemy.vergil.ontologies
Class OntologyGraphFrame.DebugMenuListener
- java.lang.Object
-
- ptolemy.vergil.ontologies.OntologyGraphFrame.DebugMenuListener
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
- Enclosing class:
- OntologyGraphFrame
public class OntologyGraphFrame.DebugMenuListener extends java.lang.Object implements java.awt.event.ActionListener
The listener class for debug menu commands.
-
-
Constructor Summary
Constructors Constructor Description DebugMenuListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
React to a menu command in the debug menu.
-