Lines Matching refs:get

525             "Desktop.background", table.get("desktop"),
559 "Panel.background", table.get("control"),
560 "Panel.foreground", table.get("textText"),
565 "ProgressBar.background", table.get("control"),
566 "ProgressBar.selectionForeground", table.get("control"),
567 "ProgressBar.selectionBackground", table.get("controlText"),
575 "Button.background", table.get("control"),
576 "Button.foreground", table.get("controlText"),
577 "Button.select", table.get("controlLightShadow"),
587 "CheckBox.focus", table.get("activeCaptionBorder"),
596 "RadioButton.background", table.get("control"),
597 "RadioButton.foreground", table.get("controlText"),
599 "RadioButton.focus", table.get("activeCaptionBorder"),
608 "ToggleButton.background", table.get("control"),
609 "ToggleButton.foreground", table.get("controlText"),
610 "ToggleButton.focus", table.get("controlText"),
611 "ToggleButton.select", table.get("controlLightShadow"),
623 "Menu.foreground", table.get("menuText"),
624 "Menu.background", table.get("menu"),
640 "MenuBar.background", table.get("menu"),
641 "MenuBar.foreground", table.get("menuText"),
650 "MenuItem.foreground", table.get("menuText"),
651 "MenuItem.background", table.get("menu"),
661 "RadioButtonMenuItem.foreground", table.get("menuText"),
662 "RadioButtonMenuItem.background", table.get("menu"),
672 "CheckBoxMenuItem.foreground", table.get("menuText"),
673 "CheckBoxMenuItem.background", table.get("menu"),
679 "PopupMenu.background", table.get("menu"),
681 "PopupMenu.foreground", table.get("menuText"),
686 "Label.background", table.get("control"),
687 "Label.foreground", table.get("controlText"),
689 "Separator.shadow", table.get("controlShadow"), // DEPRECATED - DO NOT USE!
690 "Separator.highlight", table.get("controlLtHighlight"), // DEPRECATED - DO NOT USE!
692 "Separator.background", table.get("controlLtHighlight"),
693 "Separator.foreground", table.get("controlShadow"),
769 "InternalFrame.activeTitleBackground", table.get("activeCaptionBorder"),
770 "InternalFrame.inactiveTitleBackground", table.get("inactiveCaptionBorder"),
778 "ScrollBar.foreground", table.get("control"),
780 "ScrollBar.trackHighlight", table.get("controlDkShadow"),
781 "ScrollBar.thumb", table.get("control"),
782 "ScrollBar.thumbHighlight", table.get("controlHighlight"),
783 "ScrollBar.thumbDarkShadow", table.get("controlDkShadow"),
784 "ScrollBar.thumbShadow", table.get("controlShadow"),
806 "ScrollPane.background", table.get("control"),
807 "ScrollPane.foreground", table.get("controlText"),
830 "Slider.foreground", table.get("control"),
832 "Slider.highlight", table.get("controlHighlight"),
833 "Slider.shadow", table.get("controlShadow"),
834 "Slider.focus", table.get("controlDkShadow"),
861 "SplitPane.background", table.get("control"),
862 "SplitPane.highlight", table.get("controlHighlight"),
863 "SplitPane.shadow", table.get("controlShadow"),
865 "SplitPane.activeThumb", table.get("activeCaptionBorder"),
885 "TabbedPane.background", table.get("control"),
886 "TabbedPane.foreground", table.get("controlText"),
887 "TabbedPane.light", table.get("controlHighlight"),
888 "TabbedPane.highlight", table.get("controlLtHighlight"),
889 "TabbedPane.shadow", table.get("controlShadow"),
890 "TabbedPane.darkShadow", table.get("controlShadow"),
895 "TabbedPane.focus", table.get("activeCaptionBorder"),
923 "Tree.hash", table.get("controlDkShadow"), // default: black
924 "Tree.iconShadow", table.get("controlShadow"),
925 "Tree.iconHighlight", table.get("controlHighlight"),
926 "Tree.iconBackground", table.get("control"),
927 "Tree.iconForeground", table.get("controlShadow"), // default: black
929 "Tree.textForeground", table.get("textText"), // default: black
930 "Tree.selectionBackground", table.get("text"), // default: white
931 "Tree.selectionForeground", table.get("textText"), // default: black
932 "Tree.selectionBorderColor", table.get("activeCaptionBorder"), // default: maroon
939 "Tree.editorBorderSelectionColor", table.get("activeCaptionBorder"),
1003 "Table.dropLineShortColor", table.get("activeCaptionBorder"),
1139 "ComboBox.control", table.get("control"),
1141 "ComboBox.background", table.get("window"),
1145 "ComboBox.selectionForeground", table.get("text"),
1146 "ComboBox.disabledBackground", table.get("control"),
1147 "ComboBox.disabledForeground", table.get("textInactiveText"),
1166 "TextField.inactiveForeground", table.get("textInactiveText"),
1167 "TextField.selectionBackground", table.get("textHighlight"),
1168 "TextField.selectionForeground", table.get("textHighlightText"),
1169 "TextField.background", table.get("window"),
1170 "TextField.foreground", table.get("textText"),
1177 "PasswordField.inactiveForeground", table.get("textInactiveText"),
1178 "PasswordField.selectionBackground", table.get("textHighlight"),
1179 "PasswordField.selectionForeground", table.get("textHighlightText"),
1180 "PasswordField.background", table.get("window"),
1181 "PasswordField.foreground", table.get("textText"),
1188 "TextArea.inactiveForeground", table.get("textInactiveText"),
1189 "TextArea.selectionBackground", table.get("textHighlight"),
1190 "TextArea.selectionForeground", table.get("textHighlightText"),
1191 "TextArea.background", table.get("window"),
1192 "TextArea.foreground", table.get("textText"),
1199 "TextPane.inactiveForeground", table.get("textInactiveText"),
1201 "TextPane.selectionForeground", table.get("textHighlightText"),
1203 "TextPane.foreground", table.get("textText"),
1210 "EditorPane.inactiveForeground", table.get("textInactiveText"),
1212 "EditorPane.selectionForeground", table.get("textHighlightText"),
1214 "EditorPane.foreground", table.get("textText"),
1227 "ToolTip.background", table.get("info"),
1228 "ToolTip.foreground", table.get("infoText"),