org.jvnet.substance
Class SubstanceComboBoxUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ComboBoxUI
javax.swing.plaf.basic.BasicComboBoxUI
org.jvnet.substance.SubstanceComboBoxUI
public class SubstanceComboBoxUI
- extends BasicComboBoxUI
UI for combo boxes in Substance look and feel.
- Author:
- Kirill Grouchnikov
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, configureEditor, createEditor, createFocusListener, createItemListener, createKeyListener, createListDataListener, createPopup, createPropertyChangeListener, getAccessibleChild, getAccessibleChildrenCount, getDefaultSize, getDisplaySize, getInsets, getMaximumSize, getMinimumSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, isFocusTraversable, isNavigationKey, isPopupVisible, paint, paintCurrentValue, paintCurrentValueBackground, rectangleForCurrentValue, removeEditor, selectNextPossibleValue, selectPreviousPossibleValue, setPopupVisible, toggleOpenClose, unconfigureArrowButton, unconfigureEditor, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMBO_ARROW
public static final Icon COMBO_ARROW
- Combobox button arrow.
SubstanceComboBoxUI
public SubstanceComboBoxUI()
createUI
public static ComponentUI createUI(JComponent b)
createArrowButton
protected JButton createArrowButton()
- Overrides:
createArrowButton
in class BasicComboBoxUI
createRenderer
protected ListCellRenderer createRenderer()
- Overrides:
createRenderer
in class BasicComboBoxUI
createLayoutManager
protected LayoutManager createLayoutManager()
- Overrides:
createLayoutManager
in class BasicComboBoxUI
getPreferredSize
public Dimension getPreferredSize(JComponent c)
- Overrides:
getPreferredSize
in class BasicComboBoxUI