Uses of Class
org.rococoa.cocoa.foundation.NSNotification

Packages that use NSNotification
org.rococoa.cocoa.appkit   
org.rococoa.cocoa.appkit.categories   
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
 

Uses of NSNotification in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSNotification
abstract  void NSMenuView.itemAdded(NSNotification notification)
          Original signature : -(void)itemAdded:(NSNotification*)
native declaration : NSMenuView.h:64
abstract  void NSMenuView.itemChanged(NSNotification notification)
          Original signature : -(void)itemChanged:(NSNotification*)
native declaration : NSMenuView.h:63
abstract  void NSMenuView.itemRemoved(NSNotification notification)
          Original signature : -(void)itemRemoved:(NSNotification*)
native declaration : NSMenuView.h:65
abstract  void NSTextField.textDidBeginEditing(NSNotification notification)
          Original signature : -(void)textDidBeginEditing:(NSNotification*)
native declaration : NSTextField.h:41
abstract  void NSMatrix.textDidBeginEditing(NSNotification notification)
          Original signature : -(void)textDidBeginEditing:(NSNotification*)
native declaration : NSMatrix.h:199
abstract  void NSTextField.textDidChange(NSNotification notification)
          Original signature : -(void)textDidChange:(NSNotification*)
native declaration : NSTextField.h:43
abstract  void NSMatrix.textDidChange(NSNotification notification)
          Original signature : -(void)textDidChange:(NSNotification*)
native declaration : NSMatrix.h:201
abstract  void NSTextField.textDidEndEditing(NSNotification notification)
          Original signature : -(void)textDidEndEditing:(NSNotification*)
native declaration : NSTextField.h:42
abstract  void NSMatrix.textDidEndEditing(NSNotification notification)
          Original signature : -(void)textDidEndEditing:(NSNotification*)
native declaration : NSMatrix.h:200
abstract  void NSClipView.viewBoundsChanged(NSNotification notification)
          Original signature : -(void)viewBoundsChanged:(NSNotification*)
native declaration : NSClipView.h:54
abstract  void NSClipView.viewFrameChanged(NSNotification notification)
          Original signature : -(void)viewFrameChanged:(NSNotification*)
native declaration : NSClipView.h:53
 

Uses of NSNotification in org.rococoa.cocoa.appkit.categories
 

Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSNotification
 void NSControlSubclassNotifications.controlTextDidBeginEditing(NSNotification obj)
          Original signature : -(void)controlTextDidBeginEditing:(NSNotification*)
from NSControlSubclassNotifications native declaration : NSControl.h:108
 void NSControlSubclassNotifications.controlTextDidChange(NSNotification obj)
          Original signature : -(void)controlTextDidChange:(NSNotification*)
from NSControlSubclassNotifications native declaration : NSControl.h:110
 void NSControlSubclassNotifications.controlTextDidEndEditing(NSNotification obj)
          Original signature : -(void)controlTextDidEndEditing:(NSNotification*)
from NSControlSubclassNotifications native declaration : NSControl.h:109
 

Uses of NSNotification in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSNotification
static NSNotification NSNotification.alloc()
           
abstract  NSNotification NSNotification._class_.alloc()
           
static NSNotification NSNotification.new_()
           
abstract  NSNotification NSNotification._class_.new_()
           
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSNotification
abstract  void NSNotificationQueue.dequeueNotificationsMatching_coalesceMask(NSNotification notification, NSUInteger coalesceMask)
          Original signature : -(void)dequeueNotificationsMatching:(NSNotification*) coalesceMask:(NSUInteger)
native declaration : NSNotificationQueue.h:40
abstract  void NSNotificationQueue.enqueueNotification_postingStyle_coalesceMask_forModes(NSNotification notification, int postingStyle, NSUInteger coalesceMask, NSArray modes)
          Original signature : -(void)enqueueNotification:(NSNotification*) postingStyle:(NSPostingStyle) coalesceMask:(NSUInteger) forModes:(NSArray*)
native declaration : NSNotificationQueue.h:38
abstract  void NSNotificationQueue.enqueueNotification_postingStyle(NSNotification notification, int postingStyle)
          Original signature : -(void)enqueueNotification:(NSNotification*) postingStyle:(NSPostingStyle)
native declaration : NSNotificationQueue.h:37
 

Uses of NSNotification in org.rococoa.cocoa.foundation.categories
 

Methods in org.rococoa.cocoa.foundation.categories that return NSNotification
 NSNotification NSNotificationCreation._static_.notificationWithName_object_userInfo(NSString aName, ObjCObject anObject, NSDictionary aUserInfo)
          Original signature : +(id)notificationWithName:(NSString*) object:(id) userInfo:(NSDictionary*)
from NSNotificationCreation native declaration : NSNotification.h:23
 NSNotification NSNotificationCreation._static_.notificationWithName_object(NSString aName, ObjCObject anObject)
          Original signature : +(id)notificationWithName:(NSString*) object:(id)
from NSNotificationCreation native declaration : NSNotification.h:22
 



Copyright © 2009. All Rights Reserved.