com.jidesoft.plaf.basic
Class BasicExComboBoxUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ComboBoxUI
javax.swing.plaf.basic.BasicComboBoxUI
com.jidesoft.plaf.basic.BasicExComboBoxUI
- All Implemented Interfaces:
- ExComboBoxUI, PropertyChangeListener, EventListener
public class BasicExComboBoxUI
- extends BasicComboBoxUI
- implements ExComboBoxUI, PropertyChangeListener
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxUI |
arrowButton, cachedMinimumSize, comboBox, currentValuePane, editor, focusListener, hasFocus, isMinimumSizeDirty, itemListener, keyListener, listBox, listDataListener, popup, popupKeyListener, popupMouseListener, popupMouseMotionListener, propertyChangeListener |
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxUI |
addEditor, configureArrowButton, createItemListener, createKeyListener, createLayoutManager, createListDataListener, createPropertyChangeListener, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getDefaultSize, getDisplaySize, getInsets, getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, isFocusTraversable, isNavigationKey, isPopupVisible, paint, paintCurrentValue, paintCurrentValueBackground, rectangleForCurrentValue, removeEditor, selectPreviousPossibleValue, setPopupVisible, toggleOpenClose, unconfigureArrowButton, unconfigureEditor, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_comboBox
protected ExComboBox _comboBox
BasicExComboBoxUI
public BasicExComboBoxUI()
createUI
public static ComponentUI createUI(JComponent c)
installUI
public void installUI(JComponent c)
- Overrides:
installUI
in class BasicComboBoxUI
uninstallUI
public void uninstallUI(JComponent c)
- Overrides:
uninstallUI
in class BasicComboBoxUI
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange
in interface PropertyChangeListener
createArrowButton
protected JButton createArrowButton()
- Overrides:
createArrowButton
in class BasicComboBoxUI
createPopup
protected ComboPopup createPopup()
- Overrides:
createPopup
in class BasicComboBoxUI
createRenderer
protected ListCellRenderer createRenderer()
- Overrides:
createRenderer
in class BasicComboBoxUI
createEditor
protected ComboBoxEditor createEditor()
- Overrides:
createEditor
in class BasicComboBoxUI
selectNextPossibleValue
protected void selectNextPossibleValue()
- Overrides:
selectNextPossibleValue
in class BasicComboBoxUI
getPopupPanel
public PopupPanel getPopupPanel()
- Specified by:
getPopupPanel
in interface ExComboBoxUI
configureEditor
protected void configureEditor()
- Overrides:
configureEditor
in class BasicComboBoxUI
createFocusListener
protected FocusListener createFocusListener()
- Overrides:
createFocusListener
in class BasicComboBoxUI