Searched defs:TableColumn (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DTableColumn.java39 * A <code>TableColumn</code> represents all the attributes of a column in a
41 * In addition, the <code>TableColumn</code> provides slots for a renderer and
48 * editor) in the <code>TableColumn</code> is <code>null</code>.
50 * The <code>TableColumn</code> stores the link between the columns in the
59 * recommend that the same <code>TableColumn</code> instance
61 * To show <code>TableColumn</code>s with the same column of
85 public class TableColumn extends Object implements Serializable { class in inherits:Object,Serializable
121 * this <code>TableColumn</code>. As columns are moved around in the
129 * <code>TableColumn</code> as as an
193 * @see #TableColumn(in
195 public TableColumn() { method in class:TableColumn
204 public TableColumn(int modelIndex) { method in class:TableColumn
213 public TableColumn(int modelIndex, int width) { method in class:TableColumn
254 public TableColumn(int modelIndex, int width, method in class:TableColumn
[all...]

Completed in 79 milliseconds