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

com.alee.laf.text.AbstractTextAreaPainter Maven / Gradle / Ivy

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

import com.alee.painter.decoration.IDecoration;

import javax.swing.*;
import javax.swing.plaf.basic.BasicTextUI;
import javax.swing.text.JTextComponent;

/**
 * Abstract painter for {@link JTextComponent}-based text area implementations.
 *
 * @param  component type
 * @param  component UI type
 * @param  decoration type
 * @author Alexandr Zernov
 * @author Mikle Garin
 */
public abstract class AbstractTextAreaPainter>
        extends AbstractTextEditorPainter implements IAbstractTextAreaPainter, SwingConstants
{
    /**
     * Implementation is used completely from {@link AbstractTextEditorPainter}.
     */
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy