Uses of Class javax.swing.text.View

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.

Uses in package javax.swing.text

Classes derived from javax.swing.text.View

class
An implementation of CompositeView that arranges its children in a box along one axis.
class
class
An abstract base implementation of View that manages child Views.
class
class
A View that can flows it's children into it's layout space.
class
Renders a run of styled text.
class
class
class
A FlowView that flows it's children horizontally and boxes the rows vertically.
class
class

Fields of type javax.swing.text.View

View
Represents the logical child elements of this view, encapsulated within one parent view (an instance of a package private LogicalView 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
BoxView.replace(int offset, int length, View views)
Replaces child views by some other child views.
void
CompositeView.replace(int offset, int length, View views)
Replaces child views by some other child views.
void
View.replace(int offset, int length, View views)
void
void
Sets the parent of this View.
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
Creates a new view that represents a row within a flow.
View
Creates a new view that represents a row within a flow.
View
FlowView.FlowStrategy.createView(FlowView fv, int offset, int spanLeft, int rowIndex)
Creates physical views that form the rows of the flow view.
View
Returns the logical view of the managed FlowView.
View
View
Returns the child view at index n.
View
View.getView(int index)
View
BoxView.getViewAtPoint(int x, int y, Rectangle r)
Returns the child View at the specified location.
View
Returns the child View at the specified location.
View
Returns the child View that contains the given model position.

Uses in package javax.swing.plaf.multi

Methods with return type javax.swing.text.View

View
Calls the TextUI.getRootView(JTextComponent) method for all the UI delegates managed by this MultiTextUI, returning the view for the UI delegate from the primary look and feel.

Uses in package javax.swing.plaf.basic

Methods with parameter type javax.swing.text.View

void
Sets the root view for the text component.

Methods with return type javax.swing.text.View

View
Creates a View for the specified Element.
View
Creates a View for the specified Element.
View
Creates a View for the specified Element.
View
Creates a View for the specified Element.
View
View
Creates a View for the specified Element.
View
BasicTextUI.create(Element elem, int p0, int p1)
Creates a View for the specified Element.
View
Returns the root View of a text component.
View
This method returns a view that can paint the text for the label.