multivalent.std.ui

Class Bookmark

public class Bookmark extends Behavior

List of URIs to remember. LATER: read/write Netscape-format bookmarks.

Version: $Revision: 1.2 $ $Date: 2002/02/01 07:47:44 $

Field Summary
static StringMSG_ADD
Add current document to bookmarks.
static StringMSG_DELETE
Delete current document from bookmarks.
Method Summary
voidrestore(ESISNode n, Map<String,Object> attr, Layer layer)
Read in bookmarks -- LATER maybe put on timer so load a few seconds after basic startup.
booleansemanticEventAfter(SemanticEvent se, String msg)
booleansemanticEventBefore(SemanticEvent se, String msg)

Field Detail

MSG_ADD

public static final String MSG_ADD
Add current document to bookmarks.

"addBookmark": arg= java.util.HashMap attributes, in= INode root of tree, out=unused.

MSG_DELETE

public static final String MSG_DELETE
Delete current document from bookmarks.

"deleteBookmark".

Method Detail

restore

public void restore(ESISNode n, Map<String,Object> attr, Layer layer)
Read in bookmarks -- LATER maybe put on timer so load a few seconds after basic startup.

semanticEventAfter

public boolean semanticEventAfter(SemanticEvent se, String msg)

semanticEventBefore

public boolean semanticEventBefore(SemanticEvent se, String msg)