org.norvelle.textcite.gui.osx
Class OSXFontChooserUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by com.l2fprod.common.swing.plaf.FontChooserUI
          extended by org.norvelle.textcite.gui.osx.OSXFontChooserUI

public class OSXFontChooserUI
extends com.l2fprod.common.swing.plaf.FontChooserUI

BasicFontChooserUI.


Constructor Summary
OSXFontChooserUI()
           
 
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, 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

OSXFontChooserUI

public OSXFontChooserUI()
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()