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

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

package com.alee.laf.toolbar;

import com.alee.laf.separator.AbstractSeparatorPainter;
import com.alee.painter.decoration.IDecoration;

import javax.swing.*;

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

public class ToolBarSeparatorPainter>
        extends AbstractSeparatorPainter implements IToolBarSeparatorPainter
{
    /**
     * Implementation is used completely from {@link AbstractSeparatorPainter}.
     */
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy