org.apache.jorphan.gui

Class JLabeledPasswordField

Implemented Interfaces:
FocusListener, JLabeledField

public class JLabeledPasswordField
extends JLabeledTextField

Version:
$Revision: 674365 $

Constructor Summary

JLabeledPasswordField()
JLabeledPasswordField(String pLabel)
Constructs a new component with the label displaying the passed text.

Method Summary

protected JTextField
createTextField(int size)

Methods inherited from class org.apache.jorphan.gui.JLabeledTextField

addChangeListener, createTextField, focusGained, focusLost, getComponentList, getLabel, getText, getToolTipText, notifyChangeListeners, removeChangeListener, setEnabled, setLabel, setText, setToolTipText

Constructor Details

JLabeledPasswordField

public JLabeledPasswordField()

JLabeledPasswordField

public JLabeledPasswordField(String pLabel)
Constructs a new component with the label displaying the passed text.
Parameters:
pLabel - The text to in the label.

Method Details

createTextField

protected JTextField createTextField(int size)
Overrides:
createTextField in interface JLabeledTextField

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.