Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.swing.plaf.basic
Class BasicFormattedTextFieldUI  view BasicFormattedTextFieldUI download BasicFormattedTextFieldUI.java

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.TextUI
          extended byjavax.swing.plaf.basic.BasicTextUI
              extended byjavax.swing.plaf.basic.BasicTextFieldUI
                  extended byjavax.swing.plaf.basic.BasicFormattedTextFieldUI
All Implemented Interfaces:
javax.swing.text.ViewFactory

public class BasicFormattedTextFieldUI
extends BasicTextFieldUI

Since:
1.4

Nested Class Summary
 
Nested classes inherited from class javax.swing.plaf.basic.BasicTextUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter, BasicTextUI.DocumentHandler
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicTextUI
background, documentHandler, inactiveBackground, kit, rootView, textComponent
 
Constructor Summary
BasicFormattedTextFieldUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
          Creates a delegate object for the specified component.
protected  java.lang.String getPropertyPrefix()
          Returns the prefix for entries in the javax.swing.UIDefaults table.
 
Methods inherited from class javax.swing.plaf.basic.BasicTextFieldUI
create, installUI, propertyChange
 
Methods inherited from class javax.swing.plaf.basic.BasicTextUI
create, createActionMap, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getInputMap, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel
 
Methods inherited from class javax.swing.plaf.TextUI
getToolTipText
 
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

BasicFormattedTextFieldUI

public BasicFormattedTextFieldUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
Description copied from class: javax.swing.plaf.ComponentUI
Creates a delegate object for the specified component. Users should use the createUI method of a suitable subclass. The implementation of ComponentUI always throws an error.


getPropertyPrefix

protected java.lang.String getPropertyPrefix()
Returns the prefix for entries in the javax.swing.UIDefaults table.

Overrides:
getPropertyPrefix in class BasicTextFieldUI