java.lang.Object
javafx.scene.control.SkinBase<MFXTableColumn<T>>
io.github.palexdev.materialfx.skins.MFXTableColumnSkin<T>
- All Implemented Interfaces:
Skin<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 Summary
Constructors -
Method Summary
Methods inherited from class javafx.scene.control.SkinBase
computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners
-
Constructor Details
-
MFXTableColumnSkin
-