JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.swing
Class JCFontAdapter

java.lang.Object
  |
  +--com.klg.jclass.util.swing.JCFontAdapter
All Implemented Interfaces:
EventListener, JCFontListener, Serializable

public abstract class JCFontAdapter
extends Object
implements JCFontListener, Serializable

Event listener interface for JCFont events.

See Also:
Serialized Form

Constructor Summary
JCFontAdapter()
           
 
Method Summary
 void fontChanged(com.klg.jclass.util.swing.JCFontEvent e)
          Font has been changed.
 void fontChanging(com.klg.jclass.util.swing.JCFontEvent e)
          Font is changing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCFontAdapter

public JCFontAdapter()
Method Detail

fontChanging

public void fontChanging(com.klg.jclass.util.swing.JCFontEvent e)
Font is changing. Listeners can change the font and/or the underline indication.

Specified by:
fontChanging in interface JCFontListener
Parameters:
e - The event generated by the font changing
See Also:
JCFontEvent

fontChanged

public void fontChanged(com.klg.jclass.util.swing.JCFontEvent e)
Font has been changed.

Specified by:
fontChanged in interface JCFontListener
Parameters:
e - The event generated by the changed font
See Also:
JCFontEvent

Copyright © 2004 Quest Software Inc..
All rights reserved.