-
Method parameters in org.robovm.apple.uikit with type arguments of type UICommandAlternate
| Modifier and Type |
Method |
Description |
protected static long |
UICommand.create(String title,
UIImage image,
Selector action,
NSObject propertyList,
NSArray<UICommandAlternate> alternates) |
|
protected static long |
UIKeyCommand.create(String title,
UIImage image,
Selector action,
String input,
UIKeyModifierFlags modifierFlags,
NSObject propertyList,
NSArray<UICommandAlternate> alternates) |
|
Constructor parameters in org.robovm.apple.uikit with type arguments of type UICommandAlternate
| Constructor |
Description |
UICommand(String title,
UIImage image,
Selector action,
NSObject propertyList,
NSArray<UICommandAlternate> alternates) |
|
UIKeyCommand(String title,
UIImage image,
Selector action,
String input,
UIKeyModifierFlags modifierFlags,
NSObject propertyList,
NSArray<UICommandAlternate> alternates) |
|