|
||||||||||
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.NSIndexPath
public abstract class NSIndexPath
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 |
NSIndexPath._class_
|
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.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSIndexPath()
|
Method Summary | |
---|---|
static NSIndexPath |
alloc()
|
abstract NSObject |
compare(NSIndexPath otherObject)
comparison support sorting an array of indexPaths using this comparison results in an array representing nodes in depth-first traversal order Original signature : -(id)compare:(NSIndexPath*) native declaration : NSIndexPath.h:33 |
static NSIndexPath |
createWithIndex(NSUInteger index)
Factory method |
static NSIndexPath |
createWithIndexes_length(NativeSizeByReference indexes,
NSUInteger length)
Factory method |
abstract void |
getIndexes(NativeSizeByReference indexes)
Original signature : -(void)getIndexes:(NSUInteger*) native declaration : NSIndexPath.h:30 |
static NSIndexPath._class_ |
getNSClass()
|
abstract NSUInteger |
indexAtPosition(NSUInteger position)
Original signature : -(NSUInteger)indexAtPosition:(NSUInteger) native declaration : NSIndexPath.h:27 |
abstract NSIndexPath |
indexPathByAddingIndex(NSUInteger index)
Original signature : -(NSIndexPath*)indexPathByAddingIndex:(NSUInteger) native declaration : NSIndexPath.h:24 |
abstract NSIndexPath |
indexPathByRemovingLastIndex()
Original signature : -(NSIndexPath*)indexPathByRemovingLastIndex native declaration : NSIndexPath.h:25 |
static NSIndexPath |
indexPathWithIndex(NSUInteger index)
Original signature : +(id)indexPathWithIndex:(NSUInteger) native declaration : NSIndexPath.h:18 |
static NSIndexPath |
indexPathWithIndexes_length(NativeSizeByReference indexes,
NSUInteger length)
Original signature : +(id)indexPathWithIndexes:(NSUInteger*) length:(NSUInteger) native declaration : NSIndexPath.h:19 |
abstract NSIndexPath |
initWithIndex(NSUInteger index)
Original signature : -(id)initWithIndex:(NSUInteger) native declaration : NSIndexPath.h:21 |
abstract NSIndexPath |
initWithIndexes_length(NativeSizeByReference indexes,
NSUInteger length)
designated initializer Original signature : -(id)initWithIndexes:(NSUInteger*) length:(NSUInteger) native declaration : NSIndexPath.h:22 |
abstract NSUInteger |
length()
Original signature : -(NSUInteger)length native declaration : NSIndexPath.h:28 |
static NSIndexPath |
new_()
|
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.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
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 NSIndexPath()
Method Detail |
---|
public static NSIndexPath indexPathWithIndex(NSUInteger index)
+(id)indexPathWithIndex:(NSUInteger)
public static NSIndexPath indexPathWithIndexes_length(NativeSizeByReference indexes, NSUInteger length)
+(id)indexPathWithIndexes:(NSUInteger*) length:(NSUInteger)
public abstract NSIndexPath initWithIndex(NSUInteger index)
-(id)initWithIndex:(NSUInteger)
public static NSIndexPath createWithIndex(NSUInteger index)
initWithIndex(org.rococoa.cocoa.foundation.NSUInteger)
public abstract NSIndexPath initWithIndexes_length(NativeSizeByReference indexes, NSUInteger length)
-(id)initWithIndexes:(NSUInteger*) length:(NSUInteger)
public static NSIndexPath createWithIndexes_length(NativeSizeByReference indexes, NSUInteger length)
initWithIndexes_length(com.ochafik.lang.jnaerator.runtime.NativeSizeByReference, org.rococoa.cocoa.foundation.NSUInteger)
public abstract NSIndexPath indexPathByAddingIndex(NSUInteger index)
-(NSIndexPath*)indexPathByAddingIndex:(NSUInteger)
public abstract NSIndexPath indexPathByRemovingLastIndex()
-(NSIndexPath*)indexPathByRemovingLastIndex
public abstract NSUInteger indexAtPosition(NSUInteger position)
-(NSUInteger)indexAtPosition:(NSUInteger)
public abstract NSUInteger length()
-(NSUInteger)length
public abstract void getIndexes(NativeSizeByReference indexes)
-(void)getIndexes:(NSUInteger*)
public abstract NSObject compare(NSIndexPath otherObject)
-(id)compare:(NSIndexPath*)
public static NSIndexPath alloc()
public static NSIndexPath new_()
public static NSIndexPath._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |