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

jfxtras.labs.scene.control.edittable.TablePropertyConverter Maven / Gradle / Ivy

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

public interface TablePropertyConverter
{
	TableProperty

fromBeanElement(T beanElement); T toBeanElement(TableProperty

triple); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy