Inherits from: NSTextFieldCell : NSActionCell : NSCell : NSObject
Package: com.apple.yellow.application
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.
public NSSecureTextFieldCell(String aString)
public NSSecureTextFieldCell(NSImage anImage)
public boolean echosBullets()
public void setEchosBullets(boolean flag)