Uses of Class
javax.swing.text.TabStop
Package
Description
Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of TabStop in javax.swing.text
Modifier and TypeMethodDescriptionTabSet.getTab
(int index) Returns the TabStop at indexindex
.TabSet.getTabAfter
(float location) Returns the Tab instance afterlocation
.Modifier and TypeMethodDescriptionint
TabSet.getTabIndex
(TabStop tab) Returns the index of the TabStoptab
, or -1 iftab
is not contained in the receiver.