org.rococoa.cocoa.foundation
Class NSMutableIndexSet._class_

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject._class_
      extended by org.rococoa.cocoa.foundation.NSIndexSet._class_
          extended by org.rococoa.cocoa.foundation.NSMutableIndexSet._class_
All Implemented Interfaces:
ObjCClass, ObjCObject
Enclosing class:
NSMutableIndexSet

public abstract static class NSMutableIndexSet._class_
extends NSIndexSet._class_


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.rococoa.ObjCClass
ObjCClass._Class
 
Field Summary
 
Fields inherited from interface org.rococoa.ObjCClass
CLASS
 
Constructor Summary
NSMutableIndexSet._class_()
           
 
Method Summary
abstract  NSMutableIndexSet alloc()
          native declaration : NSIndexSet.h:53
Conversion Error : /// Original signature : +(id)indexSetWithIndexesInRange:()
+ (id)indexSetWithIndexesInRange:(null)range; (Argument range cannot be converted)
abstract  NSMutableIndexSet new_()
           
 
Methods inherited from class org.rococoa.cocoa.foundation.NSIndexSet._class_
indexSet, indexSetWithIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Constructor Detail

NSMutableIndexSet._class_

public NSMutableIndexSet._class_()
Method Detail

alloc

public abstract NSMutableIndexSet alloc()
Description copied from class: NSIndexSet._class_
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 NSIndexSet._class_

new_

public abstract NSMutableIndexSet new_()
Specified by:
new_ in class NSIndexSet._class_


Copyright © 2012. All Rights Reserved.