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

com.alee.laf.button.IToggleButtonPainter Maven / Gradle / Ivy

package com.alee.laf.button;

import javax.swing.*;

/**
 * Base interface for {@link JToggleButton} component painters.
 *
 * @param  component type
 * @param  component UI type
 * @author Mikle Garin
 */

public interface IToggleButtonPainter extends IAbstractButtonPainter
{
    /**
     * This interface doesn't offer any additional methods to implement.
     */
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy