public class HudComboBoxUI extends BasicComboBoxUI

BasicComboBoxUI.ComboBoxLayoutManager, BasicComboBoxUI.FocusHandler, BasicComboBoxUI.ItemHandler, BasicComboBoxUI.KeyHandler, BasicComboBoxUI.ListDataHandler, BasicComboBoxUI.PropertyChangeHandlerarrowButton, cachedMinimumSize, comboBox, currentValuePane, editor, focusListener, hasFocus, isMinimumSizeDirty, itemListener, keyListener, listBox, listDataListener, padding, popup, popupKeyListener, popupMouseListener, popupMouseMotionListener, propertyChangeListener, squareButton| Constructor and Description |
|---|
HudComboBoxUI()
Creates a HUD style
ComboBoxUI. |
| Modifier and Type | Method and Description |
|---|---|
protected JButton |
createArrowButton() |
protected LayoutManager |
createLayoutManager() |
protected ComboPopup |
createPopup() |
protected ListCellRenderer |
createRenderer() |
protected Dimension |
getDefaultSize() |
protected Dimension |
getDisplaySize() |
Dimension |
getMinimumSize(JComponent c) |
protected void |
installComponents() |
protected void |
installDefaults() |
protected void |
installListeners() |
void |
paint(Graphics g,
JComponent c) |
void |
paintCurrentValue(Graphics g,
Rectangle bounds,
boolean hasFocus) |
protected void |
uninstallDefaults() |
protected void |
uninstallListeners() |
addEditor, configureArrowButton, configureEditor, createEditor, createFocusListener, createItemListener, createKeyListener, createListDataListener, createPropertyChangeListener, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getInsets, getMaximumSize, getPreferredSize, getSizeForComponent, installKeyboardActions, installUI, isFocusTraversable, isNavigationKey, isPopupVisible, paintCurrentValueBackground, rectangleForCurrentValue, removeEditor, selectNextPossibleValue, selectPreviousPossibleValue, setPopupVisible, toggleOpenClose, unconfigureArrowButton, unconfigureEditor, uninstallComponents, uninstallKeyboardActions, uninstallUIcontains, updatepublic HudComboBoxUI()
ComboBoxUI.protected void installDefaults()
installDefaults in class BasicComboBoxUIprotected void installListeners()
installListeners in class BasicComboBoxUIprotected void uninstallListeners()
uninstallListeners in class BasicComboBoxUIprotected void uninstallDefaults()
uninstallDefaults in class BasicComboBoxUIprotected void installComponents()
installComponents in class BasicComboBoxUIprotected JButton createArrowButton()
createArrowButton in class BasicComboBoxUIprotected ListCellRenderer createRenderer()
createRenderer in class BasicComboBoxUIprotected ComboPopup createPopup()
createPopup in class BasicComboBoxUIpublic Dimension getMinimumSize(JComponent c)
getMinimumSize in class BasicComboBoxUIprotected Dimension getDefaultSize()
getDefaultSize in class BasicComboBoxUIpublic void paint(Graphics g, JComponent c)
paint in class BasicComboBoxUIpublic void paintCurrentValue(Graphics g, Rectangle bounds, boolean hasFocus)
paintCurrentValue in class BasicComboBoxUIprotected Dimension getDisplaySize()
getDisplaySize in class BasicComboBoxUIprotected LayoutManager createLayoutManager()
createLayoutManager in class BasicComboBoxUI