Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.lookandfeel
Class SIPCommBorders.TextFieldBorder

java.lang.Object
  extended by javax.swing.border.AbstractBorder
      extended by net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders.RoundBorder
          extended by net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders.TextFieldBorder
All Implemented Interfaces:
Serializable, Border, UIResource
Enclosing class:
SIPCommBorders

public static class SIPCommBorders.TextFieldBorder
extends SIPCommBorders.RoundBorder

The TextField border which is used in SIPComm L&F for all text fields.

See Also:
Serialized Form

Constructor Summary
SIPCommBorders.TextFieldBorder()
           
 
Method Summary
 void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
           
 
Methods inherited from class net.java.sip.communicator.impl.gui.lookandfeel.SIPCommBorders.RoundBorder
getBorderInsets, getBorderInsets
 
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIPCommBorders.TextFieldBorder

public SIPCommBorders.TextFieldBorder()
Method Detail

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int w,
                        int h)
Specified by:
paintBorder in interface Border
Overrides:
paintBorder in class SIPCommBorders.RoundBorder

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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