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

Table of Contents

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()

Description forthcoming.

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.


Table of Contents