All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.java.swing.basic.BasicPasswordField
java.lang.Object
|
+----com.sun.java.swing.text.JTextUI
|
+----com.sun.java.swing.basic.BasicTextField
|
+----com.sun.java.swing.basic.BasicPasswordField
- public class BasicPasswordField
- extends BasicTextField
Provides the Windows look and feel for a password field.
The only difference from the standard text field is that
the view of the text is simply a string of the echo
character as specified in JPasswordField, rather than the
real text contained in the field.
-
BasicPasswordField()
-
-
createUI(JPasswordField)
-
-
createViewFactory()
- Creates the factory to be used for building the
various view fragments that make up the view that
represents the model.
BasicPasswordField
public BasicPasswordField()
createUI
public static TextUI createUI(JPasswordField c)
createViewFactory
protected JTextUI. JViewFactory createViewFactory()
- Creates the factory to be used for building the
various view fragments that make up the view that
represents the model. This is what determines
how the model will be represented.
- Overrides:
- createViewFactory in class BasicTextField
- See Also:
- create
All Packages Class Hierarchy This Package Previous Next Index