Uses of Class
org.robovm.apple.uikit.UIPress
| Package | Description |
|---|---|
| org.robovm.apple.pdfkit | |
| org.robovm.apple.uikit |
-
Uses of UIPress in org.robovm.apple.pdfkit
Methods in org.robovm.apple.pdfkit with parameters of type UIPress Modifier and Type Method Description booleanPDFView. shouldReceivePress(UIGestureRecognizer gestureRecognizer, UIPress press) -
Uses of UIPress in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return types with arguments of type UIPress Modifier and Type Method Description NSSet<UIPress>UIPressesEvent. getAllPresses()NSSet<UIPress>UIPressesEvent. getPressesForGestureRecognizer(UIGestureRecognizer gesture)Methods in org.robovm.apple.uikit with parameters of type UIPress Modifier and Type Method Description protected voidUIGestureRecognizer. ignorePress(UIPress button, UIPressesEvent event)booleanUIGestureRecognizerDelegate. shouldReceivePress(UIGestureRecognizer gestureRecognizer, UIPress press)booleanUIGestureRecognizerDelegateAdapter. shouldReceivePress(UIGestureRecognizer gestureRecognizer, UIPress press)booleanUITableViewCell. shouldReceivePress(UIGestureRecognizer gestureRecognizer, UIPress press)Method parameters in org.robovm.apple.uikit with type arguments of type UIPress Modifier and Type Method Description protected voidUIGestureRecognizer. pressesBegan(NSSet<UIPress> presses, UIPressesEvent event)voidUIResponder. pressesBegan(NSSet<UIPress> presses, UIPressesEvent event)protected voidUIGestureRecognizer. pressesCancelled(NSSet<UIPress> presses, UIPressesEvent event)voidUIResponder. pressesCancelled(NSSet<UIPress> presses, UIPressesEvent event)protected voidUIGestureRecognizer. pressesChanged(NSSet<UIPress> presses, UIPressesEvent event)voidUIResponder. pressesChanged(NSSet<UIPress> presses, UIPressesEvent event)protected voidUIGestureRecognizer. pressesEnded(NSSet<UIPress> presses, UIPressesEvent event)voidUIResponder. pressesEnded(NSSet<UIPress> presses, UIPressesEvent event)