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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DPopupFactory.java90 private int popupType = LIGHT_WEIGHT_POPUP; field in class:PopupFactory
133 popupType = type;
140 return popupType;
169 int popupType = getPopupType(owner, contents, x, y);
170 Popup popup = getPopup(owner, contents, x, y, popupType);
184 int popupType = getPopupType();
187 popupType = HEAVY_WEIGHT_POPUP;
189 else if (popupType == LIGHT_WEIGHT_POPUP &&
192 popupType = MEDIUM_WEIGHT_POPUP;
203 popupType
217 getPopup(Component owner, Component contents, int ownerX, int ownerY, int popupType) argument
[all...]

Completed in 158 milliseconds