Uses of Class
com.jniwrapper.macosx.cocoa.nsapplication.NSApplication

Packages that use NSApplication
com.jniwrapper.macosx.cocoa.nsobject   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSApplication
 com.jniwrapper.Bool NSObject.applicationOpenUntitledFile(NSApplication sender)
           
 void NSObject.application_printFiles(NSApplication sender, NSArray filenames)
          This method represents the application() method of the NSObject Objective-C class.
 NSApplicationTerminateReply NSObject.applicationShouldTerminate(NSApplication sender)
           
 com.jniwrapper.Bool NSObject.applicationShouldOpenUntitledFile(NSApplication sender)
           
 com.jniwrapper.Bool NSObject.application_openFile(NSApplication sender, java.lang.String filename)
          This method represents the application() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.application_printFile(NSApplication sender, java.lang.String filename)
          This method represents the application() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.applicationShouldTerminateAfterLastWindowClosed(NSApplication sender)
           
 com.jniwrapper.Bool NSObject.application_openTempFile(NSApplication sender, java.lang.String filename)
          This method represents the application() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.application_delegateHandlesKey(NSApplication sender, java.lang.String key)
          This method represents the application() method of the NSObject Objective-C class.
 void NSObject.application_openFiles(NSApplication sender, NSArray filenames)
          This method represents the application() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.applicationDockMenu(NSApplication sender)
           
 com.jniwrapper.Bool NSObject.applicationShouldHandleReopen_hasVisibleWindows(NSApplication sender, boolean flag)
          This method represents the applicationShouldHandleReopen() method of the NSObject Objective-C class.