Lines Matching defs:UIManager
67 * {@code UIManager} manages the current look and feel, the set of
80 * UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
85 * UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
117 * {@code UIManager} manages three sets of {@code UIDefaults}. In order, they
133 * {@code UIManager.getString("Table.foreground")} results in first
140 * For example, {@code UIManager.getDefaults().getString("Table.foreground")}
141 * is equivalent to {@code UIManager.getString("Table.foreground")}. Both
146 * When the look and feel is changed, {@code UIManager} alters only the
148 * altered by the {@code UIManager} in any way.
176 public class UIManager implements Serializable
179 * This class defines the state managed by the <code>UIManager</code>. For
181 * be static members of <code>UIManager</code> however we give them
220 UIManager.class);
300 * @see UIManager#getInstalledLookAndFeels
308 * Constructs a <code>UIManager</code>s
409 * UIManager.setLookAndFeel(info.getClassName());
1050 System.err.println("UIManager: failed loading " + className);
1201 * to this UIManager with addPropertyChangeListener().
1219 if (UIManager.class.getClassLoader() != null) {
1353 UIManager.put(key, lafData.get(key));
1383 System.err.println("UIManager: failed loading auxiliary look and feel " + className);