All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.SecureTextField

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.Responder
                   |
                   +----com.apple.alpha.app.View
                           |
                           +----com.apple.alpha.app.Control
                                   |
                                   +----com.apple.alpha.app.TextField
                                           |
                                           +----com.apple.alpha.app.SecureTextField

public class SecureTextField
extends TextField
This class wraps the Objective-C class NSSecureTextField.


Constructor Index

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

Constructors

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

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

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

 o SecureTextField
 public SecureTextField(Rect frameRect)
This constructor has the same effect as calling - initWithFrame: on a newly allocated object.


All Packages  Class Hierarchy  This Package  Previous  Next  Index