|
||||||||||
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.appkit.NSTextList
public abstract class NSTextList
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 |
NSTextList._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 | |
---|---|
NSTextList()
|
Method Summary | |
---|---|
static NSTextList |
alloc()
|
static NSTextList |
createWithMarkerFormat_options(NSString format,
NSUInteger mask)
Factory method |
static NSTextList._class_ |
getNSClass()
|
abstract NSTextList |
initWithMarkerFormat_options(NSString format,
NSUInteger mask)
Original signature : -(id)initWithMarkerFormat:(NSString*) options:(NSUInteger) native declaration : NSTextList.h:26 |
abstract NSUInteger |
listOptions()
Original signature : -(NSUInteger)listOptions native declaration : NSTextList.h:28 |
abstract NSString |
markerForItemNumber(NSInteger itemNum)
Original signature : -(NSString*)markerForItemNumber:(NSInteger) native declaration : NSTextList.h:29 |
abstract NSString |
markerFormat()
Original signature : -(NSString*)markerFormat native declaration : NSTextList.h:27 |
static NSTextList |
new_()
|
abstract void |
setStartingItemNumber(NSInteger itemNum)
Original signature : -(void)setStartingItemNumber:(NSInteger) native declaration : NSTextList.h:30 |
abstract NSInteger |
startingItemNumber()
Original signature : -(NSInteger)startingItemNumber native declaration : NSTextList.h:31 |
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 NSTextList()
Method Detail |
---|
public abstract NSTextList initWithMarkerFormat_options(NSString format, NSUInteger mask)
-(id)initWithMarkerFormat:(NSString*) options:(NSUInteger)
public static NSTextList createWithMarkerFormat_options(NSString format, NSUInteger mask)
initWithMarkerFormat_options(org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.foundation.NSUInteger)
public abstract NSString markerFormat()
-(NSString*)markerFormat
public abstract NSUInteger listOptions()
-(NSUInteger)listOptions
public abstract NSString markerForItemNumber(NSInteger itemNum)
-(NSString*)markerForItemNumber:(NSInteger)
public abstract void setStartingItemNumber(NSInteger itemNum)
-(void)setStartingItemNumber:(NSInteger)
public abstract NSInteger startingItemNumber()
-(NSInteger)startingItemNumber
public static NSTextList alloc()
public static NSTextList new_()
public static NSTextList._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |