Uses of Class
org.robovm.apple.uikit.UIContentSizeCategory
-
Packages that use UIContentSizeCategory Package Description org.robovm.apple.uikit org.robovm.apple.watchkit -
-
Uses of UIContentSizeCategory in org.robovm.apple.uikit
Fields in org.robovm.apple.uikit declared as UIContentSizeCategory Modifier and Type Field Description static UIContentSizeCategory
UIContentSizeCategory. AccessibilityExtraExtraExtraLarge
static UIContentSizeCategory
UIContentSizeCategory. AccessibilityExtraExtraLarge
static UIContentSizeCategory
UIContentSizeCategory. AccessibilityExtraLarge
static UIContentSizeCategory
UIContentSizeCategory. AccessibilityLarge
static UIContentSizeCategory
UIContentSizeCategory. AccessibilityMedium
static UIContentSizeCategory
UIContentSizeCategory. ExtraExtraExtraLarge
static UIContentSizeCategory
UIContentSizeCategory. ExtraExtraLarge
static UIContentSizeCategory
UIContentSizeCategory. ExtraLarge
static UIContentSizeCategory
UIContentSizeCategory. ExtraSmall
static UIContentSizeCategory
UIContentSizeCategory. Large
static UIContentSizeCategory
UIContentSizeCategory. Medium
static UIContentSizeCategory
UIContentSizeCategory. Small
static UIContentSizeCategory
UIContentSizeCategory. Unspecified
Methods in org.robovm.apple.uikit that return UIContentSizeCategory Modifier and Type Method Description static UIContentSizeCategory
UIContentSizeCategory.Marshaler. toObject(java.lang.Class<UIContentSizeCategory> cls, long handle, long flags)
static UIContentSizeCategory
UIContentSizeCategory. valueOf(NSString value)
Methods in org.robovm.apple.uikit that return types with arguments of type UIContentSizeCategory Modifier and Type Method Description static java.util.List<UIContentSizeCategory>
UIContentSizeCategory.AsListMarshaler. toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
Methods in org.robovm.apple.uikit with parameters of type UIContentSizeCategory Modifier and Type Method Description protected static long
UITraitCollection. create(UIContentSizeCategory preferredContentSizeCategory)
static long
UIContentSizeCategory.Marshaler. toNative(UIContentSizeCategory o, long flags)
Method parameters in org.robovm.apple.uikit with type arguments of type UIContentSizeCategory Modifier and Type Method Description static NSObject
UIApplication.Notifications. observeContentSizeCategoryDidChange(org.robovm.objc.block.VoidBlock1<UIContentSizeCategory> block)
static long
UIContentSizeCategory.AsListMarshaler. toNative(java.util.List<UIContentSizeCategory> l, long flags)
static UIContentSizeCategory
UIContentSizeCategory.Marshaler. toObject(java.lang.Class<UIContentSizeCategory> cls, long handle, long flags)
Constructors in org.robovm.apple.uikit with parameters of type UIContentSizeCategory Constructor Description UITraitCollection(UIContentSizeCategory preferredContentSizeCategory)
-
Uses of UIContentSizeCategory in org.robovm.apple.watchkit
Methods in org.robovm.apple.watchkit that return UIContentSizeCategory Modifier and Type Method Description UIContentSizeCategory
WKInterfaceDevice. getPreferredContentSizeCategory()
-