public class BaseComboBoxUI extends BasicComboBoxUI
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseComboBoxUI.ArrowButton |
class |
BaseComboBoxUI.PropertyChangeHandler |
BasicComboBoxUI.ComboBoxLayoutManager, BasicComboBoxUI.FocusHandler, BasicComboBoxUI.ItemHandler, BasicComboBoxUI.KeyHandler, BasicComboBoxUI.ListDataHandlerarrowButton, cachedMinimumSize, comboBox, currentValuePane, editor, hasFocus, isMinimumSizeDirty, itemListener, keyListener, listBox, listDataListener, padding, popup, popupKeyListener, popupMouseListener, popupMouseMotionListener, squareButton| Constructor and Description |
|---|
BaseComboBoxUI() |
| Modifier and Type | Method and Description |
|---|---|
JButton |
createArrowButton() |
static ComponentUI |
createUI(JComponent c) |
Dimension |
getPreferredSize(JComponent c) |
protected void |
installListeners() |
void |
installUI(JComponent c) |
protected void |
setButtonBorder() |
protected void |
uninstallListeners() |
addEditor, configureArrowButton, configureEditor, createEditor, createFocusListener, createItemListener, createKeyListener, createLayoutManager, createListDataListener, createPopup, createPropertyChangeListener, createRenderer, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getDefaultSize, getDisplaySize, getInsets, getMaximumSize, getMinimumSize, getSizeForComponent, installComponents, installDefaults, installKeyboardActions, isFocusTraversable, isNavigationKey, isPopupVisible, paint, paintCurrentValue, paintCurrentValueBackground, rectangleForCurrentValue, removeEditor, selectNextPossibleValue, selectPreviousPossibleValue, setPopupVisible, toggleOpenClose, unconfigureArrowButton, unconfigureEditor, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallUIcontains, updatepublic static ComponentUI createUI(JComponent c)
public void installUI(JComponent c)
installUI in class BasicComboBoxUIprotected void installListeners()
installListeners in class BasicComboBoxUIprotected void uninstallListeners()
uninstallListeners in class BasicComboBoxUIpublic Dimension getPreferredSize(JComponent c)
getPreferredSize in class BasicComboBoxUIpublic JButton createArrowButton()
createArrowButton in class BasicComboBoxUIprotected void setButtonBorder()
Copyright © 2014. All Rights Reserved.