Searched refs:newMargin (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DTableColumnModel.java90 * <code>newMargin</code>. This method posts
93 * @param newMargin the width, in pixels, of the new column margins
96 public void setColumnMargin(int newMargin); argument
H A DDefaultTableColumnModel.java213 * Sets the column margin to <code>newMargin</code>. This method
217 * @param newMargin the new margin width, in pixels
221 public void setColumnMargin(int newMargin) { argument
222 if (newMargin != columnMargin) {
223 columnMargin = newMargin;

Completed in 1578 milliseconds