Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
G
I
O
P
R
S
V
S
setAdapter(SwipesAdapter)
- Method in class com.operators.swipes.
SwipesView
Sets the data for the views represented in this widget.
setAllowedDirections(SwipesView.Directions...)
- Method in class com.operators.swipes.
SwipesView
Sets the horizontal and vertical swiping directions enabled, and is automatically called when set in xml layout via the "directions" property.
setMaxVisibleCards(int)
- Method in class com.operators.swipes.
SwipesView
Sets the maximum number of visible cards (defaults to 3), and can also be set in xml layout via the "max_visible_cards" property.
setSelection(int)
- Method in class com.operators.swipes.
SwipesView
Overrides parent implementation of setSelection.
setSwipeRotation(float)
- Method in class com.operators.swipes.
SwipesView
Sets the degree rotation for the swiping action, and can also be set in xml layout via the "swipe_rotation" property.
SwipesAdapter
<
T
> - Class in
com.operators.swipes
This class is a common base class for data containment, made specifically for
SwipesView
.
SwipesAdapter(Context, int)
- Constructor for class com.operators.swipes.
SwipesAdapter
Constructs the Swipes Adapter in Java source code.
SwipesView
- Class in
com.operators.swipes
The Swipes View is a new implementation of Android's
AdapterView
specifically made for 4 directional swiping.
SwipesView(Context)
- Constructor for class com.operators.swipes.
SwipesView
Constructs the Swipes View, but just in Java source code.
SwipesView(Context, AttributeSet)
- Constructor for class com.operators.swipes.
SwipesView
Constructs the Swipes View in Java source code or Android XML.
SwipesView(Context, AttributeSet, int)
- Constructor for class com.operators.swipes.
SwipesView
Constructs the Swipes View in Java source code or Android XML.
SwipesView.Directions
- Enum in
com.operators.swipes
The Directions are abstractions of typical 4 directional swipe operations.
SwipesView.OnSwipeListener
- Interface in
com.operators.swipes
Listener that updates on swipe threshold and direction.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
G
I
O
P
R
S
V