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

de.factoryfx.javafx.data.widget.dataview.DataView Maven / Gradle / Ivy

The newest version!
package de.factoryfx.javafx.data.widget.dataview;

import de.factoryfx.data.Data;
import javafx.collections.ObservableList;

public interface DataView {

    ObservableList dataList();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy