Searched defs:getSelectionForeground (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java316 protected Color getSelectionForeground() { method in class:BasicProgressBarUI
768 g2.setColor(getSelectionForeground());
781 g2.setColor(getSelectionForeground());
/openjdk7/jdk/src/share/classes/javax/swing/
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());

Completed in 66 milliseconds