Uses of Class
javax.swing.text.TabStop
Packages that use TabStop
Package
Description
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 TabStopModifier and TypeMethodDescriptionTabSet.getTab
(int index) Returns the TabStop at indexindex
.TabSet.getTabAfter
(float location) Returns the Tab instance afterlocation
.Methods in javax.swing.text with parameters of type TabStopModifier and TypeMethodDescriptionint
TabSet.getTabIndex
(TabStop tab) Returns the index of the TabStoptab
, or -1 iftab
is not contained in the receiver.Constructors in javax.swing.text with parameters of type TabStop