jfxtras.labs.scene.control.edittable.TableProperty 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
The 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
}