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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsComboBoxUI.java58 public class WindowsComboBoxUI extends BasicComboBoxUI { class in inherits:BasicComboBoxUI
64 WindowsComboBoxUI comboBoxUI = getWindowsComboBoxUI(e);
103 private WindowsComboBoxUI getWindowsComboBoxUI(MouseEvent event) {
105 WindowsComboBoxUI rv = null;
107 && comboBox.getUI() instanceof WindowsComboBoxUI) {
108 rv = (WindowsComboBoxUI) comboBox.getUI();
124 WindowsComboBoxUI) {
126 WindowsComboBoxUI comboBoxUI = (WindowsComboBoxUI) comboBox.getUI();
139 return new WindowsComboBoxUI();
[all...]
H A DXPStyle.java353 if(cb.getUI() instanceof WindowsComboBoxUI) {
354 WindowsComboBoxUI wcb = (WindowsComboBoxUI)cb.getUI();

Completed in 24 milliseconds