Searched refs:getForeground (Results 51 - 75 of 122) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXTable.java140 defaultColor = tcr.getForeground();
H A DXMBeanInfo.java93 label.getForeground()));
119 label.getForeground()));
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DJTableHeader.java1142 public Color getForeground() { method in class:JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry
1145 return ((AccessibleComponent) ac).getForeground();
1149 return c.getForeground();
H A DTableColumn.java810 setForeground(header.getForeground());
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DDefaultSynthStyle.java147 return c.getForeground();
150 // If getForeground returns a non-UIResource it means the
154 Color color = c.getForeground();
170 return c.getForeground();
/openjdk7/jdk/src/share/classes/sun/swing/text/
H A DTextComponentPrintable.java415 ret.setForeground(textComponent.getForeground());
517 headerFont, printShell.getForeground());
523 footerFont, printShell.getForeground());
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java137 g.setColor(progressBar.getForeground());
298 g.setColor(progressBar.getForeground());
/openjdk7/jdk/src/share/classes/javax/swing/
H A DLookAndFeel.java178 Color fg = c.getForeground();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicToolTipUI.java130 g.setColor(c.getForeground());
H A DBasicHTML.java55 c.getForeground());
344 * The subclass of HTMLDocument that is used as the model. getForeground
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalRadioButtonUI.java207 g.setColor(b.getForeground());
H A DMetalToolTipUI.java92 g.setColor(c.getForeground());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTextFieldUI.java94 Color fg = comp.getForeground();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGlyphView.java170 public Color getForeground() { method in class:GlyphView
174 return ((StyledDocument)doc).getForeground(attr);
178 return c.getForeground();
385 Color fg = getForeground();
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DCompositionArea.java138 g.setColor(getForeground());
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKStyle.java229 Color fg = c.getForeground();
251 return c.getForeground();
265 return c.getForeground();
268 // If getForeground returns a non-UIResource it means the
272 Color color = c.getForeground();
/openjdk7/jdk/src/share/classes/java/awt/
H A DMenuComponent.java673 public Color getForeground() { method in class:MenuComponent.AccessibleAWTMenuComponent
H A DList.java1636 public Color getForeground() { method in class:List.AccessibleAWTList.AccessibleAWTListChild
1637 return parent.getForeground();
1644 * @see #getForeground
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTableHeaderUI.java118 setForeground(header.getForeground());
H A DAquaMenuPainter.java234 g.setColor(parentIsMenuBar ? parent.getForeground() : b.getForeground()); // Which is either MenuItem.foreground or the user's choice
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java297 setForeground(target.getForeground());
444 return wp.getOnscreenGraphics(getForeground(), getBackground(),
623 final Color oldFg = getForeground();
641 protected final Color getForeground() { method in class:LWComponentPeer
/openjdk7/jdk/src/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java73 fgColor = header.getForeground();
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifGraphicsUtils.java270 g.setColor(b.getForeground());
311 g.setColor(b.getForeground());
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTextFieldPeer.java119 foreground = compAccessor.getForeground(target);
528 Color fg = editor.getForeground();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/
H A DJTreeTable.java312 foreground = table.getForeground();

Completed in 332 milliseconds

12345