multivalent.std.span

Class InsertSpan

public class InsertSpan extends ActionSpan

Copy editor markup: insert text at point.

Version: $Revision: 1.3 $ $Date: 2002/02/02 13:16:27 $

Field Summary
static StringATTR_INSERT
Method Summary
booleanaction()
booleanappearance(Context cx, boolean all)
booleanpaintBefore(Context cx, Node node)
voidrestore(ESISNode n, Map<String,Object> attr, Layer layer)
ESISNodesave()
booleansemanticEventAfter(SemanticEvent se, String msg)
booleansemanticEventBefore(SemanticEvent se, String msg)
Navigate to referring links in same document, in span's popup menu.

Field Detail

ATTR_INSERT

public static final String ATTR_INSERT

Method Detail

action

public boolean action()

appearance

public boolean appearance(Context cx, boolean all)

paintBefore

public boolean paintBefore(Context cx, Node node)

restore

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

save

public ESISNode save()

semanticEventAfter

public boolean semanticEventAfter(SemanticEvent se, String msg)

semanticEventBefore

public boolean semanticEventBefore(SemanticEvent se, String msg)
Navigate to referring links in same document, in span's popup menu.