corny.addressbook.gui.ContactDisplay.LabelCombo
Class LabelComboUI

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.apple.laf.AquaComboBoxUI
                  extended by corny.addressbook.gui.ContactDisplay.LabelCombo.LabelComboUI

public class LabelComboUI
extends com.apple.laf.AquaComboBoxUI

Combo box UI which matches the UI of the PopUnderButton.

Author:
Corny

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicComboBoxUI
javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager, javax.swing.plaf.basic.BasicComboBoxUI.FocusHandler, javax.swing.plaf.basic.BasicComboBoxUI.ItemHandler, javax.swing.plaf.basic.BasicComboBoxUI.KeyHandler, javax.swing.plaf.basic.BasicComboBoxUI.ListDataHandler, javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
 
Constructor Summary
LabelComboUI()
           
 
Method Summary
 java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
           
 void installUI(javax.swing.JComponent arg0)
           
 
Methods inherited from class com.apple.laf.AquaComboBoxUI
applySizeFor, createUI, getMinimumSize, getPopup, paint, uninstallUI
 
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxUI
addEditor, configureArrowButton, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, isFocusTraversable, isPopupVisible, paintCurrentValue, paintCurrentValueBackground, removeEditor, setPopupVisible, unconfigureArrowButton
 
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

LabelComboUI

public LabelComboUI()
Method Detail

installUI

public void installUI(javax.swing.JComponent arg0)
Overrides:
installUI in class com.apple.laf.AquaComboBoxUI

getPreferredSize

public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
Overrides:
getPreferredSize in class javax.swing.plaf.basic.BasicComboBoxUI