jdk/src/java.desktop/share/classes/javax/swing/table/TableColumn.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 29516 e42ed49d6c98
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   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>.