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

de.jwic.controls.lazytooltip.ILazyTooltip Maven / Gradle / Ivy

package de.jwic.controls.lazytooltip;

import org.json.JSONException;
import org.json.JSONObject;

public interface ILazyTooltip {
	public String getJSLabelProviderClass();
	public JSONObject getData() throws JSONException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy