Uses of Class
com.jniwrapper.macosx.cocoa.nspropertylist.NSPropertyListFormat

Packages that use NSPropertyListFormat
com.jniwrapper.macosx.cocoa.nskeyedarchiver   
com.jniwrapper.macosx.cocoa.nspropertylist   
 

Uses of NSPropertyListFormat in com.jniwrapper.macosx.cocoa.nskeyedarchiver
 

Methods in com.jniwrapper.macosx.cocoa.nskeyedarchiver that return NSPropertyListFormat
 NSPropertyListFormat NSKeyedArchiver.outputFormat()
           
 

Methods in com.jniwrapper.macosx.cocoa.nskeyedarchiver with parameters of type NSPropertyListFormat
 void NSKeyedArchiver.setOutputFormat(NSPropertyListFormat format)
           
 

Uses of NSPropertyListFormat in com.jniwrapper.macosx.cocoa.nspropertylist
 

Methods in com.jniwrapper.macosx.cocoa.nspropertylist with parameters of type NSPropertyListFormat
static NSPropertyListSerialization NSPropertyListSerialization.NSPropertyListSerialization_propertyListFromData_mutabilityOption_format_errorDescription(NSData data, NSPropertyListMutabilityOptions opt, NSPropertyListFormat format, java.lang.String errorString)
          This method represents the propertyListFromData static constructor of the NSPropertyListSerialization Objective-C class.
static com.jniwrapper.Bool NSPropertyListSerialization.static_propertyList_isValidForFormat(Id plist, NSPropertyListFormat format)
          This method represents the propertyList() method of the NSPropertyListSerialization Objective-C class.
static com.jniwrapper.Pointer.Void NSPropertyListSerialization.static_dataFromPropertyList_format_errorDescription(Id plist, NSPropertyListFormat format, java.lang.String errorString)
          This method represents the dataFromPropertyList() method of the NSPropertyListSerialization Objective-C class.