NSTextField

Authors

Scott Christley( scottc@net-community.com )
Felipe A. Rodriguez( far@ix.netcom.com )
Nicola Pero( n.pero@mi.flashnet.it )
Text field control class for text entry

Copyright: (C) 1996 Free Software Foundation, Inc.

Software documentation for the NSTextField class

NSTextField : NSControl

Declared: AppKit/NSTextField.h

acceptsFirstResponder

- (BOOL) acceptsFirstResponder;


allowsEditingTextAttributes

- (BOOL) allowsEditingTextAttributes;


backgroundColor

- (NSColor*) backgroundColor;


delegate

- (id) delegate;


drawsBackground

- (BOOL) drawsBackground;


errorAction

- (SEL) errorAction;


importsGraphics

- (BOOL) importsGraphics;


isBezeled

- (BOOL) isBezeled;


isBordered

- (BOOL) isBordered;


isEditable

- (BOOL) isEditable;


isSelectable

- (BOOL) isSelectable;


nextText

- (id) nextText;


previousText

- (id) previousText;


selectText:

- (void) selectText: (id)sender;


setAllowsEditingTextAttributes:

- (void) setAllowsEditingTextAttributes: (BOOL)flag;


setBackgroundColor:

- (void) setBackgroundColor: (NSColor*)aColor;


setBezeled:

- (void) setBezeled: (BOOL)flag;


setBordered:

- (void) setBordered: (BOOL)flag;


setDelegate:

- (void) setDelegate: (id)anObject;


setDrawsBackground:

- (void) setDrawsBackground: (BOOL)flag;


setEditable:

- (void) setEditable: (BOOL)flag;


setErrorAction:

- (void) setErrorAction: (SEL)aSelector;


setImportsGraphics:

- (void) setImportsGraphics: (BOOL)flag;


setNextText:

- (void) setNextText: (id)anObject;


setPreviousText:

- (void) setPreviousText: (id)anObject;


setSelectable:

- (void) setSelectable: (BOOL)flag;


setTextColor:

- (void) setTextColor: (NSColor*)aColor;


setTitleWithMnemonic:

- (void) setTitleWithMnemonic: (NSString*)aString;


textColor

- (NSColor*) textColor;


textDidBeginEditing:

- (void) textDidBeginEditing: (NSNotification*)aNotification;


textDidChange:

- (void) textDidChange: (NSNotification*)aNotification;


textDidEndEditing:

- (void) textDidEndEditing: (NSNotification*)aNotification;


textShouldBeginEditing:

- (BOOL) textShouldBeginEditing: (NSText*)textObject;


textShouldEndEditing:

- (BOOL) textShouldEndEditing: (NSText*)aTextObject;