Class ListActionViewSkin<T>

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

public class ListActionViewSkin<T> extends SkinBase<ListActionView<T>>
  • Constructor Details

    • ListActionViewSkin

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

    • createListView

      protected 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