|
||||||||||
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.NSTextTab
public abstract class NSTextTab
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 |
NSTextTab._class_
|
static class |
NSTextTab._flags_struct
|
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 | |
---|---|
NSTextTab()
|
Method Summary | |
---|---|
abstract NSObject |
alignment()
Original signature : -(id)alignment native declaration : NSParagraphStyle.h:70 |
static NSTextTab |
alloc()
|
static NSTextTab |
createWithType_location(int type,
org.rococoa.cocoa.CGFloat loc)
Factory method |
static NSTextTab._class_ |
getNSClass()
|
abstract NSTextTab |
initWithType_location(int type,
org.rococoa.cocoa.CGFloat loc)
Original signature : -(id)initWithType:(NSTextTabType) location:(CGFloat) native declaration : NSParagraphStyle.h:73 |
abstract org.rococoa.cocoa.CGFloat |
location()
Original signature : -(CGFloat)location native declaration : NSParagraphStyle.h:74 |
static NSTextTab |
new_()
|
abstract NSDictionary |
options()
Original signature : -(NSDictionary*)options native declaration : NSParagraphStyle.h:71 |
abstract int |
tabStopType()
Original signature : -(NSTextTabType)tabStopType native declaration : NSParagraphStyle.h:75 |
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 NSTextTab()
Method Detail |
---|
public abstract NSObject alignment()
-(id)alignment
public abstract NSDictionary options()
-(NSDictionary*)options
public abstract NSTextTab initWithType_location(int type, org.rococoa.cocoa.CGFloat loc)
-(id)initWithType:(NSTextTabType) location:(CGFloat)
type
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSTextTabTypepublic static NSTextTab createWithType_location(int type, org.rococoa.cocoa.CGFloat loc)
initWithType_location(int, org.rococoa.cocoa.CGFloat)
public abstract org.rococoa.cocoa.CGFloat location()
-(CGFloat)location
public abstract int tabStopType()
-(NSTextTabType)tabStopType
public static NSTextTab alloc()
public static NSTextTab new_()
public static NSTextTab._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |