Class ListSelectionViewSkin<T>

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

public class ListSelectionViewSkin<T> extends SkinBase<ListSelectionView<T>>
  • Constructor Details

  • Method Details

    • getSourceListView

      public final ListView<T> getSourceListView()
      Returns the source list view (shown on the left-hand side).
      Returns:
      the source list view
    • getTargetListView

      public final ListView<T> getTargetListView()
      Returns the target list view (shown on the right-hand side).
      Returns:
      the target list view
    • createSourceListView

      protected ListView<T> createSourceListView()
      Creates the ListView instance used on the left-hand side as the source list. This method can be overridden to provide a customized list view control.
      Returns:
      the source list view
    • createTargetListView

      protected ListView<T> createTargetListView()
      Creates the ListView instance used on the right-hand side as the target list. This method can be overridden to provide a customized list view control.
      Returns:
      the target list view