org.jgraph.pad.resources
Interface TranslatorConstants

All Known Implementing Classes:
AbstractActionDefault, GPBarFactory, LocaleChangeAdapter

public interface TranslatorConstants

Constant values for a part of the language key


Field Summary
static java.lang.String PREFIX_COMPONENT
          Prefix for component requests
static java.lang.String PREFIX_MESSAGE_ERROR
          Prefix for error message requests
static java.lang.String PREFIX_MESSAGE_INFORMATION
          Prefix for information message requests
static java.lang.String PREFIX_MESSAGE_WARING
          Prefix for warning message requests
static java.lang.String SUFFIX_ACCELERATOR
          Suffix applied to the key used in resource file lookups for a menuitem (instead of action)
static java.lang.String SUFFIX_ACTION
          Suffix applied to the key used in resource file lookups for menu.
static java.lang.String SUFFIX_ICON
          suffix for the icon key
static java.lang.String SUFFIX_IMAGE
          Suffix applied to the key used in resource file lookups for an image.
static java.lang.String SUFFIX_LABEL
          Suffix applied to the key used in resource file lookups for a label.
static java.lang.String SUFFIX_MENU
          Suffix applied to the key used in resource file lookups for a submenu
static java.lang.String SUFFIX_MNEMONIC
          Suffix applied to the key used in resource file lookups for a menuitem (instead of action)
static java.lang.String SUFFIX_TEXT
          suffix for the text key
static java.lang.String SUFFIX_TITLE
          suffix for the title key
static java.lang.String SUFFIX_TOOL_TIP_TEXT
          Suffix applied to the key used in resource file lookups for tooltip text.
 

Field Detail

PREFIX_COMPONENT

public static final java.lang.String PREFIX_COMPONENT
Prefix for component requests

See Also:
Constant Field Values

PREFIX_MESSAGE_INFORMATION

public static final java.lang.String PREFIX_MESSAGE_INFORMATION
Prefix for information message requests

See Also:
Constant Field Values

PREFIX_MESSAGE_WARING

public static final java.lang.String PREFIX_MESSAGE_WARING
Prefix for warning message requests

See Also:
Constant Field Values

PREFIX_MESSAGE_ERROR

public static final java.lang.String PREFIX_MESSAGE_ERROR
Prefix for error message requests

See Also:
Constant Field Values

SUFFIX_IMAGE

public static final java.lang.String SUFFIX_IMAGE
Suffix applied to the key used in resource file lookups for an image.

See Also:
Constant Field Values

SUFFIX_LABEL

public static final java.lang.String SUFFIX_LABEL
Suffix applied to the key used in resource file lookups for a label.

See Also:
Constant Field Values

SUFFIX_ACCELERATOR

public static final java.lang.String SUFFIX_ACCELERATOR
Suffix applied to the key used in resource file lookups for a menuitem (instead of action)

See Also:
Constant Field Values

SUFFIX_MNEMONIC

public static final java.lang.String SUFFIX_MNEMONIC
Suffix applied to the key used in resource file lookups for a menuitem (instead of action)

See Also:
Constant Field Values

SUFFIX_TOOL_TIP_TEXT

public static final java.lang.String SUFFIX_TOOL_TIP_TEXT
Suffix applied to the key used in resource file lookups for tooltip text.

See Also:
Constant Field Values

SUFFIX_ACTION

public static final java.lang.String SUFFIX_ACTION
Suffix applied to the key used in resource file lookups for menu.

See Also:
Constant Field Values

SUFFIX_MENU

public static final java.lang.String SUFFIX_MENU
Suffix applied to the key used in resource file lookups for a submenu

See Also:
Constant Field Values

SUFFIX_TEXT

public static final java.lang.String SUFFIX_TEXT
suffix for the text key

See Also:
Constant Field Values

SUFFIX_TITLE

public static final java.lang.String SUFFIX_TITLE
suffix for the title key

See Also:
Constant Field Values

SUFFIX_ICON

public static final java.lang.String SUFFIX_ICON
suffix for the icon key

See Also:
Constant Field Values