|
||||||||||
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.NSTextBlock
org.rococoa.cocoa.appkit.NSTextTableBlock
public abstract class NSTextTableBlock
NSTextTableBlock is a subclass of NSTextBlock used for a block that appears as a cell in a text table.
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 |
NSTextTableBlock._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 | |
---|---|
NSTextTableBlock()
|
Method Summary | |
---|---|
static NSTextTableBlock |
alloc()
|
abstract NSInteger |
columnSpan()
Original signature : -(NSInteger)columnSpan native declaration : NSTextTable.h:131 |
static NSTextTableBlock |
createWithTable_startingRow_rowSpan_startingColumn_columnSpan(NSTextTable table,
NSInteger row,
NSInteger rowSpan,
NSInteger col,
NSInteger colSpan)
Factory method |
static NSTextTableBlock._class_ |
getNSClass()
|
abstract NSTextTableBlock |
initWithTable_startingRow_rowSpan_startingColumn_columnSpan(NSTextTable table,
NSInteger row,
NSInteger rowSpan,
NSInteger col,
NSInteger colSpan)
Designated initializer Original signature : -(id)initWithTable:(NSTextTable*) startingRow:(NSInteger) rowSpan:(NSInteger) startingColumn:(NSInteger) columnSpan:(NSInteger) native declaration : NSTextTable.h:124 |
static NSTextTableBlock |
new_()
|
abstract NSInteger |
rowSpan()
Original signature : -(NSInteger)rowSpan native declaration : NSTextTable.h:129 |
abstract NSInteger |
startingColumn()
Original signature : -(NSInteger)startingColumn native declaration : NSTextTable.h:130 |
abstract NSInteger |
startingRow()
Original signature : -(NSInteger)startingRow native declaration : NSTextTable.h:128 |
abstract NSTextTable |
table()
These methods determine the block's role in its enclosing table. |
Methods inherited from class org.rococoa.cocoa.appkit.NSTextBlock |
---|
backgroundColor, contentWidth, contentWidthValueType, create, init, setBackgroundColor, setBorderColor, setContentWidth_type, setValue_type_forDimension, setVerticalAlignment, setWidth_type_forLayer, valueForDimension, valueTypeForDimension, verticalAlignment |
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 NSTextTableBlock()
Method Detail |
---|
public abstract NSTextTableBlock initWithTable_startingRow_rowSpan_startingColumn_columnSpan(NSTextTable table, NSInteger row, NSInteger rowSpan, NSInteger col, NSInteger colSpan)
-(id)initWithTable:(NSTextTable*) startingRow:(NSInteger) rowSpan:(NSInteger) startingColumn:(NSInteger) columnSpan:(NSInteger)
public static NSTextTableBlock createWithTable_startingRow_rowSpan_startingColumn_columnSpan(NSTextTable table, NSInteger row, NSInteger rowSpan, NSInteger col, NSInteger colSpan)
initWithTable_startingRow_rowSpan_startingColumn_columnSpan(org.rococoa.cocoa.appkit.NSTextTable, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger)
public abstract NSTextTable table()
-(NSTextTable*)table
public abstract NSInteger startingRow()
-(NSInteger)startingRow
public abstract NSInteger rowSpan()
-(NSInteger)rowSpan
public abstract NSInteger startingColumn()
-(NSInteger)startingColumn
public abstract NSInteger columnSpan()
-(NSInteger)columnSpan
public static NSTextTableBlock alloc()
public static NSTextTableBlock new_()
public static NSTextTableBlock._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |