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

Packages that use CardPaneSkin.SelectionChangeEffect
org.apache.pivot.wtk.content Contains classes representing component data, such as list items or table rows. 
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.content
 

Methods in org.apache.pivot.wtk.content that return CardPaneSkin.SelectionChangeEffect
 CardPaneSkin.SelectionChangeEffect TableViewRowEditor.getEditEffect()
          Gets the effect that this editor uses when changing from a read-only row to an editable row.
 

Methods in org.apache.pivot.wtk.content with parameters of type CardPaneSkin.SelectionChangeEffect
 void TableViewRowEditor.setEditEffect(CardPaneSkin.SelectionChangeEffect editEffect)
          Sets the effect that this editor uses when changing from a read-only row to an editable row.
 

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)