Module MaterialFX

Class MFXTableColumnSkin<T>

java.lang.Object
javafx.scene.control.SkinBase<MFXTableColumn<T>>
io.github.palexdev.materialfx.skins.MFXTableColumnSkin<T>
All Implemented Interfaces:
Skin<MFXTableColumn<T>>

public class MFXTableColumnSkin<T> extends SkinBase<MFXTableColumn<T>>
This is the implementation of the Skin associated with every MFXTableColumn.

Simply an HBox with a label, an icon for sorting. It also has support for resizing the column on drag.
  • Constructor Details