org.shetline.gui.laf.zinc
Class ZincTextFieldUI
java.lang.Object
  
javax.swing.plaf.ComponentUI
      
javax.swing.plaf.TextUI
          
javax.swing.plaf.basic.BasicTextUI
              
javax.swing.plaf.basic.BasicTextFieldUI
                  
javax.swing.plaf.metal.MetalTextFieldUI
                      
org.shetline.gui.laf.zinc.ZincTextFieldUI
- All Implemented Interfaces: 
 - ViewFactory
 
public class ZincTextFieldUI
- extends MetalTextFieldUI
 
 
 
 
 
 
 
 
| Methods inherited from class javax.swing.plaf.basic.BasicTextUI | 
create, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getToolTipText, getVisibleEditorRect, installKeyboardActions, installListeners, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
borderColor
protected Color borderColor
borderColorDisabled
protected Color borderColorDisabled
SIZER
protected static final JTextField SIZER
sizing
protected static boolean sizing
sizerLafClass
protected static Class sizerLafClass
TEXT_FIELD_SHARED_BORDER
public static final Border TEXT_FIELD_SHARED_BORDER
ZincTextFieldUI
public ZincTextFieldUI()
createUI
public static ComponentUI createUI(JComponent c)
 
installUI
public void installUI(JComponent c)
- Overrides:
 installUI in class BasicTextUI
 
 
getTextFieldHeight
public static int getTextFieldHeight()
 
resetSizing
public static void resetSizing()
 
ensureSizerHasZincUI
protected static void ensureSizerHasZincUI()
 
installDefaults
public void installDefaults()
- Overrides:
 installDefaults in class BasicTextUI
 
 
createCaret
protected Caret createCaret()
- Overrides:
 createCaret in class BasicTextUI