org.gnu.glade
Class FontButtonDelegate

java.lang.Object
  extended by org.gnu.glade.FontButtonDelegate
All Implemented Interfaces:
org.gnu.gtk.event.FontButtonListener

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class probably does not exist in java-gnome 4.0, but have a look in org.gnome.glade.

public class FontButtonDelegate
extends java.lang.Object
implements org.gnu.gtk.event.FontButtonListener

FontButtonListener delegate class.


Constructor Summary
FontButtonDelegate(java.lang.String signal, java.lang.Object owner, java.lang.reflect.Method handler, java.lang.Object target)
          Deprecated.  
 
Method Summary
 boolean fireEvent(org.gnu.gtk.event.GtkEvent event)
          Deprecated.  
 boolean fireEvent(org.gnu.gtk.event.GtkEvent event, double value)
          Deprecated.  
 boolean fontButtonEvent(org.gnu.gtk.event.FontButtonEvent event)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontButtonDelegate

public FontButtonDelegate(java.lang.String signal,
                          java.lang.Object owner,
                          java.lang.reflect.Method handler,
                          java.lang.Object target)
                   throws java.lang.NoSuchMethodException
Deprecated. 
Throws:
java.lang.NoSuchMethodException
Method Detail

fontButtonEvent

public boolean fontButtonEvent(org.gnu.gtk.event.FontButtonEvent event)
Deprecated. 
Specified by:
fontButtonEvent in interface org.gnu.gtk.event.FontButtonListener

fireEvent

public boolean fireEvent(org.gnu.gtk.event.GtkEvent event)
Deprecated. 

fireEvent

public boolean fireEvent(org.gnu.gtk.event.GtkEvent event,
                         double value)
Deprecated.