jfxtras.labs.scene.control.edittable.TablePropertyConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jfxtras-labs Show documentation
Show all versions of jfxtras-labs Show documentation
Experimental components for JavaFX 2
package jfxtras.labs.scene.control.edittable;
public interface TablePropertyConverter
{
TableProperty fromBeanElement(T beanElement);
T toBeanElement(TableProperty
triple);
}