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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DPopupFactory.java139 int getPopupType() { method in class:PopupFactory
169 int popupType = getPopupType(owner, contents, x, y);
182 private int getPopupType(Component owner, Component contents, method in class:PopupFactory
184 int popupType = getPopupType();

Completed in 31 milliseconds