com.jtattoo.plaf
Class BaseEditorPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicEditorPaneUI
com.jtattoo.plaf.BaseEditorPaneUI
- All Implemented Interfaces:
- ViewFactory
public class BaseEditorPaneUI
- extends BasicEditorPaneUI
- Author:
- Michael Hagen
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseEditorPaneUI
public BaseEditorPaneUI()
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.