Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.customcontrols
Class SIPCommSmartComboBox.CallComboEditor

java.lang.Object
  extended by 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


Constructor Summary
SIPCommSmartComboBox.CallComboEditor()
           
 
Method Summary
 void addActionListener(ActionListener l)
           
 void changedUpdate(DocumentEvent e)
           
 Component getEditorComponent()
           
 Object getItem()
           
protected  void handleChange()
           
 void insertUpdate(DocumentEvent e)
           
 void loadSkin()
          Reloads UI if necessary.
 void removeActionListener(ActionListener l)
           
 void removeUpdate(DocumentEvent e)
           
 void selectAll()
           
 void setItem(Object item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIPCommSmartComboBox.CallComboEditor

public SIPCommSmartComboBox.CallComboEditor()
Method Detail

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.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.