com.jidesoft.plaf.basic
Class BasicJideComboBoxUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ComboBoxUI
javax.swing.plaf.basic.BasicComboBoxUI
javax.swing.plaf.metal.MetalComboBoxUI
com.jidesoft.plaf.basic.BasicJideComboBoxUI
public class BasicJideComboBoxUI
- extends MetalComboBoxUI
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 javax.swing.plaf.metal.MetalComboBoxUI |
createEditor, createLayoutManager, createPopup, createPropertyChangeListener, editablePropertyChanged, getBaseline, getMinimumSize, paint, paintCurrentValue, paintCurrentValueBackground, removeListeners |
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, installKeyboardActions, installUI, isFocusTraversable, isNavigationKey, isPopupVisible, rectangleForCurrentValue, removeEditor, selectNextPossibleValue, selectPreviousPossibleValue, setPopupVisible, toggleOpenClose, uninstallComponents, uninstallKeyboardActions, uninstallUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_rolloverListener
protected BasicJideComboBoxUI.RolloverListener _rolloverListener
BasicJideComboBoxUI
public BasicJideComboBoxUI()
createUI
public static BasicJideComboBoxUI createUI(JComponent c)
installDefaults
protected void installDefaults()
- Overrides:
installDefaults
in class BasicComboBoxUI
createComboBoxBorder
protected BasicJideComboBoxUI.BasicJideComboBoxBorder createComboBoxBorder()
uninstallDefaults
protected void uninstallDefaults()
- Overrides:
uninstallDefaults
in class BasicComboBoxUI
installListeners
protected void installListeners()
- Overrides:
installListeners
in class BasicComboBoxUI
uninstallListeners
protected void uninstallListeners()
- Overrides:
uninstallListeners
in class BasicComboBoxUI
createRolloverListener
protected BasicJideComboBoxUI.RolloverListener createRolloverListener()
createArrowButton
protected JButton createArrowButton()
- Overrides:
createArrowButton
in class MetalComboBoxUI
unconfigureArrowButton
public void unconfigureArrowButton()
- Overrides:
unconfigureArrowButton
in class BasicComboBoxUI
unconfigureEditor
public void unconfigureEditor()
- Overrides:
unconfigureEditor
in class MetalComboBoxUI
configureEditor
public void configureEditor()
- Overrides:
configureEditor
in class MetalComboBoxUI
layoutComboBox
public void layoutComboBox(Container parent,
MetalComboBoxUI.MetalComboBoxLayoutManager manager)
- Overrides:
layoutComboBox
in class MetalComboBoxUI
isRollOver
public boolean isRollOver()
setRollOver
public void setRollOver(boolean rollOver)