Uses of Class
javax.swing.text.JTextComponent

Packages that use JTextComponent
Package
Description
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects that combine two or more look and feels.
Provides classes and interfaces that deal with editable and noneditable text components.
Provides classes and interfaces for dealing with javax.swing.JTree.
  • Uses of JTextComponent in javax.swing

    Subclasses of JTextComponent in javax.swing
    Modifier and Type
    Class
    Description
    class 
    A text component to edit various kinds of content.
    class 
    JFormattedTextField extends JTextField adding support for formatting arbitrary values, as well as retrieving a particular object once the user has edited the text.
    class 
    JPasswordField is a lightweight component that allows the editing of a single line of text where the view indicates something was typed, but does not show the original characters.
    class 
    A JTextArea is a multi-line area that displays plain text.
    class 
    JTextField is a lightweight component that allows the editing of a single line of text.
    class 
    A text component that can be marked up with attributes that are represented graphically.
  • Uses of JTextComponent in javax.swing.plaf

    Methods in javax.swing.plaf with parameters of type JTextComponent
    Modifier and Type
    Method
    Description
    abstract void
    TextUI.damageRange(JTextComponent t, int p0, int p1)
    Causes the portion of the view responsible for the given part of the model to be repainted.
    abstract void
    TextUI.damageRange(