org.rococoa.cocoa.appkit.categories
Interface NSTextFieldAttributedStringMethods

All Known Implementing Classes:
NSComboBox, NSSearchField, NSSecureTextField, NSTextField, NSTokenField

public interface NSTextFieldAttributedStringMethods

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 NSTextFieldAttributedStringMethods._static_
           
 
Method Summary
 boolean allowsEditingTextAttributes()
           
 boolean importsGraphics()
           
 void setAllowsEditingTextAttributes(boolean flag)
           
 void setImportsGraphics(boolean flag)
           
 

Method Detail

allowsEditingTextAttributes

boolean allowsEditingTextAttributes()

setAllowsEditingTextAttributes

void setAllowsEditingTextAttributes(boolean flag)

importsGraphics

boolean importsGraphics()

setImportsGraphics

void setImportsGraphics(boolean flag)