multivalent.std.ui

Class SaveAnnoAs

public class SaveAnnoAs extends Behavior

Save annotations in a file chosen with a file chooser. Doesn't need to be page aware because Layer.save() is.

Version: $Revision: 1.6 $ $Date: 2002/02/01 06:34:28 $

Field Summary
static StringMSG_SAVE_AS
Save annotations on current document to new file.
Method Summary
booleansemanticEventAfter(SemanticEvent se, String msg)
On "saveAnnosAs" semantic event, pop up dialog and save.
booleansemanticEventBefore(SemanticEvent se, String msg)
At MSG_CREATE_FILE, add item to menu.

Field Detail

MSG_SAVE_AS

public static final String MSG_SAVE_AS
Save annotations on current document to new file.

"saveAnnosAs".

Method Detail

semanticEventAfter

public boolean semanticEventAfter(SemanticEvent se, String msg)
On "saveAnnosAs" semantic event, pop up dialog and save.

semanticEventBefore

public boolean semanticEventBefore(SemanticEvent se, String msg)
At MSG_CREATE_FILE, add item to menu.