Lines Matching defs:column

40  * The standard column-handler for a <code>JTable</code>.
65 /** Model for keeping track of column selections */
68 /** Width margin between each column */
77 /** Column selection allowed in this column model */
87 * Creates a default table column model.
130 * Deletes the <code>column</code> from the
132 * <code>column</code> is not in the table's columns list.
138 * @param column the <code>TableColumn</code> to be removed
141 public void removeColumn(TableColumn column) {
142 int columnIndex = tableColumns.indexOf(column);
150 column.removePropertyChangeListener(this);
162 * Moves the column and heading at <code>columnIndex</code> to
163 * <code>newIndex</code>. The old column at <code>columnIndex</code>
164 * will now be found at <code>newIndex</code>. The column
170 * @param columnIndex the index of column to be moved
171 * @param newIndex new index to move the column
172 * @exception IllegalArgumentException if <code>column</code> or
183 // If the column has not yet moved far enough to change positions
185 // tableHeader will say how far the column has been dragged.
213 * Sets the column margin to <code>newMargin</code>. This method
252 * Returns the index of the first column in the <code>tableColumns</code>
257 * @return the index of the first column in the
277 // Compare them this way in case the column's identifier is null.
286 * Returns the <code>TableColumn</code> object for the column
289 * @param columnIndex the index of the column desired
290 * @return the <code>TableColumn</code> object for the column
309 * Returns the index of the column that lies at position <code>x</code>,
310 * or -1 if no column covers this point.
322 * be considered to be a width from the start of the first column in the
323 * model. If the column index for a given X coordinate in 2D space is
327 * @return the index of the column or -1 if no column is found
335 for(int column = 0; column < cc; column++) {
336 x = x - getColumn(column).getWidth();
338 return column;
390 * maintain column selection state.
392 * @return the object that provides column selection state. Or
402 * Sets whether column selection is allowed. The default is false.
403 * @param flag true if column selection will be allowed, false otherwise
411 * Returns true if column selection is allowed, otherwise false.
477 * Adds a listener for table column model events.
486 * Removes a listener for table column model events.
494 * Returns an array of all the column model listeners
497 * @return all of this default table column model's <code>ColumnModelListener</code>s
499 * array if no column model listeners are currently registered
648 * for its column model listeners with the following code:
680 * to the column width or preferred column width.
703 * <code>ListSelectionEvents</code> when there is a column