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 JButton component painters.
 *
 * @param  component type
 * @param  component UI type
 * @author Mikle Garin
 */

public interface IToggleButtonPainter extends IAbstractButtonPainter
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy