Uses of Class
org.robovm.apple.uikit.NSTextTabOptions
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of NSTextTabOptions in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSTextTabOptions Modifier and Type Method Description NSTextTabOptionsNSTextTab. getOptions()NSTextTabOptionsNSTextTabOptions. set(NSString key, NSObject value)static NSTextTabOptionsNSTextTabOptions.Marshaler. toObject(Class<NSTextTabOptions> cls, long handle, long flags)Methods in org.robovm.apple.uikit that return types with arguments of type NSTextTabOptions Modifier and Type Method Description static List<NSTextTabOptions>NSTextTabOptions.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.uikit with parameters of type NSTextTabOptions Modifier and Type Method Description protected longNSTextTab. init(NSTextAlignment alignment, double loc, NSTextTabOptions options)static longNSTextTabOptions.Marshaler. toNative(NSTextTabOptions o, long flags)Method parameters in org.robovm.apple.uikit with type arguments of type NSTextTabOptions Modifier and Type Method Description static longNSTextTabOptions.AsListMarshaler. toNative(List<NSTextTabOptions> l, long flags)static NSTextTabOptionsNSTextTabOptions.Marshaler. toObject(Class<NSTextTabOptions> cls, long handle, long flags)Constructors in org.robovm.apple.uikit with parameters of type NSTextTabOptions Constructor Description NSTextTab(NSTextAlignment alignment, double loc, NSTextTabOptions options)