org.gnu.gnome.event
Class FontPickerEvent

java.lang.Object
  |
  +--org.gnu.gtk.event.GtkEvent
        |
        +--org.gnu.gnome.event.FontPickerEvent
All Implemented Interfaces:
java.io.Serializable

public class FontPickerEvent
extends GtkEvent

An event represeting action by a FontPicker widget.

See Also:
Serialized Form

Nested Class Summary
static class FontPickerEvent.Type
           
 
Constructor Summary
FontPickerEvent(java.lang.Object source)
          Creates a new FontPickerEvent.
 
Methods inherited from class org.gnu.gtk.event.GtkEvent
getSource, getType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FontPickerEvent

public FontPickerEvent(java.lang.Object source)
Creates a new FontPickerEvent. This is used internally by java-gnome. Users only have to deal with listeners.


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net