Uses of Class javax.swing.text.View

Uses in package javax.swing.plaf.basic

Methods with parameter type javax.swing.text.View

void

Methods with return type javax.swing.text.View

View
Creates a view for a given element.
View
View
View
View
View
View
BasicTextUI.create(Element elem, int p0, int p1)
View
View
This method returns a view that can paint the text for the label.

Uses in package javax.swing.text

Classes derived from javax.swing.text.View

class
class
class
class

Methods with parameter type javax.swing.text.View

void
void
Forwards an update event to the given child view.
void
View.insert(int offset, View view)
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)
void
View.preferenceChanged(View child, boolean width, boolean height)
void
View.replace(int offset, int length, View views)
void
void

Methods with return type javax.swing.text.View

View
View.breakView(int axis, int offset, float pos, float len)
View
Creates a view for a given element.
View
View.createFragment(int p0, int p1)
View
View
View.getView(int index)

Uses in package javax.swing.plaf

Methods with return type javax.swing.text.View

View
Retrieves the root of the view tree that visually presents the text.