Multivalent API

Package multivalent.gui

Graphical user interface widgets, natively implemented as Nodes.

See:
          Description

Class Summary
VAlert Automatically sizes to include content as given by a URL, and horizontally centers in window, and has no window controls.
VButton Button widget: click to invoke the associated script (as given by SCRIPT attribute).
VCheckbox Checkbox widget: toggle ON and OFF.
VDialog A VFrame that returns an event to its parent Document.
VEntry Single-line editable text field.
VFrame Movable, resizable internal window, with title bar.
VMenu Pure Multivalent menu widget.
VMenuButton Menu button widget that pops up associated VMenu when mouse pressed.
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.
VScrollbar Scrollbars, both vertical and horizontal.
VSeparator Menu separator widget, whose name is used to identify menu categories.
VTextArea Editable area (not necessarily all text).
 

Package multivalent.gui Description

Graphical user interface widgets, natively implemented as Nodes.


Multivalent API