Uses of Class
org.robovm.apple.foundation.NSProgressUserInfo
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSProgressUserInfo in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSProgressUserInfo Modifier and Type Method Description NSProgressUserInfoNSProgress. getUserInfo()NSProgressUserInfoNSProgressUserInfo. set(String key, NSObject value)NSProgressUserInfoNSProgressUserInfo. set(NSProgressUserInfoKey key, NSObject value)NSProgressUserInfoNSProgressUserInfo. setCompletedFileCount(long completedFileCount)NSProgressUserInfoNSProgressUserInfo. setEstimatedTimeRemaining(double estimatedTimeRemaining)NSProgressUserInfoNSProgressUserInfo. setFileOperationKind(NSProgressFileOperationKind fileOperationKind)NSProgressUserInfoNSProgressUserInfo. setFileURL(NSURL fileURL)NSProgressUserInfoNSProgressUserInfo. setThroughput(long throughput)NSProgressUserInfoNSProgressUserInfo. setTotalFileCount(long totalFileCount)static NSProgressUserInfoNSProgressUserInfo.Marshaler. toObject(Class<NSProgressUserInfo> cls, long handle, long flags)Methods in org.robovm.apple.foundation that return types with arguments of type NSProgressUserInfo Modifier and Type Method Description static List<NSProgressUserInfo>NSProgressUserInfo.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.foundation with parameters of type NSProgressUserInfo Modifier and Type Method Description protected longNSProgress. init(NSProgress parentProgressOrNil, NSProgressUserInfo userInfoOrNil)static longNSProgressUserInfo.Marshaler. toNative(NSProgressUserInfo o, long flags)Method parameters in org.robovm.apple.foundation with type arguments of type NSProgressUserInfo Modifier and Type Method Description static longNSProgressUserInfo.AsListMarshaler. toNative(List<NSProgressUserInfo> l, long flags)static NSProgressUserInfoNSProgressUserInfo.Marshaler. toObject(Class<NSProgressUserInfo> cls, long handle, long flags)Constructors in org.robovm.apple.foundation with parameters of type NSProgressUserInfo Constructor Description NSProgress(NSProgress parentProgressOrNil, NSProgressUserInfo userInfoOrNil)