Uses of Class
com.jniwrapper.macosx.cocoa.nsnotification.NSNotification

Packages that use NSNotification
com.jniwrapper.macosx.cocoa.nsclipview   
com.jniwrapper.macosx.cocoa.nsmatrix   
com.jniwrapper.macosx.cocoa.nsmenuview   
com.jniwrapper.macosx.cocoa.nsnotification   
com.jniwrapper.macosx.cocoa.nsnotificationqueue   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nstableview   
com.jniwrapper.macosx.cocoa.nstextfield   
 

Uses of NSNotification in com.jniwrapper.macosx.cocoa.nsclipview
 

Methods in com.jniwrapper.macosx.cocoa.nsclipview with parameters of type NSNotification
 void NSClipView.viewFrameChanged(NSNotification notification)
           
 void NSClipView.viewBoundsChanged(NSNotification notification)
           
 

Uses of NSNotification in com.jniwrapper.macosx.cocoa.nsmatrix
 

Methods in com.jniwrapper.macosx.cocoa.nsmatrix with parameters of type NSNotification
 void NSMatrix.textDidEndEditing(NSNotification notification)
           
 void NSMatrix.textDidBeginEditing(NSNotification notification)
           
 void NSMatrix.textDidChange(NSNotification notification)
           
 

Uses of NSNotification in com.jniwrapper.macosx.cocoa.nsmenuview
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuview with parameters of type NSNotification
 void NSMenuView.itemChanged(NSNotification notification)
           
 void NSMenuView.itemAdded(NSNotification notification)
           
 void NSMenuView.itemRemoved(NSNotification notification)
           
 

Uses of NSNotification in com.jniwrapper.macosx.cocoa.nsnotification
 

Methods in com.jniwrapper.macosx.cocoa.nsnotification that return NSNotification
static NSNotification NSNotification.NSNotification_notificationWithName_object(java.lang.String aName, Id anObject)
          This method represents the notificationWithName static constructor of the NSNotification Objective-C class.
static NSNotification NSNotification.NSNotification_notificationWithName_object_userInfo(java.lang.String aName, Id anObject, NSDictionary aUserInfo)
          This method represents the notificationWithName static constructor of the NSNotification Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nsnotification with parameters of type NSNotification
 void NSNotificationCenter.postNotification(NSNotification notification)
           
 

Uses of NSNotification in com.jniwrapper.macosx.cocoa.nsnotificationqueue
 

Methods in com.jniwrapper.macosx.cocoa.nsnotificationqueue with parameters of type NSNotification
 void NSNotificationQueue.enqueueNotification_postingStyle_coalesceMask_forModes(NSNotification notification, NSPostingStyle postingStyle, com.jniwrapper.UInt16 coalesceMask, NSArray modes)
          This method represents the enqueueNotification() method of the NSNotificationQueue Objective-C class.
 void NSNotificationQueue.dequeueNotificationsMatching_coalesceMask(NSNotification notification, com.jniwrapper.UInt16 coalesceMask)
          This method represents the dequeueNotificationsMatching() method of the NSNotificationQueue Objective-C class.
 void NSNotificationQueue.enqueueNotification_postingStyle(NSNotification notification, NSPostingStyle postingStyle)
          This method represents the enqueueNotification() method of the NSNotificationQueue Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSNotification
 void NSObject.textStorageWillProcessEditing(NSNotification notification)
           
 void NSObject.windowDidExpose(NSNotification notification)
           
 void NSObject.applicationWillUnhide(NSNotification notification)
           
 void NSObject.applicationDidFinishLaunching(NSNotification notification)
           
 void NSObject.outlineViewItemDidCollapse(NSNotification notification)
           
 void NSObject.comboBoxWillDismiss(NSNotification notification)
           
 void NSObject.windowDidResignKey(NSNotification notification)
           
 void NSObject.textViewDidChangeSelection(NSNotification notification)
           
 void NSObject.controlTextDidChange(NSNotification obj)
           
 void NSObject.applicationDidUpdate(NSNotification notification)
           
 void NSObject.browserColumnConfigurationDidChange(NSNotification notification)
           
 void NSObject.windowWillMove(NSNotification notification)
           
 void NSObject.windowDidDeminiaturize(NSNotification notification)
           
 void NSObject.windowWillMiniaturize(NSNotification notification)
           
 void NSObject.outlineViewSelectionIsChanging(NSNotification notification)
           
 void NSObject.outlineViewColumnDidResize(NSNotification notification)
           
 void NSObject.applicationWillTerminate(NSNotification notification)
           
 void NSObject.textDidBeginEditing(NSNotification notification)
           
 void NSObject.drawerWillOpen(NSNotification notification)
           
 void NSObject.textDidChange(NSNotification notification)
           
 void NSObject.applicationWillHide(NSNotification notification)
           
 void NSObject.comboBoxSelectionDidChange(NSNotification notification)
           
 void NSObject.tableViewColumnDidMove(NSNotification notification)
           
 void NSObject.applicationWillBecomeActive(NSNotification notification)
           
 void NSObject.applicationDidChangeScreenParameters(NSNotification notification)
           
 void NSObject.outlineViewItemWillExpand(NSNotification notification)
           
 void NSObject.toolbarWillAddItem(NSNotification notification)
           
 void NSObject.windowDidResignMain(NSNotification notification)
           
 void NSObject.toolbarDidRemoveItem(NSNotification notification)
           
 void NSObject.applicationDidResignActive(NSNotification notification)
           
 void NSObject.controlTextDidBeginEditing(NSNotification obj)
           
 void NSObject.textDidEndEditing(NSNotification notification)
           
 void NSObject.drawerDidOpen(NSNotification notification)
           
 void NSObject.applicationDidHide(NSNotification notification)
           
 void NSObject.textViewDidChangeTypingAttributes(NSNotification notification)
           
 void NSObject.tableViewSelectionDidChange(NSNotification notification)
           
 void NSObject.windowDidChangeScreen(NSNotification notification)
           
 void NSObject.outlineViewSelectionDidChange(NSNotification notification)
           
 void NSObject.windowDidUpdate(NSNotification notification)
           
 void NSObject.applicationWillResignActive(NSNotification notification)
           
 void NSObject.tableViewSelectionIsChanging(NSNotification notification)
           
 void NSObject.comboBoxSelectionIsChanging(NSNotification notification)
           
 void NSObject.windowDidMove(NSNotification notification)
           
 void NSObject.comboBoxWillPopUp(NSNotification notification)
           
 void NSObject.tableViewColumnDidResize(NSNotification notification)
           
 void NSObject.applicationDidUnhide(NSNotification notification)
           
 void NSObject.applicationWillFinishLaunching(NSNotification notification)
           
 void NSObject.outlineViewColumnDidMove(NSNotification notification)
           
 void NSObject.applicationDidBecomeActive(NSNotification notification)
           
 void NSObject.drawerDidClose(NSNotification notification)
           
 void NSObject.textStorageDidProcessEditing(NSNotification notification)
           
 void NSObject.windowWillClose(NSNotification notification)
           
 void NSObject.outlineViewItemDidExpand(NSNotification notification)
           
 void NSObject.outlineViewItemWillCollapse(NSNotification notification)
           
 void NSObject.windowDidResize(NSNotification notification)
           
 void NSObject.windowWillBeginSheet(NSNotification notification)
           
 void NSObject.drawerWillClose(NSNotification notification)
           
 void NSObject.windowDidMiniaturize(NSNotification notification)
           
 void NSObject.splitViewWillResizeSubviews(NSNotification notification)
           
 void NSObject.applicationWillUpdate(NSNotification notification)
           
 void NSObject.windowDidBecomeMain(NSNotification notification)
           
 void NSObject.controlTextDidEndEditing(NSNotification obj)
           
 void NSObject.windowDidBecomeKey(NSNotification notification)
           
 void NSObject.windowDidEndSheet(NSNotification notification)
           
 void NSObject.splitViewDidResizeSubviews(NSNotification notification)
           
 

Uses of NSNotification in com.jniwrapper.macosx.cocoa.nstableview
 

Methods in com.jniwrapper.macosx.cocoa.nstableview with parameters of type NSNotification
 void NSTableView.textDidEndEditing(NSNotification notification)
           
 void NSTableView.textDidBeginEditing(NSNotification notification)
           
 void NSTableView.textDidChange(NSNotification notification)
           
 

Uses of NSNotification in com.jniwrapper.macosx.cocoa.nstextfield
 

Methods in com.jniwrapper.macosx.cocoa.nstextfield with parameters of type NSNotification
 void NSTextField.textDidEndEditing(NSNotification notification)
           
 void NSTextField.textDidChange(NSNotification notification)
           
 void NSTextField.textDidBeginEditing(NSNotification notification)