Searched refs:hidePopup (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/javax/swing/JComboBox/4199622/
H A Dbug4199622.java101 cb.hidePopup();
138 cb.hidePopup();
160 cb.hidePopup();
187 cb.hidePopup();
/openjdk7/jdk/test/javax/swing/JComboBox/ShowPopupAfterHidePopupTest/
H A DShowPopupAfterHidePopupTest.java26 @summary JComboBox.showPopup(), hidePopup() fails in JRE 1.7 on OS X
61 comboBox.hidePopup();
75 throw new RuntimeException("Calling hidePopup() affected the next call to showPopup().");
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComboBox.java236 public void ancestorAdded(AncestorEvent event){ hidePopup();}
237 public void ancestorRemoved(AncestorEvent event){ hidePopup();}
240 hidePopup();
810 public void hidePopup() { method in class:JComboBox
1415 hidePopup();
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaComboBoxUI.java565 if (target.comboBox != null) target.comboBox.hidePopup();
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUIImpl.java874 directoryComboBox.hidePopup();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalFileChooserUI.java1153 directoryComboBox.hidePopup();

Completed in 43 milliseconds