org.rococoa.cocoa.appkit.categories
Interface NSCellAttributedStringMethods

All Superinterfaces:
ObjCObject

public interface NSCellAttributedStringMethods
extends ObjCObject

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 interface NSCellAttributedStringMethods._static_
           
 
Method Summary
 boolean allowsEditingTextAttributes()
          These methods determine whether the user can modify text attributes and import graphics in a rich cell.
 NSAttributedString attributedStringValue()
          Original signature : -(NSAttributedString*)attributedStringValue
from NSCellAttributedStringMethods native declaration : NSCell.h:345
 boolean importsGraphics()
          Original signature : -(BOOL)importsGraphics
from NSCellAttributedStringMethods native declaration : NSCell.h:350
 void setAllowsEditingTextAttributes(boolean flag)
          If NO, also clears setImportsGraphics:
Original signature : -(void)setAllowsEditingTextAttributes:(BOOL)
from NSCellAttributedStringMethods native declaration : NSCell.h:349
 void setAttributedStringValue(NSAttributedString obj)
          Original signature : -(void)setAttributedStringValue:(NSAttributedString*)
from NSCellAttributedStringMethods native declaration : NSCell.h:346
 void setImportsGraphics(boolean flag)
          If YES, also sets setAllowsEditingTextAttributes:
Original signature : -(void)setImportsGraphics:(BOOL)
from NSCellAttributedStringMethods native declaration : NSCell.h:351
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

attributedStringValue

NSAttributedString attributedStringValue()
Original signature : -(NSAttributedString*)attributedStringValue
from NSCellAttributedStringMethods native declaration : NSCell.h:345


setAttributedStringValue

void setAttributedStringValue(NSAttributedString obj)
Original signature : -(void)setAttributedStringValue:(NSAttributedString*)
from NSCellAttributedStringMethods native declaration : NSCell.h:346


allowsEditingTextAttributes

boolean allowsEditingTextAttributes()
These methods determine whether the user can modify text attributes and import graphics in a rich cell. Note that whatever these flags are, cells can still contain attributed text if programmatically set.
Original signature : -(BOOL)allowsEditingTextAttributes
from NSCellAttributedStringMethods native declaration : NSCell.h:348


setAllowsEditingTextAttributes

void setAllowsEditingTextAttributes(boolean flag)
If NO, also clears setImportsGraphics:
Original signature : -(void)setAllowsEditingTextAttributes:(BOOL)
from NSCellAttributedStringMethods native declaration : NSCell.h:349


importsGraphics

boolean importsGraphics()
Original signature : -(BOOL)importsGraphics
from NSCellAttributedStringMethods native declaration : NSCell.h:350


setImportsGraphics

void setImportsGraphics(boolean flag)
If YES, also sets setAllowsEditingTextAttributes:
Original signature : -(void)setImportsGraphics:(BOOL)
from NSCellAttributedStringMethods native declaration : NSCell.h:351



Copyright © 2009. All Rights Reserved.