multivalent.std.span

Class AwkSpan

public class AwkSpan extends Span

Underline a span and show a message at the start. To do these should just be front ends to functionality available elsewhere

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

Field Summary
static StringATTR_COMMENT
Method Summary
booleanappearance(Context cx, boolean all)
voiddestroy()
voidmoveq(Leaf ln, int lo, Leaf rn, int ro)
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.
voidsetLabel(String label)

Field Detail

ATTR_COMMENT

public static final String ATTR_COMMENT

Method Detail

appearance

public boolean appearance(Context cx, boolean all)

destroy

public void destroy()

moveq

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

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.

setLabel

public void setLabel(String label)