multivalent.gui
Class VDialog
public
class
VDialog
extends VFrame
A
VFrame that returns an event to its parent Document.
Automatically sizes to fit content Document.
For example, content can be HTML page associated with behavior, and include a FORM for setting attributes.
User closes with close box or perhaps close button in the document (HTML FORM or scripted).
Submit button should send XXX event to close.
Version: $Revision: 1.3 $ $Date: 2003/06/02 05:17:53 $
Constructor Summary |
| VDialog(String name, Map<String,Object> attr, INode parent, URI docuri) |
| VDialog(String name, Map<String,Object> attr, INode parent, URI docuri, Map vals, Behavior in) |
public VDialog(String name, Map<String,Object> attr,
INode parent, URI docuri)
public VDialog(String name, Map<String,Object> attr,
INode parent, URI docuri, Map vals,
Behavior in)
public boolean formatNode(int width, int height,
Context cx)
Set Behavior that's interested in what happens when dialog is closed.