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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DPopupFactory.java39 * <code>PopupFactory</code>, as the name implies, is used to obtain
44 * <code>PopupFactory</code>, you must invoke <code>hide</code> on the
47 * PopupFactory factory = PopupFactory.getSharedInstance();
58 public class PopupFactory { class
60 * The shared instanceof <code>PopupFactory</code> is per
62 * <code>AppContext</code> to locate the <code>PopupFactory</code>.
65 new StringBuffer("PopupFactory.SharedInstanceKey");
94 * Sets the <code>PopupFactory</code> that will be used to obtain
99 * @param factory Shared PopupFactory
[all...]

Completed in 58 milliseconds