org.gnu.gnome.event
Class FontPickerEvent

java.lang.Object
  extended by org.gnu.gtk.event.GtkEvent
      extended by org.gnu.gnome.event.FontPickerEvent
All Implemented Interfaces:
java.io.Serializable

Deprecated.

public class FontPickerEvent
extends org.gnu.gtk.event.GtkEvent

An event represeting action by a FontPicker widget.

See Also:
org.gnu.gtk.events.FontButtonEvent, Serialized Form

Nested Class Summary
static class FontPickerEvent.Type
          Deprecated.  
 
Constructor Summary
FontPickerEvent(java.lang.Object source)
          Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.
 
Method Summary
 
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)
Deprecated. Superceeded by java-gnome 4.0; as signal handling are implemented differently, you will need to reimplement any code using these callbacks.

Creates a new FontPickerEvent. This is used internally by java-gnome. Users only have to deal with listeners.