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

Packages that use NSSortDescriptor
org.rococoa.cocoa.appkit   
org.rococoa.cocoa.foundation   
 

Uses of NSSortDescriptor in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSSortDescriptor
abstract  NSSortDescriptor NSTableColumn.sortDescriptorPrototype()
          Original signature : -(NSSortDescriptor*)sortDescriptorPrototype
native declaration : NSTableColumn.h:91
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSSortDescriptor
abstract  void NSTableColumn.setSortDescriptorPrototype(NSSortDescriptor sortDescriptor)
          A column is considered sortable if it has a sortDescriptorPrototype.
 

Uses of NSSortDescriptor in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSSortDescriptor
static NSSortDescriptor NSSortDescriptor.alloc()
           
abstract  NSSortDescriptor NSSortDescriptor._class_.alloc()
           
static NSSortDescriptor NSSortDescriptor.createWithKey_ascending_selector(NSString key, boolean ascending, Selector selector)
          Factory method
static NSSortDescriptor NSSortDescriptor.createWithKey_ascending(NSString key, boolean ascending)
          Factory method
abstract  NSSortDescriptor NSSortDescriptor.initWithKey_ascending_selector(NSString key, boolean ascending, Selector selector)
          Original signature : -(id)initWithKey:(NSString*) ascending:(BOOL) selector:(SEL)
native declaration : NSSortDescriptor.h:27
abstract  NSSortDescriptor NSSortDescriptor.initWithKey_ascending(NSString key, boolean ascending)
          keys may be key paths
Original signature : -(id)initWithKey:(NSString*) ascending:(BOOL)
native declaration : NSSortDescriptor.h:26
static NSSortDescriptor NSSortDescriptor.new_()
           
abstract  NSSortDescriptor NSSortDescriptor._class_.new_()
           
abstract  NSSortDescriptor NSSortDescriptor.reversedSortDescriptor()
          primitive - override this method to return a sort descriptor instance with reversed sort order
Original signature : -(id)reversedSortDescriptor
native declaration : NSSortDescriptor.h:41
static NSSortDescriptor NSSortDescriptor.sortDescriptorWithKey_ascending_selector(NSString key, boolean ascending, Selector selector)
          Original signature : +(id)sortDescriptorWithKey:(NSString*) ascending:(BOOL) selector:(SEL)
native declaration : NSSortDescriptor.h:23
abstract  NSSortDescriptor NSSortDescriptor._class_.sortDescriptorWithKey_ascending_selector(NSString key, boolean ascending, Selector selector)
          Original signature : +(id)sortDescriptorWithKey:(NSString*) ascending:(BOOL) selector:(SEL)
native declaration : NSSortDescriptor.h:23
static NSSortDescriptor NSSortDescriptor.sortDescriptorWithKey_ascending(NSString key, boolean ascending)
          Original signature : +(id)sortDescriptorWithKey:(NSString*) ascending:(BOOL)
native declaration : NSSortDescriptor.h:22
abstract  NSSortDescriptor NSSortDescriptor._class_.sortDescriptorWithKey_ascending(NSString key, boolean ascending)
          Original signature : +(id)sortDescriptorWithKey:(NSString*) ascending:(BOOL)
native declaration : NSSortDescriptor.h:22
 



Copyright © 2009. All Rights Reserved.