|
JHotDraw 7.5.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicTextFieldUI
javax.swing.plaf.basic.BasicFormattedTextFieldUI
org.jhotdraw.gui.plaf.palette.PaletteFormattedTextFieldUI
public class PaletteFormattedTextFieldUI
PaletteFormattedTextFieldUI.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicTextUI |
---|
javax.swing.plaf.basic.BasicTextUI.BasicCaret, javax.swing.plaf.basic.BasicTextUI.BasicHighlighter |
Constructor Summary | |
---|---|
PaletteFormattedTextFieldUI()
|
Method Summary | |
---|---|
javax.swing.text.View |
create(javax.swing.text.Element elem)
Creates a view (FieldView) based on an element. |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Creates a UI for a JTextField. |
protected void |
installDefaults()
Initializes component properties, e.g. |
void |
paintBackground(java.awt.Graphics g)
|
protected void |
paintSafely(java.awt.Graphics gr)
|
Methods inherited from class javax.swing.plaf.basic.BasicFormattedTextFieldUI |
---|
getPropertyPrefix |
Methods inherited from class javax.swing.plaf.basic.BasicTextFieldUI |
---|
getBaseline, getBaselineResizeBehavior |
Methods inherited from class javax.swing.plaf.basic.BasicTextUI |
---|
create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getToolTipText, getVisibleEditorRect, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, paint, propertyChange, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, 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 |
---|
public PaletteFormattedTextFieldUI()
Method Detail |
---|
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c
- the text field
public javax.swing.text.View create(javax.swing.text.Element elem)
create
in interface javax.swing.text.ViewFactory
create
in class javax.swing.plaf.basic.BasicTextFieldUI
elem
- the element
protected void installDefaults()
installDefaults
in class javax.swing.plaf.basic.BasicTextUI
BasicTextUI.uninstallDefaults()
,
BasicTextUI.installUI(javax.swing.JComponent)
protected void paintSafely(java.awt.Graphics gr)
paintSafely
in class javax.swing.plaf.basic.BasicTextUI
public void paintBackground(java.awt.Graphics g)
paintBackground
in class javax.swing.plaf.basic.BasicTextUI
|
Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project. Some rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |