org.rococoa.cocoa.appkit.categories
Interface NSTextFieldAttributedStringMethods

All Superinterfaces:
ObjCObject

public interface NSTextFieldAttributedStringMethods
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 NSTextFieldAttributedStringMethods._static_
           
 
Method Summary
 boolean allowsEditingTextAttributes()
          Original signature : -(BOOL)allowsEditingTextAttributes
from NSTextFieldAttributedStringMethods native declaration : NSTextField.h:57
 boolean importsGraphics()
          Original signature : -(BOOL)importsGraphics
from NSTextFieldAttributedStringMethods native declaration : NSTextField.h:59
 void setAllowsEditingTextAttributes(boolean flag)
          Original signature : -(void)setAllowsEditingTextAttributes:(BOOL)
from NSTextFieldAttributedStringMethods native declaration : NSTextField.h:58
 void setImportsGraphics(boolean flag)
          Original signature : -(void)setImportsGraphics:(BOOL)
from NSTextFieldAttributedStringMethods native declaration : NSTextField.h:60
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

allowsEditingTextAttributes

boolean allowsEditingTextAttributes()
Original signature : -(BOOL)allowsEditingTextAttributes
from NSTextFieldAttributedStringMethods native declaration : NSTextField.h:57


setAllowsEditingTextAttributes

void setAllowsEditingTextAttributes(boolean flag)
Original signature : -(void)setAllowsEditingTextAttributes:(BOOL)
from NSTextFieldAttributedStringMethods native declaration : NSTextField.h:58


importsGraphics

boolean importsGraphics()
Original signature : -(BOOL)importsGraphics
from NSTextFieldAttributedStringMethods native declaration : NSTextField.h:59


setImportsGraphics

void setImportsGraphics(boolean flag)
Original signature : -(void)setImportsGraphics:(BOOL)
from NSTextFieldAttributedStringMethods native declaration : NSTextField.h:60



Copyright © 2009. All Rights Reserved.