uic.themes
Class UICPasswordFieldUI
java.lang.Object
  
javax.swing.plaf.ComponentUI
      
javax.swing.plaf.TextUI
          
javax.swing.plaf.basic.BasicTextUI
              
javax.swing.plaf.basic.BasicTextFieldUI
                  
uic.themes.UICTextFieldUI
                      
uic.themes.UICPasswordFieldUI
- All Implemented Interfaces: 
 - ViewFactory
 
public class UICPasswordFieldUI
- extends UICTextFieldUI
 
 
 
 
 
 
 
| Methods inherited from class javax.swing.plaf.basic.BasicTextUI | 
create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getNextVisualPositionFrom, getRootView, getToolTipText, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, modelChanged, modelToView, modelToView, paint, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, viewToModel, viewToModel | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
UICPasswordFieldUI
public UICPasswordFieldUI()
createUI
public static ComponentUI createUI(JComponent c)
 
create
public View create(Element elem)
- Creates a view (PasswordView) for an element.
- Specified by:
 create in interface ViewFactory- Overrides:
 create in class BasicTextFieldUI
 
- Parameters:
 elem - the element
- Returns:
 - the view
 
 
 
Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence