com.alee.laf.table.ITablePainter Maven / Gradle / Ivy
package com.alee.laf.table;
import com.alee.painter.SpecificPainter;
import javax.swing.*;
/**
* Base interface for {@link JTable} component painters.
*
* @param component type
* @param component UI type
* @author Alexandr Zernov
*/
public interface ITablePainter extends SpecificPainter
{
/**
* This interface doesn't offer any additional methods to implement.
*/
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy