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

de.factoryfx.javafx.widget.CloseAwareWidget Maven / Gradle / Ivy

package de.factoryfx.javafx.widget;

import javafx.scene.Node;

public interface CloseAwareWidget {
    void closeNotifier();
    Node createContent();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy