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

com.alee.laf.toolbar.AdaptiveToolBarSeparatorPainter Maven / Gradle / Ivy

package com.alee.laf.toolbar;

import com.alee.painter.AdaptivePainter;
import com.alee.painter.Painter;

import javax.swing.*;

/**
 * Simple {@link ToolBarSeparatorPainter} adapter class.
 * It is used to install simple non-specific painters into {@link WToolBarSeparatorUI}.
 *
 * @param  component type
 * @param  component UI type
 * @author Alexandr Zernov
 */

public final class AdaptiveToolBarSeparatorPainter
        extends AdaptivePainter implements IToolBarSeparatorPainter
{
    /**
     * Constructs new {@link AdaptiveToolBarSeparatorPainter} for the specified painter.
     *
     * @param painter {@link Painter} to adapt
     */
    public AdaptiveToolBarSeparatorPainter ( final Painter painter )
    {
        super ( painter );
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy