corny.addressbook.gui.SearchDialog.SearchAndReplaceDialog
Class RoundRectComboBoxUI

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.SearchDialog.SearchAndReplaceDialog.RoundRectComboBoxUI

public class RoundRectComboBoxUI
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
RoundRectComboBoxUI()
           
 
Method Summary
 java.awt.Dimension getMinimumSize(javax.swing.JComponent arg0)
           
 java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
           
 void installUI(javax.swing.JComponent arg0)
           
 
Methods inherited from class com.apple.laf.AquaComboBoxUI
applySizeFor, createUI, 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

RoundRectComboBoxUI

public RoundRectComboBoxUI()
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

getMinimumSize

public java.awt.Dimension getMinimumSize(javax.swing.JComponent arg0)
Overrides:
getMinimumSize in class com.apple.laf.AquaComboBoxUI