com.goatherd.swing.date
Class JDateComboBoxUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ComboBoxUI
          extended by javax.swing.plaf.basic.BasicComboBoxUI
              extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicComboBoxUI
BasicComboBoxUI.ComboBoxLayoutManager, BasicComboBoxUI.FocusHandler, BasicComboBoxUI.ItemHandler, BasicComboBoxUI.KeyHandler, BasicComboBoxUI.ListDataHandler, BasicComboBoxUI.PropertyChangeHandler
 
Constructor Summary
JDateComboBoxUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 void installUI(JComponent c)
          Update Editor LookAndFeel.
 
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
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDateComboBoxUI

public JDateComboBoxUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installUI

public void installUI(JComponent c)
Update Editor LookAndFeel.

Overrides:
installUI in class BasicComboBoxUI