Class ListActionViewSkin<T>

  • All Implemented Interfaces:
    javafx.scene.control.Skin<ListActionView<T>>

    public class ListActionViewSkin<T>
    extends javafx.scene.control.SkinBase<ListActionView<T>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javafx.scene.control.ListView<T> createListView()
      Creates the ListView instance to be used in the control.
      • 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 Detail

      • ListActionViewSkin

        public ListActionViewSkin​(ListActionView<T> control)
    • Method Detail

      • createListView

        protected javafx.scene.control.ListView<T> createListView()
        Creates the ListView instance to be used in the control. This method can be overridden to provide a customized list view control.
        Returns:
        the list view