Klasse javax.swing.table.TableColumn | 1.2 |
java.lang.Object | +--javax.swing.table.TableColumn
Datenelemente | |
---|---|
public final static String | COLUMN_WIDTH_PROPERTY |
public final static String | HEADER_VALUE_PROPERTY |
public final static String | HEADER_RENDERER_PROPERTY |
public final static String | CELL_RENDERER_PROPERTY |
protected int | modelIndex |
protected Object | identifier |
protected int | width |
protected int | minWidth |
protected int | maxWidth |
protected TableCellRenderer | headerRenderer |
protected Object | headerValue |
protected TableCellRenderer | cellRenderer |
protected TableCellEditor | cellEditor |
protected boolean | isResizable |
protected int | resizedPostingDisableCount
Verworfen in Version 1.4. |
Konstruktoren | |
---|---|
public | TableColumn() |
public | TableColumn(int modelIndex) |
public | TableColumn(int modelIndex, int width) |
public | TableColumn(int modelIndex, int width, TableCellRenderer cellRenderer, TableCellEditor cellEditor) |