Interface TethysUICardPaneManager<P extends TethysUIComponent>
- Type Parameters:
P- the card panel type
- All Superinterfaces:
TethysUIComponent
- All Known Implementing Classes:
TethysUICoreCardPaneManager
Tethys Card panel manager.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdd Card.Get Active Card.Get Active Name.booleanselectCard(String pName) Select Card.Methods inherited from interface io.github.tonywasher.joceanus.tethys.api.base.TethysUIComponent
getBorderPadding, getBorderTitle, getId, getNode, getUnderlying, setBorderPadding, setBorderTitle, setEnabled, setPreferredHeight, setPreferredWidth, setVisible
-
Method Details
-
getActiveName
String getActiveName()Get Active Name.- Returns:
- the name
-
getActiveCard
P getActiveCard()Get Active Card.- Returns:
- the card
-
addCard
Add Card.- Parameters:
pName- the name of the card.pCard- the card
-
selectCard
Select Card.- Parameters:
pName- the name of the card.- Returns:
- was card selected? true/false
-