Interface ISkinSelectionView
- All Known Implementing Classes:
SkinSelectionView
public interface ISkinSelectionView
Interface for SkinSelectionView.
Specifies the methods that the SkinSelectionView should implement.
-
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.
-