All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.TextTab
NSTextTab
.
[[NSTextTab
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithType:location:
on a newly allocated object.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- location
Objective-C instance method.
- tabStopType
Objective-C instance method.
public static final int LeftTabStopType
public static final int RightTabStopType
public static final int CenterTabStopType
public static final int DecimalTabStopType
protected TextTab(boolean shouldAllocate, int objcObject)
public TextTab()
[[NSTextTab
alloc] init]
.
public TextTab(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public TextTab(int type, float loc)
- initWithType:location:
on a newly allocated object.
public native float location()
- location
Objective-C instance method.
public native int tabStopType()
- tabStopType
Objective-C instance method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index