public class TreeTableCellSkin<S,T> extends TableCellSkinBase<TreeTableCell<S,T>,TreeTableCellBehavior<S,T>>
| Modifier and Type | Field and Description |
|---|---|
private TreeTableColumn<S,T> |
tableColumn |
private TreeTableCell<S,T> |
treeTableCell |
DEFER_TO_PARENT_PREF_WIDTH, isDeferToParentForPrefWidthDEFAULT_CELL_SIZEbindings, ellipsisWidth, graphic, graphicPropertyChangedListener, invalidText, mnemonic_underscore, text, textWidthIS_TOUCH_SUPPORTED| Constructor and Description |
|---|
TreeTableCellSkin(TreeTableCell<S,T> treeTableCell) |
| Modifier and Type | Method and Description |
|---|---|
protected BooleanProperty |
columnVisibleProperty() |
protected ReadOnlyDoubleProperty |
columnWidthProperty()
*
Private Fields *
*
|
protected double |
computePrefWidth(double height,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
Calculates the preferred width of this
SkinBase. |
protected double |
leftLabelPadding() |
dispose, handleControlPropertyChanged, init, layoutChildrencellSizeProperty, getCellSize, getClassCssMetaData, getCssMetaDatabottomLabelPadding, computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, isIgnoreGraphic, isIgnoreText, layoutLabelInArea, layoutLabelInArea, mnemonicTargetChanged, queryAccessibleAttribute, rightLabelPadding, topLabelPadding, updateChildren, updateDisplayedTextgetBehavior, registerChangeListener, unregisterChangeListenerconsumeMouseEvents, executeAccessibleAction, getChildren, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapSize, snapSpaceprivate final TreeTableCell<S,T> treeTableCell
private final TreeTableColumn<S,T> tableColumn
public TreeTableCellSkin(TreeTableCell<S,T> treeTableCell)
protected BooleanProperty columnVisibleProperty()
columnVisibleProperty in class TableCellSkinBase<TreeTableCell<S,T>,TreeTableCellBehavior<S,T>>protected ReadOnlyDoubleProperty columnWidthProperty()
TableCellSkinBasecolumnWidthProperty in class TableCellSkinBase<TreeTableCell<S,T>,TreeTableCellBehavior<S,T>>protected double leftLabelPadding()
leftLabelPadding in class LabeledSkinBase<TreeTableCell<S,T>,TreeTableCellBehavior<S,T>>protected double computePrefWidth(double height,
double topInset,
double rightInset,
double bottomInset,
double leftInset)
SkinBaseSkinBase. The default
implementation calculates this width as the width of the area occupied
by its managed children when they are positioned at their
current positions at their preferred widths.computePrefWidth in class TableCellSkinBase<TreeTableCell<S,T>,TreeTableCellBehavior<S,T>>height - the height that should be used if preferred width depends on ittopInset - the pixel snapped top insetrightInset - the pixel snapped right insetbottomInset - the pixel snapped bottom insetleftInset - the pixel snapped left inset