com.cburch.editor
Interface TokenType

All Known Implementing Classes:
HtmlTokenType, JavaTokenType

public interface TokenType

An interface that any token category must implement.

Version:
0.1 2005-05-31
Author:
Carl Burch

Method Summary
 javax.swing.text.AttributeSet getAttributeSet()
          The style associated with this category of token.
 

Method Detail

getAttributeSet

javax.swing.text.AttributeSet getAttributeSet()
The style associated with this category of token.

Returns:
the style in which tokens in this category should be drawn.