Package net.sf.freecol.client.gui.plaf
Class FreeColTextAreaUI
- java.lang.Object
- 
- javax.swing.plaf.ComponentUI
- 
- javax.swing.plaf.TextUI
- 
- javax.swing.plaf.basic.BasicTextUI
- 
- javax.swing.plaf.basic.BasicTextAreaUI
- 
- net.sf.freecol.client.gui.plaf.FreeColTextAreaUI
 
 
 
 
 
- 
- All Implemented Interfaces:
- javax.swing.text.ViewFactory
 
 public class FreeColTextAreaUI extends javax.swing.plaf.basic.BasicTextAreaUIProvides a tiled background image "image.background.FreeColTextArea" to text areas.
- 
- 
Field SummaryFields Modifier and Type Field Description private javax.swing.JComponentc
 - 
Constructor SummaryConstructors Modifier Constructor Description privateFreeColTextAreaUI(javax.swing.JComponent c)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent c)voidpaintBackground(java.awt.Graphics g)voidpaintSafely(java.awt.Graphics g)- 
Methods inherited from class javax.swing.plaf.basic.BasicTextAreaUIcreate, getBaseline, getBaselineResizeBehavior, getMinimumSize, getPreferredSize, getPropertyPrefix, installDefaults, propertyChange
 - 
Methods inherited from class javax.swing.plaf.basic.BasicTextUIcreate, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getNextVisualPositionFrom, getRootView, getToolTipText, getVisibleEditorRect, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, modelToView2D, paint, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel, viewToModel2D
 
- 
 
- 
- 
- 
Method Detail- 
createUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c) 
 - 
paintSafelypublic void paintSafely(java.awt.Graphics g) - Overrides:
- paintSafelyin class- javax.swing.plaf.basic.BasicTextUI
 
 - 
paintBackgroundpublic void paintBackground(java.awt.Graphics g) - Overrides:
- paintBackgroundin class- javax.swing.plaf.basic.BasicTextUI
 
 
- 
 
-