Multivalent API

Uses of Package
multivalent.gui

Packages that use multivalent.gui
multivalent Core system classes. 
multivalent.gui Graphical user interface widgets, natively implemented as Nodes. 
multivalent.std Standard system functionality that is guaranteed to be available locally during runtime. 
multivalent.std.lens Lens superclass and standard lenses, such as Magnify and Rot-13. 
 

Classes in multivalent.gui used by multivalent
VScrollbar
          Scrollbars, both vertical and horizontal.
 

Classes in multivalent.gui used by multivalent.gui
VButton
          Button widget: click to invoke the associated script (as given by SCRIPT attribute).
VFrame
          Movable, resizable internal window, with title bar.
VRadiobox
          Radiobox widget: only on in associated Radiogroup can be selected at the same time.
VRadiogroup
          Used by VRadiobox to keep track of which in group is selected.
VTextArea
          Editable area (not necessarily all text).
 

Classes in multivalent.gui used by multivalent.std
VFrame
          Movable, resizable internal window, with title bar.
 

Classes in multivalent.gui used by multivalent.std.lens
VFrame
          Movable, resizable internal window, with title bar.
VRadiogroup
          Used by VRadiobox to keep track of which in group is selected.
 


Multivalent API