Multivalent API

Uses of Class
multivalent.Browser

Packages that use Browser
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. 
 

Uses of Browser in multivalent
 

Methods in multivalent that return Browser
 Browser Node.getBrowser()
          Chains up parent links.
 Browser Multivalent.getBrowser(java.lang.String name)
          Convenience method for creating a standalone browser, as if getBrowser(name, "System", true).
 Browser Multivalent.getBrowser(java.lang.String name, java.lang.String systemHub, boolean standalone)
          Returns Browser with given name, with passed URL to system behaviors hub.
 Browser Layer.getBrowser()
          End of Layer chain.
 Browser Document.getBrowser()
           
 Browser Behavior.getBrowser()
          Convenience method to fetch Browser from Layer.
 

Constructors in multivalent with parameters of type Browser
Document(java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> attr, INode parent, Browser br)
           
 

Uses of Browser in multivalent.gui
 

Methods in multivalent.gui with parameters of type Browser
 void VMenu.post(int x, int y, Browser br)
          Show on screen by disconnecting from (old) parent and adding to root (which is in absolutely positioned space).
 

Uses of Browser in multivalent.node
 

Constructors in multivalent.node with parameters of type Browser
Root(java.util.Map<java.lang.String,java.lang.Object> attr, Browser br)
           
 


Multivalent API