QJCC homepage

biz.chitec.quarterback.swing
Interface ChatSymbolRendererConstants

All Known Implementing Classes:
ChatSymbolListCellRenderer, ChatSymbolTableCellRenderer

public interface ChatSymbolRendererConstants

Tiny implementation of all constants needed for renderers of chat symbols.

Version:
$Id: 227685d3821fbf81af72b98211903edcf0d9a8e5 $
Author:
cantamen/Dirk Hillbrecht 2006

Field Summary
static int I18N
           
static int NUMERIC
           
static int SYMBOL
           
 

Field Detail

NUMERIC

public static final int NUMERIC
See Also:
Constant Field Values

SYMBOL

public static final int SYMBOL
See Also:
Constant Field Values

I18N

public static final int I18N
See Also:
Constant Field Values

QJCC homepage