JIDE 3.5.15

com.jidesoft.plaf.aqua
Class AquaExComboBoxUI

java.lang.Object
  extended by AquaComboBoxUI
      extended by com.jidesoft.plaf.aqua.AquaExComboBoxUI
All Implemented Interfaces:
ExComboBoxUI, PropertyChangeListener, EventListener

public class AquaExComboBoxUI
extends AquaComboBoxUI
implements ExComboBoxUI, PropertyChangeListener


Field Summary
protected  ExComboBox _comboBox
           
 
Constructor Summary
AquaExComboBoxUI()
           
 
Method Summary
 void addEditor()
           
protected  void configureEditor(ComboBoxEditor comboBoxEditor)
           
protected  JButton createArrowButton()
           
protected  ComboBoxEditor createEditor()
           
protected  FocusListener createFocusListener()
           
protected  ItemListener createItemListener()
           
protected  ComboPopup createPopup()
           
protected  ListCellRenderer createRenderer()
           
static ComponentUI createUI(JComponent c)
           
 PopupPanel getPopupPanel()
           
 void installUI(JComponent c)
           
 void propertyChange(PropertyChangeEvent evt)
           
protected  void selectNextPossibleValue()
           
 void uninstallUI(JComponent c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_comboBox

protected ExComboBox _comboBox
Constructor Detail

AquaExComboBoxUI

public AquaExComboBoxUI()
Method Detail

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()

JIDE 3.5.15