multivalent.std.ui
public class StandardEdit extends Behavior
Version: $Revision: 1.3 $ $Date: 2002/06/25 00:26:25 $
Field Summary | |
---|---|
static String | MENU_CATEGORY_EDIT |
static String | MSG_CLEAR
Clear (delete) selected text.
|
static String | MSG_COPY
Copy selected text.
|
static String | MSG_CUT
Cut selected text.
|
static String | MSG_PASTE
Paste clipboard at cursor.
|
static String | MSG_REDO
Redo last editing operation.
|
static String | MSG_SELECT_ALL
Select all text.
|
static String | MSG_UNDO
Reverse last editing operation.
|
Method Summary | |
---|---|
boolean | semanticEventAfter(SemanticEvent se, String msg) Implement MSG_CUT, MSG_COPY, .... |
boolean | semanticEventBefore(SemanticEvent se, String msg) On MSG_CREATE_EDIT, add cut/copy/paste/... menu items. |
"editClear".
"editCopy".
"editCut".
"editPaste".
"editRedo".
"editSelectAll".
"editUndo".