Uses of Class
javax.swing.text.TabStop
Packages that use TabStop
包
描述
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修饰符和类方法描述TabSet.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 TabStop修饰符和类方法描述int
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