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

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

The 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