Uses of Class javax.swing.text.TabStop

Uses in package javax.swing.text

Constructors with parameter type javax.swing.text.TabStop

Creates a new TabSet containing the specified tab stops.

Methods with parameter type javax.swing.text.TabStop

int
Returns the index of the specified tab, or -1 if the tab is not found.

Methods with return type javax.swing.text.TabStop

TabStop
TabSet.getTab(int i)
Returns the tab stop with the specified index.
TabStop
TabSet.getTabAfter(float location)
Returns the tab following the specified location.