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

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

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

/**
 * Contains a list of table property types.  They match the TableView columns. 
 * 
 * @author David Bal
 *
 * @param 
 */
public class TableProperty
{
	// TODO
}