Uses of Class
org.apache.pivot.wtk.skin.CardPaneSkin.SelectionChangeEffect
-
Packages that use CardPaneSkin.SelectionChangeEffect Package Description 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 Modifier and Type Method Description CardPaneSkin.SelectionChangeEffect
TableViewRowEditor. getEditEffect()
Returns the effect that is applied when the editor opens or closes.Methods in org.apache.pivot.wtk.content with parameters of type CardPaneSkin.SelectionChangeEffect Modifier and Type Method Description void
TableViewRowEditor. setEditEffect(CardPaneSkin.SelectionChangeEffect editEffect)
Sets the effect that is applied when the editor opens or closes. -
Uses of CardPaneSkin.SelectionChangeEffect in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin that return CardPaneSkin.SelectionChangeEffect Modifier and Type Method Description CardPaneSkin.SelectionChangeEffect
CardPaneSkin. getSelectionChangeEffect()
static CardPaneSkin.SelectionChangeEffect
CardPaneSkin.SelectionChangeEffect. valueOf(java.lang.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 Modifier and Type Method Description void
CardPaneSkin. setSelectionChangeEffect(CardPaneSkin.SelectionChangeEffect selectionChangeEffect)
-