All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tools.dynamia.ui.UILabelsMap Maven / Gradle / Ivy

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