Multivalent API

Uses of Class
multivalent.IScrollPane

Packages that use IScrollPane
multivalent Core system classes. 
multivalent.gui Graphical user interface widgets, natively implemented as Nodes. 
multivalent.node Many types of tree nodes: scrolled panel, fixed format document nodes, media leaves. 
multivalent.std Standard system functionality that is guaranteed to be available locally during runtime. 
 

Uses of IScrollPane in multivalent
 

Subclasses of IScrollPane in multivalent
 class Document
          An independent document, generally with content subtree, stylesheet, URI (not URL), Layers of behaviors that implementing genre- or document-specific functionality, and document-wide variables.
 

Methods in multivalent that return IScrollPane
 IScrollPane Node.getIScrollPane()
          Chains up parent links.
 IScrollPane IScrollPane.getIScrollPane()
           
 

Uses of IScrollPane in multivalent.gui
 

Subclasses of IScrollPane in multivalent.gui
 class VEntry
          Single-line editable text field.
 class VMenu
          Pure Multivalent menu widget.
 class VTextArea
          Editable area (not necessarily all text).
 

Uses of IScrollPane in multivalent.node
 

Subclasses of IScrollPane in multivalent.node
 class Root
          Documents can contain other documents, and this is the topmost instance.
 

Uses of IScrollPane in multivalent.std
 

Methods in multivalent.std with parameters of type IScrollPane
 void SimpleAnchorScrollTo.scrollTo(IScrollPane isp, java.lang.String ref)
          Scroll to anchor/id/ref within Document.
 


Multivalent API