public class PaneList extends AbstractConfigurationObject
Constructor and Description |
---|
PaneList() |
Modifier and Type | Method and Description |
---|---|
void |
addPane(Pane pane)
Adds a new pane to the list
|
int |
getNumberOfPanes() |
Pane |
getPane(int index) |
List<Pane> |
getPanes()
Returns the pane list.
|
void |
removePane(Pane pane)
Removes a pane from the list
|
public int getNumberOfPanes()
public Pane getPane(int index)
index
- Index of the panepublic List<Pane> getPanes()
public void addPane(Pane pane)
pane
- The pane to addpublic void removePane(Pane pane)
pane
- The pane to removeCopyright © 2023. All rights reserved.