Uses of Class
org.apache.pivot.wtk.CardPane
-
Packages that use CardPane Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. -
-
Uses of CardPane in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk with parameters of type CardPane Modifier and Type Method Description Vote
CardPaneListener.Adapter. previewSelectedIndexChange(CardPane cardPane, int selectedIndex)
Deprecated.Vote
CardPaneListener.Listeners. previewSelectedIndexChange(CardPane cardPane, int selectedIndex)
default Vote
CardPaneListener. previewSelectedIndexChange(CardPane cardPane, int selectedIndex)
Called to preview a selected index change.void
CardPaneListener.Adapter. selectedIndexChanged(CardPane cardPane, int previousSelectedIndex)
Deprecated.void
CardPaneListener.Listeners. selectedIndexChanged(CardPane cardPane, int previousSelectedIndex)
default void
CardPaneListener. selectedIndexChanged(CardPane cardPane, int previousSelectedIndex)
Called when a card pane's selected index has changed.void
CardPaneListener.Adapter. selectedIndexChangeVetoed(CardPane cardPane, Vote reason)
Deprecated.void
CardPaneListener.Listeners. selectedIndexChangeVetoed(CardPane cardPane, Vote reason)
default void
CardPaneListener. selectedIndexChangeVetoed(CardPane cardPane, Vote reason)
Called when a selected index change has been vetoed. -
Uses of CardPane in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type CardPane Modifier and Type Method Description Vote
CardPaneSkin. previewSelectedIndexChange(CardPane cardPane, int selectedIndex)
void
CardPaneSkin. selectedIndexChanged(CardPane cardPane, int previousSelectedIndex)
void
CardPaneSkin. selectedIndexChangeVetoed(CardPane cardPane, Vote reason)
-