Package 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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected classprotected classNested classes/interfaces inherited from class javax.swing.plaf.metal.MetalComboBoxUI
MetalComboBoxUI.MetalComboBoxLayoutManager, MetalComboBoxUI.MetalComboPopup, MetalComboBoxUI.MetalPropertyChangeListenerNested classes/interfaces inherited from class javax.swing.plaf.basic.BasicComboBoxUI
BasicComboBoxUI.ComboBoxLayoutManager, BasicComboBoxUI.FocusHandler, BasicComboBoxUI.ItemHandler, BasicComboBoxUI.KeyHandler, BasicComboBoxUI.ListDataHandler, BasicComboBoxUI.PropertyChangeHandler -
Field Summary
FieldsFields inherited from class javax.swing.plaf.basic.BasicComboBoxUI
arrowButton, cachedMinimumSize, comboBox, currentValuePane, editor, focusListener, hasFocus, isMinimumSizeDirty, itemListener, keyListener, listBox, listDataListener, padding, popup, popupKeyListener, popupMouseListener, popupMouseMotionListener, propertyChangeListener, squareButton -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected JButtonprotected BasicJideComboBoxUI.RolloverListenerstatic BasicJideComboBoxUIprotected voidprotected voidbooleanvoidlayoutComboBox(Container parent, MetalComboBoxUI.MetalComboBoxLayoutManager manager) voidsetRollOver(boolean rollOver) voidvoidprotected voidprotected voidMethods inherited from class javax.swing.plaf.metal.MetalComboBoxUI
createEditor, createLayoutManager, createPopup, createPropertyChangeListener, editablePropertyChanged, getBaseline, getMinimumSize, paint, paintCurrentValue, paintCurrentValueBackground, removeListenersMethods inherited from class javax.swing.plaf.basic.BasicComboBoxUI
addEditor, configureArrowButton, createFocusListener, createItemListener, createKeyListener, createListDataListener, createRenderer, getAccessibleChild, getAccessibleChildrenCount, getBaselineResizeBehavior, getDefaultSize, getDisplaySize, getInsets, getMaximumSize, getPreferredSize, getSizeForComponent, installComponents, installKeyboardActions, installUI, isFocusTraversable, isNavigationKey, isPopupVisible, rectangleForCurrentValue, removeEditor, selectNextPossibleValue, selectPreviousPossibleValue, setPopupVisible, toggleOpenClose, uninstallComponents, uninstallKeyboardActions, uninstallUIMethods inherited from class javax.swing.plaf.ComponentUI
contains, update
-
Field Details
-
_rolloverListener
-
-
Constructor Details
-
BasicJideComboBoxUI
public BasicJideComboBoxUI()
-
-
Method Details
-
createUI
-
installDefaults
protected void installDefaults()- Overrides:
installDefaultsin classBasicComboBoxUI
-
createComboBoxBorder
-
uninstallDefaults
protected void uninstallDefaults()- Overrides:
uninstallDefaultsin classBasicComboBoxUI
-
installListeners
protected void installListeners()- Overrides:
installListenersin classBasicComboBoxUI
-
uninstallListeners
protected void uninstallListeners()- Overrides:
uninstallListenersin classBasicComboBoxUI
-
createRolloverListener
-
createArrowButton
- Overrides:
createArrowButtonin classMetalComboBoxUI
-
unconfigureArrowButton
public void unconfigureArrowButton()- Overrides:
unconfigureArrowButtonin classBasicComboBoxUI
-
unconfigureEditor
public void unconfigureEditor()- Overrides:
unconfigureEditorin classMetalComboBoxUI
-
configureEditor
public void configureEditor()- Overrides:
configureEditorin classMetalComboBoxUI
-
layoutComboBox
- Overrides:
layoutComboBoxin classMetalComboBoxUI
-
isRollOver
public boolean isRollOver() -
setRollOver
public void setRollOver(boolean rollOver)
-