Uses of Interface javax.swing.text.TabExpander

Uses in package javax.swing.text

Classes implementing javax.swing.text.TabExpander

class
class
class

Methods with parameter type javax.swing.text.TabExpander

int
Utilities.drawTabbedText(Segment s, int x, int y, Graphics g, TabExpander e, int startOffset)
Draws the given text segment.
float
int
Utilities.getTabbedTextWidth(Segment s, FontMetrics metrics, int x, TabExpander e, int startOffset)
Determines the width, that the given text s would take if it was printed with the given FontMetrics on the specified screen position.