multivalent.std.ui

Class FontFaceMenu

public class FontFaceMenu extends Behavior

Set selected text to given font face.

Version: $Revision: 1.2 $ $Date: 2002/02/01 07:29:46 $

Field Summary
static StringMSG_CREATE_FONTFACE
Construct Font Face menu by passing around to behaviors and letting them add (or delete) entiries.
static StringMSG_SETFACE
Set selected text to given font face.
Method Summary
booleansemanticEventAfter(SemanticEvent se, String msg)
booleansemanticEventBefore(SemanticEvent se, String msg)

Field Detail

MSG_CREATE_FONTFACE

public static final String MSG_CREATE_FONTFACE
Construct Font Face menu by passing around to behaviors and letting them add (or delete) entiries.

"createWidget/FontFace": out= VMenu instance-under-construction.

MSG_SETFACE

public static final String MSG_SETFACE
Set selected text to given font face.

"setFontFace": arg= java.lang.String name-of-font-face.

Method Detail

semanticEventAfter

public boolean semanticEventAfter(SemanticEvent se, String msg)

semanticEventBefore

public boolean semanticEventBefore(SemanticEvent se, String msg)