multivalent.std
public class LinkMarkup extends Behavior
LATER: use regexp, load patterns from hub (then easy to inclue man pages or not), look for email and USENET quoted text.
Version: $Revision: 1.4 $ $Date: 2002/05/13 05:09:42 $
See Also: LinkMe
Field Summary | |
---|---|
static String | MSG_LINKSCAN
Scan for implicit links.
|
static String | MSG_SET_ACTIVE
Sets active state on/off.
|
static Pattern | PATTERN |
static String | PREF_AUTO Boolean. |
Method Summary | |
---|---|
void | buildAfter(Document doc) |
boolean | isActive() |
void | scan() |
boolean | semanticEventAfter(SemanticEvent se, String msg) Semantic events: toggleLinkScan, closeDocument cleans up link list. |
boolean | semanticEventBefore(SemanticEvent se, String msg) Add entry to View menu. |
void | setActive(boolean active) |
"linkScan": arg= java.util.HashMap attributes, in= INode root of tree, out=unused.
"linkScanSetActive": arg= java.lang.String or java.lang.Boolean or null
to toggle.