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

com.alee.laf.slider.ISliderPainter Maven / Gradle / Ivy

package com.alee.laf.slider;

import com.alee.painter.SpecificPainter;

import javax.swing.*;

/**
 * Base interface for JSlider component painters.
 *
 * @param  component type
 * @param  component UI type
 * @author Alexandr Zernov
 */

public interface ISliderPainter extends SpecificPainter
{
    /**
     * Provide true if the user is dragging the slider.
     *
     * @param dragging true if the user is dragging
     */
    public void setDragging ( boolean dragging );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy