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

org.jresearch.commons.gwt.client.resource.UtilsRs Maven / Gradle / Ivy

package org.jresearch.commons.gwt.client.resource;

import com.google.gwt.core.client.GWT;

public class UtilsRs {

	public static final ComplexText TXT = (ComplexText) GWT.create(ComplexText.class);

	public static final FormatText FMT = (FormatText) GWT.create(FormatText.class);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy