Uses of Class javax.swing.text.JTextComponent

Uses in package javax.swing.plaf.basic

Methods with parameter type javax.swing.text.JTextComponent

void
BasicTextUI.damageRange(JTextComponent t, int p0, int p1)
void
BasicTextUI.damageRange(JTextComponent t, int p0, int p1, Position.Bias firstBias, Position.Bias secondBias)
EditorKit
int
View
Rectangle
Rectangle
int
int

Methods with return type javax.swing.text.JTextComponent

JTextComponent

Uses in package javax.swing.text

Methods with parameter type javax.swing.text.JTextComponent

void
void
void
void
void
void
void
void
void
void
Shape
Shape
LayeredHighlighter.LayerPainter.paintLayer(Graphics g, int p0, int p1, Shape viewBounds, JTextComponent editor, View view)
void
DefaultHighlighter.paintLayeredHighlights(Graphics g, int p0, int p1, Shape viewBounds, JTextComponent editor, View view)
void
LayeredHighlighter.paintLayeredHighlights(Graphics g, int p0, int p1, Shape viewBounds, JTextComponent editor, View view)

Methods with return type javax.swing.text.JTextComponent

JTextComponent
JTextComponent
Returns the current focused JTextComponent object.
JTextComponent
Returns the JTextComponent object associated with the given ActionEvent.

Uses in package javax.swing.tree

Classes derived from javax.swing.text.JTextComponent

class
DefaultTextField

Uses in package javax.swing

Classes derived from javax.swing.text.JTextComponent

class
class
class
class JPasswordField
class
The JTextArea component provides a multi-line area for displaying and editing plain text.
class
class
JTextPane

Uses in package javax.swing.plaf

Methods with parameter type javax.swing.text.JTextComponent

void
TextUI.damageRange(JTextComponent tc, int start, int end)
Repaints a range of characters.
void
TextUI.damageRange(JTextComponent tc, int start, int end, Position.Bias startBias, Position.Bias endBias)
Repaints a range of characters, also specifying the bias for the start and end of the range.
EditorKit
Retrieves the EditorKit managing policies and persistent state.
int
TextUI.getNextVisualPositionFrom(JTextComponent tc, int pos, Position.Bias bias, int direction, Position.Bias outBias)
Calculates the caret position that is visually next to the given position.
View
Retrieves the root of the view tree that visually presents the text.
String
Returns a String for presenting a tool tip at the specified location.
Rectangle
Calculates the geometric extent of the character at the given offset.
Rectangle
Calculates the geometric extent of the character at the given offset.
int
Finds the caret position which is closest to the specified visual location.
int
Finds the caret position which is closest to the specified visual location.