Searched refs:getSelectionBackground (Results 1 - 19 of 19) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/
H A DLongCellRenderer.java51 textField.setBackground(isSelected ? table.getSelectionBackground() :
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxRenderer.java107 setBackground(list.getSelectionBackground());
H A DBasicProgressBarUI.java324 protected Color getSelectionBackground() { method in class:BasicProgressBarUI
765 g2.setColor(getSelectionBackground());
773 g2.setColor(getSelectionBackground());
H A DBasicListUI.java791 Color sbg = list.getSelectionBackground();
843 if (list.getSelectionBackground() instanceof UIResource) {
H A DBasicComboBoxUI.java1228 c.setBackground(listBox.getSelectionBackground());
H A DBasicTableUI.java1415 Color sbg = table.getSelectionBackground();
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFocusHandler.java114 final Color bg = c.getSelectionBackground();
137 final Color bg = c.getSelectionBackground();
H A DAquaComboBoxRenderer.java111 setBackground(list.getSelectionBackground());
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DCheckRenderer.java75 this.setBackground(list.getSelectionBackground());
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultListCellRenderer.java137 setBackground(bg == null ? list.getSelectionBackground() : bg);
H A DJList.java181 * setBackground(list.getSelectionBackground());
843 public Color getSelectionBackground() { method in class:JList
862 * @see #getSelectionBackground
H A DJTable.java2517 public Color getSelectionBackground() { method in class:JTable
2532 * @see #getSelectionBackground
5402 super.setBackground(table.getSelectionBackground());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthListUI.java139 Color sbg = list.getSelectionBackground();
H A DSynthComboBoxUI.java470 setBackground(list.getSelectionBackground());
H A DSynthTableUI.java140 Color sbg = table.getSelectionBackground();
725 setBackground(unwrap(table.getSelectionBackground()));
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DDefaultTableCellRenderer.java212 super.setBackground(bg == null ? table.getSelectionBackground()
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalComboBoxUI.java118 g.setColor(listBox.getSelectionBackground());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java440 color = ((JList) c).getSelectionBackground();
444 color = ((JTable) c).getSelectionBackground();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/
H A DJTreeTable.java307 background = table.getSelectionBackground();

Completed in 104 milliseconds