abbot.editor
Interface EditorConstants

All Known Implementing Classes:
EditorAction, EditorToggleAction, ScriptEditor, ScriptEditorFrame

public interface EditorConstants

Provide Editor action key names and menu keys. Action names are looked up via Strings.get(String) by prepending the string "actions.". NOTE: to add a new editor action, define a key for it here and an action for it in ScriptEditor. Add to the action map in ScriptEditor.initActions, then (optionally) add it to the menu layout in ScriptEditor.initMenus.


Field Summary
static String ACTION_CAPTURE
           
static String ACTION_CAPTURE_ALL
           
static String ACTION_CAPTURE_COMPONENT
           
static String ACTION_CAPTURE_IMAGE
           
static String ACTION_DYNAMIC
           
static String ACTION_EDITOR_ABOUT
           
static String ACTION_EDITOR_BUGREPORT
           
static String ACTION_EDITOR_EMAIL
           
static String ACTION_EDITOR_QUIT
           
static String ACTION_EDITOR_USERGUIDE
           
static String ACTION_EDITOR_WEBSITE
           
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_EXPRESSION
           
static String ACTION_INSERT_FIXTURE
           
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_AWT_MODE
           
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

static final String MENU_FILE
See Also:
Constant Field Values

MENU_EDIT

static final String MENU_EDIT
See Also:
Constant Field Values

MENU_TEST

static final String MENU_TEST
See Also:
Constant Field Values

MENU_INSERT

static final String MENU_INSERT
See Also:
Constant Field Values

MENU_CAPTURE

static final String MENU_CAPTURE
See Also:
Constant Field Values

MENU_HELP

static final String MENU_HELP
See Also:
Constant Field Values

ACTION_PREFIX

static final String ACTION_PREFIX
See Also:
Constant Field Values

ACTION_EDITOR_ABOUT

static final String ACTION_EDITOR_ABOUT
See Also:
Constant Field Values

ACTION_EDITOR_EMAIL

static final String ACTION_EDITOR_EMAIL
See Also:
Constant Field Values

ACTION_EDITOR_BUGREPORT

static final String ACTION_EDITOR_BUGREPORT
See Also:
Constant Field Values

ACTION_EDITOR_WEBSITE

static final String ACTION_EDITOR_WEBSITE
See Also:
Constant Field Values

ACTION_EDITOR_USERGUIDE

static final String ACTION_EDITOR_USERGUIDE
See Also:
Constant Field Values

ACTION_EDITOR_QUIT

static final String ACTION_EDITOR_QUIT
See Also:
Constant Field Values

ACTION_SCRIPT_OPEN

static final String ACTION_SCRIPT_OPEN
See Also:
Constant Field Values

ACTION_SCRIPT_NEW

static final String ACTION_SCRIPT_NEW
See Also:
Constant Field Values

ACTION_SCRIPT_DUPLICATE

static final String ACTION_SCRIPT_DUPLICATE
See Also:
Constant Field Values

ACTION_SCRIPT_SAVE

static final String ACTION_SCRIPT_SAVE
See Also:
Constant Field Values

ACTION_SCRIPT_SAVE_AS

static final String ACTION_SCRIPT_SAVE_AS
See Also:
Constant Field Values

ACTION_SCRIPT_RENAME

static final String ACTION_SCRIPT_RENAME
See Also:
Constant Field Values

ACTION_SCRIPT_CLOSE

static final String ACTION_SCRIPT_CLOSE
See Also:
Constant Field Values

ACTION_SCRIPT_DELETE

static final String ACTION_SCRIPT_DELETE
See Also:
Constant Field Values

ACTION_SCRIPT_CLEAR

static final String ACTION_SCRIPT_CLEAR
See Also:
Constant Field Values

ACTION_STEP_CUT

static final String ACTION_STEP_CUT
See Also:
Constant Field Values

ACTION_STEP_MOVE_UP

static final String ACTION_STEP_MOVE_UP
See Also:
Constant Field Values

ACTION_STEP_MOVE_DOWN

static final String ACTION_STEP_MOVE_DOWN
See Also:
Constant Field Values

ACTION_STEP_GROUP

static final String ACTION_STEP_GROUP
See Also:
Constant Field Values

ACTION_SELECT_TESTSUITE

static final String ACTION_SELECT_TESTSUITE
See Also:
Constant Field Values

ACTION_EXPORT_HIERARCHY

static final String ACTION_EXPORT_HIERARCHY
See Also:
Constant Field Values

ACTION_RUN

static final String ACTION_RUN
See Also:
Constant Field Values

ACTION_RUN_TO

static final String ACTION_RUN_TO
See Also:
Constant Field Values

ACTION_RUN_SELECTED

static final String ACTION_RUN_SELECTED
See Also:
Constant Field Values

ACTION_RUN_LAUNCH

static final String ACTION_RUN_LAUNCH
See Also:
Constant Field Values

ACTION_RUN_TERMINATE

static final String ACTION_RUN_TERMINATE
See Also:
Constant Field Values

ACTION_GET_VMARGS

static final String ACTION_GET_VMARGS
See Also:
Constant Field Values

ACTION_TOGGLE_FORKED

static final String ACTION_TOGGLE_FORKED
See Also:
Constant Field Values

ACTION_TOGGLE_SLOW_PLAYBACK

static final String ACTION_TOGGLE_SLOW_PLAYBACK
See Also:
Constant Field Values

ACTION_TOGGLE_AWT_MODE

static final String ACTION_TOGGLE_AWT_MODE
See Also:
Constant Field Values

ACTION_TOGGLE_STOP_ON_FAILURE

static final String ACTION_TOGGLE_STOP_ON_FAILURE
See Also:
Constant Field Values

ACTION_TOGGLE_STOP_ON_ERROR

static final String ACTION_TOGGLE_STOP_ON_ERROR
See Also:
Constant Field Values

ACTION_INSERT_LAUNCH

static final String ACTION_INSERT_LAUNCH
See Also:
Constant Field Values

ACTION_INSERT_APPLET

static final String ACTION_INSERT_APPLET
See Also:
Constant Field Values

ACTION_INSERT_TERMINATE

static final String ACTION_INSERT_TERMINATE
See Also:
Constant Field Values

ACTION_INSERT_CALL

static final String ACTION_INSERT_CALL
See Also:
Constant Field Values

ACTION_INSERT_SAMPLE

static final String ACTION_INSERT_SAMPLE
See Also:
Constant Field Values

ACTION_INSERT_SEQUENCE

static final String ACTION_INSERT_SEQUENCE
See Also:
Constant Field Values

ACTION_INSERT_SCRIPT

static final String ACTION_INSERT_SCRIPT
See Also:
Constant Field Values

ACTION_INSERT_FIXTURE

static final String ACTION_INSERT_FIXTURE
See Also:
Constant Field Values

ACTION_INSERT_COMMENT

static final String ACTION_INSERT_COMMENT
See Also:
Constant Field Values

ACTION_INSERT_EXPRESSION

static final String ACTION_INSERT_EXPRESSION
See Also:
Constant Field Values

ACTION_INSERT_ANNOTATION

static final String ACTION_INSERT_ANNOTATION
See Also:
Constant Field Values

ACTION_DYNAMIC

static final String ACTION_DYNAMIC
See Also:
Constant Field Values

ACTION_CAPTURE_IMAGE

static final String ACTION_CAPTURE_IMAGE
See Also:
Constant Field Values

ACTION_CAPTURE_COMPONENT

static final String ACTION_CAPTURE_COMPONENT
See Also:
Constant Field Values

ACTION_SELECT_COMPONENT

static final String ACTION_SELECT_COMPONENT
See Also:
Constant Field Values

ACTION_CAPTURE

static final String ACTION_CAPTURE
See Also:
Constant Field Values

ACTION_CAPTURE_ALL

static final String ACTION_CAPTURE_ALL
See Also:
Constant Field Values


Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge