abbot.editor
Interface EditorConstants
- All Known Implementing Classes:
- ScriptEditor, ScriptEditorFrame, EditorAction
- public interface EditorConstants
Common constants for editor actions. NOTE: to add a new editor action,
define a constant for it here, possibly create a menu for it in
ScriptEditorFrame, add an action for it in
abbot.editor.ScriptEditor.createActions and handle it.
I know that's a lot of entries, I'd like to clean it up.
menuShortcutMask
public static final int menuShortcutMask
menuShortcutString
public static final String menuShortcutString
ABBOT_IMAGE_DIR
public static final String ABBOT_IMAGE_DIR
LARGE_ICON
public static final String LARGE_ICON
MI_ABOUT
public static final int MI_ABOUT
MI_NEW
public static final int MI_NEW
MI_OPEN
public static final int MI_OPEN
MI_DUPLICATE
public static final int MI_DUPLICATE
MI_SAVE
public static final int MI_SAVE
MI_SAVE_AS
public static final int MI_SAVE_AS
MI_RENAME
public static final int MI_RENAME
MI_CLOSE
public static final int MI_CLOSE
MI_DELETE
public static final int MI_DELETE
MI_EXIT
public static final int MI_EXIT
MI_CUT
public static final int MI_CUT
MI_MOVE_UP
public static final int MI_MOVE_UP
MI_MOVE_DOWN
public static final int MI_MOVE_DOWN
MI_GROUP
public static final int MI_GROUP
MI_CLEAR
public static final int MI_CLEAR
MI_RUN
public static final int MI_RUN
MI_RUNTO
public static final int MI_RUNTO
MI_RUNSELECTED
public static final int MI_RUNSELECTED
MI_EXPORT_HIERARCHY
public static final int MI_EXPORT_HIERARCHY
MI_LAUNCH
public static final int MI_LAUNCH
MI_TERMINATE
public static final int MI_TERMINATE
MI_GETVMARGS
public static final int MI_GETVMARGS
MI_INSERT_FIRST
public static final int MI_INSERT_FIRST
MI_INSERT_LAUNCH
public static final int MI_INSERT_LAUNCH
MI_INSERT_TERMINATE
public static final int MI_INSERT_TERMINATE
MI_INSERT_CALL
public static final int MI_INSERT_CALL
MI_INSERT_SAMPLE
public static final int MI_INSERT_SAMPLE
MI_INSERT_SEQUENCE
public static final int MI_INSERT_SEQUENCE
MI_INSERT_SCRIPT
public static final int MI_INSERT_SCRIPT
MI_INSERT_COMMENT
public static final int MI_INSERT_COMMENT
MI_INSERT_ANNOTATION
public static final int MI_INSERT_ANNOTATION
MI_INSERT_LAST
public static final int MI_INSERT_LAST
MI_INSERT_COUNT
public static final int MI_INSERT_COUNT
MI_TOGGLE_FIRST
public static final int MI_TOGGLE_FIRST
MI_STOP_ON_FAILURE
public static final int MI_STOP_ON_FAILURE
MI_STOP_ON_ERROR
public static final int MI_STOP_ON_ERROR
MI_FORK
public static final int MI_FORK
MI_SLOW
public static final int MI_SLOW
MI_TOGGLE_LAST
public static final int MI_TOGGLE_LAST
MI_COUNT
public static final int MI_COUNT
- Total menu item action count.
MI_SELECT_TESTSUITE
public static final int MI_SELECT_TESTSUITE
MI_ACTION_COUNT
public static final int MI_ACTION_COUNT
- Total action count (actually one greater than the highest index).
MI_INSERT_DYNAMIC
public static final int MI_INSERT_DYNAMIC
- Start of dynamically generated insert actions.
MI_ASSERT_DYNAMIC
public static final int MI_ASSERT_DYNAMIC
MI_WAIT_DYNAMIC
public static final int MI_WAIT_DYNAMIC
MI_CAPTURE_DYNAMIC
public static final int MI_CAPTURE_DYNAMIC
- Start of dynamically generated capture actions.
Copyright © 2002-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on