public interface ColumnWidthChangeListener
Modifier and Type | Method and Description |
---|---|
int |
getOptimalColumnWidth()
Bestimmt die optimale Spaltenbreite, so dass alle Einträge lesbar sind.
|
void |
setWidth(int width)
Bestimmt die Breite einer Komponente / eines Elements.
|