Package org.jvnet.localizer

Examples of org.jvnet.localizer.Localizable


    /**
     * Please set an image name
     *
     */
    public static Localizable _pharo_imageEmpty() {
        return new Localizable(holder, "pharo.imageEmpty");
    }
View Full Code Here


    /**
     * Please set a VM path
     *
     */
    public static Localizable _pharo_vmPathEmpty() {
        return new Localizable(holder, "pharo.vmPathEmpty");
    }
View Full Code Here

TOP

Related Classes of org.jvnet.localizer.Localizable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.