org.jvnet.substance
Class SubstanceTextPaneUI

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 org.jvnet.substance.SubstanceTextPaneUI
All Implemented Interfaces:
ViewFactory

public class SubstanceTextPaneUI
extends BasicTextPaneUI

UI for text panes in Substance look and feel.

Author:
Kirill Grouchnikov

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicTextUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
 
Constructor Summary
SubstanceTextPaneUI(JComponent c)
          Simple constructor.
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 
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, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, 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

SubstanceTextPaneUI

public SubstanceTextPaneUI(JComponent c)
Simple constructor.

Parameters:
c - Component (text pane).
Method Detail

createUI

public static ComponentUI createUI(JComponent c)