Uses of Class
javax.swing.text.TabStop
-
Packages that use TabStop 软件包 描述 javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。 -
-
Uses of TabStop in javax.swing.text
Methods in javax.swing.text that return TabStop 变量和类型 方法 描述 TabStopTabSet. getTab(int index)返回索引index处的TabStop。TabStopTabSet. getTabAfter(float location)返回location之后的Tab实例。Methods in javax.swing.text with parameters of type TabStop 变量和类型 方法 描述 intTabSet. getTabIndex(TabStop tab)返回接受tab的索引tab,或-1,如果tab未包含在接收机中。Constructors in javax.swing.text with parameters of type TabStop 构造器 描述 TabSet(TabStop[] tabs)创建并返回TabSet的实例。
-