abbot.editor
Interface EditorConstants
- All Known Implementing Classes:
- EditorAction, ScriptEditor, ScriptEditorFrame
- public interface EditorConstants
Provide Editor action key names and menu keys.
Action names are looked up via abbot.i18n.Strings
by
prepending "actions.".
NOTE: to add a new editor action, define a key for it here and an action
for it in ScriptEditor.
MENU_FILE
public static final String MENU_FILE
- See Also:
- Constant Field Values
MENU_EDIT
public static final String MENU_EDIT
- See Also:
- Constant Field Values
MENU_TEST
public static final String MENU_TEST
- See Also:
- Constant Field Values
MENU_INSERT
public static final String MENU_INSERT
- See Also:
- Constant Field Values
MENU_CAPTURE
public static final String MENU_CAPTURE
- See Also:
- Constant Field Values
MENU_HELP
public static final String MENU_HELP
- See Also:
- Constant Field Values
ACTION_PREFIX
public static final String ACTION_PREFIX
- See Also:
- Constant Field Values
ACTION_EDITOR_ABOUT
public static final String ACTION_EDITOR_ABOUT
- See Also:
- Constant Field Values
ACTION_EDITOR_QUIT
public static final String ACTION_EDITOR_QUIT
- See Also:
- Constant Field Values
ACTION_SCRIPT_OPEN
public static final String ACTION_SCRIPT_OPEN
- See Also:
- Constant Field Values
ACTION_SCRIPT_NEW
public static final String ACTION_SCRIPT_NEW
- See Also:
- Constant Field Values
ACTION_SCRIPT_DUPLICATE
public static final String ACTION_SCRIPT_DUPLICATE
- See Also:
- Constant Field Values
ACTION_SCRIPT_SAVE
public static final String ACTION_SCRIPT_SAVE
- See Also:
- Constant Field Values
ACTION_SCRIPT_SAVE_AS
public static final String ACTION_SCRIPT_SAVE_AS
- See Also:
- Constant Field Values
ACTION_SCRIPT_RENAME
public static final String ACTION_SCRIPT_RENAME
- See Also:
- Constant Field Values
ACTION_SCRIPT_CLOSE
public static final String ACTION_SCRIPT_CLOSE
- See Also:
- Constant Field Values
ACTION_SCRIPT_DELETE
public static final String ACTION_SCRIPT_DELETE
- See Also:
- Constant Field Values
ACTION_SCRIPT_CLEAR
public static final String ACTION_SCRIPT_CLEAR
- See Also:
- Constant Field Values
ACTION_STEP_CUT
public static final String ACTION_STEP_CUT
- See Also:
- Constant Field Values
ACTION_STEP_MOVE_UP
public static final String ACTION_STEP_MOVE_UP
- See Also:
- Constant Field Values
ACTION_STEP_MOVE_DOWN
public static final String ACTION_STEP_MOVE_DOWN
- See Also:
- Constant Field Values
ACTION_STEP_GROUP
public static final String ACTION_STEP_GROUP
- See Also:
- Constant Field Values
ACTION_SELECT_TESTSUITE
public static final String ACTION_SELECT_TESTSUITE
- See Also:
- Constant Field Values
ACTION_EXPORT_HIERARCHY
public static final String ACTION_EXPORT_HIERARCHY
- See Also:
- Constant Field Values
ACTION_RUN
public static final String ACTION_RUN
- See Also:
- Constant Field Values
ACTION_RUN_TO
public static final String ACTION_RUN_TO
- See Also:
- Constant Field Values
ACTION_RUN_SELECTED
public static final String ACTION_RUN_SELECTED
- See Also:
- Constant Field Values
ACTION_RUN_LAUNCH
public static final String ACTION_RUN_LAUNCH
- See Also:
- Constant Field Values
ACTION_RUN_TERMINATE
public static final String ACTION_RUN_TERMINATE
- See Also:
- Constant Field Values
ACTION_GET_VMARGS
public static final String ACTION_GET_VMARGS
- See Also:
- Constant Field Values
ACTION_TOGGLE_FORKED
public static final String ACTION_TOGGLE_FORKED
- See Also:
- Constant Field Values
ACTION_TOGGLE_SLOW_PLAYBACK
public static final String ACTION_TOGGLE_SLOW_PLAYBACK
- See Also:
- Constant Field Values
ACTION_TOGGLE_STOP_ON_FAILURE
public static final String ACTION_TOGGLE_STOP_ON_FAILURE
- See Also:
- Constant Field Values
ACTION_TOGGLE_STOP_ON_ERROR
public static final String ACTION_TOGGLE_STOP_ON_ERROR
- See Also:
- Constant Field Values
ACTION_INSERT_LAUNCH
public static final String ACTION_INSERT_LAUNCH
- See Also:
- Constant Field Values
ACTION_INSERT_APPLET
public static final String ACTION_INSERT_APPLET
- See Also:
- Constant Field Values
ACTION_INSERT_TERMINATE
public static final String ACTION_INSERT_TERMINATE
- See Also:
- Constant Field Values
ACTION_INSERT_CALL
public static final String ACTION_INSERT_CALL
- See Also:
- Constant Field Values
ACTION_INSERT_SAMPLE
public static final String ACTION_INSERT_SAMPLE
- See Also:
- Constant Field Values
ACTION_INSERT_SEQUENCE
public static final String ACTION_INSERT_SEQUENCE
- See Also:
- Constant Field Values
ACTION_INSERT_SCRIPT
public static final String ACTION_INSERT_SCRIPT
- See Also:
- Constant Field Values
ACTION_INSERT_COMMENT
public static final String ACTION_INSERT_COMMENT
- See Also:
- Constant Field Values
ACTION_INSERT_ANNOTATION
public static final String ACTION_INSERT_ANNOTATION
- See Also:
- Constant Field Values
ACTION_DYNAMIC
public static final String ACTION_DYNAMIC
- See Also:
- Constant Field Values
ACTION_CAPTURE_IMAGE
public static final String ACTION_CAPTURE_IMAGE
- See Also:
- Constant Field Values
ACTION_CAPTURE_COMPONENT
public static final String ACTION_CAPTURE_COMPONENT
- See Also:
- Constant Field Values
ACTION_SELECT_COMPONENT
public static final String ACTION_SELECT_COMPONENT
- See Also:
- Constant Field Values
Copyright © 2002-2004 Timothy Wall. All Rights Reserved.
Abbot is hosted on