com.jtattoo.plaf
Class BaseTextAreaUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicTextAreaUI
com.jtattoo.plaf.BaseTextAreaUI
- All Implemented Interfaces:
- ViewFactory
public class BaseTextAreaUI
- extends BasicTextAreaUI
- Author:
- Michael Hagen
Methods inherited from class javax.swing.plaf.basic.BasicTextUI |
create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getNextVisualPositionFrom, getRootView, getToolTipText, getVisibleEditorRect, installKeyboardActions, installUI, modelChanged, modelToView, modelToView, paint, setView, uninstallDefaults, uninstallKeyboardActions, uninstallUI, update, viewToModel, viewToModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseTextAreaUI
public BaseTextAreaUI()
createUI
public static ComponentUI createUI(JComponent c)
installDefaults
public void installDefaults()
- Overrides:
installDefaults
in class BasicTextAreaUI
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
paintSafely
protected void paintSafely(Graphics g)
- Overrides:
paintSafely
in class BasicTextUI
propertyChange
protected void propertyChange(PropertyChangeEvent evt)
- Overrides:
propertyChange
in class BasicTextAreaUI
Copyright © 2011. All Rights Reserved.