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

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

package de.factoryfx.javafx.widget.dataview;

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

public interface DataView {

    ObservableList dataList();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy