Multivalent API

Package multivalent.std.ui

Standard user interface controls, such as forward/back buttons and bookmarks.

See:
          Description

Class Summary
Annos General annotation functionality: wipe annos from document, ...
AttrUI For now, toggles preference.
BindingsDefault Event bindings that are the same across platforms, such as right arrow key moving the cursor right.
BindingsEmacs Pluggable events binding behavior duplicating some Emacs key bindings.
BindingsMacintosh Pluggable events duplicating some Macintosh key bindings.
BindingsTk Bindings after Tk.
BindingsWindoze Pluggable events duplicating some Windoze key bindings.
Bookmark List of URIs to remember.
CacheControl Cache control: validate cache vis-a-vis network, or browse offline.
DnD Drag and drop URLs into Browser window to open page on that URL.
DocumentPopup Initiates document popup menu (semantic event createWidget/DOCPOPUP, with VMenu in out field).
FontFaceMenu Set selected text to given font face.
FontRender Font rendering control: fractional metrics.
ForwardBack Move forward and backward through documents browsed, via toolbar buttons, menubar items, document popup.
History Saves last 1000 pages seen.
LayerMan Placeholder for future work Manage Layers: create new, remove, save, toggle active, ....
LinkMe For some text that's implicitly a link, dynamically treat it as one if text matches some pattern: URL, manual page, email, ....
Menubar Populates menubar (but not constituant menus)
Multipage Interface for paginated document types to choose page number (next, previous, first, last, enter number).
NotemarkUI Broken AttrUI + style sheet hacking to make Notemarks
OpenFile Browse a file on the local file system, as chosen by a FileDialog.
OutlineUI Outline UI controls: smart scrolling, "Fully Open", excerpts on "executiveSummary".
PhoneMe Play selected text as if on telephone touchtone.
PublishAnno Write annotations to server.
RobustReport NOT IMPEMENTED.
SaveAnnoAs Save annotations in a file chosen with a file chooser.
SaveAs Save current document to path chosen with a file chooser
SeeMono Usually better to see ASCII in proportionally spaced fonts, but sometimes have ASCII art -- though some media adaptors don't preserve spaces.
SelectionUI Lookup selection or current URI at scripted destination
SemanticUI Generates from a hub description UI elements that trigger a semantic event when activated.
SpanUI Create a instance of Span describe by hub attributes and move to extent of current selection.
StandardEdit Standard Edit operations: Undo, Redo, Cut, Copy, Paste, Clear, Select All.
StandardFile Standard File operations: Undo, Redo, Cut, Copy, Paste, Clear, Select All.
Stop Stop button and popup item -- just sends stop event, but enable logic presently out of capabilities of scripting language.
Toolbar Populates toolbars
ViewSource Opens new window and displays current document as ASCII.
WindowUI Creates new window or lens.
Zoom Zoom controls.
 

Package multivalent.std.ui Description

Standard user interface controls, such as forward/back buttons and bookmarks.


Multivalent API