multivalent.std
public class Search extends Behavior
TO DO: update to use regexp, maybe separate UI from functionality
Version: $Revision: 1.3 $ $Date: 2003/06/02 05:57:32 $
Field Summary | |
---|---|
static Color[] | colors Coordinate group colors among visualizations. |
static String | MSG_HITS
Announces search hits, by group.
|
static String | MSG_NEXT
Show next hit.
|
static String | MSG_PREV
Show previous hit.
|
static String | MSG_SEARCHFOR
Another semantic command, which should be given more descriptive name.
|
static String | MSG_SET_ACTIVE
Add/remove controls in second toolbar: on/off.
|
static String | SEARCHHITTAG Name of span for style sheet. |
Method Summary | |
---|---|
void | restore(ESISNode n, Map<String,Object> attr, Layer layer) |
void | search(String searchfor, INode root) |
boolean | semanticEventAfter(SemanticEvent se, String msg) When active, takes over toolbar. |
boolean | semanticEventBefore(SemanticEvent se, String msg) Part of Edit menu |
"searchHits": arg= java.util.List[] hits, grouped, in= Node root node of search
"searchNext".
"searchPrev".
"searchFor": arg= java.lang.String expression-to-search-for.
"searchSetActive": arg= java.lang.String or java.lang.Boolean or null
to toggle.