All Packages Class Hierarchy This Package Previous Next Index
Interface multilizer.MTableModel
- public interface MTableModel
- extends TableModel
The interface that extends TableModel such way that the model can be translated.
- See Also:
- SwingTranslator
-
setColumnName(String, int)
- Sets the name of the column at columnIndex.
setColumnName
public abstract void setColumnName(String string,
int columnIndex)
- Sets the name of the column at columnIndex. This is used to set the table's
column header name. Note, this name does not need to be unique. Two columns on a
table can have the same name.
- Parameters:
- string - the new value of the column name
- columnIndex - the index of column
All Packages Class Hierarchy This Package Previous Next Index