Package de.willuhn.jameica.gui.formatter
Interface TableFormatter
-
public interface TableFormatter
Klasse, welche fuer die Formatierung von Tabellen verwendet werden kann.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
format(org.eclipse.swt.widgets.TableItem item)
Formatiert ein TableItem.
-