|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSSortDescriptor
public abstract class NSSortDescriptor
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSSortDescriptor._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSSortDescriptor()
|
Method Summary | |
---|---|
static NSSortDescriptor |
alloc()
|
abstract boolean |
ascending()
Original signature : -(BOOL)ascending native declaration : NSSortDescriptor.h:30 |
abstract NSObject |
compareObject_toObject(ObjCObject object1,
ObjCObject object2)
primitive - override this method if you want to perform comparisons differently (not key based for example) Original signature : -(id)compareObject:(id) toObject:(id) native declaration : NSSortDescriptor.h:40 |
static NSSortDescriptor |
createWithKey_ascending_selector(NSString key,
boolean ascending,
Selector selector)
Factory method |
static NSSortDescriptor |
createWithKey_ascending(NSString key,
boolean ascending)
Factory method |
static NSSortDescriptor._class_ |
getNSClass()
|
abstract 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 |
initWithKey_ascending(NSString key,
boolean ascending)
keys may be key paths Original signature : -(id)initWithKey:(NSString*) ascending:(BOOL) native declaration : NSSortDescriptor.h:26 |
abstract NSString |
key()
Original signature : -(NSString*)key native declaration : NSSortDescriptor.h:29 |
static NSSortDescriptor |
new_()
|
abstract 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 |
abstract Selector |
selector()
Original signature : -(SEL)selector native declaration : NSSortDescriptor.h:31 |
static NSSortDescriptor |
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 |
sortDescriptorWithKey_ascending(NSString key,
boolean ascending)
Original signature : +(id)sortDescriptorWithKey:(NSString*) ascending:(BOOL) native declaration : NSSortDescriptor.h:22 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSSortDescriptor()
Method Detail |
---|
public static NSSortDescriptor sortDescriptorWithKey_ascending(NSString key, boolean ascending)
+(id)sortDescriptorWithKey:(NSString*) ascending:(BOOL)
public static NSSortDescriptor sortDescriptorWithKey_ascending_selector(NSString key, boolean ascending, Selector selector)
+(id)sortDescriptorWithKey:(NSString*) ascending:(BOOL) selector:(SEL)
public abstract NSSortDescriptor initWithKey_ascending(NSString key, boolean ascending)
-(id)initWithKey:(NSString*) ascending:(BOOL)
public static NSSortDescriptor createWithKey_ascending(NSString key, boolean ascending)
initWithKey_ascending(org.rococoa.cocoa.foundation.NSString, boolean)
public abstract NSSortDescriptor initWithKey_ascending_selector(NSString key, boolean ascending, Selector selector)
-(id)initWithKey:(NSString*) ascending:(BOOL) selector:(SEL)
public static NSSortDescriptor createWithKey_ascending_selector(NSString key, boolean ascending, Selector selector)
initWithKey_ascending_selector(org.rococoa.cocoa.foundation.NSString, boolean, org.rococoa.Selector)
public abstract NSString key()
-(NSString*)key
public abstract boolean ascending()
-(BOOL)ascending
public abstract Selector selector()
-(SEL)selector
public abstract NSObject compareObject_toObject(ObjCObject object1, ObjCObject object2)
-(id)compareObject:(id) toObject:(id)
public abstract NSSortDescriptor reversedSortDescriptor()
-(id)reversedSortDescriptor
public static NSSortDescriptor alloc()
public static NSSortDescriptor new_()
public static NSSortDescriptor._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |