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

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

package de.factoryfx.javafx.widget;

public interface Widget extends CloseAwareWidget {
    default void closeNotifier(){
        //nothing by default Widget don't handle close
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy