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

de.factoryfx.javafx.view.container.ViewDisplayer Maven / Gradle / Ivy

package de.factoryfx.javafx.view.container;

import javafx.scene.control.TabPane;

public interface ViewDisplayer {
    void close(TabPane tabPane);
    void show(TabPane tabPane);
    void focus(TabPane tabPane);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy