- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- Enclosing class:
- LibBrowser
public class LibBrowser.DiagramButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener
The DiagramButtonListener class creates an ActionListener that listens
for clicks on the 'Diagram Examples' button. When an action fires, launch
a TermChooserFrame to collect the commands that record which clauses
should be diagramed. When User has finished using that frame, it will
build a list of TermTriples for her commands. Then the TermChooserFrame
will call LibBrowser.diagramTerms() to create a hypothetical population
which illustrates the chosen term/clause -- and diagram it.