multivalent.std.span

Class ActionSpan

public abstract class ActionSpan extends Span

When click on span, execute action.

Version: $Revision: 1.4 $ $Date: 2002/02/02 13:16:25 $

See Also: ScriptSpan

Field Summary
static StringATTR_TITLE
String to show when hovering over link.
protected static booleaninmediasres_
Method Summary
protected abstract booleanaction()
Subclasses can make public if desired.
voidevent(AWTEvent e)
booleaneventAfter(AWTEvent e, Point rel, Node obsn)

Field Detail

ATTR_TITLE

public static final String ATTR_TITLE
String to show when hovering over link.

inmediasres_

protected static boolean inmediasres_

Method Detail

action

protected abstract boolean action()
Subclasses can make public if desired. Maybe just send event instead.

event

public void event(AWTEvent e)

eventAfter

public boolean eventAfter(AWTEvent e, Point rel, Node obsn)