java.lang.Object
javafx.scene.control.SkinBase<C>
javafx.scene.control.skin.LabeledSkinBase<C>
javafx.scene.control.skin.CellSkinBase<C>
- Type Parameters:
- C- the type of the cell control
- All Implemented Interfaces:
- Skin<C>
- Direct Known Subclasses:
- DateCellSkin,- ListCellSkin,- TableCellSkinBase,- TableRowSkinBase,- TreeCellSkin
- Since:
- 9
- See Also:
- 
Property SummaryProperties
- 
Constructor SummaryConstructorsConstructorDescriptionCellSkinBase(C control) Creates a new CellSkinBase instance, installing the necessary child nodes into the Controlchildrenlist, as well as the necessary input mappings for handling key, mouse, etc events.
- 
Method SummaryModifier and TypeMethodDescriptionfinal ReadOnlyDoublePropertyThe default cell size.final doubleGets the value of thecellSizeproperty.static List<CssMetaData<? extends Styleable, ?>> Returns the CssMetaData associated with this class, which may include the CssMetaData of its superclasses.Methods declared in class javafx.scene.control.skin.LabeledSkinBasecomputeBaselineOffset, computeMinWidth, layoutChildren, layoutLabelInArea, layoutLabelInArea, updateChildrenMethods declared in class javafx.scene.control.SkinBasecomputeMaxHeight, computeMaxWidth, computeMinHeight, computePrefHeight, computePrefWidth, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getCssMetaData, getNode, getSkinnable, 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
- 
Property Details- 
cellSizeThe default cell size. For vertical ListView or a TreeView or TableView this is the height, for a horizontal ListView this is the width. This is settable from CSS- See Also:
 
 
- 
- 
Constructor Details- 
CellSkinBaseCreates a new CellSkinBase instance, installing the necessary child nodes into the Controlchildrenlist, as well as the necessary input mappings for handling key, mouse, etc events.- Parameters:
- control- The control that this skin should be installed onto.
 
 
- 
- 
Method Details- 
getCellSizepublic final double getCellSize()Gets the value of thecellSizeproperty.- Property description:
- The default cell size. For vertical ListView or a TreeView or TableView this is the height, for a horizontal ListView this is the width. This is settable from CSS
- Returns:
- the value of the cellSizeproperty
- See Also:
 
- 
cellSizePropertyThe default cell size. For vertical ListView or a TreeView or TableView this is the height, for a horizontal ListView this is the width. This is settable from CSS- Returns:
- the cellSizeproperty
- See Also:
 
- 
getClassCssMetaDataReturns the CssMetaData associated with this class, which may include the CssMetaData of its superclasses.- Returns:
- the CssMetaData associated with this class, which may include the CssMetaData of its superclasses
 
 
-