com.zfqjava.swing.plaf.basic
Class BasicFontChooserUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--com.zfqjava.swing.plaf.FontChooserUI
              |
              +--com.zfqjava.swing.plaf.basic.BasicFontChooserUI

public class BasicFontChooserUI
extends FontChooserUI

The basic L&F for FontChooserUI.


Constructor Summary
BasicFontChooserUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
protected  void installComponents(JFontChooser fontChooser)
           
protected  void installDefaults(JFontChooser fontChooser)
           
protected  void installListeners(JFontChooser fontChooser)
           
 void installUI(javax.swing.JComponent c)
           
protected  void uninstallComponents(JFontChooser fontChooser)
           
protected  void uninstallDefaults(JFontChooser fontChooser)
           
protected  void uninstallListeners(JFontChooser fontChooser)
           
 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

BasicFontChooserUI

public BasicFontChooserUI()
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(JFontChooser fontChooser)

uninstallDefaults

protected void uninstallDefaults(JFontChooser fontChooser)

installComponents

protected void installComponents(JFontChooser fontChooser)

uninstallComponents

protected void uninstallComponents(JFontChooser fontChooser)

installListeners

protected void installListeners(JFontChooser fontChooser)

uninstallListeners

protected void uninstallListeners(JFontChooser fontChooser)


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