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

com.alee.laf.menu.CheckBoxMenuItemPainter Maven / Gradle / Ivy

The newest version!
package com.alee.laf.menu;

import com.alee.painter.decoration.IDecoration;

import javax.swing.*;

/**
 * Basic painter for {@link JCheckBoxMenuItem} component.
 * It is used as {@link WebCheckBoxMenuItemUI} default painter.
 *
 * @param  component type
 * @param  component UI type
 * @param  decoration type
 * @author Alexandr Zernov
 */

public class CheckBoxMenuItemPainter>
        extends AbstractStateMenuItemPainter implements ICheckBoxMenuItemPainter
{
    /**
     * Implementation is used completely from {@link AbstractStateMenuItemPainter}.
     */
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy