Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.TextUI
          extended by javax.swing.plaf.basic.BasicTextUI
              extended by javax.swing.plaf.basic.BasicTextFieldUI
                  extended by javax.swing.plaf.basic.BasicPasswordFieldUI
                      extended by net.java.sip.communicator.impl.gui.lookandfeel.SIPCommPasswordFieldUI
All Implemented Interfaces:
ViewFactory

public class SIPCommPasswordFieldUI
extends BasicPasswordFieldUI

The SIPCommPasswordFieldUI implementation.

Author:
Yana Stamcheva

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicTextUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
 
Constructor Summary
SIPCommPasswordFieldUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
protected  void paintBackground(Graphics g)
           
protected  void paintSafely(Graphics g)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicPasswordFieldUI
create, getPropertyPrefix, installDefaults
 
Methods inherited from class javax.swing.plaf.basic.BasicTextFieldUI
getBaseline, getBaselineResizeBehavior
 
Methods inherited from class javax.swing.plaf.basic.BasicTextUI
create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getToolTipText, getVisibleEditorRect, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, paint, propertyChange, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIPCommPasswordFieldUI

public SIPCommPasswordFieldUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

paintSafely

protected void paintSafely(Graphics g)
Overrides:
paintSafely in class BasicTextUI

paintBackground

protected void paintBackground(Graphics g)
Overrides:
paintBackground in class BasicTextUI

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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