Uses of Class
javax.swing.text.TabStop
-
Packages that use TabStop Package Description javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components. -
-
Uses of TabStop in javax.swing.text
Methods in javax.swing.text that return TabStop Modifier and Type Method Description TabStopTabSet. getTab(int index)Returns the TabStop at indexindex.TabStopTabSet. getTabAfter(float location)Returns the Tab instance afterlocation.Methods in javax.swing.text with parameters of type TabStop Modifier and Type Method Description intTabSet. getTabIndex(TabStop tab)Returns the index of the TabStoptab, or -1 iftabis not contained in the receiver.Constructors in javax.swing.text with parameters of type TabStop Constructor Description TabSet(TabStop[] tabs)Creates and returns an instance of TabSet.
-