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

jfxtras.labs.scene.control.edittable.triple.TripleConverter Maven / Gradle / Ivy

There is a newer version: 9.0-r1
Show newest version
package jfxtras.labs.scene.control.edittable.triple;


public interface TripleConverter
{
	Triple fromBeanElement(T beanElement);
	T toBeanElement(Triple triple);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy