net.clackrouter.jgraph.pad.resources
Interface TranslatorConstants

All Known Implementing Classes:
AbstractActionCheckBox, AbstractActionDefault, AbstractActionFile, AbstractActionList, AbstractActionListCell, AbstractActionListCellColor, AbstractActionRadioButton, AbstractActionToggle, ClackAddComponent, ClackBarFactory, ClackClearErrors, ClackOpenAssignment, ClackRunConnectivityTest, ClackShowConsole, ClackSpawnShell, ClackStartEthereal, ClackStopEthereal, ClackToggleRouteTableView, EditCell, EditCopy, EditCut, EditDelete, EditPaste, EditRedo, EditUndo, FileClose, FileConnect, FileExit, FileExportGIF, FileExportJPG, FileExportPNG, FileNew, FileNewView, FileOpen, FileOpenURL, FilePrint, FileSave, FileSaveAll, HelpAbout, HelpHomepage, HelpSubmitABug, LocaleChangeAdapter, ViewScaleZoomIn, ViewScaleZoomOut, WindowCascade, WindowMaximize, WindowMinimize, WindowWindows

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

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

See Also:
Constant Field Values

PREFIX_MESSAGE_INFORMATION

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

See Also:
Constant Field Values

PREFIX_MESSAGE_WARING

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

See Also:
Constant Field Values

PREFIX_MESSAGE_ERROR

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

See Also:
Constant Field Values

SUFFIX_IMAGE

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

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

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

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

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

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

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

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

See Also:
Constant Field Values

SUFFIX_TITLE

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

See Also:
Constant Field Values

SUFFIX_ICON

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

See Also:
Constant Field Values