Searched defs:DefaultLookup (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/
H A DDefaultLookup.java35 * DefaultLookup provides a way to customize the lookup done by the
36 * UIManager. The default implementation of DefaultLookup forwards
46 public class DefaultLookup { class
48 * Key used to store DefaultLookup for AppContext.
51 StringBuffer("DefaultLookup");
57 * DefaultLookup for last thread.
59 private static DefaultLookup currentDefaultLookup;
62 * If true, a custom DefaultLookup has been set.
68 * Sets the DefaultLookup instance to use for the current
72 public static void setDefaultLookup(DefaultLookup looku
[all...]

Completed in 31 milliseconds