Java™ Platform
Standard Ed. 6

Uses of Class
javax.swing.plaf.basic.BasicTextFieldUI

Packages that use BasicTextFieldUI
javax.swing.plaf.basic Provides user interface objects built according to the Basic look and feel. 
javax.swing.plaf.metal Provides user interface objects built according to the Java look and feel (once codenamed Metal), which is the default look and feel. 
 

Uses of BasicTextFieldUI in javax.swing.plaf.basic
 

Subclasses of BasicTextFieldUI in javax.swing.plaf.basic
 class BasicFormattedTextFieldUI
          Provides the look and feel implementation for JFormattedTextField.
 class BasicPasswordFieldUI
          Provides the Windows look and feel for a password field.
 

Uses of BasicTextFieldUI in javax.swing.plaf.metal
 

Subclasses of BasicTextFieldUI in javax.swing.plaf.metal
 class MetalTextFieldUI
          Basis of a look and feel for a JTextField.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.