public static class ProgressModel.TitleColumn extends Object implements ProgressModel.Column
Constructor and Description |
---|
TitleColumn(String... titles) |
Modifier and Type | Method and Description |
---|---|
Object |
getObject(int row) |
int |
getRowCount() |
boolean |
isEditable() |
private final String[] titles
public TitleColumn(String... titles)
public Object getObject(int row)
getObject
in interface ProgressModel.Column
public int getRowCount()
getRowCount
in interface ProgressModel.Column
public boolean isEditable()
isEditable
in interface ProgressModel.Column