jfxtras.labs.internal.scene.control.skin.edittable.EditTableSkin 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.internal.scene.control.skin.edittable;
import javafx.collections.ObservableList;
import jfxtras.labs.scene.control.edittable.TableProperty;
public interface EditTableSkin
{
public ObservableList getTableList();
}