GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing javax.swing.text.TabExpander | |
class | Renders a paragraph in HTML. |
Classes implementing javax.swing.text.TabExpander | |
class | |
class | A FlowView that flows it's children horizontally and boxes the rows
vertically.
|
class | |
class | |
class |
Methods with parameter type javax.swing.text.TabExpander | |
int | Draws the given text segment. |
int | Utilities.getBreakLocation(Segment s, FontMetrics metrics, int x0, int x, TabExpander e, int startOffset) Determine where to break the text in the given Segment, attempting to find
a word boundary.
|
float | Determine the span of the glyphs from location p0 to
location p1 . |
float | Returns the preferred span of this view for tab expansion.
|
float | |
int | Provides a facility to map screen coordinates into a model location. |
int | Utilities.getTabbedTextOffset(Segment s, FontMetrics fm, int x0, int x, TabExpander te, int p0, boolean round) Provides a facility to map screen coordinates into a model location. |
int | Determines the width, that the given text s would take
if it was printed with the given FontMetrics on the
specified screen position.
|
Methods with return type javax.swing.text.TabExpander | |
TabExpander | Return the TabExpander to use.
|
GNU Classpath (0.95) |