Uses of Class
pivot.wtk.skin.CardPaneSkin.SelectionChangeEffect

Packages that use CardPaneSkin.SelectionChangeEffect
pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
 

Uses of CardPaneSkin.SelectionChangeEffect in pivot.wtk.skin
 

Methods in pivot.wtk.skin that return CardPaneSkin.SelectionChangeEffect
static CardPaneSkin.SelectionChangeEffect CardPaneSkin.SelectionChangeEffect.decode(String value)
           
 CardPaneSkin.SelectionChangeEffect CardPaneSkin.getSelectionChangeEffect()
           
static CardPaneSkin.SelectionChangeEffect CardPaneSkin.SelectionChangeEffect.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CardPaneSkin.SelectionChangeEffect[] CardPaneSkin.SelectionChangeEffect.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pivot.wtk.skin with parameters of type CardPaneSkin.SelectionChangeEffect
 void CardPaneSkin.setSelectionChangeEffect(CardPaneSkin.SelectionChangeEffect selectionChangeEffect)