|
||||||||||
| 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.NSTextTable
public abstract class NSTextTable
NSTextTable represents a table as a whole.
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 |
NSTextTable._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 | |
|---|---|
NSTextTable()
|
|
| Method Summary | |
|---|---|
static NSTextTable |
alloc()
native declaration : NSTextTable.h:157 Conversion Error : /// Original signature : -(void)drawBackgroundForBlock:(NSTextTableBlock*) withFrame:() inView:(NSView*) characterRange:() layoutManager:(NSLayoutManager*)- (void)drawBackgroundForBlock:(NSTextTableBlock*)block withFrame:(null)frameRect inView:(NSView*)controlView characterRange:(null)charRange layoutManager:(NSLayoutManager*)layoutManager; (Argument frameRect cannot be converted) |
abstract boolean |
collapsesBorders()
Original signature : -(BOOL)collapsesBordersnative declaration : NSTextTable.h:149 |
static NSTextTable._class_ |
getNSClass()
|
abstract boolean |
hidesEmptyCells()
Original signature : -(BOOL)hidesEmptyCellsnative declaration : NSTextTable.h:151 |
abstract int |
layoutAlgorithm()
Original signature : -(NSTextTableLayoutAlgorithm)layoutAlgorithmnative declaration : NSTextTable.h:147 |
static NSTextTable |
new_()
|
abstract NSUInteger |
numberOfColumns()
These methods control the basic parameters of the table. |
abstract void |
setCollapsesBorders(boolean flag)
Original signature : -(void)setCollapsesBorders:(BOOL)native declaration : NSTextTable.h:150 |
abstract void |
setHidesEmptyCells(boolean flag)
Original signature : -(void)setHidesEmptyCells:(BOOL)native declaration : NSTextTable.h:152 |
abstract void |
setLayoutAlgorithm(int algorithm)
Original signature : -(void)setLayoutAlgorithm:(NSTextTableLayoutAlgorithm)native declaration : NSTextTable.h:148 |
abstract void |
setNumberOfColumns(NSUInteger numCols)
Original signature : -(void)setNumberOfColumns:(NSUInteger)native declaration : NSTextTable.h:146 |
| 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 NSTextTable()
| Method Detail |
|---|
public abstract NSUInteger numberOfColumns()
-(NSUInteger)numberOfColumns
public abstract void setNumberOfColumns(NSUInteger numCols)
-(void)setNumberOfColumns:(NSUInteger)
public abstract int layoutAlgorithm()
-(NSTextTableLayoutAlgorithm)layoutAlgorithm
public abstract void setLayoutAlgorithm(int algorithm)
-(void)setLayoutAlgorithm:(NSTextTableLayoutAlgorithm)
algorithm - @see org.rococoa.cocoa.appkit.AppKitLibrary#NSTextTableLayoutAlgorithmpublic abstract boolean collapsesBorders()
-(BOOL)collapsesBorders
public abstract void setCollapsesBorders(boolean flag)
-(void)setCollapsesBorders:(BOOL)
public abstract boolean hidesEmptyCells()
-(BOOL)hidesEmptyCells
public abstract void setHidesEmptyCells(boolean flag)
-(void)setHidesEmptyCells:(BOOL)
public static NSTextTable alloc()
-(void)drawBackgroundForBlock:(NSTextTableBlock*) withFrame:() inView:(NSView*) characterRange:() layoutManager:(NSLayoutManager*)
public static NSTextTable new_()
public static NSTextTable._class_ getNSClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||