Interface ISkinSelectionView

All Known Implementing Classes:
SkinSelectionView

public interface ISkinSelectionView
Interface for SkinSelectionView. Specifies the methods that the SkinSelectionView should implement.
  • Method Summary

    Modifier and Type
    Method
    Description
    ArrayList<javafx.scene.control.Button>
    Gets the list of buttons in the SkinSelectionView.
    javafx.scene.layout.VBox
    Gets the root node of the SkinSelectionView.
  • Method Details

    • getButtons

      ArrayList<javafx.scene.control.Button> getButtons()
      Gets the list of buttons in the SkinSelectionView.
      Returns:
      An ArrayList of buttons.
    • getNode

      javafx.scene.layout.VBox getNode()
      Gets the root node of the SkinSelectionView.
      Returns:
      The VBox root node.