Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.lookandfeel
Class SIPCommComboBoxEditor

java.lang.Object
  extended by javax.swing.plaf.basic.BasicComboBoxEditor
      extended by javax.swing.plaf.metal.MetalComboBoxEditor
          extended by net.java.sip.communicator.impl.gui.lookandfeel.SIPCommComboBoxEditor
All Implemented Interfaces:
FocusListener, EventListener, ComboBoxEditor, Skinnable
Direct Known Subclasses:
SIPCommComboBoxEditor.UIResource

public class SIPCommComboBoxEditor
extends MetalComboBoxEditor
implements Skinnable

The default editor for SIPCommunicator editable combo boxes.

Author:
Yana Stamcheva, Adam Netocny

Nested Class Summary
static class SIPCommComboBoxEditor.UIResource
          A subclass of SIPCommComboBoxEditor that implements UIResource.
 
Field Summary
protected static Insets editorBorderInsets
          The editor border insets.
 
Fields inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
editor
 
Constructor Summary
SIPCommComboBoxEditor()
          Creates an instance of SIPCommComboBoxEditor.
 
Method Summary
 void loadSkin()
          Reloads UI if necessary.
 
Methods inherited from class javax.swing.plaf.basic.BasicComboBoxEditor
addActionListener, createEditorComponent, focusGained, focusLost, getEditorComponent, getItem, removeActionListener, selectAll, setItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

editorBorderInsets

protected static final Insets editorBorderInsets
The editor border insets.

Constructor Detail

SIPCommComboBoxEditor

public SIPCommComboBoxEditor()
Creates an instance of SIPCommComboBoxEditor.

Method Detail

loadSkin

public void loadSkin()
Reloads UI if necessary.

Specified by:
loadSkin in interface Skinnable

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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