Searched refs:sfg (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthListUI.java145 Color sfg = list.getSelectionForeground();
146 if (sfg == null || sfg instanceof UIResource) {
H A DSynthTextFieldUI.java115 Color sfg = comp.getSelectedTextColor();
116 if (sfg == null || sfg instanceof UIResource) {
H A DSynthTableUI.java146 Color sfg = table.getSelectionForeground();
147 if (sfg == null || sfg instanceof UIResource) {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTextFieldPeer.java543 Color sfg = editor.getSelectedTextColor();
544 if ((sfg == null) || (sfg instanceof UIResource)) {
H A DXTextAreaPeer.java613 Color sfg = editor.getSelectedTextColor();
614 if ((sfg == null) || (sfg instanceof UIResource)) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTableUI.java1421 Color sfg = table.getSelectionForeground();
1422 if (sfg == null || sfg instanceof UIResource) {
1423 sfg = UIManager.getColor("Table.selectionForeground");
1424 table.setSelectionForeground(sfg != null ? sfg : UIManager.getColor("textHighlightText"));
H A DBasicTextUI.java330 Color sfg = editor.getSelectedTextColor();
331 if ((sfg == null) || (sfg instanceof UIResource)) {
H A DBasicListUI.java796 Color sfg = list.getSelectionForeground();
797 if (sfg == null || sfg instanceof UIResource) {
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DJarSigner.java2245 Block(SignatureFile sfg, PrivateKey privateKey, String sigalg, argument
2299 blockFileName = "META-INF/"+sfg.getBaseName()+"."+keyAlgorithm;
2308 sfg.write(baos);

Completed in 68 milliseconds