net.java.sip.communicator.impl.gui.customcontrols
Class SIPCommSmartComboBox.CallComboEditor
java.lang.Object
net.java.sip.communicator.impl.gui.customcontrols.SIPCommSmartComboBox.CallComboEditor
- All Implemented Interfaces:
- EventListener, ComboBoxEditor, DocumentListener, Skinnable
- Enclosing class:
- SIPCommSmartComboBox
public class SIPCommSmartComboBox.CallComboEditor
- extends Object
- implements ComboBoxEditor, DocumentListener, Skinnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIPCommSmartComboBox.CallComboEditor
public SIPCommSmartComboBox.CallComboEditor()
loadSkin
public void loadSkin()
- Reloads UI if necessary.
- Specified by:
loadSkin in interface Skinnable
getEditorComponent
public Component getEditorComponent()
- Specified by:
getEditorComponent in interface ComboBoxEditor
setItem
public void setItem(Object item)
- Specified by:
setItem in interface ComboBoxEditor
getItem
public Object getItem()
- Specified by:
getItem in interface ComboBoxEditor
selectAll
public void selectAll()
- Specified by:
selectAll in interface ComboBoxEditor
addActionListener
public void addActionListener(ActionListener l)
- Specified by:
addActionListener in interface ComboBoxEditor
removeActionListener
public void removeActionListener(ActionListener l)
- Specified by:
removeActionListener in interface ComboBoxEditor
insertUpdate
public void insertUpdate(DocumentEvent e)
- Specified by:
insertUpdate in interface DocumentListener
removeUpdate
public void removeUpdate(DocumentEvent e)
- Specified by:
removeUpdate in interface DocumentListener
changedUpdate
public void changedUpdate(DocumentEvent e)
- Specified by:
changedUpdate in interface DocumentListener
handleChange
protected void handleChange()
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.