multivalent.gui
public class VEntry extends VTextArea
Version: $Revision: 1.2 $ $Date: 2002/01/27 02:01:06 $
Constructor Summary | |
---|---|
VEntry(String name, Map<String,Object> attr, INode parent, int widthchars, String initcontent) | |
VEntry(String name, Map<String,Object> attr, INode parent) |
Method Summary | |
---|---|
boolean | eventNode(AWTEvent e, Point rel) Typing return invokes SCRIPT attribute, if any. |
int | getWidthChars() |
void | invoke()
Before executing the script, the Entry's content is collected as the TEXT entry to this widget,
where it can be referred to by the script as "$TEXT". |
void | setContent(String text) |
void | setWidthChars(int widthchars) |