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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DToolTipManager.java82 protected boolean lightWeightPopupEnabled = true; field in class:ToolTipManager
132 lightWeightPopupEnabled = aFlag;
143 return lightWeightPopupEnabled;
330 if (lightWeightPopupEnabled) {
H A DJComboBox.java153 protected boolean lightWeightPopupEnabled = JPopupMenu.getDefaultLightWeightPopupEnabled(); field in class:JComboBox
336 * Sets the <code>lightWeightPopupEnabled</code> property, which
348 * The default value for the <code>lightWeightPopupEnabled</code>
366 boolean oldFlag = lightWeightPopupEnabled;
367 lightWeightPopupEnabled = aFlag;
368 firePropertyChange("lightWeightPopupEnabled", oldFlag, lightWeightPopupEnabled);
372 * Gets the value of the <code>lightWeightPopupEnabled</code>
375 * @return the value of the <code>lightWeightPopupEnabled</code>
380 return lightWeightPopupEnabled;
[all...]

Completed in 43 milliseconds