com.jidesoft.plaf.aqua
Class AquaExComboBoxUI
java.lang.Object
AquaComboBoxUI
com.jidesoft.plaf.aqua.AquaExComboBoxUI
- All Implemented Interfaces:
- ExComboBoxUI, PropertyChangeListener, EventListener
public class AquaExComboBoxUI
- extends AquaComboBoxUI
- implements ExComboBoxUI, PropertyChangeListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_comboBox
protected ExComboBox _comboBox
AquaExComboBoxUI
public AquaExComboBoxUI()
createUI
public static ComponentUI createUI(JComponent c)
installUI
public void installUI(JComponent c)
uninstallUI
public void uninstallUI(JComponent c)
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange
in interface PropertyChangeListener
createItemListener
protected ItemListener createItemListener()
createArrowButton
protected JButton createArrowButton()
createPopup
protected ComboPopup createPopup()
createRenderer
protected ListCellRenderer createRenderer()
addEditor
public void addEditor()
createEditor
protected ComboBoxEditor createEditor()
getPopupPanel
public PopupPanel getPopupPanel()
- Specified by:
getPopupPanel
in interface ExComboBoxUI
selectNextPossibleValue
protected void selectNextPossibleValue()
configureEditor
protected void configureEditor(ComboBoxEditor comboBoxEditor)
createFocusListener
protected FocusListener createFocusListener()