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

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

There is a newer version: 1.2.14
Show newest version
package com.alee.laf.button;

import com.alee.painter.SpecificPainter;

import javax.swing.*;
import javax.swing.plaf.ButtonUI;

/**
 * Base interface for various button component painters.
 * todo Should be using WButtonUI as soon as menu items are moved to fully customized base UIs
 *
 * @param  component type
 * @param  component UI type
 * @author Mikle Garin
 */
public interface IAbstractButtonPainter extends SpecificPainter
{
    /**
     * This interface doesn't offer any additional methods to implement.
     */
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy