jdk/src/share/classes/javax/swing/table/TableColumn.java
changeset 21278 ef8a3a2a72f2
parent 20458 f2423fb3fd19
child 22574 7f8ce0c8c20a
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    35 import java.beans.PropertyChangeEvent;
    35 import java.beans.PropertyChangeEvent;
    36 import java.beans.PropertyChangeListener;
    36 import java.beans.PropertyChangeListener;
    37 
    37 
    38 /**
    38 /**
    39  *  A <code>TableColumn</code> represents all the attributes of a column in a
    39  *  A <code>TableColumn</code> represents all the attributes of a column in a
    40  *  <code>JTable</code>, such as width, resizibility, minimum and maximum width.
    40  *  <code>JTable</code>, such as width, resizability, minimum and maximum width.
    41  *  In addition, the <code>TableColumn</code> provides slots for a renderer and
    41  *  In addition, the <code>TableColumn</code> provides slots for a renderer and
    42  *  an editor that can be used to display and edit the values in this column.
    42  *  an editor that can be used to display and edit the values in this column.
    43  *  <p>
    43  *  <p>
    44  *  It is also possible to specify renderers and editors on a per type basis
    44  *  It is also possible to specify renderers and editors on a per type basis
    45  *  rather than a per column basis - see the
    45  *  rather than a per column basis - see the