All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Panel | +----amaze.browser.AlgyBrowser
------------------------------------------------------------------- | -------- | | | | | Root:| Things | | *Physical-Objects* | Tools | Females | | -------- | Things | Cars | Males | | Relation:| Subset | | Slots | *People* | | | -------- | Objects | Buildings | | | (*) Value | ... | ... | | | ( ) Non-Value | | | | | | | | | ---------------------- -------------------- ------------ ---------- | -------- | | | | | Root:| Opus | | Milo | Opus | Binkly | | -------- | *Steve-Dallas* | *Milo* | Opus | | Relation:| Friend | | Bill-the-Cat | | Steve-Dal| | -------- | Binkly | | ... | | (*) Value | ... | | | | ( ) Non-Value | | | | | | | | | ---------------------- -------------------- ------------ ----------The contents of the display is driven by the user's choices. For example, in the top row of the AlgyBrowser display, the list "Tools, Cars, etc." was displayed when the user clicked the left mouse button on Physical-Objects in the previous box. For a more detailed explanation of the functionality the AlgyBrowser provides from the point of few of the application user, see the Amaze user's guide.
From the programmer's point of view, AlgyBrowser accesses Algernon through the class KBManager. KBManager returns lists of values defined in the package lib.dynatype.
public AlgyBrowser()
All Packages Class Hierarchy This Package Previous Next Index