public class LibBrowser.DomThListener
extends java.lang.Object
implements java.awt.event.ActionListener
The DomThListener class creates an ActionListener that listens for actions in the 'Choose a Language' combo box. When an action fires, read the selection and interpret it as a specific domain theory.
For example: For the language 'English' the convention is that "English" means terms of reference, and "English(Adr)" means terms of address. The context is loaded from its .ctxt file, and the kinTerms of the chosen type (Ref or Adr) are loaded into the 'Choose a Kinship Term' combo box menu.
Constructor and Description |
---|
LibBrowser.DomThListener() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent event) |