Searched refs:isPaintingForPrint (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java61 boolean isPaintingForPrint = false;
83 isPaintingForPrint = header.isPaintingForPrint();
86 if (!isPaintingForPrint && table.getRowSorter() != null) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTableHeaderUI.java699 boolean hasFocus = !header.isPaintingForPrint()
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java1180 * midst of a print operation. The <code>isPaintingForPrint</code> method provides
1194 * @see #isPaintingForPrint
1287 public final boolean isPaintingForPrint() { method in class:JComponent
H A DJTable.java5699 * {@link javax.swing.JComponent#isPaintingForPrint()}, either here
5720 if (!isPaintingForPrint()) {
6161 * on the value of {@link javax.swing.JComponent#isPaintingForPrint()}.
6411 * of {@link javax.swing.JComponent#isPaintingForPrint()}

Completed in 76 milliseconds