All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.SecureTextFieldCell

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.Cell
                   |
                   +----com.apple.alpha.app.ActionCell
                           |
                           +----com.apple.alpha.app.TextFieldCell
                                   |
                                   +----com.apple.alpha.app.SecureTextFieldCell

public class SecureTextFieldCell
extends TextFieldCell
This class wraps the Objective-C class NSSecureTextFieldCell.


Constructor Index

 o SecureTextFieldCell()
This default constructor is equivalent to Objective-C's [[NSSecureTextFieldCell alloc] init].
 o SecureTextFieldCell(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o SecureTextFieldCell(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

Method Index

 o echosBullets()
A wrapper for the - echosBullets Objective-C instance method.
 o setEchosBullets(boolean)
A wrapper for the - setEchosBullets: Objective-C instance method.

Constructors

 o SecureTextFieldCell
 protected SecureTextFieldCell(boolean shouldAllocate,
                               int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o SecureTextFieldCell
 public SecureTextFieldCell()
This default constructor is equivalent to Objective-C's [[NSSecureTextFieldCell alloc] init].

 o SecureTextFieldCell
 public SecureTextFieldCell(Coder aDecoder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

Methods

 o setEchosBullets
 public native void setEchosBullets(boolean flag)
A wrapper for the - setEchosBullets: Objective-C instance method.

 o echosBullets
 public native boolean echosBullets()
A wrapper for the - echosBullets Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index