Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.LabelUI
          extended by javax.swing.plaf.basic.BasicLabelUI
              extended by javax.swing.plaf.metal.MetalLabelUI
                  extended by net.java.sip.communicator.impl.gui.lookandfeel.SIPCommLabelUI
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class SIPCommLabelUI
extends MetalLabelUI

The SIPCommLabelUI implementation.

Author:
Yana Stamcheva

Field Summary
 
Fields inherited from class javax.swing.plaf.metal.MetalLabelUI
metalLabelUI
 
Fields inherited from class javax.swing.plaf.basic.BasicLabelUI
labelUI
 
Constructor Summary
SIPCommLabelUI()
           
 
Method Summary
static ComponentUI createUI(JComponent x)
          Creates a new SIPCommLabelUI instance.
 void paint(Graphics g, JComponent c)
           
 
Methods inherited from class javax.swing.plaf.metal.MetalLabelUI
paintDisabledText
 
Methods inherited from class javax.swing.plaf.basic.BasicLabelUI
getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, layoutCL, paintEnabledText, propertyChange, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIPCommLabelUI

public SIPCommLabelUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent x)
Creates a new SIPCommLabelUI instance.


paint

public void paint(Graphics g,
                  JComponent c)
Overrides:
paint in class BasicLabelUI

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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