Class ListActionViewSkin<T>

java.lang.Object
javafx.scene.control.SkinBase<ListActionView<T>>
impl.org.controlsfx.skin.ListActionViewSkin<T>
All Implemented Interfaces:
javafx.scene.control.Skin<ListActionView<T>>

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected javafx.scene.control.ListView<T>
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ListActionViewSkin

      public ListActionViewSkin(ListActionView<T> control)
  • Method Details

    • 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