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

be.yildizgames.module.window.widget.VerticalLayout Maven / Gradle / Ivy

The newest version!
package be.yildizgames.module.window.widget;

/**
 * @author Grégory Van den Borre
 */
public interface VerticalLayout extends WindowWidget {

    VerticalLayout addWidget(WindowWidget widget);

    > T getWidget(int index, Class clazz);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy