|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Gesture.Direction in uk.co.keang.swingaddons |
---|
Methods in uk.co.keang.swingaddons that return Gesture.Direction | |
---|---|
static Gesture.Direction |
Gesture.Direction.getGesture(java.lang.String symbol)
Gets the GESTURE associated with this arrow symbol |
static Gesture.Direction |
Gesture.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Gesture.Direction[] |
Gesture.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in uk.co.keang.swingaddons with parameters of type Gesture.Direction | |
---|---|
void |
Gesture.addGestureActionMapping(Gesture.Direction gesture,
java.lang.String name)
Adds a gesture mapping |
void |
IGestureListener.gestureRecognised(Gesture.Direction[] g,
java.awt.Component src)
Called when a gesture has been recognised and completed |
Method parameters in uk.co.keang.swingaddons with type arguments of type Gesture.Direction | |
---|---|
void |
Gesture.addGestureActionMapping(java.util.List<Gesture.Direction> gesture,
java.lang.String name)
Adds a gesture mapping |
void |
Gesture.removeGestureActionMapping(java.util.List<Gesture.Direction> g)
Removes a gesture mapping |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |