Searched refs:getSelectionForeground (Results 1 - 18 of 18) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/
H A DLongCellRenderer.java49 textField.setForeground(isSelected ? table.getSelectionForeground() :
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxRenderer.java108 setForeground(list.getSelectionForeground());
H A DBasicProgressBarUI.java316 protected Color getSelectionForeground() { method in class:BasicProgressBarUI
768 g2.setColor(getSelectionForeground());
781 g2.setColor(getSelectionForeground());
H A DBasicListUI.java796 Color sfg = list.getSelectionForeground();
846 if (list.getSelectionForeground() instanceof UIResource) {
H A DBasicComboBoxUI.java1227 c.setForeground(listBox.getSelectionForeground());
H A DBasicTableUI.java1421 Color sfg = table.getSelectionForeground();
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFocusHandler.java115 final Color fg = c.getSelectionForeground();
138 final Color fg = c.getSelectionForeground();
H A DAquaComboBoxRenderer.java112 setForeground(list.getSelectionForeground());
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DCheckRenderer.java76 this.setForeground(list.getSelectionForeground());
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultListCellRenderer.java138 setForeground(fg == null ? list.getSelectionForeground() : fg);
H A DJList.java182 * setForeground(list.getSelectionForeground());
796 public Color getSelectionForeground() { method in class:JList
815 * @see #getSelectionForeground
H A DJTable.java2478 public Color getSelectionForeground() { method in class:JTable
2494 * @see #getSelectionForeground
5401 setForeground(table.getSelectionForeground());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthListUI.java145 Color sfg = list.getSelectionForeground();
H A DSynthComboBoxUI.java471 setForeground(list.getSelectionForeground());
H A DSynthTableUI.java146 Color sfg = table.getSelectionForeground();
724 setForeground(unwrap(table.getSelectionForeground()));
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DDefaultTableCellRenderer.java210 super.setForeground(fg == null ? table.getSelectionForeground()
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java438 color = ((JList) c).getSelectionForeground();
442 color = ((JTable) c).getSelectionForeground();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/
H A DJTreeTable.java308 foreground = table.getSelectionForeground();

Completed in 100 milliseconds