Uses of Class
com.jniwrapper.macosx.cocoa.nsurl.NSURL

Packages that use NSURL
com.jniwrapper.macosx.cocoa.nsapplescript   
com.jniwrapper.macosx.cocoa.nsarray   
com.jniwrapper.macosx.cocoa.nsattributedstring   
com.jniwrapper.macosx.cocoa.nsdata   
com.jniwrapper.macosx.cocoa.nsdictionary   
com.jniwrapper.macosx.cocoa.nsdocument   
com.jniwrapper.macosx.cocoa.nsdocumentcontroller   
com.jniwrapper.macosx.cocoa.nsdragging   
com.jniwrapper.macosx.cocoa.nshttpcookie   
com.jniwrapper.macosx.cocoa.nshttpcookiestorage   
com.jniwrapper.macosx.cocoa.nsimage   
com.jniwrapper.macosx.cocoa.nsimagerep   
com.jniwrapper.macosx.cocoa.nsmovie   
com.jniwrapper.macosx.cocoa.nsnib   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nssavepanel   
com.jniwrapper.macosx.cocoa.nssound   
com.jniwrapper.macosx.cocoa.nsspeechsynthesizer   
com.jniwrapper.macosx.cocoa.nsstring   
com.jniwrapper.macosx.cocoa.nsurl   
com.jniwrapper.macosx.cocoa.nsurlhandle   
com.jniwrapper.macosx.cocoa.nsurlrequest   
com.jniwrapper.macosx.cocoa.nsurlresponse   
com.jniwrapper.macosx.cocoa.nsworkspace   
com.jniwrapper.macosx.cocoa.nsxmlparser   
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsapplescript
 

Methods in com.jniwrapper.macosx.cocoa.nsapplescript with parameters of type NSURL
 Id NSAppleScript.initWithContentsOfURL_error(NSURL url, NSDictionary errorInfo)
          This method represents the initWithContentsOfURL() method of the NSAppleScript Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsarray
 

Methods in com.jniwrapper.macosx.cocoa.nsarray with parameters of type NSURL
static NSArray NSArray.NSArray_arrayWithContentsOfURL(NSURL url)
          This method represents the arrayWithContentsOfURL static constructor of the NSArray Objective-C class.
 Id NSArray.initWithContentsOfURL(NSURL url)
           
 com.jniwrapper.Bool NSArray.writeToURL_atomically(NSURL url, boolean atomically)
          This method represents the writeToURL() method of the NSArray Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsattributedstring
 

Methods in com.jniwrapper.macosx.cocoa.nsattributedstring with parameters of type NSURL
 com.jniwrapper.Bool NSMutableAttributedString.readFromURL_options_documentAttributes(NSURL url, NSDictionary options, NSDictionary dict)
          This method represents the readFromURL() method of the NSMutableAttributedString Objective-C class.
 Id NSAttributedString.initWithHTML_baseURL_documentAttributes(NSData data, NSURL base, NSDictionary dict)
          This method represents the initWithHTML() method of the NSAttributedString Objective-C class.
 Id NSAttributedString.initWithURL_documentAttributes(NSURL url, NSDictionary dict)
          This method represents the initWithURL() method of the NSAttributedString Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsdata
 

Methods in com.jniwrapper.macosx.cocoa.nsdata with parameters of type NSURL
static NSData NSData.NSData_dataWithContentsOfURL(NSURL url)
          This method represents the dataWithContentsOfURL static constructor of the NSData Objective-C class.
 Id NSData.initWithContentsOfURL(NSURL url)
           
 com.jniwrapper.Bool NSData.writeToURL_atomically(NSURL url, boolean atomically)
          This method represents the writeToURL() method of the NSData Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsdictionary
 

Methods in com.jniwrapper.macosx.cocoa.nsdictionary with parameters of type NSURL
static NSDictionary NSDictionary.NSDictionary_dictionaryWithContentsOfURL(NSURL url)
          This method represents the dictionaryWithContentsOfURL static constructor of the NSDictionary Objective-C class.
 Id NSDictionary.initWithContentsOfURL(NSURL url)
           
 com.jniwrapper.Bool NSDictionary.writeToURL_atomically(NSURL url, boolean atomically)
          This method represents the writeToURL() method of the NSDictionary Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsdocument
 

Methods in com.jniwrapper.macosx.cocoa.nsdocument with parameters of type NSURL
 com.jniwrapper.Bool NSDocument.readFromURL_ofType(NSURL url, java.lang.String type)
          This method represents the readFromURL() method of the NSDocument Objective-C class.
 com.jniwrapper.Bool NSDocument.writeToURL_ofType(NSURL url, java.lang.String type)
          This method represents the writeToURL() method of the NSDocument Objective-C class.
 Id NSDocument.initWithContentsOfURL_ofType(NSURL url, java.lang.String fileType)
          This method represents the initWithContentsOfURL() method of the NSDocument Objective-C class.
 com.jniwrapper.Bool NSDocument.revertToSavedFromURL_ofType(NSURL url, java.lang.String type)
          This method represents the revertToSavedFromURL() method of the NSDocument Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsdocumentcontroller
 

Methods in com.jniwrapper.macosx.cocoa.nsdocumentcontroller with parameters of type NSURL
 void NSDocumentController.noteNewRecentDocumentURL(NSURL url)
           
 Id NSDocumentController.openDocumentWithContentsOfURL_display(NSURL url, boolean display)
          This method represents the openDocumentWithContentsOfURL() method of the NSDocumentController Objective-C class.
 Id NSDocumentController.makeDocumentWithContentsOfURL_ofType(NSURL url, java.lang.String type)
          This method represents the makeDocumentWithContentsOfURL() method of the NSDocumentController Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsdragging
 

Methods in com.jniwrapper.macosx.cocoa.nsdragging with parameters of type NSURL
 com.jniwrapper.Pointer.Void NSDraggingInfoProtocol.namesOfPromisedFilesDroppedAtDestination(NSURL dropDestination)
           
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nshttpcookie
 

Methods in com.jniwrapper.macosx.cocoa.nshttpcookie with parameters of type NSURL
static com.jniwrapper.Pointer.Void NSHTTPCookie.static_cookiesWithResponseHeaderFields_forURL(NSDictionary headerFields, NSURL URL)
          This method represents the cookiesWithResponseHeaderFields() method of the NSHTTPCookie Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nshttpcookiestorage
 

Methods in com.jniwrapper.macosx.cocoa.nshttpcookiestorage with parameters of type NSURL
 com.jniwrapper.Pointer.Void NSHTTPCookieStorage.cookiesForURL(NSURL URL)
           
 void NSHTTPCookieStorage.setCookies_forURL_mainDocumentURL(NSArray cookies, NSURL URL, NSURL mainDocumentURL)
          This method represents the setCookies() method of the NSHTTPCookieStorage Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsimage
 

Methods in com.jniwrapper.macosx.cocoa.nsimage with parameters of type NSURL
 Id NSImage.initByReferencingURL(NSURL url)
           
 Id NSImage.initWithContentsOfURL(NSURL url)
           
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsimagerep
 

Methods in com.jniwrapper.macosx.cocoa.nsimagerep with parameters of type NSURL
static NSImageRep NSImageRep.NSImageRep_imageRepWithContentsOfURL(NSURL url)
          This method represents the imageRepWithContentsOfURL static constructor of the NSImageRep Objective-C class.
static com.jniwrapper.Pointer.Void NSImageRep.static_imageRepsWithContentsOfURL(NSURL url)
           
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsmovie
 

Methods in com.jniwrapper.macosx.cocoa.nsmovie with parameters of type NSURL
 Id NSMovie.initWithURL_byReference(NSURL url, boolean byRef)
          This method represents the initWithURL() method of the NSMovie Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsnib
 

Methods in com.jniwrapper.macosx.cocoa.nsnib with parameters of type NSURL
 Id NSNib.initWithContentsOfURL(NSURL nibFileURL)
           
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSURL
 com.jniwrapper.Pointer.Void NSObject.namesOfPromisedFilesDroppedAtDestination(NSURL dropDestination)
           
 void NSObject.URLResourceDidFinishLoading(NSURL sender)
           
 void NSObject.URL_resourceDidFailLoadingWithReason(NSURL sender, java.lang.String reason)
          This method represents the URL() method of the NSObject Objective-C class.
 void NSObject.URLResourceDidCancelLoading(NSURL sender)
           
 void NSObject.URL_resourceDataDidBecomeAvailable(NSURL sender, NSData newBytes)
          This method represents the URL() method of the NSObject Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nssavepanel
 

Methods in com.jniwrapper.macosx.cocoa.nssavepanel with parameters of type NSURL
 void NSSavePanel.setDirectoryURL(NSURL url)
           
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nssound
 

Methods in com.jniwrapper.macosx.cocoa.nssound with parameters of type NSURL
 Id NSSound.initWithContentsOfURL_byReference(NSURL url, boolean byRef)
          This method represents the initWithContentsOfURL() method of the NSSound Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsspeechsynthesizer
 

Methods in com.jniwrapper.macosx.cocoa.nsspeechsynthesizer with parameters of type NSURL
 com.jniwrapper.Bool NSSpeechSynthesizer.startSpeakingString_toURL(java.lang.String string, NSURL url)
          This method represents the startSpeakingString() method of the NSSpeechSynthesizer Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsstring
 

Methods in com.jniwrapper.macosx.cocoa.nsstring with parameters of type NSURL
static NSString NSString.NSString_stringWithContentsOfURL(NSURL url)
          This method represents the stringWithContentsOfURL static constructor of the NSString Objective-C class.
 Id NSString.initWithContentsOfURL(NSURL url)
           
 com.jniwrapper.Bool NSString.writeToURL_atomically(NSURL url, boolean atomically)
          This method represents the writeToURL() method of the NSString Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsurl
 

Methods in com.jniwrapper.macosx.cocoa.nsurl that return NSURL
static NSURL NSURL.NSURL_URLWithString(java.lang.String URLString)
          This method represents the URLWithString static constructor of the NSURL Objective-C class.
static NSURL NSURL.NSURL_fileURLWithPath(java.lang.String path)
          This method represents the fileURLWithPath static constructor of the NSURL Objective-C class.
static NSURL NSURL.NSURL_URLWithString_relativeToURL(java.lang.String URLString, NSURL baseURL)
          This method represents the URLWithString static constructor of the NSURL Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nsurl with parameters of type NSURL
static NSURL NSURL.NSURL_URLWithString_relativeToURL(java.lang.String URLString, NSURL baseURL)
          This method represents the URLWithString static constructor of the NSURL Objective-C class.
 void NSURL.initWithString_relativeToURL(java.lang.String URLString, NSURL baseURL)
          This method represents the initWithString() method of the NSURL Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsurlhandle
 

Methods in com.jniwrapper.macosx.cocoa.nsurlhandle with parameters of type NSURL
 void NSURLHandle.initWithURL_cached(NSURL anURL, boolean willCache)
          This method represents the initWithURL() method of the NSURLHandle Objective-C class.
static CClass NSURLHandle.static_URLHandleClassForURL(NSURL anURL)
           
static com.jniwrapper.Bool NSURLHandle.static_canInitWithURL(NSURL anURL)
           
static com.jniwrapper.Pointer.Void NSURLHandle.static_cachedHandleForURL(NSURL anURL)
           
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsurlrequest
 

Methods in com.jniwrapper.macosx.cocoa.nsurlrequest with parameters of type NSURL
static NSURLRequest NSURLRequest.NSURLRequest_requestWithURL(NSURL URL)
          This method represents the requestWithURL static constructor of the NSURLRequest Objective-C class.
static NSURLRequest NSURLRequest.NSURLRequest_requestWithURL_cachePolicy_timeoutInterval(NSURL URL, NSURLRequestCachePolicy cachePolicy, NSTimeInterval timeoutInterval)
          This method represents the requestWithURL static constructor of the NSURLRequest Objective-C class.
 Id NSURLRequest.initWithURL_cachePolicy_timeoutInterval(NSURL URL, NSURLRequestCachePolicy cachePolicy, NSTimeInterval timeoutInterval)
          This method represents the initWithURL() method of the NSURLRequest Objective-C class.
 Id NSURLRequest.initWithURL(NSURL URL)
           
 void NSMutableURLRequest.setMainDocumentURL(NSURL URL)
           
 void NSMutableURLRequest.setURL(NSURL URL)
           
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsurlresponse
 

Methods in com.jniwrapper.macosx.cocoa.nsurlresponse with parameters of type NSURL
 Id NSURLResponse.initWithURL_MIMEType_expectedContentLength_textEncodingName(NSURL URL, java.lang.String MIMEType, com.jniwrapper.Int length, java.lang.String name)
          This method represents the initWithURL() method of the NSURLResponse Objective-C class.
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsworkspace
 

Methods in com.jniwrapper.macosx.cocoa.nsworkspace with parameters of type NSURL
 com.jniwrapper.Bool NSWorkspace.openURL(NSURL url)
           
 

Uses of NSURL in com.jniwrapper.macosx.cocoa.nsxmlparser
 

Methods in com.jniwrapper.macosx.cocoa.nsxmlparser with parameters of type NSURL
 Id NSXMLParser.initWithContentsOfURL(NSURL url)