com.zfqjava.swing.plaf.basic
Class BasicTextSpellerUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--com.zfqjava.swing.plaf.TextSpellerUI
              |
              +--com.zfqjava.swing.plaf.basic.BasicTextSpellerUI

public class BasicTextSpellerUI
extends TextSpellerUI

The basic L&F for TextSpellerUI.


Constructor Summary
BasicTextSpellerUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
 javax.swing.JButton getControlButton(JTextSpeller speller, int controlType)
           
protected  void installComponents()
           
protected  void installDefaults()
           
protected  void installListeners()
           
 void installUI(javax.swing.JComponent c)
           
protected  void uninstallComponents()
           
protected  void uninstallDefaults()
           
protected  void uninstallListeners()
           
 void uninstallUI(javax.swing.JComponent c)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicTextSpellerUI

public BasicTextSpellerUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)

installUI

public void installUI(javax.swing.JComponent c)
Overrides:
installUI in class javax.swing.plaf.ComponentUI

uninstallUI

public void uninstallUI(javax.swing.JComponent c)
Overrides:
uninstallUI in class javax.swing.plaf.ComponentUI

installDefaults

protected void installDefaults()

uninstallDefaults

protected void uninstallDefaults()

installComponents

protected void installComponents()

uninstallComponents

protected void uninstallComponents()

installListeners

protected void installListeners()

uninstallListeners

protected void uninstallListeners()

getControlButton

public javax.swing.JButton getControlButton(JTextSpeller speller,
                                            int controlType)
Overrides:
getControlButton in class TextSpellerUI


Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.