Lines Matching defs:table

215         final UIDefaults table = new UIDefaults();
217 //UIDefaults table = new DebugDefaults();
220 initClassDefaults(table);
226 super.initSystemColorDefaults(table);
227 super.initComponentDefaults(table);
230 initSystemColorDefaults(table);
231 initComponentDefaults(table);
235 return table;
239 * Initialize the defaults table with the name of the ResourceBundle
245 private void initResourceBundle(final UIDefaults table) {
246 table.setDefaultLocale(Locale.getDefault());
247 table.addResourceBundle(PKG_PREFIX + "resources.aqua");
254 table.put(key, aquaProperties.getString(key));
263 protected void initComponentDefaults(final UIDefaults table) {
264 initResourceBundle(table);
781 //"Slider.highlight", table.get("controlLtHighlight"),
782 //"Slider.shadow", table.get("controlShadow"),
783 //"Slider.focus", table.get("controlDkShadow"),
801 //"SplitPane.highlight", table.get("controlLtHighlight"),
802 //"SplitPane.shadow", table.get("controlShadow"),
816 //"TabbedPane.lightHighlight", table.get("controlLtHighlight"),
817 //"TabbedPane.highlight", table.get("controlHighlight"),
818 //"TabbedPane.shadow", table.get("controlShadow"),
819 //"TabbedPane.darkShadow", table.get("controlDkShadow"),
820 //"TabbedPane.focus", table.get("controlText"),
979 table.putDefaults(defaults);
982 table.put(SwingUtilities2.AA_TEXT_PROPERTY_KEY, aaTextInfo);
985 protected void initSystemColorDefaults(final UIDefaults table) {
1015 // loadSystemColors(table, defaultSystemColors, isNativeLookAndFeel());
1021 * (see AbstractComponent.getUIClassID). This table must
1027 protected void initClassDefaults(final UIDefaults table) {
1078 // we will aad the com.apple.laf.FooUI classes to this table.
1085 table.putDefaults(uiDefaults);