com.alee.laf.radiobutton.IRadioButtonPainter Maven / Gradle / Ivy
package com.alee.laf.radiobutton;
import javax.swing.*;
/**
* Base interface for {@link JRadioButton} component painters.
*
* @param component type
* @param component UI type
* @author Alexandr Zernov
*/
public interface IRadioButtonPainter> extends IAbstractStateButtonPainter
{
/**
* This interface doesn't offer any additional methods to implement.
*/
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy