Searched refs:setSelectionForeground (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFocusHandler.java130 c.setSelectionForeground(UIManager.getColor(fgName));
153 c.setSelectionForeground(UIManager.getColor(fgName));
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthListUI.java147 list.setSelectionForeground(style.getColor(
H A DSynthTableUI.java148 table.setSelectionForeground(style.getColor(
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboPopup.java515 list.setSelectionForeground( UIManager.getColor( "ComboBox.selectionForeground" ) );
H A DBasicListUI.java798 list.setSelectionForeground(UIManager.getColor("List.selectionForeground"));
847 list.setSelectionForeground(null);
H A DBasicTableUI.java1424 table.setSelectionForeground(sfg != null ? sfg : UIManager.getColor("textHighlightText"));
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJList.java793 * @see #setSelectionForeground
826 public void setSelectionForeground(Color selectionForeground) { method in class:JList
863 * @see #setSelectionForeground
H A DJTable.java2475 * @see #setSelectionForeground
2503 public void setSelectionForeground(Color selectionForeground) { method in class:JTable
2515 * @see #setSelectionForeground
2533 * @see #setSelectionForeground

Completed in 338 milliseconds