Developer Documentation
PATH  Mac OS X Documentation > Application Kit Reference: Java


[Previous] [Class List] [Next]

NSSecureTextFieldCell


Inherits from: NSTextFieldCell : NSActionCell : NSCell : NSObject
Package: com.apple.yellow.application


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.


Constructors


NSSecureTextFieldCell

public NSSecureTextFieldCell(String aString)

<<Description Forthcoming>>

public NSSecureTextFieldCell(NSImage anImage)

<<Description Forthcoming>>

Instance Methods



echosBullets

public boolean echosBullets()

<<Description Forthcoming>>

setEchosBullets

public void setEchosBullets(boolean flag)

<<Description Forthcoming>>


[Previous] [Next]