| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicTextUI | |
|---|---|
| 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. | 
| javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. | 
| Uses of BasicTextUI in javax.swing.plaf.basic | 
|---|
| Subclasses of BasicTextUI in javax.swing.plaf.basic | |
|---|---|
|  class | BasicEditorPaneUIProvides the look and feel for a JEditorPane. | 
|  class | BasicFormattedTextFieldUIProvides the look and feel implementation for JFormattedTextField. | 
|  class | BasicPasswordFieldUIProvides the Windows look and feel for a password field. | 
|  class | BasicTextAreaUIProvides the look and feel for a plain text editor. | 
|  class | BasicTextFieldUIBasis of a look and feel for a JTextField. | 
|  class | BasicTextPaneUIProvides the look and feel for a styled text editor. | 
| Uses of BasicTextUI in javax.swing.plaf.metal | 
|---|
| Subclasses of BasicTextUI in javax.swing.plaf.metal | |
|---|---|
|  class | MetalTextFieldUIBasis of a look and feel for a JTextField. | 
| Uses of BasicTextUI in javax.swing.text | 
|---|
| Subclasses of BasicTextUI in javax.swing.text | |
|---|---|
|  class | DefaultTextUIDeprecated. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.