public interface ISimpleTableModelBuilder
Modifier and Type | Method and Description |
---|---|
ISimpleTableModel |
build() |
ISimpleTableModelBuilder |
setColumnCount(int columnCount) |
ISimpleTableModelBuilder |
setDefaultStripedRenderingColors() |
ISimpleTableModelBuilder |
setEditableDefault(boolean editable) |
ISimpleTableModelBuilder |
setEvenRowsBackgroundColor(IColorConstant color) |
ISimpleTableModelBuilder |
setOddRowsBackgroundColor(IColorConstant color) |
ISimpleTableModelBuilder |
setRowCount(int rowCount) |
ISimpleTableModelBuilder setRowCount(int rowCount)
ISimpleTableModelBuilder setColumnCount(int columnCount)
ISimpleTableModelBuilder setEditableDefault(boolean editable)
ISimpleTableModelBuilder setDefaultStripedRenderingColors()
ISimpleTableModelBuilder setEvenRowsBackgroundColor(IColorConstant color)
ISimpleTableModelBuilder setOddRowsBackgroundColor(IColorConstant color)
ISimpleTableModel build()
Siehe auch Jowidgets Nutzerhandbuch