|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.ComboBoxUI
javax.swing.plaf.basic.BasicComboBoxUI
com.apple.laf.AquaComboBoxUI
corny.addressbook.gui.SearchDialog.SearchAndReplaceDialog.RoundRectComboBoxUI
public class RoundRectComboBoxUI
Combo box UI which matches the UI of the PopUnderButton
.
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 |
---|
public RoundRectComboBoxUI()
Method Detail |
---|
public void installUI(javax.swing.JComponent arg0)
installUI
in class com.apple.laf.AquaComboBoxUI
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize
in class javax.swing.plaf.basic.BasicComboBoxUI
public java.awt.Dimension getMinimumSize(javax.swing.JComponent arg0)
getMinimumSize
in class com.apple.laf.AquaComboBoxUI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |