com.l2fprod.common.swing.plaf.windows
Class WindowsFontChooserUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.l2fprod.common.swing.plaf.FontChooserUI
          extended by com.l2fprod.common.swing.plaf.windows.WindowsFontChooserUI

public class WindowsFontChooserUI
extends FontChooserUI

Windows implementation of the JFontChooser pluggable UI.


Constructor Summary
WindowsFontChooserUI()
           
 
Method Summary
protected  java.beans.PropertyChangeListener createPropertyChangeListener()
           
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent component)
           
protected  void installComponents()
           
protected  void installListeners()
           
 void installUI(javax.swing.JComponent c)
           
 void uninstallListeners()
           
 void uninstallUI(javax.swing.JComponent c)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, 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

WindowsFontChooserUI

public WindowsFontChooserUI()
Method Detail

createUI

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

installUI

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

installComponents

protected void installComponents()

installListeners

protected void installListeners()

uninstallUI

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

uninstallListeners

public void uninstallListeners()

createPropertyChangeListener

protected java.beans.PropertyChangeListener createPropertyChangeListener()