A Swipe
object can be used to navigate through a stack of {@link Composite} objects (represented by a{@link SwipeItem}using a swipe gesture. The content of a Swipe
can be modified in a dynamic way using a {@link SwipeItemProvider}. To increase the user experience the content of each item can be pre-loaded.
E.g. the default size of pre loaded items is 1. This means when you show item 1, item 0 an 2 will be pre loaded. The size of this pre loading cache is configurable and can change during runtime.
It's also possible to lock item in two directions. This means when a item 1 is locked with SWT.LEFT
a user is not able to swipe to item 0.
|
|
|
|
|
|