Uses of Class
org.robovm.apple.foundation.NSFileWrapper
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.uikit |
-
Uses of NSFileWrapper in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSFileWrapper Modifier and Type Method Description static NSFileWrapperNSFileWrapper. deserialize(NSData data)NSFileWrapperNSAttributedString. getFileWrapper(NSRange range, NSAttributedStringDocumentAttributes dict)Methods in org.robovm.apple.foundation that return types with arguments of type NSFileWrapper Modifier and Type Method Description Map<String,NSFileWrapper>NSFileWrapper. getFileWrappers()Methods in org.robovm.apple.foundation with parameters of type NSFileWrapper Modifier and Type Method Description StringNSFileWrapper. addFileWrapper(NSFileWrapper child)StringNSFileWrapper. getKeyForFileWrapper(NSFileWrapper child)voidNSFileWrapper. removeFileWrapper(NSFileWrapper child)Method parameters in org.robovm.apple.foundation with type arguments of type NSFileWrapper Modifier and Type Method Description protected longNSFileWrapper. init(Map<String,NSFileWrapper> childrenByPreferredName)Constructor parameters in org.robovm.apple.foundation with type arguments of type NSFileWrapper Constructor Description NSFileWrapper(Map<String,NSFileWrapper> childrenByPreferredName) -
Uses of NSFileWrapper in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return NSFileWrapper Modifier and Type Method Description static NSFileWrapperNSAttributedStringExtensions. getFileWrapper(NSAttributedString thiz, NSRange range, NSAttributedStringDocumentAttributes dict)NSFileWrapperNSTextAttachment. getFileWrapper()Methods in org.robovm.apple.uikit with parameters of type NSFileWrapper Modifier and Type Method Description voidNSTextAttachment. setFileWrapper(NSFileWrapper v)