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

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

Uses of CardPaneSkin.SelectionChangeEffect in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin that return CardPaneSkin.SelectionChangeEffect
 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 org.apache.pivot.wtk.skin with parameters of type CardPaneSkin.SelectionChangeEffect
 void CardPaneSkin.setSelectionChangeEffect(CardPaneSkin.SelectionChangeEffect selectionChangeEffect)