multivalent.std

Class SimpleAnchorScrollTo

public class SimpleAnchorScrollTo extends Behavior

Scroll to simple anchor, both HTML NAME/ID attr and AnchorSpan annotations. XPointer support will be implemented in same way.

Version: $Revision: 1.6 $ $Date: 2002/03/24 01:55:33 $

Method Summary
voidscrollTo(IScrollPane isp, String ref)
Scroll to anchor/id/ref within Document.
booleansemanticEventBefore(SemanticEvent se, String msg)
Scroll in Before so other scrollers, such as forward/backward menu or XPointer, can override (by scrolling again).

Method Detail

scrollTo

public void scrollTo(IScrollPane isp, String ref)
Scroll to anchor/id/ref within Document.

semanticEventBefore

public boolean semanticEventBefore(SemanticEvent se, String msg)
Scroll in Before so other scrollers, such as forward/backward menu or XPointer, can override (by scrolling again).