public class Tabby
extends java.lang.Object
public Tabby()
public Tabby(java.lang.String filter)
filter
- The regular expression to apply to the files searched.public Tabby(java.lang.String filter, int tabsize) throws java.lang.IllegalArgumentException
filter
- The regular expression to apply to the files searched.tabsize
- The tab stop setting.java.lang.IllegalArgumentException
- If tabsize is not a positive number.