org.tentackle.plaf.tplastic
Class TPlasticComboBoxUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ComboBoxUI
javax.swing.plaf.basic.BasicComboBoxUI
javax.swing.plaf.metal.MetalComboBoxUI
com.incors.plaf.kunststoff.KunststoffComboBoxUI
org.tentackle.plaf.tplastic.TPlasticComboBoxUI
public class TPlasticComboBoxUI
- extends com.incors.plaf.kunststoff.KunststoffComboBoxUI
UI for JComboBox/FormComboBox/FormFieldComboBox.
- Author:
- harald
| Fields inherited from class javax.swing.plaf.basic.BasicComboBoxUI |
arrowButton, cachedMinimumSize, comboBox, currentValuePane, editor, focusListener, hasFocus, isMinimumSizeDirty, itemListener, keyListener, listBox, listDataListener, popup, popupKeyListener, popupMouseListener, popupMouseMotionListener, propertyChangeListener |
| Methods inherited from class com.incors.plaf.kunststoff.KunststoffComboBoxUI |
createArrowButton |
| Methods inherited from class javax.swing.plaf.metal.MetalComboBoxUI |
configureEditor, createEditor, createLayoutManager, createPropertyChangeListener, editablePropertyChanged, getBaseline, getMinimumSize, layoutComboBox, paint, paintCurrentValue, paintCurrentValueBackground, removeListeners, unconfigureEditor |
| Methods inherited from class javax.swing.plaf.basic.BasicComboBoxUI |
addEditor, configureArrowButton, createFocusListener, createItemListener, createKeyListener, createListDataListener, createRenderer, getAccessibleChild, getAccessibleChildrenCount, getBaselineResizeBehavior, getDefaultSize, getDisplaySize, getInsets, getMaximumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installUI, isFocusTraversable, isNavigationKey, isPopupVisible, rectangleForCurrentValue, removeEditor, selectNextPossibleValue, selectPreviousPossibleValue, setPopupVisible, toggleOpenClose, unconfigureArrowButton, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TPlasticComboBoxUI
public TPlasticComboBoxUI()
createUI
public static ComponentUI createUI(JComponent c)
installListeners
protected void installListeners()
- Description copied from class:
javax.swing.plaf.basic.BasicComboBoxUI
- Create and install the listeners for the combo box and its model.
This method is called when the UI is installed.
- Overrides:
installListeners in class BasicComboBoxUI
uninstallListeners
protected void uninstallListeners()
- Description copied from class:
javax.swing.plaf.basic.BasicComboBoxUI
- Remove the installed listeners from the combo box and its model.
The number and types of listeners removed and in this method should be
the same that was added in
installListeners
- Overrides:
uninstallListeners in class BasicComboBoxUI
createPopup
protected ComboPopup createPopup()
- Overridden to install special popup that recognizes
FormComboBoxRenderer.
- Overrides:
createPopup in class MetalComboBoxUI
- Returns:
- an instance of
ComboPopup - See Also:
ComboPopup
Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de