| java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.ComboBoxUI javax.swing.plaf.basic.BasicComboBoxUI org.jvnet.substance.SubstanceComboBoxUI
SubstanceComboBoxUI | public class SubstanceComboBoxUI extends BasicComboBoxUI (Code) | | UI for combo boxes in Substance look and feel.
author: Kirill Grouchnikov author: Thomas Bierhance http://www.orbital-computer.de/JComboBox/ author: inostock |
Inner Class :public class ComboBoxPropertyChangeHandler extends PropertyChangeHandler | |
substanceFadeStateListener | protected FadeStateListener substanceFadeStateListener(Code) | | Listener for fade animations.
|
substanceFocusListener | protected FocusListener substanceFocusListener(Code) | | Focus listener on the combobox.
|
configureArrowButton | public void configureArrowButton()(Code) | | |
configureArrowButtonStraightSide | protected void configureArrowButtonStraightSide()(Code) | | Configures the straight side of the arrow button.
|
configureEditor | protected void configureEditor()(Code) | | |
getPopup | public ComboPopup getPopup()(Code) | | Returns the popup of the associated combobox.
The popup of the associated combobox. |
installDefaults | protected void installDefaults()(Code) | | |
installListeners | protected void installListeners()(Code) | | |
paintCurrentValueBackground | public void paintCurrentValueBackground(Graphics g, Rectangle bounds, boolean hasFocus)(Code) | | |
paintFocus | protected void paintFocus(Graphics g, Rectangle bounds)(Code) | | Paints the focus indication.
Parameters: g - Graphics. Parameters: bounds - Bounds for text. |
unconfigureArrowButton | public void unconfigureArrowButton()(Code) | | |
uninstallListeners | protected void uninstallListeners()(Code) | | |
|
|