Package org.robovm.apple.foundation
Class NSProgress
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.foundation.NSProgress
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class NSProgress extends NSObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSProgress.NSProgressPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description NSProgress()NSProgress(long unitCount)NSProgress(long unitCount, boolean discrete)NSProgress(long unitCount, NSProgress parent, long portionOfParentTotalUnitCount)protectedNSProgress(NSObject.Handle h, long handle)protectedNSProgress(NSObject.SkipInit skipInit)NSProgress(NSProgress parentProgressOrNil, NSProgressUserInfo userInfoOrNil) -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
NSProgress
public NSProgress() -
NSProgress
-
NSProgress
-
NSProgress
-
NSProgress
public NSProgress(long unitCount) -
NSProgress
- Since:
- Available in iOS 9.0 and later.
-
NSProgress
public NSProgress(long unitCount, boolean discrete)- Since:
- Available in iOS 9.0 and later.
-
-
Method Details
-
getTotalUnitCount
public long getTotalUnitCount() -
setTotalUnitCount
public void setTotalUnitCount(long v) -
getCompletedUnitCount
public long getCompletedUnitCount() -
setCompletedUnitCount
public void setCompletedUnitCount(long v) -
getLocalizedDescription
-
setLocalizedDescription
-
getLocalizedAdditionalDescription
-
setLocalizedAdditionalDescription
-
isCancellable
public boolean isCancellable() -
setCancellable
public void setCancellable(boolean v) -
isPausable
public boolean isPausable() -
setPausable
public void setPausable(boolean v) -
isCancelled
public boolean isCancelled() -
isPaused
public boolean isPaused() -
getCancellationHandler
-
setCancellationHandler
-
getPausingHandler
-
setPausingHandler
-
getResumingHandler
- Since:
- Available in iOS 9.0 and later.
-
setResumingHandler
- Since:
- Available in iOS 9.0 and later.
-
isIndeterminate
public boolean isIndeterminate() -
getFractionCompleted
public double getFractionCompleted() -
isFinished
public boolean isFinished() -
getUserInfo
-
getKind
-
setKind
-
getEstimatedTimeRemaining
- Since:
- Available in iOS 11.0 and later.
-
setEstimatedTimeRemaining
- Since:
- Available in iOS 11.0 and later.
-
getThroughput
- Since:
- Available in iOS 11.0 and later.
-
setThroughput
- Since:
- Available in iOS 11.0 and later.
-
getFileOperationKind
- Since:
- Available in iOS 11.0 and later.
-
setFileOperationKind
- Since:
- Available in iOS 11.0 and later.
-
getFileURL
- Since:
- Available in iOS 11.0 and later.
-
setFileURL
- Since:
- Available in iOS 11.0 and later.
-
getFileTotalCount
- Since:
- Available in iOS 11.0 and later.
-
setFileTotalCount
- Since:
- Available in iOS 11.0 and later.
-
getFileCompletedCount
- Since:
- Available in iOS 11.0 and later.
-
setFileCompletedCount
- Since:
- Available in iOS 11.0 and later.
-
putUserInfoObject
-
putUserInfoObject
-
init
-
becomeCurrent
public void becomeCurrent(long unitCount) -
performAsCurrent
- Since:
- Available in iOS 11.0 and later.
-
resignCurrent
public void resignCurrent() -
addChild
- Since:
- Available in iOS 9.0 and later.
-
setUserInfoObject
-
cancel
public void cancel() -
pause
public void pause() -
resume
public void resume()- Since:
- Available in iOS 9.0 and later.
-
getCurrentProgress
-
create
protected static long create(long unitCount) -
createDiscrete
protected static long createDiscrete(long unitCount)- Since:
- Available in iOS 9.0 and later.
-
create
protected static long create(long unitCount, NSProgress parent, long portionOfParentTotalUnitCount)- Since:
- Available in iOS 9.0 and later.
-