FileDocCategorySizeDatePackage
TabExpander.javaAPI DocJava SE 5 API756Fri Aug 26 14:58:16 BST 2005javax.swing.text

TabExpander

public interface TabExpander
Simple interface to allow for different types of implementations of tab expansion.
author
Timothy Prinzing
version
1.15 12/19/03

Fields Summary
Constructors Summary
Methods Summary
public floatnextTabStop(float x, int tabOffset)
Returns the next tab stop position given a reference position. Values are expressed in points.

param
x the position in points >= 0
param
tabOffset the position within the text stream that the tab occurred at >= 0.
return
the next tab stop >= 0