|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.swingx.autocomplete.workarounds.MacOSXPopupLocationFix
public final class MacOSXPopupLocationFix
Fix a problem where the JComboBox's popup obscures its editor in the Mac OS X Aqua look and feel.
Installing this fix will resolve the problem for Aqua without having side-effects for other look-and-feels. It also supports dynamically changed look and feels.
Method Summary | |
---|---|
static MacOSXPopupLocationFix |
install(JComboBox comboBox)
Install the fix for the specified combo box. |
void |
uninstall()
Uninstall the fix. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MacOSXPopupLocationFix install(JComboBox comboBox)
public void uninstall()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |