com.jtattoo.plaf
Class BaseEditorPaneUI

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 com.jtattoo.plaf.BaseEditorPaneUI
All Implemented Interfaces:
ViewFactory

public class BaseEditorPaneUI
extends BasicEditorPaneUI

Author:
Michael Hagen

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicTextUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
 
Constructor Summary
BaseEditorPaneUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 void installDefaults()
           
protected  void installListeners()
           
protected  void paintBackground(Graphics g)
           
protected  void uninstallListeners()
           
 
Methods inherited from class javax.swing.plaf.basic.BasicEditorPaneUI
getEditorKit, getPropertyPrefix, installUI, propertyChange, 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, installKeyboardActions, modelChanged, modelToView, modelToView, paint, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, 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

BaseEditorPaneUI

public BaseEditorPaneUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installDefaults

public void installDefaults()
Overrides:
installDefaults in class BasicTextUI

installListeners

protected void installListeners()
Overrides:
installListeners in class BasicTextUI

uninstallListeners

protected void uninstallListeners()
Overrides:
uninstallListeners in class BasicTextUI

paintBackground

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


Copyright © 2011. All Rights Reserved.