net.java.sip.communicator.impl.gui.lookandfeel
Class SIPCommComboBoxUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ComboBoxUI
javax.swing.plaf.basic.BasicComboBoxUI
net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxUI
- Direct Known Subclasses:
- SIPCommCallComboBoxUI
public class SIPCommComboBoxUI
- extends BasicComboBoxUI
SIPCommComboBoxUI implementation.
- Author:
- Yana Stamcheva
| 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.basic.BasicComboBoxUI |
addEditor, configureArrowButton, configureEditor, createArrowButton, createFocusListener, createItemListener, createKeyListener, createLayoutManager, createListDataListener, createPopup, createPropertyChangeListener, createRenderer, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getDefaultSize, getDisplaySize, getInsets, getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, isFocusTraversable, isNavigationKey, isPopupVisible, paintCurrentValue, paintCurrentValueBackground, rectangleForCurrentValue, removeEditor, selectNextPossibleValue, selectPreviousPossibleValue, setPopupVisible, toggleOpenClose, unconfigureArrowButton, unconfigureEditor, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIPCommComboBoxUI
public SIPCommComboBoxUI()
createUI
public static ComponentUI createUI(JComponent c)
- Creates the UI for the given component c.
- Parameters:
c - the component to create an UI for.
- Returns:
- the created ComponentUI
paint
public void paint(Graphics g,
JComponent c)
- Paints the UI for the given component through the given graphics object.
- Overrides:
paint in class BasicComboBoxUI
- Parameters:
g - the Graphics object used for paintingc - the component to paint
createEditor
protected ComboBoxEditor createEditor()
- Creates the editor of the combo box related to this UI.
- Overrides:
createEditor in class BasicComboBoxUI
- Returns:
- the created combo box editor
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.