multivalent.std.span

Class ReplaceWithSpan

public class ReplaceWithSpan extends ActionSpan

A combination of InsertSpan and DeleteSpan.

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

Field Summary
static StringATTR_INSERT
Method Summary
booleanaction()
booleanappearance(Context cx, boolean all)
voiddestroy()
voidmoveq(Leaf ln, int lo, Leaf rn, int ro)
booleanpaintBefore(Context cx, Node start)
voidrestore(ESISNode n, Map<String,Object> attr, Layer layer)
booleansemanticEventAfter(SemanticEvent se, String msg)
booleansemanticEventBefore(SemanticEvent se, String msg)
Navigate to referring links in same document, in span's popup menu.
voidsetInsertText(String inserttxt)

Field Detail

ATTR_INSERT

public static final String ATTR_INSERT

Method Detail

action

public boolean action()

appearance

public boolean appearance(Context cx, boolean all)

destroy

public void destroy()

moveq

public void moveq(Leaf ln, int lo, Leaf rn, int ro)

paintBefore

public boolean paintBefore(Context cx, Node start)

restore

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

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.

setInsertText

public void setInsertText(String inserttxt)