Holger's
Java API

Uses of Interface
com.antelmann.util.gui.FontSelectionListener

Packages that use FontSelectionListener
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of FontSelectionListener in com.antelmann.util.gui
 

Classes in com.antelmann.util.gui that implement FontSelectionListener
 class FontViewer
          A nice little Font Viewer GUI application.
 

Methods in com.antelmann.util.gui that return FontSelectionListener
 FontSelectionListener[] JFontFileChooser.getFontSelectionListeners()
           
 FontSelectionListener[] JFontChooser.getFontSelectionListeners()
           
 

Methods in com.antelmann.util.gui with parameters of type FontSelectionListener
 void JFontFileChooser.addFontSelectionListener(FontSelectionListener listener)
           
 void JFontChooser.addFontSelectionListener(FontSelectionListener listener)
           
 void JFontFileChooser.removeFontSelectionListener(FontSelectionListener listener)
           
 void JFontChooser.removeFontSelectionListener(FontSelectionListener listener)
           
 

Constructors in com.antelmann.util.gui with parameters of type FontSelectionListener
JFontControl(Font initialFont, FontSelectionListener listener)
           
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads