Class FilterTableColumnComponentPanel<C>

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
is.codion.swing.common.ui.component.table.FilterTableColumnComponentPanel<C>
Type Parameters:
C - the type identifying the table columns
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public final class FilterTableColumnComponentPanel<C> extends JPanel
A panel that synchronizes child component sizes and positions to table columns. For instances use the filterTableColumnComponentPanel(FilterTableColumnModel, Map) factory method.
See Also: