org.rococoa.cocoa.foundation
Class NSIndexSet._class_
java.lang.Object
org.rococoa.cocoa.foundation.NSObject._class_
org.rococoa.cocoa.foundation.NSIndexSet._class_
- All Implemented Interfaces:
- ObjCClass, ObjCObject
- Direct Known Subclasses:
- NSMutableIndexSet._class_
- Enclosing class:
- NSIndexSet
public abstract static class NSIndexSet._class_
- extends NSObject._class_
Method Summary |
abstract NSIndexSet |
alloc()
native declaration : NSIndexSet.h:53
Conversion Error : /// Original signature : +(id)indexSetWithIndexesInRange:()
+ (id)indexSetWithIndexesInRange:(null)range; (Argument range cannot be converted) |
abstract NSIndexSet |
indexSet()
Original signature : +(id)indexSet
native declaration : NSIndexSet.h:51 |
abstract NSIndexSet |
indexSetWithIndex(NSUInteger value)
Original signature : +(id)indexSetWithIndex:(NSUInteger)
native declaration : NSIndexSet.h:52 |
abstract NSIndexSet |
new_()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NSIndexSet._class_
public NSIndexSet._class_()
indexSet
public abstract NSIndexSet indexSet()
- Original signature :
+(id)indexSet
native declaration : NSIndexSet.h:51
indexSetWithIndex
public abstract NSIndexSet indexSetWithIndex(NSUInteger value)
- Original signature :
+(id)indexSetWithIndex:(NSUInteger)
native declaration : NSIndexSet.h:52
alloc
public abstract NSIndexSet alloc()
- native declaration : NSIndexSet.h:53
Conversion Error : /// Original signature : +(id)indexSetWithIndexesInRange:()
+ (id)indexSetWithIndexesInRange:(null)range; (Argument range cannot be converted)
- Specified by:
alloc
in class NSObject._class_
new_
public abstract NSIndexSet new_()
Copyright © 2012. All Rights Reserved.