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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboPopup.java327 setLightWeightPopupEnabled( comboBox.isLightWeightPopupEnabled() );
972 setLightWeightPopupEnabled(comboBox.isLightWeightPopupEnabled());
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJPopupMenu.java496 * @see #isLightWeightPopupEnabled
510 public boolean isLightWeightPopupEnabled() { method in class:JPopupMenu
824 if (isLightWeightPopupEnabled()) {
1166 String lightWeightPopupEnabledString = (isLightWeightPopupEnabled() ?
H A DToolTipManager.java142 public boolean isLightWeightPopupEnabled() { method in class:ToolTipManager
H A DJComboBox.java151 * @see #isLightWeightPopupEnabled
379 public boolean isLightWeightPopupEnabled() { method in class:JComboBox

Completed in 389 milliseconds