Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.application.timewarp
Interface CodeGeneratorConstants  view CodeGeneratorConstants download CodeGeneratorConstants.java

All Known Implementing Classes:
CodeGeneratorController, CodeGeneratorModel, CodeGeneratorView

public interface CodeGeneratorConstants

Filename: CodeGeneratorConstants.java

Version:
1.0

Field Summary
static java.lang.String ADD_FIELD
          Description of the Field
static org.scopemvc.core.Selector BASE_CLASS_NAME_SELECTOR
          a constant for use when firing ModelChangeEvent
static java.lang.String EDIT_USER_INFO
          Description of the Field
static org.scopemvc.core.Selector FIELD_ENTRIES_SELECTOR
          Description of the Field
static org.scopemvc.core.Selector FIELD_LABEL_SELECTOR
          Description of the Field
static org.scopemvc.core.Selector FIELD_NAME_SELECTOR
          Description of the Field
static org.scopemvc.core.Selector FIELD_TYPES_SELECTOR
          Description of the Field
static org.scopemvc.core.Selector FIELDCONTROLID_SELECTOR
          Description of the Field
static java.lang.String GENERATE_CODE
          Description of the Field
static java.lang.String GIVE_FOCUS_TO_USER_INFO
          Description of the Field
static java.lang.String GOT_NEW_DISPLAY_TYPE
          Description of the Field
static java.lang.String GOT_NEW_FIELD_LABEL
          Description of the Field
static java.lang.String GOT_NEW_FIELD_NAME
          Description of the Field
static java.lang.String GOT_PACKAGE_STRING
          Description of the Field
static java.lang.String MENU_FILE_EXIT
          Description of the Field
static java.lang.String MENU_HELP_ABOUT
          Description of the Field
static java.lang.String MENU_HELP_HELP
          Description of the Field
static java.lang.String MENU_OPTIONS_USER
          Description of the Field
static org.scopemvc.core.Selector PATH_STRING_SELECTOR
          a constant for use when firing ModelChangeEvent
static java.lang.String REMOVE_FIELD
          Description of the Field
static java.lang.String RESET
          Description of the Field
static java.lang.String SAVE_USER_INFO
          Description of the Field
static java.lang.String SELECT_SRC_DIRECTORY
          Description of the Field
static java.lang.String SELECT_TEST_DIRECTORY
          Description of the Field
static org.scopemvc.core.Selector SELECTED_DATATYPE_SELECTOR
          Description of the Field
static org.scopemvc.core.Selector SELECTED_TYPE_SELECTOR
          Description of the Field
static org.scopemvc.core.Selector TEST_PATH_STRING_SELECTOR
          a constant for use when firing ModelChangeEvent
 

Field Detail

ADD_FIELD

public static final java.lang.String ADD_FIELD
Description of the Field

See Also:
Constant Field Values

REMOVE_FIELD

public static final java.lang.String REMOVE_FIELD
Description of the Field

See Also:
Constant Field Values

GENERATE_CODE

public static final java.lang.String GENERATE_CODE
Description of the Field

See Also:
Constant Field Values

RESET

public static final java.lang.String RESET
Description of the Field

See Also:
Constant Field Values

SELECT_SRC_DIRECTORY

public static final java.lang.String SELECT_SRC_DIRECTORY
Description of the Field

See Also:
Constant Field Values

SELECT_TEST_DIRECTORY

public static final java.lang.String SELECT_TEST_DIRECTORY
Description of the Field

See Also:
Constant Field Values

SAVE_USER_INFO

public static final java.lang.String SAVE_USER_INFO
Description of the Field

See Also:
Constant Field Values

EDIT_USER_INFO

public static final java.lang.String EDIT_USER_INFO
Description of the Field

See Also:
Constant Field Values

MENU_FILE_EXIT

public static final java.lang.String MENU_FILE_EXIT
Description of the Field


MENU_OPTIONS_USER

public static final java.lang.String MENU_OPTIONS_USER
Description of the Field


MENU_HELP_HELP

public static final java.lang.String MENU_HELP_HELP
Description of the Field


MENU_HELP_ABOUT

public static final java.lang.String MENU_HELP_ABOUT
Description of the Field


GIVE_FOCUS_TO_USER_INFO

public static final java.lang.String GIVE_FOCUS_TO_USER_INFO
Description of the Field

See Also:
Constant Field Values

GOT_PACKAGE_STRING

public static final java.lang.String GOT_PACKAGE_STRING
Description of the Field

See Also:
Constant Field Values

GOT_NEW_FIELD_LABEL

public static final java.lang.String GOT_NEW_FIELD_LABEL
Description of the Field

See Also:
Constant Field Values

GOT_NEW_FIELD_NAME

public static final java.lang.String GOT_NEW_FIELD_NAME
Description of the Field

See Also:
Constant Field Values

GOT_NEW_DISPLAY_TYPE

public static final java.lang.String GOT_NEW_DISPLAY_TYPE
Description of the Field

See Also:
Constant Field Values

FIELD_LABEL_SELECTOR

public static final org.scopemvc.core.Selector FIELD_LABEL_SELECTOR
Description of the Field


FIELD_NAME_SELECTOR

public static final org.scopemvc.core.Selector FIELD_NAME_SELECTOR
Description of the Field


FIELDCONTROLID_SELECTOR

public static final org.scopemvc.core.Selector FIELDCONTROLID_SELECTOR
Description of the Field


FIELD_ENTRIES_SELECTOR

public static final org.scopemvc.core.Selector FIELD_ENTRIES_SELECTOR
Description of the Field


FIELD_TYPES_SELECTOR

public static final org.scopemvc.core.Selector FIELD_TYPES_SELECTOR
Description of the Field


SELECTED_TYPE_SELECTOR

public static final org.scopemvc.core.Selector SELECTED_TYPE_SELECTOR
Description of the Field


SELECTED_DATATYPE_SELECTOR

public static final org.scopemvc.core.Selector SELECTED_DATATYPE_SELECTOR
Description of the Field


PATH_STRING_SELECTOR

public static final org.scopemvc.core.Selector PATH_STRING_SELECTOR
a constant for use when firing ModelChangeEvent


TEST_PATH_STRING_SELECTOR

public static final org.scopemvc.core.Selector TEST_PATH_STRING_SELECTOR
a constant for use when firing ModelChangeEvent


BASE_CLASS_NAME_SELECTOR

public static final org.scopemvc.core.Selector BASE_CLASS_NAME_SELECTOR
a constant for use when firing ModelChangeEvent