org.jminor.common.i18n
Class Messages

java.lang.Object
  extended by org.jminor.common.i18n.Messages

public final class Messages
extends Object

A class containing i18n message keys used in the common package.


Field Summary
static String CANCEL
           
static String CANCEL_MNEMONIC
           
static String CHECK_CONSTRAINT_ERROR
           
static String CHILD_RECORD_ERROR
           
static String CHOOSE_DATE
           
static String CLOSE
           
static String CLOSE_DIALOG
           
static String CLOSE_MNEMONIC
           
static String COPY
           
static String COPY_MNEMONIC
           
static String COPY_TO_CLIPBOARD
           
static String DATABASE_EXCEPTION
           
static String DETAILS
           
static String EXC_DLG_EMAIL_INSTRUCTIONS
           
static String EXCEPTION
           
static String FILE_EXISTS
           
static String FILE_NOT_FOUND
           
static String INPUT_EMAIL_ADDRESS
           
static String INTEGRITY_CONSTRAINT_ERROR
           
static String LOGIN
           
static String LOGIN_CREDENTIALS_ERROR
           
static String LOGOUT
           
static String MESSAGE
           
static String MESSAGE_HAS_BEEN_SENT
           
static String MISSING_PRIVILEGES_ERROR
           
static String NO
           
static String NO_CONNECTION_AVAILABLE
           
static String NOT_CONNECTED
           
static String NULL_VALUE_ERROR
           
static String OK
           
static String OK_MNEMONIC
           
static String OVERWRITE_FILE
           
static String PASSWORD
           
static String PRINT
           
static String PRINT_ERROR_REPORT
           
static String PRINT_ERROR_REPORT_MNEMONIC
           
static String RECORD_MODIFIED_EXCEPTION
           
static String REGULAR_EXPRESSION_SEARCH
           
static String SAVE
           
static String SAVE_ERROR_LOG
           
static String SAVE_MNEMONIC
           
static String SEARCH_FIELD_HINT
           
static String SELECT_COLUMNS
           
static String SELECT_DATE
           
static String SELECT_INPUT_FIELD
           
static String SELECT_VALUE
           
static String SEND
           
static String SEND_EMAIL
           
static String SEND_MNEMONIC
           
static String SERVER_FULL
           
static String SETTINGS
           
static String SHOW_DETAILS
           
static String TABLE_NOT_FOUND_ERROR
           
static String UNABLE_TO_OPEN_FILE
           
static String UNIQUE_KEY_ERROR
           
static String UNKNOWN_FILE_TYPE
           
static String USER_UNABLE_TO_CONNECT_ERROR
           
static String USERNAME
           
static String VALUE_MISSING
           
static String VALUE_TOO_LARGE_FOR_COLUMN_ERROR
           
static String VIEW_HAS_ERRORS_ERROR
           
static String YES
           
 
Method Summary
static String get(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CANCEL

public static final String CANCEL
See Also:
Constant Field Values

CANCEL_MNEMONIC

public static final String CANCEL_MNEMONIC
See Also:
Constant Field Values

CLOSE

public static final String CLOSE
See Also:
Constant Field Values

CLOSE_MNEMONIC

public static final String CLOSE_MNEMONIC
See Also:
Constant Field Values

DETAILS

public static final String DETAILS
See Also:
Constant Field Values

PRINT

public static final String PRINT
See Also:
Constant Field Values

SAVE

public static final String SAVE
See Also:
Constant Field Values

SAVE_MNEMONIC

public static final String SAVE_MNEMONIC
See Also:
Constant Field Values

EXCEPTION

public static final String EXCEPTION
See Also:
Constant Field Values

MESSAGE

public static final String MESSAGE
See Also:
Constant Field Values

SHOW_DETAILS

public static final String SHOW_DETAILS
See Also:
Constant Field Values

PRINT_ERROR_REPORT

public static final String PRINT_ERROR_REPORT
See Also:
Constant Field Values

PRINT_ERROR_REPORT_MNEMONIC

public static final String PRINT_ERROR_REPORT_MNEMONIC
See Also:
Constant Field Values

CLOSE_DIALOG

public static final String CLOSE_DIALOG
See Also:
Constant Field Values

SAVE_ERROR_LOG

public static final String SAVE_ERROR_LOG
See Also:
Constant Field Values

YES

public static final String YES
See Also:
Constant Field Values

NO

public static final String NO
See Also:
Constant Field Values

OK

public static final String OK
See Also:
Constant Field Values

OK_MNEMONIC

public static final String OK_MNEMONIC
See Also:
Constant Field Values

COPY

public static final String COPY
See Also:
Constant Field Values

COPY_MNEMONIC

public static final String COPY_MNEMONIC
See Also:
Constant Field Values

COPY_TO_CLIPBOARD

public static final String COPY_TO_CLIPBOARD
See Also:
Constant Field Values

SEND

public static final String SEND
See Also:
Constant Field Values

SEND_MNEMONIC

public static final String SEND_MNEMONIC
See Also:
Constant Field Values

SEND_EMAIL

public static final String SEND_EMAIL
See Also:
Constant Field Values

INPUT_EMAIL_ADDRESS

public static final String INPUT_EMAIL_ADDRESS
See Also:
Constant Field Values

MESSAGE_HAS_BEEN_SENT

public static final String MESSAGE_HAS_BEEN_SENT
See Also:
Constant Field Values

EXC_DLG_EMAIL_INSTRUCTIONS

public static final String EXC_DLG_EMAIL_INSTRUCTIONS
See Also:
Constant Field Values

FILE_EXISTS

public static final String FILE_EXISTS
See Also:
Constant Field Values

FILE_NOT_FOUND

public static final String FILE_NOT_FOUND
See Also:
Constant Field Values

OVERWRITE_FILE

public static final String OVERWRITE_FILE
See Also:
Constant Field Values

LOGIN

public static final String LOGIN
See Also:
Constant Field Values

LOGOUT

public static final String LOGOUT
See Also:
Constant Field Values

USERNAME

public static final String USERNAME
See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
See Also:
Constant Field Values

CHOOSE_DATE

public static final String CHOOSE_DATE
See Also:
Constant Field Values

UNIQUE_KEY_ERROR

public static final String UNIQUE_KEY_ERROR
See Also:
Constant Field Values

CHILD_RECORD_ERROR

public static final String CHILD_RECORD_ERROR
See Also:
Constant Field Values

NULL_VALUE_ERROR

public static final String NULL_VALUE_ERROR
See Also:
Constant Field Values

INTEGRITY_CONSTRAINT_ERROR

public static final String INTEGRITY_CONSTRAINT_ERROR
See Also:
Constant Field Values

CHECK_CONSTRAINT_ERROR

public static final String CHECK_CONSTRAINT_ERROR
See Also:
Constant Field Values

MISSING_PRIVILEGES_ERROR

public static final String MISSING_PRIVILEGES_ERROR
See Also:
Constant Field Values

LOGIN_CREDENTIALS_ERROR

public static final String LOGIN_CREDENTIALS_ERROR
See Also:
Constant Field Values

TABLE_NOT_FOUND_ERROR

public static final String TABLE_NOT_FOUND_ERROR
See Also:
Constant Field Values

USER_UNABLE_TO_CONNECT_ERROR

public static final String USER_UNABLE_TO_CONNECT_ERROR
See Also:
Constant Field Values

VALUE_TOO_LARGE_FOR_COLUMN_ERROR

public static final String VALUE_TOO_LARGE_FOR_COLUMN_ERROR
See Also:
Constant Field Values

VIEW_HAS_ERRORS_ERROR

public static final String VIEW_HAS_ERRORS_ERROR
See Also:
Constant Field Values

DATABASE_EXCEPTION

public static final String DATABASE_EXCEPTION
See Also:
Constant Field Values

VALUE_MISSING

public static final String VALUE_MISSING
See Also:
Constant Field Values

SELECT_DATE

public static final String SELECT_DATE
See Also:
Constant Field Values

UNABLE_TO_OPEN_FILE

public static final String UNABLE_TO_OPEN_FILE
See Also:
Constant Field Values

RECORD_MODIFIED_EXCEPTION

public static final String RECORD_MODIFIED_EXCEPTION
See Also:
Constant Field Values

SELECT_VALUE

public static final String SELECT_VALUE
See Also:
Constant Field Values

SELECT_INPUT_FIELD

public static final String SELECT_INPUT_FIELD
See Also:
Constant Field Values

SELECT_COLUMNS

public static final String SELECT_COLUMNS
See Also:
Constant Field Values

SEARCH_FIELD_HINT

public static final String SEARCH_FIELD_HINT
See Also:
Constant Field Values

UNKNOWN_FILE_TYPE

public static final String UNKNOWN_FILE_TYPE
See Also:
Constant Field Values

REGULAR_EXPRESSION_SEARCH

public static final String REGULAR_EXPRESSION_SEARCH
See Also:
Constant Field Values

SETTINGS

public static final String SETTINGS
See Also:
Constant Field Values

NO_CONNECTION_AVAILABLE

public static final String NO_CONNECTION_AVAILABLE
See Also:
Constant Field Values

NOT_CONNECTED

public static final String NOT_CONNECTED
See Also:
Constant Field Values

SERVER_FULL

public static final String SERVER_FULL
See Also:
Constant Field Values
Method Detail

get

public static String get(String key)