| GNU Classpath (0.18) | ||
| Frames | No Frames | ||
Methods with return type javax.swing.text.View | |
| View | Retrieves the root of the view tree that visually presents
the 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 | |
| Shape | DefaultHighlighter.DefaultHighlightPainter.paintLayer(Graphics g, int p0, int p1, Shape bounds, JTextComponent c, View view) |
| 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 | |
| void | Replaces child views by some other child views. |
| void | Replaces child views by some other child views. |
| void | |
| void | |
| void | Sets the parent of this View.
|
| void | |
Methods with return type javax.swing.text.View | |
| View | |
| 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 | Creates physical views that form the rows of the flow view. |
| View | Returns the logical view of the managed FlowView.
|
| View | |
| View | CompositeView.getView(int n) Returns the child view at index n.
|
| View | |
| View | 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. |
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.
|
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 | |
| View | |
| View | |
| View | |
| View | |
| View | |
| View | |
| View | Returns the root View of a text component.
|
| View | BasicTabbedPaneUI.getTextViewForTab(int tabIndex) This method returns a view that can paint the text for the label.
|
| GNU Classpath (0.18) |