equal
deleted
inserted
replaced
125 protected int modelIndex; |
125 protected int modelIndex; |
126 |
126 |
127 /** |
127 /** |
128 * This object is not used internally by the drawing machinery of |
128 * This object is not used internally by the drawing machinery of |
129 * the <code>JTable</code>; identifiers may be set in the |
129 * the <code>JTable</code>; identifiers may be set in the |
130 * <code>TableColumn</code> as as an |
130 * <code>TableColumn</code> as an |
131 * optional way to tag and locate table columns. The table package does |
131 * optional way to tag and locate table columns. The table package does |
132 * not modify or invoke any methods in these identifier objects other |
132 * not modify or invoke any methods in these identifier objects other |
133 * than the <code>equals</code> method which is used in the |
133 * than the <code>equals</code> method which is used in the |
134 * <code>getColumnIndex()</code> method in the |
134 * <code>getColumnIndex()</code> method in the |
135 * <code>DefaultTableColumnModel</code>. |
135 * <code>DefaultTableColumnModel</code>. |