Lines Matching defs:column

35  * Defines the requirements for a table column model object suitable for
60 * Deletes the <code>TableColumn</code> <code>column</code> from the
62 * <code>column</code> is not in the table's column list.
66 * @param column the <code>TableColumn</code> to be removed
69 public void removeColumn(TableColumn column);
72 * Moves the column and its header at <code>columnIndex</code> to
73 * <code>newIndex</code>. The old column at <code>columnIndex</code>
74 * will now be found at <code>newIndex</code>. The column that used
80 * @param columnIndex the index of column to be moved
81 * @param newIndex index of the column's new location
89 * Sets the <code>TableColumn</code>'s column margin to
93 * @param newMargin the width, in pixels, of the new column margins
115 * Returns the index of the first column in the table
120 * @return the index of the first table column
131 * Returns the <code>TableColumn</code> object for the column at
134 * @param columnIndex the index of the desired column
136 * the column at <code>columnIndex</code>
141 * Returns the width between the cells in each column.
147 * Returns the index of the column that lies on the
149 * or -1 if it lies outside the any of the column's bounds.
161 * be considered to be a width from the start of the first column in the
162 * model. If the column index for a given X coordinate in 2D space is
165 * @return the index of the column; or -1 if no column is found
229 * Adds a listener for table column model events.
236 * Removes a listener for table column model events.