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

de.factoryfx.javafx.data.widget.Widget Maven / Gradle / Ivy

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

import javafx.scene.Node;

public interface Widget {
    Node createContent();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy