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.


Field Summary
static String ACTION_CAPTURE_COMPONENT
           
static String ACTION_CAPTURE_IMAGE
           
static String ACTION_DYNAMIC
           
static String ACTION_EDITOR_ABOUT
           
static String ACTION_EDITOR_QUIT
           
static String ACTION_EXPORT_HIERARCHY
           
static String ACTION_GET_VMARGS
           
static String ACTION_INSERT_ANNOTATION
           
static String ACTION_INSERT_APPLET
           
static String ACTION_INSERT_CALL
           
static String ACTION_INSERT_COMMENT
           
static String ACTION_INSERT_LAUNCH
           
static String ACTION_INSERT_SAMPLE
           
static String ACTION_INSERT_SCRIPT
           
static String ACTION_INSERT_SEQUENCE
           
static String ACTION_INSERT_TERMINATE
           
static String ACTION_PREFIX
           
static String ACTION_RUN
           
static String ACTION_RUN_LAUNCH
           
static String ACTION_RUN_SELECTED
           
static String ACTION_RUN_TERMINATE
           
static String ACTION_RUN_TO
           
static String ACTION_SCRIPT_CLEAR
           
static String ACTION_SCRIPT_CLOSE
           
static String ACTION_SCRIPT_DELETE
           
static String ACTION_SCRIPT_DUPLICATE
           
static String ACTION_SCRIPT_NEW
           
static String ACTION_SCRIPT_OPEN
           
static String ACTION_SCRIPT_RENAME
           
static String ACTION_SCRIPT_SAVE
           
static String ACTION_SCRIPT_SAVE_AS
           
static String ACTION_SELECT_COMPONENT
           
static String ACTION_SELECT_TESTSUITE
           
static String ACTION_STEP_CUT
           
static String ACTION_STEP_GROUP
           
static String ACTION_STEP_MOVE_DOWN
           
static String ACTION_STEP_MOVE_UP
           
static String ACTION_TOGGLE_FORKED
           
static String ACTION_TOGGLE_SLOW_PLAYBACK
           
static String ACTION_TOGGLE_STOP_ON_ERROR
           
static String ACTION_TOGGLE_STOP_ON_FAILURE
           
static String MENU_CAPTURE
           
static String MENU_EDIT
           
static String MENU_FILE
           
static String MENU_HELP
           
static String MENU_INSERT
           
static String MENU_TEST
           
 

Field Detail

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

SourceForge