Uses of Class
org.apache.pivot.wtk.Rollup
- 
Packages that use Rollup 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.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. - 
- 
Uses of Rollup in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk with parameters of type Rollup Modifier and Type Method Description voidRollupListener.Adapter. collapsibleChanged(Rollup rollup)Deprecated.default voidRollupListener. collapsibleChanged(Rollup rollup)Called when a rollup's collapsible flag has changed.voidRollupListener.Listeners. collapsibleChanged(Rollup rollup)voidRollupListener.Adapter. contentChanged(Rollup rollup, Component previousContent)Deprecated.default voidRollupListener. contentChanged(Rollup rollup, Component previousContent)Called when a rollup's content component changed.voidRollupListener.Listeners. contentChanged(Rollup rollup, Component previousContent)voidRollupStateListener.Adapter. expandedChanged(Rollup rollup)Deprecated.default voidRollupStateListener. expandedChanged(Rollup rollup)Called when a rollup's expanded state changed.voidRollupStateListener.Listeners. expandedChanged(Rollup rollup)voidRollupStateListener.Adapter. expandedChangeVetoed(Rollup rollup, Vote reason)Deprecated.default voidRollupStateListener. expandedChangeVetoed(Rollup rollup, Vote reason)Called when a rollup expansion event has been vetoed.voidRollupStateListener.Listeners. expandedChangeVetoed(Rollup rollup, Vote reason)voidRollupListener.Adapter. headingChanged(Rollup rollup, Component previousHeading)Deprecated.default voidRollupListener. headingChanged(Rollup rollup, Component previousHeading)Called when a rollup's heading component changed.voidRollupListener.Listeners. headingChanged(Rollup rollup, Component previousHeading)VoteRollupStateListener.Adapter. previewExpandedChange(Rollup rollup)Deprecated.VoteRollupStateListener.Listeners. previewExpandedChange(Rollup rollup)default VoteRollupStateListener. previewExpandedChange(Rollup rollup)Called to preview a rollup expansion event. - 
Uses of Rollup in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type Rollup Modifier and Type Method Description voidRollupSkin. expandedChangeVetoed(Rollup rollup, Vote reason)VoteRollupSkin. previewExpandedChange(Rollup rollup) - 
Uses of Rollup in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra with parameters of type Rollup Modifier and Type Method Description voidTerraRollupSkin. collapsibleChanged(Rollup rollup)voidTerraRollupSkin. contentChanged(Rollup rollup, Component previousContent)voidTerraRollupSkin. expandedChanged(Rollup rollup)voidTerraRollupSkin. expandedChangeVetoed(Rollup rollup, Vote reason)voidTerraRollupSkin. headingChanged(Rollup rollup, Component previousHeading)VoteTerraRollupSkin. previewExpandedChange(Rollup rollup) 
 -