multivalent.std.ui

Class SaveAs

public class SaveAs extends Behavior

Save current document to path chosen with a file chooser.

Version: $Revision: 1.1 $ $Date: 2002/02/01 06:24:08 $

Field Summary
static StringMSG_SAVE_AS
Save 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)
Disabled if viewing directory.

Field Detail

MSG_SAVE_AS

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

"savePageAs".

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)
Disabled if viewing directory.