Uses of Class
com.jniwrapper.macosx.cocoa.nsnotificationqueue.NSPostingStyle

Packages that use NSPostingStyle
com.jniwrapper.macosx.cocoa.nsnotificationqueue   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsnotificationqueue with parameters of type NSPostingStyle
 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.enqueueNotification_postingStyle(NSNotification notification, NSPostingStyle postingStyle)
          This method represents the enqueueNotification() method of the NSNotificationQueue Objective-C class.