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

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

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

/**
 * @author Grégory Van den Borre
 */
public interface WindowScrollbar extends WindowWidget{
    void scrollToTop();

    void scrollToBottom();

    void down(double value);

    void up(double value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy