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

/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/
H A DPopupMenuUI.java63 public Popup getPopup(JPopupMenu popup, int x, int y) { method in class:PopupMenuUI
/openjdk10/jdk/test/javax/swing/JComboBox/4743225/
H A Dbug4743225.java68 public static BasicComboPopup getPopup() { method in class:bug4743225
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DScreenPopupFactory.java53 public Popup getPopup(final Component comp, final Component invoker, final int x, final int y) { method in class:ScreenPopupFactory
H A DAquaComboBoxUI.java408 public ComboPopup getPopup() { method in class:AquaComboBoxUI
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/multi/
H A DMultiPopupMenuUI.java97 public Popup getPopup(JPopupMenu a, int b, int c) { method in class:MultiPopupMenuUI
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsPopupMenuUI.java90 public Popup getPopup(JPopupMenu popupMenu, int x, int y) { method in class:WindowsPopupMenuUI
/openjdk10/jdk/test/javax/swing/JPopupMenu/8147521/
H A DPopupMenuTest.java161 public Popup getPopup(JPopupMenu popup, int x, int y) { method in class:PopMenuUIExt
175 public static Popup getPopup() { method in class:PopMenuUIExt
/openjdk10/jdk/test/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java119 public Popup getPopup(Component owner, Component contents, int x, int y) { method in class:bug7123767.TestFactory
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/
H A DPopupFactory.java177 public Popup getPopup(Component owner, Component contents, method in class:PopupFactory
206 protected Popup getPopup(Component owner, Component contents, int x, int y, method in class:PopupFactory
264 private Popup getPopup(Component owner, Component contents, method in class:PopupFactory
[all...]

Completed in 75 milliseconds