multivalent.std.ui

Class ViewSource

public class ViewSource extends Behavior

Opens new window and displays current document as ASCII.

Version: $Revision: 1.2 $ $Date: 2002/02/01 04:49:28 $

Field Summary
static StringBROWSER
Name of browser showing source.
static StringMSG_VIEW
View source of current document.
Method Summary
booleansemanticEventAfter(SemanticEvent se, String msg)
At viewSource semantic event, open new window and show ASCII.
booleansemanticEventBefore(SemanticEvent se, String msg)
Add to View menu.

Field Detail

BROWSER

public static final String BROWSER
Name of browser showing source.

MSG_VIEW

public static final String MSG_VIEW
View source of current document.

"viewSource".

Method Detail

semanticEventAfter

public boolean semanticEventAfter(SemanticEvent se, String msg)
At viewSource semantic event, open new window and show ASCII.

semanticEventBefore

public boolean semanticEventBefore(SemanticEvent se, String msg)
Add to View menu.