tools.dynamia.ui.UILabelsMap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tools.dynamia.ui Show documentation
Show all versions of tools.dynamia.ui Show documentation
Helper classes for module integrations and messages
The newest version!
package tools.dynamia.ui;
import tools.dynamia.integration.sterotypes.Component;
import java.util.HashMap;
@Component("_lc")
public class UILabelsMap extends HashMap {
public static final String CLASSIER = "* UI Labels";
@Override
public String get(Object key) {
return UIMessages.getLocalizedMessage(key.toString(), CLASSIER);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy