com.goatherd.swing.date
Class JDateComboBoxUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ComboBoxUI
javax.swing.plaf.basic.BasicComboBoxUI
com.goatherd.swing.date.JDateComboBoxUI
public class JDateComboBoxUI
- extends BasicComboBoxUI
ComboBox UI for JDateComboBox.
Substitutes popup with calendar and
minds the current LookAndFeel instead of BasicComboBoxUI look and feel.
- Version:
- 1 03/01/2008
- Author:
- Maik Kreutzfeldt
| Methods inherited from class javax.swing.plaf.basic.BasicComboBoxUI |
addEditor, configureArrowButton, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, isFocusTraversable, isPopupVisible, paint, paintCurrentValue, paintCurrentValueBackground, removeEditor, setPopupVisible, unconfigureArrowButton, uninstallUI |
JDateComboBoxUI
public JDateComboBoxUI()
createUI
public static ComponentUI createUI(JComponent c)
installUI
public void installUI(JComponent c)
- Update Editor LookAndFeel.
- Overrides:
installUI in class BasicComboBoxUI