multivalent.std

Class Autosearch

public class Autosearch extends Behavior

Find words in tree, highlight matches. Set colors and other properties through style sheets. by augmenting different genre hubs, can focus.

Need Preferences panel to edit URI patterns and search patterns.

Version: $Revision: 1.3 $ $Date: 2002/02/14 19:38:51 $

See Also: java.util.regex.Pattern java.net.URI

Field Summary
static StringATTR_REGEX
Pattern for words to match.
static StringATTR_TAG
static StringATTR_TYPE
Show hits as 'box', else assumed generic.
static StringATTR_URI
Limit to URIs matching this regex.
Method Summary
voidrestore(ESISNode n, Map<String,Object> attr, Layer layer)
booleansemanticEventBefore(SemanticEvent se, String msg)

Field Detail

ATTR_REGEX

public static final String ATTR_REGEX
Pattern for words to match.

ATTR_TAG

public static final String ATTR_TAG

ATTR_TYPE

public static final String ATTR_TYPE
Show hits as 'box', else assumed generic.

ATTR_URI

public static final String ATTR_URI
Limit to URIs matching this regex. (Alternatively, put in PerPage hierarchy.)

Method Detail

restore

public void restore(ESISNode n, Map<String,Object> attr, Layer layer)

semanticEventBefore

public boolean semanticEventBefore(SemanticEvent se, String msg)