cookxml.cookswt.util
Class FontDisposeListener
java.lang.Object
cookxml.cookswt.util.FontDisposeListener
- All Implemented Interfaces:
- DisposeListener, EventListener, SWTEventListener
- public class FontDisposeListener
- extends Object
- implements DisposeListener
This DisposeListener attempts to dispose a font resource when the Widget using
it is disposed.
- Since:
- CookSwt 1.0
- See Also:
Font
,
SwtUtils.attachFontDisposeListener(org.eclipse.swt.widgets.Widget,org.eclipse.swt.graphics.Font)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FontDisposeListener
public FontDisposeListener(Font font)
widgetDisposed
public void widgetDisposed(DisposeEvent e)
- Specified by:
widgetDisposed
in interface DisposeListener