org.rococoa.cocoa.appkit.categories
Interface NSCellAttributedStringMethods

All Known Implementing Classes:
NSActionCell, NSBrowserCell, NSButtonCell, NSCell, NSComboBoxCell, NSDatePickerCell, NSFormCell, NSImageCell, NSLevelIndicatorCell, NSMenuItemCell, NSPathCell, NSPathComponentCell, NSPopUpButtonCell, NSSearchFieldCell, NSSecureTextFieldCell, NSSegmentedCell, NSSliderCell, NSStepperCell, NSTableHeaderCell, NSTextAttachmentCell, NSTextFieldCell, NSTokenFieldCell

public interface NSCellAttributedStringMethods

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()
           
 boolean importsGraphics()
           
 void setAllowsEditingTextAttributes(boolean flag)
          Original signature : -(void)setAllowsEditingTextAttributes:(BOOL)
If NO, also clears setImportsGraphics:
 void setAttributedStringValue(NSAttributedString obj)
           
 void setImportsGraphics(boolean flag)
          Original signature : -(void)setImportsGraphics:(BOOL)
If YES, also sets setAllowsEditingTextAttributes:
 

Method Detail

attributedStringValue

NSAttributedString attributedStringValue()

setAttributedStringValue

void setAttributedStringValue(NSAttributedString obj)

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


setAllowsEditingTextAttributes

void setAllowsEditingTextAttributes(boolean flag)
Original signature : -(void)setAllowsEditingTextAttributes:(BOOL)
If NO, also clears setImportsGraphics:


importsGraphics

boolean importsGraphics()

setImportsGraphics

void setImportsGraphics(boolean flag)
Original signature : -(void)setImportsGraphics:(BOOL)
If YES, also sets setAllowsEditingTextAttributes: