Provides a set of classes to manage the string, image, font and cursor resources for the org.eclipse.gmf.runtime.common.ui.action plugin.
Messages and labels on GUI components that need to be localized (adapted
for a specific region or language) should be placed in the messages.properties
file in this package.
Classes in the org.eclipse.gmf.runtime.common.ui.action plugin should use the {@link org.eclipse.gmf.runtime.common.ui.action.internal.l10n.ResourceManager} class to access to the I18N resources that is needs.
@canBeSeenBy org.eclipse.gmf.runtime.common.ui.action.*