|
||||||||||
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.NSIndexSet
org.rococoa.cocoa.foundation.NSMutableIndexSet
public abstract class NSMutableIndexSet
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 |
NSMutableIndexSet._class_
|
Field Summary |
---|
Fields inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
CLASS |
Constructor Summary | |
---|---|
NSMutableIndexSet()
|
Method Summary | |
---|---|
abstract void |
addIndex(NSUInteger value)
Original signature : -(void)addIndex:(NSUInteger) native declaration : NSIndexSet.h:112 |
abstract void |
addIndexes(NSIndexSet indexSet)
Original signature : -(void)addIndexes:(NSIndexSet*) native declaration : NSIndexSet.h:109 |
static NSMutableIndexSet |
alloc()
|
static NSMutableIndexSet._class_ |
getNSClass()
|
static NSMutableIndexSet |
new_()
|
abstract void |
removeAllIndexes()
Original signature : -(void)removeAllIndexes native declaration : NSIndexSet.h:111 |
abstract void |
removeIndex(NSUInteger value)
Original signature : -(void)removeIndex:(NSUInteger) native declaration : NSIndexSet.h:113 |
abstract void |
removeIndexes(NSIndexSet indexSet)
Original signature : -(void)removeIndexes:(NSIndexSet*) native declaration : NSIndexSet.h:110 |
abstract void |
shiftIndexesStartingAtIndex_by(NSUInteger index,
NSInteger delta)
For a positive delta, shifts the indexes in [index, INT_MAX] to the right, thereby inserting an "empty space" [index, delta], for a negative delta, shifts the indexes in [index, INT_MAX] to the left, thereby deleting the indexes in the range [index - delta, delta]. |
Methods inherited from class org.rococoa.cocoa.foundation.NSIndexSet |
---|
containsIndex, containsIndexes, count, create, createWithIndex, createWithIndexSet, firstIndex, indexGreaterThanIndex, indexGreaterThanOrEqualToIndex, indexLessThanIndex, indexLessThanOrEqualToIndex, indexSet, indexSetWithIndex, init, initWithIndex, initWithIndexSet, isEqualToIndexSet, lastIndex |
Methods inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
description, isKindOfClass, isKindOfClass, release, retain, retainCount |
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 |
---|
public NSMutableIndexSet()
Method Detail |
---|
public abstract void addIndexes(NSIndexSet indexSet)
-(void)addIndexes:(NSIndexSet*)
public abstract void removeIndexes(NSIndexSet indexSet)
-(void)removeIndexes:(NSIndexSet*)
public abstract void removeAllIndexes()
-(void)removeAllIndexes
public abstract void addIndex(NSUInteger value)
-(void)addIndex:(NSUInteger)
public abstract void removeIndex(NSUInteger value)
-(void)removeIndex:(NSUInteger)
public abstract void shiftIndexesStartingAtIndex_by(NSUInteger index, NSInteger delta)
-(void)shiftIndexesStartingAtIndex:(NSUInteger) by:(NSInteger)
public static NSMutableIndexSet alloc()
public static NSMutableIndexSet new_()
public static NSMutableIndexSet._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |