Developer Documentation
PATH  Mac OS X Documentation > Application Kit Reference: Objective-C


[Previous] [Class List] [Next]

NSSecureTextFieldCell


Inherits from: NSTextFieldCell : NSActionCell : NSCell : NSObject
Conforms to: NSCoding
(NSCell)
NSCopying (NSCell)
NSObject (NSObject)
Declared in: AppKit/NSSecureTextField.h




Class Description


NSSecureTextFieldCell works with NSSecureTextField to provide a text field whose value is guarded from user examination. It overrides the general cell use of the field editor to provide its own field editor, which doesn't display text or allow the user to Cut, Copy, or Paste its value. See the NSSecureTextField class specification for more information.




Instance Methods



echosBullets

- (BOOL)echosBullets

<<Description Forthcoming>>

setEchosBullets

- (void)setEchosBullets:(BOOL)flag

<<Description Forthcoming>>


[Previous] [Next]