arlut.csd.JDialog
Class passwordThing

java.lang.Object
  |
  +--arlut.csd.JDialog.passwordThing
All Implemented Interfaces:
java.io.Serializable

public class passwordThing
extends java.lang.Object
implements java.io.Serializable

Serializable object to describe a password field for passing to the client as part of a JDialogBuff or StringDialog.

See Also:
Serialized Form

Field Summary
(package private)  boolean isNew
           
(package private)  java.lang.String PWLabel
           
 
Constructor Summary
passwordThing(java.lang.String label)
           
passwordThing(java.lang.String label, boolean isNew)
          Constructor.
 
Method Summary
 java.lang.String getLabel()
           
 boolean isNew()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PWLabel

java.lang.String PWLabel

isNew

boolean isNew
Constructor Detail

passwordThing

public passwordThing(java.lang.String label)

passwordThing

public passwordThing(java.lang.String label,
                     boolean isNew)
Constructor.

Parameters:
label - Label for this field
isNew - If true, password will prompt for the password twice.
Method Detail

getLabel

public java.lang.String getLabel()

isNew

public boolean isNew()