Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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.BasicEditorPaneUI
                  extended by javax.swing.plaf.basic.BasicTextPaneUI
                      extended by net.java.sip.communicator.impl.gui.lookandfeel.SIPCommTextPaneUI
All Implemented Interfaces:
ViewFactory

public class SIPCommTextPaneUI
extends BasicTextPaneUI

SIPCommTextPaneUI implementation.

Author:
Yana Stamcheva

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

Constructor Detail

SIPCommTextPaneUI

public SIPCommTextPaneUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

paintSafely

protected void paintSafely(Graphics g)
Overrides:
paintSafely 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.