Package org.robovm.apple.foundation
Class NSProgressUserInfo
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.foundation.NSProgressUserInfo
public class NSProgressUserInfo extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSProgressUserInfo.AsListMarshalerstatic classNSProgressUserInfo.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description NSProgressUserInfo() -
Method Summary
Modifier and Type Method Description NSObjectget(String key)NSObjectget(NSProgressUserInfoKey key)longgetCompletedFileCount()doublegetEstimatedTimeRemaining()NSProgressFileOperationKindgetFileOperationKind()NSURLgetFileURL()longgetThroughput()longgetTotalFileCount()booleanhas(String key)booleanhas(NSProgressUserInfoKey key)NSProgressUserInfoset(String key, NSObject value)NSProgressUserInfoset(NSProgressUserInfoKey key, NSObject value)NSProgressUserInfosetCompletedFileCount(long completedFileCount)NSProgressUserInfosetEstimatedTimeRemaining(double estimatedTimeRemaining)NSProgressUserInfosetFileOperationKind(NSProgressFileOperationKind fileOperationKind)NSProgressUserInfosetFileURL(NSURL fileURL)NSProgressUserInfosetThroughput(long throughput)NSProgressUserInfosetTotalFileCount(long totalFileCount)Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
NSProgressUserInfo
public NSProgressUserInfo()
-
-
Method Details
-
has
-
get
-
set
-
has
-
get
-
set
-
getEstimatedTimeRemaining
public double getEstimatedTimeRemaining() -
setEstimatedTimeRemaining
-
getThroughput
public long getThroughput() -
setThroughput
-
getFileOperationKind
-
setFileOperationKind
-
getFileURL
-
setFileURL
-
getTotalFileCount
public long getTotalFileCount() -
setTotalFileCount
-
getCompletedFileCount
public long getCompletedFileCount() -
setCompletedFileCount
-